@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/61751> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/98355> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300014741> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/MATERTECHN> ;
    skos:notation "61751" ;
    skos:prefLabel "mortar"@en,
        "mortel"@nl ;
    skos:scopeNote "A pasty building material that sets to form a hard, infusible solid. Most mortars are mixtures of lime, plaster of Paris, or cement with sand and water. It is used to fill the joints of brick and stone masonry and for other purposes."@en,
        "Een brijachtig bouwmateriaal, samengesteld uit zand en kalk of cement vermengd met water, dat langzaam verhardt bij blootstelling aan de lucht."@nl ;
    prov:generatedAtTime "2023-08-15T14:21:33+00:00"^^xsd:dateTime .

