<https://copenhagen.demo.linkeddatahub.com/bicycle-parkings/#cycling-intro>
        a       <https://w3id.org/atomgraph/linkeddatahub#XHTML>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#value>
                "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n        <h3>Cycling infrastructure</h3>\n        <p>Copenhagen is renowned as one of the world's most bicycle-friendly cities, with extensive cycling infrastructure\n           serving hundreds of thousands of daily cyclists. The city's bicycle parking facilities are strategically located\n           throughout the urban area to support this sustainable transportation network.</p>\n        <p>Explore the map below to discover bicycle parking locations across Copenhagen, including capacity information\n           and geographic distribution patterns.</p>\n    </div>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .

<https://copenhagen.demo.linkeddatahub.com/uploads/0c98d133e25e1af20e20171e5c60ca617fb029b9>
        a       <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject>;
        <http://purl.org/dc/terms/format>
                <http://www.sparontologies.net/mediatype/text/plain>;
        <http://purl.org/dc/terms/title>
                "bicycle-parkings.rq";
        <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName>
                "bicycle-parkings.rq";
        <http://xmlns.com/foaf/0.1/sha1>
                "0c98d133e25e1af20e20171e5c60ca617fb029b9" .

<https://copenhagen.demo.linkeddatahub.com/bicycle-parkings/#iddb137ac7-c6e4-4395-9850-f6107d066d8d>
        a       <http://rdfs.org/ns/void#Dataset>;
        <http://rdfs.org/ns/void#distinctSubjects>
                "4391"^^<http://www.w3.org/2001/XMLSchema#long>;
        <http://rdfs.org/ns/void#triples>
                "65595"^^<http://www.w3.org/2001/XMLSchema#long>;
        <http://www.w3.org/ns/prov#wasGeneratedBy>
                <https://copenhagen.demo.linkeddatahub.com/bicycle-parkings/#idd0a5b2ee-e56a-454f-b408-9fa4d4222575> .

<https://copenhagen.demo.linkeddatahub.com/bicycle-parkings/#select-children-view>
        a       <https://w3id.org/atomgraph/linkeddatahub#View>;
        <http://spinrdf.org/spin#query>
                <https://w3id.org/atomgraph/linkeddatahub#SelectChildren>;
        <https://w3id.org/atomgraph/client#mode>
                <https://w3id.org/atomgraph/client#MapMode> .

<https://copenhagen.demo.linkeddatahub.com/uploads/c8a01c1db56da9803e79aeebf25b2251c485a667>
        a       <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject>;
        <http://purl.org/dc/terms/format>
                <http://www.sparontologies.net/mediatype/text/csv>;
        <http://purl.org/dc/terms/title>
                "bicycle-parkings.csv";
        <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName>
                "bicycle-parkings.csv";
        <http://xmlns.com/foaf/0.1/sha1>
                "c8a01c1db56da9803e79aeebf25b2251c485a667" .

