@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/bDJ9GLM>
  schema:givenName "Hermanus"^^xsd:string ;
  schema:name "Hermanus Wolfswinkel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/74090da4-bbde-0bdc-8fc1-38f0f093e67e"^^xsd:string ;
  schema:hasOccupation "Stalknecht"@nl ;
  schema:familyName "Wolfswinkel"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Hoogland> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wp1q> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f9efd830-e90a-b41f-d10c-88667bced271> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2738411> ;
  schema:birthDate "1836-08-12"^^xsd:date .

