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

<http://data.bibliotheken.nl/id/dbnlt/butn001pass01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Passagiers voor het oerwoud  /  Constant  Butner" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/butn001> ;
    schema1:bookEdition "1ste druk" ;
    schema1:genre "jeugdliteratuur",
        "proza",
        "roman" ;
    schema1:identifier "butn001pass01" ;
    schema1:illustrator <http://data.bibliotheken.nl/id/dbnla/dalt003> ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1f64e6c7421c117bf1c34a41aaca8ef1> ;
    schema1:name "Passagiers voor het oerwoud" ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/fe56f8d6318ce8e4eca0f327046c0016> ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=butn001pass01> .

