@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/p079982875> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Bob et Bobette / Willy Vandersteen" ;
    dcterms1:issued "1987" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p068870752> ;
    schema1:inLanguage "fr" ;
    schema1:isPartOf <http://data.bibliotheken.nl/id/nbt/p109533704> ;
    schema1:isbn "2880972280" ;
    schema1:issueNumber 99 ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c32efdcbe45ebe9f405494d188f168ff> ;
    schema1:name "Bob et Bobette" ;
    schema1:numberOfPages 232 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/ab258a0ae5209f9d796286cec504eff0> ;
    schema1:sameAs <http://www.worldcat.org/oclc/769459641> ;
    schema1:translationOfWork <https://data.bibliotheken.nl/.well-known/genid/9566833cc6ca2dec98e3b6dbc3163858> .

