@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/brRgioR>
  schema:familyName "Cats"^^xsd:string ;
  schema:givenName "David Levij"^^xsd:string ;
  schema:name "David Levij Cats"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e1edeaf0-d2b1-d38e-febe-dfa6a51c3f0f"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bHGrW2S> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bp99WbM> ;
  schema:children <https://n2t.net/ark:/60537/bzLR7cM> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2024717> .

