@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:Subject
  rdfs:label "Tematica"@it, "Subject"@en ;
  skos:prefLabel "Tematica"@it, "Subject"@en ;
  a owl:Class ;
  skos:narrower msv:subject06 .

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:subject06
  skos:broader msv:Subject ;
  skos:inScheme msv:subjectsVocabulary ;
  skos:altLabel "Politica estera"@it ;
  skos:related msv:subject09 ;
  skos:closeMatch wd:Q181648 ;
  skos:definition "Una tematica documentale che rappresenta l'attività svolta per il governo di uno stato, il modo di governare, l'insieme dei provvedimenti con cui si cerca di raggiungere determinati fini, per ciò che riguarda le relazioni con altri stati."@it ;
  skos:prefLabel "Politica internazionale"@it, "International policy"@en ;
  a skos:Concept .

msv:subject09
  skos:prefLabel "Stato"@it, "State"@en ;
  a skos:Concept ;
  skos:related msv:subject06 .

