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

<http://data.bibliotheken.nl/id/dbnla/hofs009> a schema1:Person ;
    rdfs:label "Hofstede, Petrus  (1716-1803)" ;
    schema1:alternateName "Petrus Hofstede" ;
    schema1:birthDate "1716-04-16"^^xsd:date ;
    schema1:birthPlace "Zuidlaren" ;
    schema1:deathDate "1803-11-27"^^xsd:date ;
    schema1:deathPlace "Rotterdam" ;
    schema1:familyName "Hofstede" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Petrus" ;
    schema1:hasOccupation "herv./geref. predikant/leraar" ;
    schema1:identifier "hofs009" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/28089819b97750f5ffc76de6130094f2> ;
    schema1:name "Petrus Hofstede" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=hofs009> .

