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 ?charger .

        ?charger a ns:ChargingStation ;
            geo:lat ?lat ;
            geo:long ?long ;
            schema:streetAddress ?address ;
            dct:title ?name ;
            schema:additionalProperty ?chargeType ;
            schema:maximumAttendeeCapacity ?spaces ;
            schema:serviceOperator ?operator ;
            schema:comment ?information ;
            dct:identifier ?id .
    }
}
WHERE
{
    ?charger_row <#FID> ?id ;
        <#lat> ?lat_string ;
        <#long> ?long_string . 

    OPTIONAL 
    { ?charger_row <#name> ?name }
    OPTIONAL 
    { ?charger_row <#chargeType> ?chargeType }
    OPTIONAL 
    { ?charger_row <#address> ?address }
    OPTIONAL 
    { ?charger_row <#antal_udtag> ?spaces }
    OPTIONAL 
    { ?charger_row <#operator> ?operator }
    OPTIONAL 
    { ?charger_row <#bem> ?information }

    BIND(uri(concat(str($base), "charging-stations/")) AS ?container)
    BIND(uri(concat(str(?container), encode_for_uri(?id), "/")) AS ?item)
    BIND(uri(concat(str(?item), "#this")) AS ?charger)
    BIND(xsd:float(?lat_string) AS ?lat)
    BIND(xsd:float(?long_string) AS ?long)
}
Title
Charging stations
Delimiter
,
EndedAtTime
16 June 2026 21:36
File
charging-stations.csv
Query
Charging stations
StartedAtTime
16 June 2026 21:31
Title
Charging stations
FileName
charging-stations.csv
Format
csv
Sha1sum (hex)
fb67ca046381d13e61d5be751694e6644d6e324a
Title
charging-stations.csv

charging-stations.rq

FileName
charging-stations.rq
Format
plain
Sha1sum (hex)
dff9e94d2229b2a62e3a2ddbd19bb9884cd2e98e
Title
charging-stations.rq
Distinct subjects
249
Number of triples
3042
WasGeneratedBy
Charging stations

select-children-view

Layout mode
Map
Query
Select children