@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/b2UOGQd>
  schema:givenName "Hermanus"^^xsd:string ;
  schema:name "Hermanus Swieb"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/180df9f4-3ef5-acd9-5113-3f6917854339"^^xsd:string ;
  schema:familyName "Swieb"^^xsd:string ;
  schema:birthPlace "Zegwaard"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00xfmf> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c426e220-76b4-96fb-87a9-d51c842042c3> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2581287> ;
  schema:birthDate "1840-08-20"^^xsd:date .

