@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/82812> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/94119> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300379435> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "82812" ;
    skos:prefLabel "privatization"@en,
        "privatisering"@nl ;
    skos:scopeNote "The act of transferring public assets from national control to private ownership."@en,
        "De handeling waarbij publiek eigendom overgaat van de overheid naar de particuliere sector."@nl ;
    prov:generatedAtTime "2023-06-15T09:11:30+00:00"^^xsd:dateTime .

