@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/2637> a ns1:E53_Place,
        skos:Concept ;
    rdfs:label "Birmingham (Great Britain)" ;
    ns1:P168_place_is_defined_by "POINT(-1.899830 52.481420)"^^geo:wktLiteral ;
    ns1:P1_is_identified_by <https://data.rkd.nl/.well-known/genid/8089881ba52a446d998a8ab80006e82b>,
        <https://data.rkd.nl/.well-known/genid/954d3e01983548ed881df2a43a8d72d5> ;
    ns1:P89_falls_within <https://data.rkd.nl/thesaurus/33055> ;
    ns1:P89i_contains <https://data.rkd.nl/thesaurus/1249>,
        <https://data.rkd.nl/thesaurus/36766>,
        <https://data.rkd.nl/thesaurus/5751> ;
    skos:broader <https://data.rkd.nl/thesaurus/33055> ;
    skos:exactMatch <http://vocab.getty.edu/tgn/7010955>,
        <https://sws.geonames.org/2655603>,
        <https://www.wikidata.org/entity/Q2256> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/PLAATS> ;
    skos:narrower <https://data.rkd.nl/thesaurus/1249>,
        <https://data.rkd.nl/thesaurus/36766>,
        <https://data.rkd.nl/thesaurus/5751> ;
    skos:notation "2637" ;
    skos:prefLabel "Birmingham (Great Britain)"@en,
        "Birmingham (Groot-Brittannië)"@nl ;
    prov:generatedAtTime "2023-10-31T11:57:39+00:00"^^xsd:dateTime ;
    ns2:equivalent <http://vocab.getty.edu/tgn/7010955>,
        <https://sws.geonames.org/2655603>,
        <https://www.wikidata.org/entity/Q2256> .

