@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.rkd.nl/thesaurus/98487> a skos:Concept ;
    skos:altLabel "studio address"@en,
        "atelier-adres"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/90196> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300386983> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/ATELIER>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "98487" ;
    skos:prefLabel "street address"@en,
        "adres"@nl ;
    skos:scopeNote "Particulars of the place where a person, organization, building, or monument can be found on a street or other thoroughfare; typically consisting of a number, street name, the name of the administrative area (a town or district). May also include a postcode, as the street address may also be the \"mailing address.\""@en,
        "Gegevens betreffende de plaats waar een persoon, organisatie, gebouw of monument in een straat gevonden kan worden; bestaan meestal uit een huisnummer, straatnaam, naam van een plaats of district, en vaak een postcode."@nl ;
    prov:generatedAtTime "2023-10-04T08:14:03+00:00"^^xsd:dateTime .

