@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/b7hvjk5>
  schema:givenName "Gerardus"^^xsd:string ;
  schema:name "Gerardus Rolleman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/597ce509-4bb3-325c-c688-78b3007b13df"^^xsd:string ;
  schema:birthPlace "Ouder Amstel"@nl ;
  schema:familyName "Rolleman"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0140tc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/07f56404-cc8c-5446-29d8-44362e90cff4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/599723> ;
  schema:birthDate "1886-07-23"^^xsd:date .

