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

<http://data.bibliotheken.nl/id/dbnlt/vive004chro01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Chronijcke van Ghendt  /  Jan van den Vivere" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/vive004> ;
    schema1:bookEdition "1ste druk" ;
    schema1:editor <http://data.bibliotheken.nl/id/dbnla/pott003> ;
    schema1:genre "kroniek",
        "non-fictie" ;
    schema1:identifier "vive004chro01" ;
    schema1:isBasedOn <http://data.bibliotheken.nl/id/nbt/p393482596> ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/40a9b70879a96144dc6bd038a56d1189> ;
    schema1:name "Chronijcke van Ghendt" ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=vive004chro01> .

