@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/bH3muIt>
  schema:givenName "Andreas"^^xsd:string ;
  schema:name "Andreas Smits"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/cf12d416-bb89-b104-a55e-6ad4c302463e"^^xsd:string ;
  schema:familyName "Smits"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bO87PuR> ;
  schema:spouse <https://n2t.net/ark:/60537/bOXWizE> ;
  schema:children <https://n2t.net/ark:/60537/bzmtmnE> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2664000> .

