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

<http://data.bibliotheken.nl/id/dbnlt/kom_001stri01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Strijden ga ik  /  Anton de Kom" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/kom_001> ;
    schema1:bookEdition "1ste druk" ;
    schema1:genre "bloemlezing",
        "gedichten / dichtbundel",
        "poëzie" ;
    schema1:identifier "kom_001stri01" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6bdd86ea708592246d5527aaf3b8df43> ;
    schema1:name "Strijden ga ik" ;
    schema1:publication <https://data.bibliotheken.nl/.well-known/genid/267b541caf33680d727f2323394e86fb> ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=kom_001stri01> .

