@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/bdjOdg>
  ns0:givenName "Cornelia"^^xsd:string ;
  ns0:name "Cornelia van Buuren"@nl ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/persoon/4918ee4cd3efba014244177565038fc81b95d529cddf07af71ae0aed162bc3a4"^^xsd:string ;
  ns0:familyName "van Buuren"^^xsd:string ;
  roar:documentedIn <https://n2t.net/ark:/60537/bt6u6M> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/24091> ;
  ns0:additionalName [
    ns1:baseSurname "Buuren"^^xsd:string ;
    ns1:literalName "Cornelia van Buuren"@nl ;
    ns1:surnamePrefix "van"^^xsd:string
  ] .

