@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/p427935792> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Harry / door Aug. van Cauwelaert" ;
    dcterms1:issued "1934" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p069525935> ;
    schema1:bookFormat schema1:EBook ;
    schema1:inLanguage "nl" ;
    schema1:isBasedOn <http://data.bibliotheken.nl/id/nbt/p042386853> ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a6ea1271195a2fa96d40aff1a29b099c> ;
    schema1:name "Harry" ;
    schema1:numberOfPages 315 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/37e8e6979e6d4215c7181daa52f4f98a> ;
    schema1:sameAs <http://www.worldcat.org/oclc/1163791917> .

