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

<https://n2t.net/ark:/60537/b2I72v>
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/f3d6a8957e35924a3bac805154121078801b5cb7e9225bb6acf3f8d5a7a33e04"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria van Houten"@nl ;
  schema:familyName "van Houten"^^xsd:string ;
  a schema:Person ;
  schema:hasOccupation <https://iisg.amsterdam/resource/hsn/occupation/hekelster> ;
  roar:documentedIn <https://n2t.net/ark:/60537/bhh5et> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22614> ;
  schema:additionalName [
    ns0:baseSurname "Houten"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

