Distinct subjects
19
Number of triples
265
WasGeneratedBy
Parking facilities
Category variable name
name
Chart type
BarChart
Query
Largest parking facilities
Series variable name
spaces
Title
Largest parking facilities
Text
PREFIX ns: <https://copenhagen.demo.linkeddatahub.com/ns#>
PREFIX schema: <https://schema.org/>
PREFIX dct: <http://purl.org/dc/terms/>

SELECT DISTINCT ?name ?spaces
WHERE
{
    GRAPH ?g
    {
        ?parking a ns:ParkingFacility ;
            dct:title ?name ;
            schema:maximumAttendeeCapacity ?spaces .
  	}
}
ORDER BY DESC(?spaces)
LIMIT 100
Title
Largest parking facilities
Text
PREFIX ns:         <https://copenhagen.demo.linkeddatahub.com/ns#>
PREFIX foaf:       <http://xmlns.com/foaf/0.1/>
PREFIX dct:        <http://purl.org/dc/terms/>
PREFIX schema:     <https://schema.org/> 
PREFIX geo:        <http://www.w3.org/2003/01/geo/wgs84_pos#> 
PREFIX xsd:        <http://www.w3.org/2001/XMLSchema#> 
PREFIX dh:         <https://www.w3.org/ns/ldt/document-hierarchy#>
PREFIX sioc:       <http://rdfs.org/sioc/ns#>

CONSTRUCT
{
    GRAPH ?item
    {
        ?item a dh:Item ;
            sioc:has_container ?container ;
            dh:slug ?id ;
            dct:title ?name ;
            foaf:primaryTopic ?parking .

        ?parking a ns:ParkingFacility ;
            geo:lat ?lat ;
            geo:long ?long ;
            dct:title ?name ;
            schema:streetAddress ?address ;
            schema:postalCode ?postcode ;
            schema:maximumAttendeeCapacity ?spaces ;
            schema:additionalProperty ?parkingType ;
            schema:comment ?information ;
            schema:identifier ?id .
        ?owner a ?ownerType ;
            schema:owns ?parking .
    }
}
WHERE
{
    ?parking_row <#FID> ?id ;
        <#name> ?name ;
        <#address> ?address ;
        <#lat> ?lat_string ;
        <#postcode> ?postcode ;
        <#parkingSpace> ?spaces_string ;
        <#parkingType> ?parkingType ;
        <#information> ?information ;
        <#long> ?long_string . 
        {
            ?parking_row <#owner> 'Privat' .
            BIND(BNODE() AS ?owner)
            BIND(schema:Corporation AS ?ownerType)
        }
        UNION
        {
            ?parking_row <#owner> 'Kommune' .
            BIND (<http://www.wikidata.org/entity/Q504125> AS ?owner) # Copenhagen Municipality
        }

    BIND(uri(concat(str($base), "parking-facilities/")) AS ?container)
    BIND(uri(concat(str(?container), encode_for_uri(?id), "/")) AS ?item)
    BIND(uri(concat(str(?item), "#this")) AS ?parking)
    BIND(xsd:float(?lat_string) AS ?lat)
    BIND(xsd:float(?long_string) AS ?long)
    BIND(xsd:integer(?spaces_string) AS ?spaces)
}
Title
Parking facilities
Delimiter
,
EndedAtTime
30 March 2026 21:02
File
parking-facilities.csv
Query
Parking facilities
StartedAtTime
30 March 2026 21:02
Title
Parking facilities
FileName
parking-facilities.csv
Format
csv
Sha1sum (hex)
2fd3f43e8e157e6c0b45980aec2477d6fd3e2a65
Title
parking-facilities.csv
FileName
parking-facilities.rq
Format
plain
Sha1sum (hex)
59aed65412d571486280dd21f14e7644543d876a
Title
parking-facilities.rq

select-children-view

Layout mode
Map
Query
Select children