@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/p26408215X> a schema1:BookSeries,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "De dokter thuis / Eva Raaff" ;
    dcterms1:issued "2004" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p264082117> ;
    schema1:inLanguage "nl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fc7c37faefa45c02a813c7c2dfa9f42f> ;
    schema1:name "De dokter thuis" ;
    schema1:numberOfPages 3 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/1fdbc51ce7851b0c248bb5a7d15ed9ba> ;
    schema1:sameAs <http://www.worldcat.org/oclc/66587108> .

