@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/dbnlt/math004gema01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "De gemaskerde eeuw  /  Marita  Mathijsen" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/math004> ;
    schema1:bookEdition "1ste druk" ;
    schema1:genre "non-fictie",
        "non-fictie/geschiedenis/tijdsbeeld(en)",
        "studie" ;
    schema1:identifier "math004gema01" ;
    schema1:isBasedOn <http://data.bibliotheken.nl/id/nbt/p412653567> ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c831731f4cac745d89d212a877a93b39> ;
    schema1:name "De gemaskerde eeuw" ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=math004gema01> .

