@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/bvOzsQ1>
  schema:givenName "Catharina"^^xsd:string ;
  schema:name "Catharina Miller"@nl ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ba2cf840-b5e5-1731-bb4a-7ed4c44b7b44"^^xsd:string ;
  schema:familyName "Miller"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00jfjt> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6fc9e423-7779-5eb8-3d31-6c36073168ee> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2290131> ;
  schema:birthDate "1803-04-14"^^xsd:date .

