@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/bSVdLsk>
  schema:givenName "Franciscus Bernardus"^^xsd:string ;
  schema:name "Franciscus Bernardus Scholten"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/182de215-fab0-1cdc-9de5-ba4c84d79c04"^^xsd:string ;
  schema:familyName "Scholten"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0108d2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/517a5690-9f74-a8c1-8e74-f1ea90c9555f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2173191> ;
  schema:birthDate "1873-02-24"^^xsd:date .

