@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/p092034772> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Amerika" ;
    dcterms1:issued "1951" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p068409745> ;
    schema1:inLanguage "und" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7c28c604478567c1a6a8e11f1d1666b4> ;
    schema1:name "Amerika" ;
    schema1:numberOfPages 245 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/2114407b1c04bffe9fe3c763b4a5311a> ;
    schema1:sameAs <http://www.worldcat.org/oclc/65961277> .

