@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/br1uc5Q>
  schema:givenName "Aris"^^xsd:string ;
  schema:name "Aris Prins"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/85bd98a0-f9ee-f0d8-56ab-98c225ae81fd"^^xsd:string ;
  schema:familyName "Prins"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fqcr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e7a850a4-456e-1077-c6a9-84058e1d8acf> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2689582> ;
  schema:birthDate "1850-01-24"^^xsd:date .

