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

<http://data.bibliotheken.nl/id/dbnlt/groo207voor01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Voor de overlevenden  /  Boudewijn de Groot, Lennaert  Nijgh" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/groo207>,
        <http://data.bibliotheken.nl/id/dbnla/nijg001> ;
    schema1:bookEdition "1ste druk" ;
    schema1:genre "liederen/liedjes",
        "poëzie" ;
    schema1:identifier "groo207voor01" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a6f9aaf6feea5eadc4f14651d3139ae1> ;
    schema1:name "Voor de overlevenden" ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/73501e44bf6896677e52c6ca90c8e0f4> ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=groo207voor01> .

