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

<http://data.bibliotheken.nl/id/dbnlt/bloe001verz02> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Verzamelde beschouwingen  /  J.C.  Bloem" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/bloe001> ;
    schema1:bookEdition "1ste druk" ;
    schema1:genre "non-fictie",
        "non-fictie/essays-opstellen",
        "poëzie" ;
    schema1:identifier "bloe001verz02" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/12b08d524f1023409c7ca95e17232219> ;
    schema1:name "Verzamelde beschouwingen" ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/2800da77baf6741ecc90ae0d8110b840> ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=bloe001verz02> .

