@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/b7hwgM>
  ns0:givenName "Antje"^^xsd:string ;
  ns0:name "Antje van Hofwegen"@nl ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/persoon/fcc6e4916f09054585ad6d552983f0f20f560bbf598728473d599d1f29c81942"^^xsd:string ;
  ns0:familyName "van Hofwegen"^^xsd:string ;
  ns0:hasOccupation <https://iisg.amsterdam/resource/hsn/occupation/werkster> ;
  roar:documentedIn <https://n2t.net/ark:/60537/bn4b9h> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/23906> ;
  ns0:additionalName [
    ns1:baseSurname "Hofwegen"^^xsd:string ;
    ns1:literalName "Antje van Hofwegen"@nl ;
    ns1:surnamePrefix "van"^^xsd:string
  ] .

