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

<http://data.bibliotheken.nl/id/dbnlt/dome001chri01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Van christen tot anarchist  /  Ferdinand  Domela Nieuwenhuis" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/dome001> ;
    schema1:bookEdition "2de druk" ;
    schema1:genre "non-fictie",
        "non-fictie/autobiografie-memoires",
        "non-fictie/politiek" ;
    schema1:identifier "dome001chri01" ;
    schema1:isBasedOn <http://data.bibliotheken.nl/id/nbt/p400532859> ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2e4034436048b88a9950aeb627d7254e> ;
    schema1:name "Van christen tot anarchist" ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=dome001chri01> .

