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

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 .

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

ams:zeus
  skos:prefLabel "Zeus"@en, "Zeus"@it ;
  a skos:Concept ;
  skos:related ams:heracles .

ams:heracles
  dc:description "Eroe e semidio della mitologia greca, figlio di Zeus e Alcmena, noto per la sua forza straordinaria e per le imprese"@it, "Hero and demigod of Greek mythology, son of Zeus and Alcmene, renowned for his extraordinary strength and for the feats that made him one of the most famous figures in myth"@en ;
  skos:topConceptOf ams: ;
  skos:altLabel "Herakles"@it, "Hercules"@en, "Ercole"@it, "Alcides"@en ;
  skos:closeMatch <http://id.loc.gov/authorities/names/no2014084680>, <https://www.wikidata.org/wiki/Q122248> ;
  skos:prefLabel "Eracle"@it, "Heracles"@en ;
  skos:inScheme ams: ;
  skos:related ams:zeus ;
  a skos:Concept .

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

