@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/buYLntU>
  schema:givenName "Catha Marga"^^xsd:string ;
  schema:name "Catha Marga Odijk"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2c0123b2-5015-77e2-6298-cbf654df836d"^^xsd:string ;
  schema:familyName "Odijk"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Baardwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00rdzg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/076c36f5-1d4c-268f-2721-5418a50bb121> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/597625> ;
  schema:birthDate "1841-02-01"^^xsd:date .

