@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/btWgQWv>
  schema:givenName "Bernardus"^^xsd:string ;
  schema:name "Bernardus Otto"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/896d8093-4747-d017-a6fa-31c9f4fb7e6e"^^xsd:string ;
  schema:familyName "Otto"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bJLsuCS> ;
  schema:children <https://n2t.net/ark:/60537/bRG2iqK> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bV0cM0a> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2844746> .

