@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/b250X4D>
  schema:familyName "Buchner"^^xsd:string ;
  schema:givenName "Georg Philip"^^xsd:string ;
  schema:name "Georg Philip Buchner"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/13abc346-9bce-de49-ca1a-96852cc203d7"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b250X4D> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bS5qFNP> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2563036> .

