@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/p439103754> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Prijskinderen / Kees de Boer" ;
    dcterms1:issued "2023" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p071255397> ;
    schema1:inLanguage "nl" ;
    schema1:isbn "9789021683713" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c1c10d18c456a637260f5d5bd119e955> ;
    schema1:name "Prijskinderen" ;
    schema1:numberOfPages 26 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/2ef09bcab2aa9e3bea8bb196b7df02be> ;
    schema1:sameAs <http://www.worldcat.org/oclc/1406983056> .

