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

<http://data.bibliotheken.nl/id/thes/p070446202> a schema1:Person ;
    rdfs:label "Vrijdag, Hein" ;
    schema1:description "liturgie" ;
    schema1:familyName "Vrijdag" ;
    schema1:givenName "Hein" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/53f5486ea9b80ff32bd81faf2baa2195> ;
    schema1:name "Hein Vrijdag" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/290792406>,
        <https://isni.org/isni/0000000395934078> .

