@prefix ns0: <https://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#> .
@prefix ns1: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bBEbj5>
  ns0:givenName "Dina"^^xsd:string ;
  ns0:name "Dina van der Vijver"@nl ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/persoon/021d533dddad54ad785d843c5ab2c1870545f8a4b71a87d9fc03397115e57ef8"^^xsd:string ;
  ns0:familyName "van der Vijver"^^xsd:string ;
  roar:documentedIn <https://n2t.net/ark:/60537/bQqRdD> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/23732> ;
  ns0:additionalName [
    ns1:baseSurname "Vijver"^^xsd:string ;
    ns1:literalName "Dina van der Vijver"@nl ;
    ns1:surnamePrefix "van der"^^xsd:string
  ] .

