@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/bPokGG4>
  schema:givenName "Arthur Hubert"^^xsd:string ;
  schema:name "Arthur Hubert Stijns"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5949c1c7-a7f0-92e9-1402-3e3b40166f2a"^^xsd:string ;
  schema:birthPlace "Jemappes (België)"@nl ;
  schema:familyName "Stijns"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01bw0c> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e6fff6c6-fe36-8ae9-56c5-08807e7fffe8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2687164> ;
  schema:birthDate "1889-11-12"^^xsd:date .

