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

<http://data.bibliotheken.nl/id/dbnlt/huyg001jawo10> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Gedichten. Deel 2: 1623-1636  /  Constantijn  Huygens" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/huyg001> ;
    schema1:bookEdition "1ste druk" ;
    schema1:editor <http://data.bibliotheken.nl/id/dbnla/worp001> ;
    schema1:genre "gedichten / dichtbundel",
        "poëzie" ;
    schema1:identifier "huyg001jawo10" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3ed36aaac382068430547cd275bb5456> ;
    schema1:name "Gedichten. Deel 2: 1623-1636" ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=huyg001jawo10> .

