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

<http://data.bibliotheken.nl/id/dbnlt/stro009hart01> a schema1:Book,
        schema1:CreativeWork,
        schema1:ProductModel ;
    rdfs:label "Het hart naar boven. Religieuze poëzie uit de zeventiende eeuw  /  Ton van Strien, Els  Stronks" ;
    schema1:author <http://data.bibliotheken.nl/id/dbnla/stri011>,
        <http://data.bibliotheken.nl/id/dbnla/stro009> ;
    schema1:bookEdition "1ste druk" ;
    schema1:genre "bloemlezing",
        "gedichten / dichtbundel",
        "poëzie" ;
    schema1:identifier "stro009hart01" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/af1f6785d1495c54ca2e69a86f4a6f56> ;
    schema1:name "Het hart naar boven. Religieuze poëzie uit de zeventiende eeuw" ;
    schema1:url <https://www.dbnl.org/titels/titel.php?id=stro009hart01> .

