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

<http://data.bibliotheken.nl/id/dbnlt/_his003hist01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "De historie vanden vier heemskinderen  /  Anoniem  Vier Heemskinderen, Vanden" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/_his003> ;
    schema1:bookEdition "1ste druk" ;
    schema1:editor <http://data.bibliotheken.nl/id/dbnla/spij003> ;
    schema1:genre "proza",
        "ridderroman" ;
    schema1:identifier "_his003hist01" ;
    schema1:isBasedOn <http://data.bibliotheken.nl/id/nbt/p406565074> ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/71f237b543882c6ff7a24c5fd88c5430> ;
    schema1:name "De historie vanden vier heemskinderen" ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=_his003hist01> .

