@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/p084862785> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Mevrouw Dallemans / Pirana" ;
    dcterms1:issued "1990" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p068285914> ;
    schema1:description "De meeste van deze gags zijn verschenen in het weekblad Panorama-De Post" ;
    schema1:inLanguage "nl" ;
    schema1:isbn "9073619041" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d4a412b705592aee35bcb87d6148ba84> ;
    schema1:name "Mevrouw Dallemans" ;
    schema1:numberOfPages 40 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/3fbe083d160c404682996cc265c568c9> .

