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

<http://data.bibliotheken.nl/id/dbnlt/gold002olif01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "'Een olifant in de Schwebebahn'  /  Tijs  Goldschmidt" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/gold002> ;
    schema1:bookEdition "1ste druk" ;
    schema1:genre "artikel",
        "proza" ;
    schema1:identifier "gold002olif01" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fa2c25e0f49ae9ff8f23bac8eb979294> ;
    schema1:name "'Een olifant in de Schwebebahn'" ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=gold002olif01> .

