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

<http://data.bibliotheken.nl/id/dbnlt/jans016iets01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "'Iets over Artes in verzamelhandschriften'  /  R.  Jansen-Sieben" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/jans016> ;
    schema1:bookEdition "1ste druk" ;
    schema1:genre "100 artikelen/Middeleeuwen",
        "artikel",
        "sec - letterkunde" ;
    schema1:identifier "jans016iets01" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b2d3fb3d066d8bfc6e5aa114d03f6293> ;
    schema1:name "'Iets over Artes in verzamelhandschriften'" ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=jans016iets01> .

