@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/p13631953X> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Jan-Willem / door A. Médant" ;
    dcterms1:issued "1939" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p072497572> ;
    schema1:inLanguage "nl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/67582897dde68f1773ed604913ff6790> ;
    schema1:name "Jan-Willem" ;
    schema1:numberOfPages 151 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/80ae493da87bf7ea06d0dbe26709412d> ;
    schema1:sameAs <http://www.worldcat.org/oclc/69139730> .

