@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/4377> a ns1:E53_Place,
        skos:Concept ;
    rdfs:label "Wiesbaden (city)" ;
    ns1:P168_place_is_defined_by "POINT(8.249320 50.082580)"^^geo:wktLiteral ;
    ns1:P1_is_identified_by <https://data.rkd.nl/.well-known/genid/28e36de6a9a340fb927ffd64015c587d>,
        <https://data.rkd.nl/.well-known/genid/f35130c50f9b48e4a7410cb7a5cd67c5> ;
    ns1:P89_falls_within <https://data.rkd.nl/thesaurus/98001> ;
    ns1:P89i_contains <https://data.rkd.nl/thesaurus/36243>,
        <https://data.rkd.nl/thesaurus/39278> ;
    skos:broader <https://data.rkd.nl/thesaurus/98001> ;
    skos:exactMatch <http://vocab.getty.edu/tgn/7004432>,
        <https://sws.geonames.org/2809346>,
        <https://www.wikidata.org/entity/Q1721> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/PLAATS> ;
    skos:narrower <https://data.rkd.nl/thesaurus/36243>,
        <https://data.rkd.nl/thesaurus/39278> ;
    skos:notation "4377" ;
    skos:prefLabel "Wiesbaden (city)"@en,
        "Wiesbaden (stad)"@nl ;
    prov:generatedAtTime "2023-06-05T12:10:29+00:00"^^xsd:dateTime ;
    ns2:equivalent <http://vocab.getty.edu/tgn/7004432>,
        <https://sws.geonames.org/2809346>,
        <https://www.wikidata.org/entity/Q1721> .

