@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://data.bibliotheken.nl/id/thes/p155446258> a schema1:Thing,
        skos:Concept ;
    rdfs:label "Domestic science" ;
    schema1:alternateName "Garden design",
        "Huishoudkunde",
        "Tuinaanleg" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e170d4655f300cb6321bdd3c72c3447c> ;
    schema1:name "Domestic science" .