<https://copenhagen.demo.linkeddatahub.com/bicycle-parkings/#d1988f43-7a76-4aea-a62e-8dbbb2deeb68>
        a                             <http://spinrdf.org/sp#Construct>;
        <http://purl.org/dc/terms/title>
                "Bicycle parkings";
        <http://spinrdf.org/sp#text>  "PREFIX ns:         <https://copenhagen.demo.linkeddatahub.com/ns#>\nPREFIX foaf:       <http://xmlns.com/foaf/0.1/>\nPREFIX dct:        <http://purl.org/dc/terms/>\nPREFIX dbo:        <http://dbpedia.org/ontology/> \nPREFIX schema:     <https://schema.org/> \nPREFIX geo:        <http://www.w3.org/2003/01/geo/wgs84_pos#> \nPREFIX xsd:        <http://www.w3.org/2001/XMLSchema#> \nPREFIX dh:         <https://www.w3.org/ns/ldt/document-hierarchy#>\nPREFIX sioc:       <http://rdfs.org/sioc/ns#>\n\nCONSTRUCT\n{\n    GRAPH ?item\n    {\n        ?item a dh:Item ;\n            sioc:has_container ?container ;\n            dh:slug ?id ;\n            dct:title ?name ;\n            foaf:primaryTopic ?bicyleParking .\n\n        ?bicyleParking a ns:BicycleParking ;\n            geo:lat ?lat ;\n            geo:long ?long ;\n            dct:title ?name ;\n            dbo:city ?city ;\n            schema:streetAddress ?address ;\n            schema:maximumAttendeeCapacity ?spaces ;\n            dct:identifier ?id .\n    }\n}\nWHERE\n{\n    ?bicyleParking_row <#FID> ?id ;\n        <#lat> ?lat_string ;\n        <#long> ?long_string . \n\n    OPTIONAL \n    { ?bicyleParking_row <#name> ?name }\n    OPTIONAL \n    { ?bicyleParking_row <#bydel> ?city }\n    OPTIONAL \n    { ?bicyleParking_row <#vejnavn> ?address }\n    OPTIONAL \n    { ?bicyleParking_row <#antal_pladser> ?spaces }\n\n    BIND(uri(concat(str($base), \"bicycle-parkings/\")) AS ?container)\n    BIND(uri(concat(str(?container), encode_for_uri(?id), \"/\")) AS ?item)\n    BIND(uri(concat(str(?item), \"#this\")) AS ?bicyleParking)\n    BIND(xsd:float(?lat_string) AS ?lat)\n    BIND(xsd:float(?long_string) AS ?long)\n}" .

<https://copenhagen.demo.linkeddatahub.com/bicycle-parkings/>
        a       <https://www.w3.org/ns/ldt/document-hierarchy#Container>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1>
                <https://copenhagen.demo.linkeddatahub.com/bicycle-parkings/#cycling-intro>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2>
                <https://copenhagen.demo.linkeddatahub.com/bicycle-parkings/#select-children>;
        <http://purl.org/dc/terms/created>
                "2026-06-16T19:31:17.203Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>;
        <http://purl.org/dc/terms/creator>
                <https://admin.linkeddatahub.com/acl/agents/0ab4a0f7-1ab0-4d0c-8efc-63a79a2e9a10/#this>;
        <http://purl.org/dc/terms/modified>
                "2026-06-16T19:31:51.567Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>;
        <http://purl.org/dc/terms/title>
                "Bicycle parkings";
        <http://rdfs.org/sioc/ns#has_parent>
                <https://copenhagen.demo.linkeddatahub.com/>;
        <http://www.w3.org/ns/auth/acl#owner>
                <https://admin.linkeddatahub.com/acl/agents/0ab4a0f7-1ab0-4d0c-8efc-63a79a2e9a10/#this> .

<https://copenhagen.demo.linkeddatahub.com/bicycle-parkings/#idd0a5b2ee-e56a-454f-b408-9fa4d4222575>
        a       <https://w3id.org/atomgraph/linkeddatahub#CSVImport>;
        <http://purl.org/dc/terms/title>
                "Bicycle parkings";
        <http://spinrdf.org/spin#query>
                <https://copenhagen.demo.linkeddatahub.com/bicycle-parkings/#d1988f43-7a76-4aea-a62e-8dbbb2deeb68>;
        <http://www.w3.org/ns/prov#endedAtTime>
                "2026-06-16T20:05:20.864Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>;
        <http://www.w3.org/ns/prov#startedAtTime>
                "2026-06-16T19:31:51.674Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>;
        <https://w3id.org/atomgraph/linkeddatahub#delimiter>
                ",";
        <https://w3id.org/atomgraph/linkeddatahub#file>
                <https://copenhagen.demo.linkeddatahub.com/uploads/c8a01c1db56da9803e79aeebf25b2251c485a667> .

<https://copenhagen.demo.linkeddatahub.com/bicycle-parkings/#select-children>
        a       <https://w3id.org/atomgraph/linkeddatahub#Object>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#value>
                <https://copenhagen.demo.linkeddatahub.com/bicycle-parkings/#select-children-view> .
