@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/90308> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/82358> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300028789> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "90308" ;
    skos:prefLabel "house mark"@en,
        "huismerk"@nl ;
    skos:scopeNote "Marks of property, incised on the facade of a building, typically in the form of simple patterns of lines."@en,
        "Een huismerk is een eenvoudig gelijnd hoekig teken waarmee een persoon of een boerderij en het daarbij behorende bezit worden aangeduid."@nl ;
    prov:generatedAtTime "2023-08-10T11:23:20+00:00"^^xsd:dateTime .

