@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/b3KC2W3>
  schema:familyName "Hanss"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3c4d200c-334c-e6c1-2503-ca57f4e533ed"^^xsd:string ;
  schema:givenName "Willem George"^^xsd:string ;
  schema:name "Willem George Hanss"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00sgwr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/56dce628-7d62-a84f-196b-3ee50688b667> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2193964> ;
  schema:birthDate "1868-08-06"^^xsd:date .

