@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/bijArb8>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Louwerenburg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5c4937eb-8675-d4c1-1863-7f6f84f8c0b9"^^xsd:string ;
  schema:familyName "Louwerenburg"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00jh36> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/25620e92-beaf-45c7-944a-81b71f0d51f9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2005500> ;
  schema:birthDate "1851-11-05"^^xsd:date .

