@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/8575> a ns1:E53_Place,
        skos:Concept ;
    rdfs:label "Bellaire (Belgium)" ;
    ns1:P168_place_is_defined_by "POINT(5.665850 50.644530)"^^geo:wktLiteral ;
    ns1:P1_is_identified_by <https://data.rkd.nl/.well-known/genid/d0565033e02c48699b6d88f6a97cfb9d>,
        <https://data.rkd.nl/.well-known/genid/d6a8463abcae4e96be7df1eb1b009435> ;
    ns1:P89_falls_within <https://data.rkd.nl/thesaurus/25080> ;
    skos:broader <https://data.rkd.nl/thesaurus/25080> ;
    skos:exactMatch <https://sws.geonames.org/2802352> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/PLAATS> ;
    skos:notation "8575" ;
    skos:prefLabel "Bellaire (Belgium)"@en,
        "Bellaire (België)"@nl ;
    prov:generatedAtTime "2023-03-22T10:26:58+00:00"^^xsd:dateTime ;
    ns2:equivalent <https://sws.geonames.org/2802352> .

