@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/p394797388> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "1914. Het trauma van Europa / Max Hastings" ;
    dcterms1:issued "2013" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p074193325> ;
    schema1:bookEdition "2e dr" ;
    schema1:bookFormat schema1:EBook ;
    schema1:inLanguage "nl" ;
    schema1:isbn "9789460422720" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6f4ab0afd63440ed757d57bb380abd91> ;
    schema1:name "1914. Het trauma van Europa" ;
    schema1:numberOfPages 800 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/4d3314374ecd5540b1d6f32270256603> .

