@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/bmeooHo>
  schema:familyName "Cecconi"^^xsd:string ;
  schema:givenName "Giovanni Antonio"^^xsd:string ;
  schema:name "Giovanni Antonio Cecconi"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b09f9610-6ad3-4cae-2d76-419f1898efc0"^^xsd:string ;
  schema:spouse <https://n2t.net/ark:/60537/bC3z1oX> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bngS4ZQ> ;
  schema:children <https://n2t.net/ark:/60537/bRSJEYS> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2490154> .

