@prefix ams: <http://w3id.org/amshistorica/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .

ams:helios
  skos:prefLabel "Helios"@en, "Helios"@it ;
  dc:description "Titan of Greek mythology, personification of the Sun and guardian of its daily course across the sky"@en, "Titano della mitologia greca, personificazione del Sole e custode del suo corso quotidiano attraverso il cielo"@it ;
  skos:closeMatch <https://www.wikidata.org/wiki/Q134270>, <http://id.loc.gov/authorities/names/no2018059404> ;
  skos:altLabel "Elio"@it, "Elios"@it, "Helius"@en ;
  skos:inScheme ams: ;
  a skos:Concept ;
  skos:topConceptOf ams: .

ams:mitologia_storia_antica
  skos:prefLabel "Classical Mythology and Ancient History"@en, "Mitologia classica e storia antica"@it ;
  a skos:Collection ;
  skos:member ams:helios .

ams:
  a skos:ConceptScheme ;
  skos:hasTopConcept ams:helios .

ams:SSD_10D
  skos:prefLabel "10/D - Sciences of antiquity"@en, "10/D - Scienze dell'antichità"@it ;
  a skos:Collection ;
  skos:member ams:mitologia_storia_antica .

