@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/bngShWB>
  schema:birthPlace "Antwerpen België"@nl ;
  schema:hasOccupation "Behanger"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/024cb552-4289-93bd-df5d-90f867a7a041"^^xsd:string ;
  schema:givenName "Joannes"^^xsd:string ;
  schema:name "Joannes Smient"@nl ;
  schema:familyName "Smient"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zfvp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/195024c4-014f-b0d4-c09b-c15dc4dfb02a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1961288> ;
  schema:birthDate "1868-02-14"^^xsd:date .

