@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/bV0dVYz>
  schema:givenName "Cornelis Laurens"^^xsd:string ;
  schema:name "Cornelis Laurens Priem"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/cb55e41f-1a6d-97ab-7273-16db3680a653"^^xsd:string ;
  schema:familyName "Priem"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b2UOH5m> ;
  schema:children <https://n2t.net/ark:/60537/bN5E7a2> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/box4cKN> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2585476> .

