@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/74666> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/90117> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300014258> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/ATELIER>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/74664>,
        <https://data.rkd.nl/thesaurus/74665> ;
    skos:notation "74666" ;
    skos:prefLabel "vegetable oil"@en,
        "plantaardige olie"@nl ;
    skos:scopeNote "Oil extracted from plant parts, such as seeds, fruits, or nuts. They contain a mixture of glycerides and may be considered drying, sem-drying, or nondrying."@en,
        "Olie verkregen uit planten."@nl ;
    prov:generatedAtTime "2023-09-12T07:45:12+00:00"^^xsd:dateTime .

