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

<http://data.bibliotheken.nl/id/dbnlt/wijn002door01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Door Amerika  /  C.J.  Wijnaendts Francken" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/wijn002> ;
    schema1:bookEdition "1ste druk" ;
    schema1:genre "proza",
        "reisbeschrijving" ;
    schema1:identifier "wijn002door01" ;
    schema1:isBasedOn <http://data.bibliotheken.nl/id/nbt/p421571160> ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/de9350d6c7e7fa593e05cbeff886f9c8> ;
    schema1:name "Door Amerika" ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/e503a30c3465abc2166a7f39a8300591> ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=wijn002door01> .

