@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/btjaDgv>
  schema:givenName "Catharina Maria"^^xsd:string ;
  schema:name "Catharina Maria Swillens"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/134c0721-2444-ff99-6799-3b6aa9589a6a"^^xsd:string ;
  schema:familyName "Swillens"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Utrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01bts4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d2f94677-6301-c61a-bc29-b791f70ecfb3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2642554> ;
  schema:birthDate "1895-11-03"^^xsd:date .

