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

<http://data.bibliotheken.nl/id/dbnlt/abko001hoef01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Hoe Fred aviateur werd  /  Chr. van Abkoude" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/abko001> ;
    schema1:bookEdition "1ste druk" ;
    schema1:genre "jeugdliteratuur",
        "proza",
        "roman" ;
    schema1:identifier "abko001hoef01" ;
    schema1:illustrator <http://data.bibliotheken.nl/id/dbnla/lutz013> ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7370cb34cd2cf18a0d9788f21a096bb0> ;
    schema1:name "Hoe Fred aviateur werd" ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/72b20d8ce85d825ef511806a37b2f79d> ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=abko001hoef01> .

