@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
@prefix henko: <http://ldf.fi/henko/> .
@prefix ns0: <http://ldf.fi/schema/henko/> .
@prefix dc: <http://purl.org/dc/terms/> .

<http://ldf.fi/schema/henko/isFamilyName> rdfs:label "Sukunimenä"@fi, "Is a family name"@en .
<http://ldf.fi/schema/henko/isGivenName> rdfs:label "Etunimenä"@fi, "Is a given name"@en .
<http://ldf.fi/henko>
  skos:prefLabel "Suomen henkilönimiontologia - HENKO"@fi, "Finland's Person Name Ontology - HENKO"@en ;
  a sd:Dataset, skos:ConceptScheme .

henko:d12
  skos:prefLabel "AkatemiaSampo"@fi ;
  a <http://ldf.fi/schema/henko/DataSource> .

henko:d11
  skos:prefLabel "BiografiaSampo"@fi ;
  a <http://ldf.fi/schema/henko/DataSource> .

<http://ldf.fi/schema/henko/WrittenNameForm>
  rdfs:label "Nimen kirjoitusasu"@fi, "Written name form"@en ;
  a rdfs:Class .

henko:n43063
  ns0:isFamilyName henko:f23985 ;
  ns0:isGivenName henko:g22434 ;
  skos:inScheme <http://ldf.fi/henko> ;
  dc:source henko:d12, henko:d11 ;
  skos:prefLabel "Canuti"@fi ;
  a <http://www.cidoc-crm.org/cidoc-crm/E41_Appellation>, ns0:WrittenNameForm .

henko:g22434
  skos:prefLabel "Canuti miehen etunimenä"@fi, "Canuti as a male given name"@en ;
  a ns0:GivenName, skos:Concept ;
  ns0:hasWrittenForm henko:n43063 .

henko:s8905 ns0:hasName henko:n43063 .
henko:s2521 ns0:hasName henko:n43063 .
henko:f23985
  skos:prefLabel "Canuti sukunimenä"@fi, "Canuti as a family name"@en ;
  a skos:Concept, ns0:FamilyName ;
  ns0:hasWrittenForm henko:n43063 .

henko:e217296 ns0:hasName henko:n43063 .
henko:e214108 ns0:hasName henko:n43063 .
