@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/p241529859> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "De eerstnoodige vrede / G.F. Haspels" ;
    dcterms1:issued "1902" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p070291713> ;
    schema1:inLanguage "nl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fc1f2dd423b106c57171ea8584da03ba> ;
    schema1:name "De eerstnoodige vrede" ;
    schema1:numberOfPages 12 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/6690b833abc97a510ec49f50f18c8481> ;
    schema1:sameAs <http://www.worldcat.org/oclc/777501733> .

