@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/b3XiY9H>
  schema:givenName "Costantinus"^^xsd:string ;
  schema:name "Costantinus de Clerck"@nl ;
  schema:familyName "de Clerck"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/457e3808-6e0f-a9b4-91ef-1a589e175887"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/b3XiY9H> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bojntdq> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2457555> ;
  schema:additionalName [
    ns0:baseSurname "Clerck"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

