@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/dbnlt/pres003euro01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Europa in een boek  /  J.  Presser" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/pres003> ;
    schema1:bookEdition "1ste druk" ;
    schema1:genre "non-fictie",
        "non-fictie/geschiedenis/tijdsbeeld(en)" ;
    schema1:identifier "pres003euro01" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3555661be18e5c5dfab4feaa2549ff0a> ;
    schema1:name "Europa in een boek" ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/f11249d4ad3af632543adb3309493261> ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=pres003euro01> .

