@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/p085479764> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Het donkere huis / Ary Delen" ;
    dcterms1:issued "1952" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p069269637> ;
    schema1:bookEdition "2e dr" ;
    schema1:inLanguage "nl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c0590839529a15a49ac1b9804394f8ec> ;
    schema1:name "Het donkere huis" ;
    schema1:numberOfPages 168 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/98ed5f264d6463f5a540a2f7da656783> ;
    schema1:sameAs <http://www.worldcat.org/oclc/65536813> .

