@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/bQqPM0r>
  schema:givenName "Andries"^^xsd:string ;
  schema:name "Andries Olman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/aae5b367-8cee-b5fc-e281-868cfdca0817"^^xsd:string ;
  schema:familyName "Olman"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Vianen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00mn57> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7efcb0cb-3cf6-e312-e5ae-1d293aecf2c0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2348923> ;
  schema:birthDate "1784-10-03"^^xsd:date .

