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

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

ams:epitaph
  skos:prefLabel "Epitaphs"@en, "Epitaffi"@it ;
  skos:inScheme ams: ;
  skos:topConceptOf ams: ;
  skos:altLabel "Iscrizioni funebri"@it, "Funerary inscription"@en ;
  dc:description "Iscrizioni sepolcrali, spesso in forma di breve componimento in versi, che per lo più contengono le lodi del defunto"@it, "Funerary inscriptions, often in the form of short verse compositions, which typically contain praises of the deceased."@en ;
  skos:closeMatch <https://www.eagle-network.eu/voc/typeins/lod/92.html>, <https://thes.bncf.firenze.sbn.it/termine.php?id=29468>, <http://vocab.getty.edu/page/aat/300028729> ;
  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:IGCyr .

ams:IGCyr
  skos:prefLabel "Inscriptions of Greek Cyrenaica"@en, "Iscrizioni della Cirenaica greca"@it ;
  a skos:Collection ;
  skos:member ams:epitaph .

