@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pico: <https://personsincontext.org/model#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bfc5Bu8>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus van Rhijn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/24cae638-8a3d-a667-3538-fdec6d9afb98"^^xsd:string ;
  schema:familyName "van Rhijn"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013wr2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8aaccbd4-e179-d7d9-f00c-c4572abe4e67> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2393848> ;
  schema:birthDate "1881-03-05"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Rhijn"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

