@prefix dcterms1: <http://purl.org/dc/terms#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/nbt/p353126896> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Een wijze ging voorbij" ;
    dcterms1:issued "1998" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p069028184> ;
    schema1:inLanguage "nl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4010da641bf659415a6539ce6df8c3d6> ;
    schema1:name "Een wijze ging voorbij" ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/980b51b4bf81895ba44b534ffea24cb3> ;
    schema1:sameAs <http://www.worldcat.org/oclc/823268458> .

