@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/p155445146> a schema1:Thing,
        skos:Concept ;
    rdfs:label "Other languages and literatures" ;
    schema1:alternateName "Languages (other)",
        "Letterkunde (overig)",
        "Linguistics (other)",
        "Literatures (other)",
        "Taal- en letterkunde (overig)",
        "Taalkunde (overig)" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/93ebf238878aa84861d8d8edd21bda6a> ;
    schema1:name "Other languages and literatures" .

