@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/3754> a ns1:E53_Place,
        skos:Concept ;
    rdfs:label "Oslo (city)" ;
    ns1:P168_place_is_defined_by "POINT(10.746090 59.912730)"^^geo:wktLiteral ;
    ns1:P1_is_identified_by <https://data.rkd.nl/.well-known/genid/2a8b0371ba484416b6ee63d7188ec2ff>,
        <https://data.rkd.nl/.well-known/genid/507502e0d6d54231b0cbf48407383ab9>,
        <https://data.rkd.nl/.well-known/genid/d9fa049eb03b45f2a7e8148a85ae3c76>,
        <https://data.rkd.nl/.well-known/genid/fe63a34aafc54d3583c6fe6ff507b3e2> ;
    ns1:P89_falls_within <https://data.rkd.nl/thesaurus/32586> ;
    ns1:P89i_contains <https://data.rkd.nl/thesaurus/86169>,
        <https://data.rkd.nl/thesaurus/89273>,
        <https://data.rkd.nl/thesaurus/89643> ;
    skos:altLabel "Christiania (Norway)"@en,
        "Christiania (Noorwegen)"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/32586> ;
    skos:exactMatch <http://vocab.getty.edu/tgn/7009573>,
        <https://sws.geonames.org/3143244> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/PLAATS> ;
    skos:narrower <https://data.rkd.nl/thesaurus/86169>,
        <https://data.rkd.nl/thesaurus/89273>,
        <https://data.rkd.nl/thesaurus/89643> ;
    skos:notation "3754" ;
    skos:prefLabel "Oslo (city)"@en,
        "Oslo (stad)"@nl ;
    prov:generatedAtTime "2023-10-23T13:42:48+00:00"^^xsd:dateTime ;
    ns2:equivalent <http://vocab.getty.edu/tgn/7009573>,
        <https://sws.geonames.org/3143244> .

