@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/p423777416> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Hippolyte Taine" ;
    dcterms1:issued "1903" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p068879318> ;
    schema1:bookFormat schema1:EBook ;
    schema1:inLanguage "fr" ;
    schema1:isBasedOn <http://data.bibliotheken.nl/id/nbt/p060793090> ;
    schema1:isPartOf <http://data.bibliotheken.nl/id/nbt/p108510794> ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8955b3c3c52a3f5fa67478ad176dd98c> ;
    schema1:name "Hippolyte Taine" ;
    schema1:numberOfPages 64 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/7b2c0394e62296f61df492d0cec01366> ;
    schema1:sameAs <http://www.worldcat.org/oclc/1120128936> .

