@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/bpmTDk>
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/9e04f5892a19c4298a755628053fa9d77222f4b72fe1d4cd402f802c3df08d10"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob van Houten"@nl ;
  schema:familyName "van Houten"^^xsd:string ;
  a schema:Person ;
  schema:hasOccupation <https://iisg.amsterdam/resource/hsn/occupation/baander> ;
  roar:documentedIn <https://n2t.net/ark:/60537/bE8zyc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22797> ;
  schema:additionalName [
    ns0:baseSurname "Houten"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

