@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:IGCyr .

ams:tomb_protection
  skos:prefLabel "Tomb protection"@en, "Protezione delle tombe"@it ;
  a skos:Concept ;
  skos:related ams:will .

ams:will
  skos:related ams:tomb_protection, ams:regulation, ams:decree ;
  skos:inScheme ams: ;
  a skos:Concept ;
  skos:prefLabel "Testamento"@it, "Will"@en ;
  skos:exactMatch <https://ontology.inscriptiones.org/type_of_inscription/Testament> ;
  dc:description "Documenti legali che espongono le ultime volontà e disposizioni testamentarie di un individuo, delineando i desideri relativi alla distribuzione dei suoi beni e patrimoni dopo la morte."@it, "Legal documents detailing the last will and testament of an individual, outlining a person's wishes regarding the distribution of their property and assets after their death"@en ;
  skos:altLabel "Testament"@en ;
  skos:broader ams:iscrizioni_normative ;
  skos:closeMatch <https://thes.bncf.firenze.sbn.it/termine.php?id=4636>, <http://vocab.getty.edu/page/aat/300027764> .

ams:regulation
  skos:prefLabel "Regulation"@en, "Regolamenti"@it ;
  a skos:Concept ;
  skos:related ams:will .

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

ams:iscrizioni_normative
  skos:prefLabel "Regulatory inscriptions"@en, "Iscrizioni normative"@it ;
  a skos:Concept ;
  skos:narrower ams:will .

ams:decree
  skos:prefLabel "Decree"@en, "Decreti"@it ;
  a skos:Concept ;
  skos:related ams:will .

ams: a skos:ConceptScheme .
