@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/b3XiLPq>
  schema:givenName "Ferdinand"^^xsd:string ;
  schema:name "Ferdinand Forsthövel"@nl ;
  schema:familyName "Forsthövel"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8f7aa752-d29e-5c1c-e58a-1de37d5e45ea"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bBQQuWr> ;
  schema:parent <https://n2t.net/ark:/60537/bbRTAFx>, <https://n2t.net/ark:/60537/bjMupuB> ;
  a pico:PersonObservation ;
  pico:hasRole <https://terms.personsincontext.org/ThesaurusHistorischePersoonsgegevens/575> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2237409> ;
  schema:birthDate "1879-04-10"^^xsd:date .

