@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/b0D7ci>
  ns0:givenName "Dirkje"^^xsd:string ;
  ns0:name "Dirkje van Dieveren"@nl ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/persoon/581343595e81238c4902bddaf693bfd957956d7094f25d6a70be1973988ca40a"^^xsd:string ;
  ns0:familyName "van Dieveren"^^xsd:string ;
  roar:documentedIn <https://n2t.net/ark:/60537/bfpN5F> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/23783> ;
  ns0:additionalName [
    ns1:baseSurname "Dieveren"^^xsd:string ;
    ns1:literalName "Dirkje van Dieveren"@nl ;
    ns1:surnamePrefix "van"^^xsd:string
  ] .

