@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/p428019536> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "De burgemeester / door D. Kooiman" ;
    dcterms1:issued "1919" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p067588719> ;
    schema1:bookFormat schema1:EBook ;
    schema1:inLanguage "nl" ;
    schema1:isBasedOn <http://data.bibliotheken.nl/id/nbt/p100246443> ;
    schema1:isPartOf <http://data.bibliotheken.nl/id/nbt/p851443575> ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c21b1949175762a8038a4de71565b243> ;
    schema1:name "De burgemeester" ;
    schema1:numberOfPages 43 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/ebecbcee7887c9965c62172960dec174> ;
    schema1:sameAs <http://www.worldcat.org/oclc/1163970517> .

