@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/bYXwone>
  schema:familyName "Anders"^^xsd:string ;
  schema:givenName "Anthonie"^^xsd:string ;
  schema:name "Anthonie Anders"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5993fae8-a1de-03af-7399-0099c4543e5d"^^xsd:string ;
  schema:hasOccupation "Touwspinner"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00kwnb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3ac5815e-2b14-1576-dba8-45d62a070f9e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2085746> ;
  schema:birthDate "1853-06-27"^^xsd:date .

