@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/p425116808> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Oliver Goldsmith en Justus van Effen / [A.J. Barnouw]" ;
    dcterms1:issued "1913" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p068512430> ;
    schema1:description "Teksten in het Nederlands, Frans en Engels" ;
    schema1:inLanguage "en",
        "fr",
        "nl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/08d7ad98525d64429b308a7e94004195> ;
    schema1:name "Oliver Goldsmith en Justus van Effen" ;
    schema1:numberOfPages 96 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/6339b6cf6c3c2c511cb95066635d8178> ;
    schema1:sameAs <http://www.worldcat.org/oclc/1140285811> .

