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

<http://data.bibliotheken.nl/id/dbnlt/berg004boer01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "'Boers en beschaafd in het begin der 17e eeuw'  /  B. van den Berg" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/berg004> ;
    schema1:bookEdition "1ste druk" ;
    schema1:genre "100 artikelen/taalkunde",
        "artikel",
        "sec - taalkunde" ;
    schema1:identifier "berg004boer01" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/940ffce87d8e3f632a98ad6f0643e25b> ;
    schema1:name "'Boers en beschaafd in het begin der 17e eeuw'" ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=berg004boer01> .

