@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/p330633252> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Dromen van Matthew / Else van Erkel" ;
    dcterms1:issued "2010" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p119612240> ;
    schema1:inLanguage "nl" ;
    schema1:isbn "9789081447416" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/79b59e97fb00b643dc681aa29774e6f2> ;
    schema1:name "Dromen van Matthew" ;
    schema1:numberOfPages 133 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/8bd81d7f565bf90bb11ad145dcb5b4b8> ;
    schema1:sameAs <http://www.worldcat.org/oclc/701269555> .

