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

<http://data.bibliotheken.nl/id/thes/p068105541> a schema1:Person ;
    rdfs:label "Volker, Tijs (1892-1979)" ;
    schema1:alternateName "Volker, Tys" ;
    schema1:birthDate "1892" ;
    schema1:deathDate "1979" ;
    schema1:description "bron: https://www.nederlandsepoezie.org/dichters/v/volker_tijs.html" ;
    schema1:familyName "Volker" ;
    schema1:givenName "Tijs" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c1d09a72fdc3034f6365cb9873c67778> ;
    schema1:name "Tijs Volker" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/92815069>,
        <https://isni.org/isni/0000000067847186> .

