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

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

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

ams:heroes
  skos:inScheme ams: ;
  skos:closeMatch <https://vocab.getty.edu/page/aat/300236801> ;
  skos:topConceptOf ams: ;
  dc:description "Men who in the opinion of others have performed heroic acts or services and are regarded as ideals or role models"@en, "Uomini che, secondo l’opinione altrui, hanno compiuto atti o servizi eroici e sono considerati ideali o modelli di riferimento"@it ;
  skos:prefLabel "Heroes"@en, "Eroi"@it ;
  a skos:Concept .

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 .

