@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix roar: <https://w3id.org/roar#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/b7vcR4>
  schema:givenName "Geertrui"^^xsd:string ;
  schema:name "Geertrui Stevens"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/bbfaa049bc222dac043ca1a415d43cc1cf8ebfa5ec212ddf738d2c6d934e982b"^^xsd:string ;
  schema:familyName "Stevens"^^xsd:string ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/bngSLC> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22714> .

