@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/b0PP4CX>
  schema:hasOccupation "Fabriekwerker"@nl ;
  schema:givenName "Frans"^^xsd:string ;
  schema:name "Frans Zuidmeer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/32d20599-8975-ec9d-abac-5d4678495938"^^xsd:string ;
  schema:familyName "Zuidmeer"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00pq48> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9619af03-9e11-2685-d34e-bfcca3f049ab> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2780802> ;
  schema:birthDate "1849-01-01"^^xsd:date .

