@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/bDJ8WyW>
  schema:givenName "Elisabeth"^^xsd:string ;
  schema:name "Elisabeth Lorius"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/188e67d4-daac-4727-1894-488d43d84577"^^xsd:string ;
  schema:familyName "Lorius"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w52f> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/130ce9dc-bd6d-1f88-99be-49abe948b657> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/637672> ;
  schema:birthDate "1878-05-23"^^xsd:date .

