@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/bcUoXag>
  schema:givenName "Florus"^^xsd:string ;
  schema:name "Florus Mes"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4c4f6777-753d-5e07-957d-887e76e1cc44"^^xsd:string ;
  schema:familyName "Mes"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Pernis> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z8j2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5a6e50e4-1b58-d5bc-8f88-a11ca1213ba5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2207477> ;
  schema:birthDate "1874-05-26"^^xsd:date .

