@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/p833724487> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Bijbel" ;
    dcterms1:issued "1983" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p075445921> ;
    schema1:contributor <http://data.bibliotheken.nl/id/thes/p069659400>,
        <http://data.bibliotheken.nl/id/thes/p071651543> ;
    schema1:genre <http://data.bibliotheken.nl/id/thes/p075679191> ;
    schema1:inLanguage "nl" ;
    schema1:isbn "9027471274" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b9277abca365426efe2e2048706162c7> ;
    schema1:name "Bijbel" ;
    schema1:numberOfPages 377 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/6094f4a4d846b69cf939654ce8aef4e4> ;
    schema1:sameAs <http://www.worldcat.org/oclc/63847087> .

