@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/bW2JkDs>
  schema:familyName "Blom"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/933336ca-7080-f460-8151-e61cd683cfda"^^xsd:string ;
  schema:givenName "Steven"^^xsd:string ;
  schema:name "Steven Blom"@nl ;
  schema:spouse <https://n2t.net/ark:/60537/b3Xj5MB> ;
  schema:children <https://n2t.net/ark:/60537/bOkQciP> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/boWtzVy> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2593744> .

