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

<http://data.bibliotheken.nl/id/dbnlt/hein001auri01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Auriacus, sive libertas saucia  /  Daniël  Heinsius" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/hein001> ;
    schema1:bookEdition "1ste druk" ;
    schema1:genre "drama",
        "tragedie/treurspel" ;
    schema1:identifier "hein001auri01" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6b6103eae9674cb73792fe0c15015a32> ;
    schema1:name "Auriacus, sive libertas saucia" ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/9d04df139b69e0979845eadd0f6bdb67> ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=hein001auri01> .

