@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bLQrt8P>
  schema:givenName "Balthasar"^^xsd:string ;
  schema:name "Balthasar van Tongerloo"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9fe410cb-9015-c7a2-59f3-6a7ec54e3bd2"^^xsd:string ;
  schema:familyName "van Tongerloo"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bfc5bQX> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bi6Scd2> ;
  schema:children <https://n2t.net/ark:/60537/bw1fPwa> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1960419> ;
  schema:additionalName [
    ns0:baseSurname "Tongerloo"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

