@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/b4nHTpv>
  schema:givenName "Bastiaan"^^xsd:string ;
  schema:name "Bastiaan Mullaart"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/df891dc0-73e4-7e39-3412-0e5566c70ea8"^^xsd:string ;
  schema:familyName "Mullaart"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tn07> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/203b8db9-43a1-a955-8b10-0e38a6e29cfd> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1985265> ;
  schema:birthDate "1876-01-26"^^xsd:date .

