@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix ns1: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix ns2: <https://linked.art/ns/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.rkd.nl/thesaurus/14665> a ns1:E53_Place,
        skos:Concept ;
    rdfs:label "Leverkusen" ;
    ns1:P168_place_is_defined_by "POINT(6.984320 51.030300)"^^geo:wktLiteral ;
    ns1:P1_is_identified_by <https://data.rkd.nl/.well-known/genid/60e02031ca044a4884db4803bb317cdd>,
        <https://data.rkd.nl/.well-known/genid/6f6fc15af624481c99bbc2a70d6ba45f> ;
    ns1:P89_falls_within <https://data.rkd.nl/thesaurus/28866> ;
    skos:broader <https://data.rkd.nl/thesaurus/28866> ;
    skos:exactMatch <https://sws.geonames.org/2878234> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/PLAATS> ;
    skos:notation "14665" ;
    skos:prefLabel "Leverkusen"@en,
        "Leverkusen"@nl ;
    prov:generatedAtTime "2023-02-16T12:29:55+00:00"^^xsd:dateTime ;
    ns2:equivalent <https://sws.geonames.org/2878234> .

