@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/p296058149> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "De negentiende eeuw / A. de Graaf" ;
    dcterms1:issued "1894" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p070570914> ;
    schema1:inLanguage "nl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f2b615d123ab5167ba1408213905cc64> ;
    schema1:name "De negentiende eeuw" ;
    schema1:numberOfPages 10 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/864b691a67983e3ad15801df782a8111> ;
    schema1:sameAs <http://www.worldcat.org/oclc/71746825> .

