@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/p324774052> a schema1:BookSeries,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Memoires / door Simone de Beauvoir" ;
    dcterms1:issued "1968" ;
    schema1:author <http://data.bibliotheken.nl/id/thes/p068311818> ;
    schema1:inLanguage "nl" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d6db14c614288dc2a23d693a5929df3f> ;
    schema1:name "Memoires" ;
    schema1:numberOfPages 0 ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/b4263af69035f8e932e705f7a3022b30> ;
    schema1:sameAs <http://www.worldcat.org/oclc/515683302> .

