<https://copenhagen.demo.linkeddatahub.com/#facilities-overview>
        a       <https://w3id.org/atomgraph/linkeddatahub#ResultSetChart> ;
        <http://purl.org/dc/terms/title>
                "Facilities by type" ;
        <http://spinrdf.org/spin#query>
                <https://copenhagen.demo.linkeddatahub.com/#facilities-by-type-query> ;
        <https://w3id.org/atomgraph/linkeddatahub#categoryVarName>
                "typeLabel" ;
        <https://w3id.org/atomgraph/linkeddatahub#chartType>
                <https://w3id.org/atomgraph/client#BarChart> ;
        <https://w3id.org/atomgraph/linkeddatahub#seriesVarName>
                "count" .

<https://copenhagen.demo.linkeddatahub.com/#page-header>
        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        <div class=\"page-header\">\n            <h2>Copenhagen</h2>\n            <p class=\"lead\">Geospatial and other open data about the city of Copenhagen</p>\n        </div>\n        <p>Features include CSV data <a href=\"https://atomgraph.github.io/LinkedDataHub/linkeddatahub/docs/reference/imports/csv/\" target=\"_blank\">imports</a>, SPARQL-based <a href=\"https://atomgraph.github.io/LinkedDataHub/linkeddatahub/docs/reference/data-model/resources/charts/\" target=\"_blank\">charts</a>, faceted search and related results (parallax navigation) as well as\n            rich documents composed of structured content backed by RDF Knowledge Graph data.</p>\n        <p>This application was created on <a href=\"https://atomgraph.github.io/LinkedDataHub/\" target=\"_blank\">LinkedDataHub</a> using the low code paradigm: no programming was required, only scripts that\n            invoke LinkedDataHub's CLI commands.</p>\n    </div>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .

<https://copenhagen.demo.linkeddatahub.com/#facilities-by-type-query>
        a                             <http://spinrdf.org/sp#Select> ;
        <http://purl.org/dc/terms/title>
                "Facilities by type" ;
        <http://spinrdf.org/sp#text>  "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX owl: <http://www.w3.org/2002/07/owl#>\n\nSELECT ?typeLabel (COUNT(?facility) AS ?count)\nWHERE {\n    ?type a owl:Class ;\n        rdfs:label ?typeLabel ;\n        rdfs:isDefinedBy <https://copenhagen.demo.linkeddatahub.com/ns#>\n\n    SERVICE <https://copenhagen.demo.linkeddatahub.com/sparql>\n    {\n        SELECT DISTINCT ?facility ?type WHERE {\n            GRAPH ?graph {\n                ?facility a ?type .\n            }\n        }\n    }\n}\nGROUP BY ?type ?typeLabel\nORDER BY DESC(?count)" ;
        <https://w3id.org/atomgraph/linkeddatahub#service>
                <https://copenhagen.demo.linkeddatahub.com/#ns-service> .

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

<https://copenhagen.demo.linkeddatahub.com/>
        a       <https://w3id.org/atomgraph/linkeddatahub/default#Root> ;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1>
                <https://copenhagen.demo.linkeddatahub.com/#page-header> ;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2>
                <https://copenhagen.demo.linkeddatahub.com/#city-intro> ;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_3>
                <https://copenhagen.demo.linkeddatahub.com/#facilities-overview> ;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_4>
                <https://copenhagen.demo.linkeddatahub.com/#main-library> ;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_5>
                <https://copenhagen.demo.linkeddatahub.com/#charts> ;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_6>
                <https://copenhagen.demo.linkeddatahub.com/#largest-parkings> ;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_7>
                <https://copenhagen.demo.linkeddatahub.com/#check-out> ;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_8>
                <https://copenhagen.demo.linkeddatahub.com/#select-children> ;
        <http://purl.org/dc/terms/description>
                "Geospatial and other open data about cities, imported by transforming CSV files to RDF" ;
        <http://purl.org/dc/terms/modified>
                "2026-03-30T19:02:13.543Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://purl.org/dc/terms/title>
                "Copenhagen" .

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

<https://copenhagen.demo.linkeddatahub.com/#charts>
        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        <p>What are the largest parking facilities in Copenhagen? Let's find out in this SPARQL-driven chart.</p>\n    </div>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .

<https://copenhagen.demo.linkeddatahub.com/#ns-service>
        a       <http://www.w3.org/ns/sparql-service-description#Service> ;
        <http://purl.org/dc/terms/title>
                "Copenhagen namespace" ;
        <http://www.w3.org/ns/sparql-service-description#endpoint>
                <https://copenhagen.demo.linkeddatahub.com/ns> ;
        <http://www.w3.org/ns/sparql-service-description#supportedLanguage>
                <http://www.w3.org/ns/sparql-service-description#SPARQL11Query> .

<https://copenhagen.demo.linkeddatahub.com/#check-out>
        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        <p>Check out the rest of Copenhagen's geodata in the collection below.</p>\n    </div>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .

<https://copenhagen.demo.linkeddatahub.com/#main-library>
        a       <https://w3id.org/atomgraph/linkeddatahub#Object> ;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#value>
                <https://copenhagen.demo.linkeddatahub.com/places/stednavn_punkt.fid-361ad8c1_150a94a2aab_-83b/#this> ;
        <https://w3id.org/atomgraph/client#mode>
                <https://w3id.org/atomgraph/client#MapMode> .

<https://copenhagen.demo.linkeddatahub.com/#city-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>City infrastructure overview</h3>\n        <p>Explore Copenhagen's public facilities, infrastructure, and services through interactive maps and data visualizations.\n           This dataset includes libraries, schools, parking facilities, sports centers, playgrounds, and more.</p>\n    </div>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
