@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/p093932391> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "De eerste bouwers / door Robert Wernick ; vertaald uit het Engels door Joost de Klerk" ;
    dcterms1:issued "1975" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p068885733> ;
    schema1:description "Vert. uit het Engels (1973)" ;
    schema1:inLanguage "nl" ;
    schema1:isbn "9061820510" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b5bf32fada5db9854d27410c9110262d> ;
    schema1:name "De eerste bouwers" ;
    schema1:numberOfPages 160 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/104688e9b0c43fde23580fc6b24f15f0> .

