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

msv:subject01
  skos:broader msv:Subject ;
  skos:inScheme msv:subjectsVocabulary ;
  skos:related msv:subject07 ;
  skos:closeMatch wd:Q9592 ;
  skos:definition "Una tematica documentale che rappresenta la comunità dei fedeli e società organizzata che rappresenta la religione cattolico-cristiana."@it ;
  skos:prefLabel "Chiesa"@it, "Church"@en ;
  a skos:Concept .

msv:subject07
  skos:prefLabel "Religione"@it, "Religion"@en ;
  a skos:Concept ;
  skos:related msv:subject01 .

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 .

