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

<http://data.bibliotheken.nl/id/dbnlt/brin057toto01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Toto  /  J.H.  Brinkgreve-Entrop" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/brin057> ;
    schema1:bookEdition "4de druk" ;
    schema1:genre "jeugdliteratuur",
        "proza",
        "roman" ;
    schema1:identifier "brin057toto01" ;
    schema1:illustrator <http://data.bibliotheken.nl/id/dbnla/feij003> ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bbc751dee61297e3c69912dde46943c4> ;
    schema1:name "Toto" ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/f7fbda811c3c642013652f7f1025b293> ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=brin057toto01> .

