@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/bDwsuqw>
  schema:givenName "Gerardus"^^xsd:string ;
  schema:name "Gerardus Wulffraat"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/187e4d04-c32b-38d0-56e3-20ce4b2ccde0"^^xsd:string ;
  schema:familyName "Wulffraat"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00s7g4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/50182e75-ae57-8131-316d-4be757818c78> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2167902> ;
  schema:birthDate "1865-09-07"^^xsd:date .

