@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/37454> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/37456> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300010920> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/MATERTECHN> ;
    skos:notation "37454" ;
    skos:prefLabel "stainless steel"@en,
        "roestvrij staal"@nl ;
    skos:scopeNote "Any of a large number of iron-chromium alloys, widely used for their corrosion resistance and nonrusting quality."@en,
        "Een van de vele ijzer-chroomlegeringen, algemeen gebruikt voor hun bestendigheid tegen aantasting en roestvrije eigenschappen."@nl ;
    prov:generatedAtTime "2023-09-11T13:58:59+00:00"^^xsd:dateTime .

