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

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

ams:regulation
  skos:closeMatch <http://vocab.getty.edu/page/aat/300027842> ;
  skos:altLabel "Regulatory"@en ;
  skos:exactMatch <https://ontology.inscriptiones.org/type_of_inscription/Regulatory> ;
  skos:related ams:will, ams:decree, ams:tomb_protection ;
  dc:description "Texts related to regulations, rules, or instructions governing behavior or conduct"@en, "Testi relativi a regolamenti, norme o istruzioni che disciplinano il comportamento o la condotta"@it ;
  skos:broader ams:iscrizioni_normative ;
  skos:prefLabel "Regulation"@en, "Regolamenti"@it ;
  skos:inScheme ams: ;
  a skos:Concept .

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

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

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

ams: a skos:ConceptScheme .
