@prefix dcterms1: <http://purl.org/dc/terms#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.bibliotheken.nl/id/nbt/p171984226> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "De legende van de koopman en de hond / Frederik M. Wiedijk" ;
    dcterms1:issued "1995" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p069468605> ;
    schema1:inLanguage "nl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/33f9111093a2052b4b91c5805877b772> ;
    schema1:name "De legende van de koopman en de hond" ;
    schema1:numberOfPages 1 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/cf0e930d26202d548a2c9e64e01793e5> .

