@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bvbtWJt>
  pico:hasAge "49"^^xsd:string ;
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Romijn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/21e56698-c7c8-299e-a4ae-a2e7107a39cc"^^xsd:string ;
  schema:hasOccupation "Koopman"@nl ;
  schema:familyName "Romijn"^^xsd:string ;
  schema:children <https://n2t.net/ark:/60537/benij8q> ;
  schema:spouse <https://n2t.net/ark:/60537/bngT7Uz> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bQ0quNQ> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2865288> .

