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

<http://data.bibliotheken.nl/id/dbnlt/post003voor01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Voor eenzaamen  /  Elisabeth Maria  Post" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/post003> ;
    schema1:bookEdition "2de druk" ;
    schema1:genre "gedichten / dichtbundel",
        "poëzie",
        "proza",
        "verhalen" ;
    schema1:identifier "post003voor01" ;
    schema1:illustrator <http://data.bibliotheken.nl/id/dbnla/buys004> ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dc860a693e39e26bcb9c797a6f92b3c4> ;
    schema1:name "Voor eenzaamen" ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/5d8f911b35c61bd6633825187d081728> ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=post003voor01> .

