@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/p138272387> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "De stille strijder / G. van Bokhorst" ;
    dcterms1:issued "1936" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p070380635> ;
    schema1:inLanguage "nl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c482f8151f771ea8655b1c65359b4678> ;
    schema1:name "De stille strijder" ;
    schema1:numberOfPages 330 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/0cc2dc51d5e73d25a65275a7db69396b> ;
    schema1:sameAs <http://www.worldcat.org/oclc/69036988> .

