@prefix msv: <https://www.w3id.org/moro/voc/subjects/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix wd: <http://www.wikidata.org/entity/> .

msv:subjectsVocabulary
  rdfs:label "Vocabolario controllato delle tematiche delle opere di Aldo Moro"@it, "Controlled vocabulary of Aldo Moro's works subjects"@en ;
  a skos:ConceptScheme .

msv:subject05
  skos:prefLabel "Politica interna"@it, "Domestic policy"@en ;
  a skos:Concept ;
  skos:related msv:subject09 .

msv:subject08
  skos:prefLabel "Società"@it, "Society"@en ;
  a skos:Concept ;
  skos:related msv:subject09 .

msv:subject06
  skos:prefLabel "Politica internazionale"@it, "International policy"@en ;
  a skos:Concept ;
  skos:related msv:subject09 .

msv:Subject
  rdfs:label "Tematica"@it, "Subject"@en ;
  skos:prefLabel "Tematica"@it, "Subject"@en ;
  a owl:Class ;
  skos:narrower msv:subject09 .

msv:subject09
  skos:inScheme msv:subjectsVocabulary ;
  skos:definition "Una tematica documentale che rappresenta l'ente dotato di potestà territoriale, che esercita tale potestà a titolo originario, in modo stabile ed effettivo e in piena indipendenza da altri enti."@it ;
  skos:related msv:subject08, msv:subject05, msv:subject06 ;
  a skos:Concept ;
  skos:prefLabel "Stato"@it, "State"@en ;
  skos:broader msv:Subject ;
  skos:closeMatch wd:Q7275 .

