@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/p123540267> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Charles Kingsley / door N.C. Balsem" ;
    dcterms1:issued "1875" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p074144723> ;
    schema1:inLanguage "nl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dca51e5ae50e5d4b572c496614ffd319> ;
    schema1:name "Charles Kingsley" ;
    schema1:numberOfPages 104 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/c2dd0af22b648dac30a67a65d5967555> ;
    schema1:sameAs <http://www.worldcat.org/oclc/64988107> .

