@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#> .

<https://n2t.net/ark:/60537/bojou2B>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus Rietveld"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/70d060d6-793c-b63f-b64c-babb769fb5b6"^^xsd:string ;
  schema:familyName "Rietveld"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012k73> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/dbc333e3-84ad-dd70-49da-5926f3ffd33e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2809956> ;
  schema:birthDate "1875-06-03"^^xsd:date .

