@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/p041085019> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Poëzie voor kinderen / Maria Degraeve" ;
    dcterms1:issued "1972" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p069335923> ;
    schema1:inLanguage "nl" ;
    schema1:isbn "9026043341" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5ab904de58b81ca0fd630cb244595bcd> ;
    schema1:name "Poëzie voor kinderen" ;
    schema1:numberOfPages 87 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/5b0705b5162636ad078b9a96ec752787> .

