@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/p42257385X> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "De greppel / Herman Koch" ;
    dcterms1:issued "2016" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p071244581> ;
    schema1:bookEdition "Derde druk" ;
    schema1:description "1e druk: 2016" ;
    schema1:inLanguage "nl" ;
    schema1:isbn "9789026339080" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8ac646624f359b650261ff83e98153d9> ;
    schema1:name "De greppel" ;
    schema1:numberOfPages 318 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/7652780703494b4db962030a23c0d7a1> ;
    schema1:sameAs <http://www.worldcat.org/oclc/1097587376> .

