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

<http://ldf.fi/schema/henko/notableGivenNameBearer> rdfs:label "Tunnetut henkilöt, joilla on sama etunimi"@fi, "Notable people with the same given name"@en .
<http://ldf.fi/schema/henko/gendered> rdfs:label "Nimen sukupuoli"@fi, "Gender related to the name"@en .
henko:g208
  skos:prefLabel "Kustaa miehen etunimenä"@fi, "Kustaa as a male given name"@en ;
  a <http://ldf.fi/schema/henko/GivenName>, skos:Concept .

henko:g142
  skos:prefLabel "Aarne miehen etunimenä"@fi, "Aarne as a male given name"@en ;
  a <http://ldf.fi/schema/henko/GivenName>, skos:Concept .

<http://ldf.fi/schema/henko/isCombinationNameOf> rdfs:label "Yhdistelmänimi nimistä"@fi, "Combination name from names"@en .
henko:e219780
  skos:prefLabel "Nimen Aarne-Kustaa käyttö miehen etunimenä lähteessä Norssi High School Alumni 1867-1992"@fi, "Name Aarne-Kustaa used as a male given name in data source Norssi High School Alumni 1867-1992"@en ;
  a <http://ldf.fi/schema/henko/GivenNameUsage> .

<http://ldf.fi/schema/henko/isUsed> rdfs:label "käyttö"@fi, "usage"@en .
<http://ldf.fi/schema/henko/hasWrittenForm> rdfs:label "Name's written form"@en, "Nimen kirjoitusasu"@fi .
<http://ldf.fi/henko>
  skos:prefLabel "Suomen henkilönimiontologia - HENKO"@fi, "Finland's Person Name Ontology - HENKO"@en ;
  a sd:Dataset, skos:ConceptScheme .

<http://ldf.fi/schema/henko/GivenName>
  rdfs:label "Etunimi"@fi, "Given name"@en ;
  a rdfs:Class .

henko:g23944
  ns0:notableGivenNameBearer <http://ldf.fi/norssit/norssi_2406> ;
  ns0:gendered "Mies"@fi, "Male"@en ;
  ns0:isCombinationNameOf henko:g208, henko:g142 ;
  ns0:isUsed henko:e219780 ;
  ns0:hasWrittenForm henko:n53080 ;
  skos:inScheme <http://ldf.fi/henko> ;
  skos:prefLabel "Aarne-Kustaa miehen etunimenä"@fi, "Aarne-Kustaa as a male given name"@en ;
  a ns0:GivenName, skos:Concept .

henko:n53080
  skos:prefLabel "Aarne-Kustaa"@fi ;
  a <http://www.cidoc-crm.org/cidoc-crm/E41_Appellation>, ns0:WrittenNameForm ;
  ns0:isGivenName henko:g23944 .

