@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/p428174035> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Deutsche Grammatik / J. van Dam en J.C. de Buisonjé" ;
    dcterms1:issued "1938" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p068412991> ;
    schema1:bookFormat schema1:EBook ;
    schema1:contributor <http://data.bibliotheken.nl/id/thes/p067848052> ;
    schema1:inLanguage "de" ;
    schema1:isBasedOn <http://data.bibliotheken.nl/id/nbt/p047300760> ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8f185e178bdb410ac8790d8638ff7694> ;
    schema1:name "Deutsche Grammatik" ;
    schema1:numberOfPages 156 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/78b912dc8df52d6c57ab776cfcd8fc3c> ;
    schema1:sameAs <http://www.worldcat.org/oclc/1164711464> .

