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

<http://data.bibliotheken.nl/id/nbt/p80288458X> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "De dood van mijn vader / Pieter Grashoff" ;
    dcterms1:issued "1980" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p068540973> ;
    schema1:bookEdition "9e dr" ;
    schema1:description "1e druk in Nieuw Vlaams Tijdschrift, 1962" ;
    schema1:inLanguage "nl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dfb8e8d7774cbcc616e270598895ddaa> ;
    schema1:name "De dood van mijn vader" ;
    schema1:numberOfPages 18 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/228b5162ed7f6ccd07c173debc99ad38> ;
    schema1:sameAs <http://www.worldcat.org/oclc/63441981> .

