@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/bS5qT2i>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Signer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5e24f38c-bf74-f9a7-a7df-f95970473a35"^^xsd:string ;
  schema:familyName "Signer"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0102cc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/250afc4f-c51c-35b6-e016-9fb750c7cdb1> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2004204> ;
  schema:birthDate "1903-02-15"^^xsd:date .

