@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/bRfDNMy>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/60b29aa7-3af7-c9cc-c50c-c35fc3c82494"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan Jannes"@nl ;
  schema:familyName "Jannes"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00x5tw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e76c74bb-7bef-1b36-3f27-5c46bdae8b3d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2688735> ;
  schema:birthDate "1899-08-08"^^xsd:date .

