@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/b12wOS9>
  schema:givenName "Antje"^^xsd:string ;
  schema:name "Antje Schiedon"@nl ;
  schema:hasOccupation "Dienstbode"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8566e409-d648-7e7b-f3ee-d8e3ad61d365"^^xsd:string ;
  schema:familyName "Schiedon"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00kdd4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/eec89a71-e021-f7be-7477-dcfd1a04c0ea> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2848875> ;
  schema:birthDate "1847-02-07"^^xsd:date .

