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

<http://data.bibliotheken.nl/id/thes/p07278590X> a schema1:Person ;
    rdfs:label "Hofstede, Johannes Jacobus (1761-1807)" ;
    schema1:birthDate "1761" ;
    schema1:deathDate "1807" ;
    schema1:familyName "Hofstede" ;
    schema1:givenName "Johannes Jacobus" ;
    schema1:hasOccupation "predikant" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b05588b602e64e26eedfe42c55fc8f08> ;
    schema1:name "Johannes Jacobus Hofstede" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/280613677>,
        <https://isni.org/isni/0000000387622963> .

