@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/bs3Y2oV>
  schema:familyName "Colline"^^xsd:string ;
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Colline"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8ecbdc69-1a45-886f-d6cd-acf331aac44e"^^xsd:string ;
  schema:hasOccupation "Pijpmaakster"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00d02q> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3a4eaf31-5b66-17b0-17ba-345b342f6ded> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2083941> ;
  schema:birthDate "1792-11-27"^^xsd:date .

