@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/p155445804> a schema1:Thing,
        skos:Concept ;
    rdfs:label "Education" ;
    schema1:alternateName "Onderwijs",
        "Schoolboeken (elementair)",
        "Schoolbooks",
        "Textbooks (elementary)" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/975b4960aa1385927ac79c42c567b713> ;
    schema1:name "Education" .

