@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/p256287368> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "De adem der dingen / door H. van Treslong" ;
    dcterms1:issued "1927" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p067729592> ;
    schema1:inLanguage "nl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6cf4f68cedb1659de5c73f6a8010f3d5> ;
    schema1:name "De adem der dingen" ;
    schema1:numberOfPages 264 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/c58a2040a0c398b7bd2880924cfe9546> ;
    schema1:sameAs <http://www.worldcat.org/oclc/150220341> .

