@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/bi6TxHw>
  schema:givenName "Frederik Willem"^^xsd:string ;
  schema:name "Frederik Willem Stute"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/79d1128b-5f1f-64ff-c9c6-b323ee770ab4"^^xsd:string ;
  schema:familyName "Stute"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Oss> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00svd4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f146e96d-0e4f-be17-9fa5-606dbdee999d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2858486> ;
  schema:birthDate "1857-05-09"^^xsd:date .

