@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/bC3yQGm>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Ment"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ec65527a-a9bf-6222-51c1-e19523a97398"^^xsd:string ;
  schema:familyName "Ment"^^xsd:string ;
  schema:hasOccupation "Touwspinner"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouderak> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zjdf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7218237d-6b97-1266-ada6-542c3fb37606> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2299070> ;
  schema:birthDate "1852-07-15"^^xsd:date .

