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

<http://data.bibliotheken.nl/id/dbnlt/baek004robi01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Robinson  /  Lode  Baekelmans" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/baek004> ;
    schema1:bookEdition "1ste druk" ;
    schema1:genre "proza",
        "roman" ;
    schema1:identifier "baek004robi01" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2dfd849053829a680315ae58cc0866e7> ;
    schema1:name "Robinson" ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=baek004robi01> .

