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

<http://data.bibliotheken.nl/id/dbnlt/eras001inst01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Christiani matrimonii institutio  /  Desiderius  Erasmus" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/eras001> ;
    schema1:bookEdition "1ste druk" ;
    schema1:genre "non-fictie",
        "non-fictie/theologie" ;
    schema1:identifier "eras001inst01" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/111b82d0ba23d879addab78431bf1737> ;
    schema1:name "Christiani matrimonii institutio" ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/eec0fb6efab891abb5ed87da8637b50a> ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=eras001inst01> .

