@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/p04004002X> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Reiswijzer : Londen / J.J.M. Veltman" ;
    dcterms1:issued "1978" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p067809014> ;
    schema1:inLanguage "nl" ;
    schema1:isbn "9027409641" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/09968c056e8aca2bfed46ded1a45ecc0> ;
    schema1:name "Reiswijzer : Londen" ;
    schema1:numberOfPages 112 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/f02ffd8af88518b5c7223c0e0fa4cc7e> .

