@prefix ns0: <https://schema.org/> .
@prefix roar: <https://w3id.org/roar#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns1: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bVE1fm>
  ns0:givenName "Adriaan"@nl ;
  ns0:name "Adriaan Paling"@nl ;
  ns0:hasOccupation "notaris"@nl ;
  ns0:familyName "Paling" ;
  ns0:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouda> ;
  ns0:subjectOf <https://ecartico.org/persons/51574> ;
  a roar:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1123363> ;
  ns0:birthDate "1599"^^xsd:gYear ;
  ns0:additionalName [ ns1:baseSurname "Paling" ] .

