@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/54786> a skos:Concept ;
    skos:altLabel "website design"@en,
        "ontwerpen voor websites"@nl,
        "website-ontwerp"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/79845> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300375660> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/OBJALG> ;
    skos:notation "54786" ;
    skos:prefLabel "web design"@en,
        "webdesign"@nl ;
    skos:scopeNote "Refers to the practice of designing for Websites, including graphical functional, and structural considerations."@en,
        "Verwijst naar het ontwerpen van websites, met inbegrip van grafisch-functionele aspecten en de structuur."@nl ;
    prov:generatedAtTime "2023-07-11T10:54:09+00:00"^^xsd:dateTime .

