@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/bx3Ldne>
  schema:givenName "Cornelia"^^xsd:string ;
  schema:name "Cornelia Nobel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c3b43bdc-3442-92ca-a7cf-2db608560228"^^xsd:string ;
  schema:familyName "Nobel"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b2I6r0F> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bAoWANt> ;
  schema:children <https://n2t.net/ark:/60537/bMSVR17> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1954853> .

