@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/boJMcyf>
  schema:familyName "Baumgartner"^^xsd:string ;
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Baumgartner"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3fe08082-40ee-8afe-041b-c95fb0b455d0"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/s-Gravenhage> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tthb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/44b02a40-358a-4223-a10b-fc486d166b3f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2123801> ;
  schema:birthDate "1838-07-14"^^xsd:date .

