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

<http://data.bibliotheken.nl/id/dbnlt/woes002vade01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Het vader-huis  /  Karel van de Woestijne" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/woes002> ;
    schema1:bookEdition "1ste druk" ;
    schema1:genre "gedichten / dichtbundel",
        "poëzie" ;
    schema1:identifier "woes002vade01" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b83f7d2c4d792ac75345bb0dbbdb70da> ;
    schema1:name "Het vader-huis" ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/326e55378244fa95abed75b59bea75c8> ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=woes002vade01> .

