@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/p86226264X> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Verkilling / geschreven door Rob van de Meeberg" ;
    dcterms1:issued "1982" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p071847456>,
        <http://data.bibliotheken.nl/id/thes/p075318172> ;
    schema1:description "De keerzijde der bladen is niet bedrukt" ;
    schema1:genre <http://data.bibliotheken.nl/id/thes/p075624354> ;
    schema1:inLanguage "nl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cd58f42909b45731a189d8c384cef1ea> ;
    schema1:name "Verkilling" ;
    schema1:numberOfPages 99 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/09154be633c2597ad940dac670f9f941> ;
    schema1:sameAs <http://www.worldcat.org/oclc/64355846> .

