@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/bywFeJ1>
  schema:givenName "Bastiaan"^^xsd:string ;
  schema:name "Bastiaan Mullaart"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/acfe10df-129c-69d3-71e7-d99a92d92048"^^xsd:string ;
  schema:hasOccupation "Metselaar H"@nl ;
  schema:familyName "Mullaart"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013cvm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/62928de6-43fd-cc0b-77f1-ca7023f97587> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2238574> ;
  schema:birthDate "1839-07-04"^^xsd:date .

