@prefix : . @prefix TI: . @prefix l0: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:versionIRI ; owl:imports ; "Questa è l'ontologia dei discorsi (in particolare dei presidenti della repubblica) definita nel contesto del progetto CNR portale delle fonti della storia della repubblica italiana."@it ; "Data Sources of the History of the Italian Republic - Speech Ontology"@en , "Portale delle fonti della Storia della Repubblica Italiana - Ontologia dei Discorsi"@it ; owl:versionInfo "Versione 0.1 - creazione dell'ontologia"@it ; "speech" . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/terms/description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/title rdf:type owl:AnnotationProperty . ### https://w3id.org/italia/onto/ADMS/prefix rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### https://w3id.org/arco/ontology/arco-lite/hasAuthor rdf:type owl:ObjectProperty . ### https://w3id.org/italia/onto/l0/hasMember rdf:type owl:ObjectProperty . ### https://w3id.org/italia/onto/l0/hasTopic rdf:type owl:ObjectProperty . ### https://w3id.org/italia/onto/l0/isMemberOf rdf:type owl:ObjectProperty . ### https://w3id.org/italia/republic-history/onto/IRHO/hasLegislatureContext rdf:type owl:ObjectProperty . ### https://w3id.org/italia/republic-history/onto/speech/hasRealization :hasRealization rdf:type owl:ObjectProperty ; rdfs:domain :Speech ; rdfs:range :SpeechEvent ; rdfs:isDefinedBy ; rdfs:label "ha realizzazione"@it , "has realization"@en . ### https://w3id.org/italia/republic-history/onto/speech/isExemplifiedBy :isExemplifiedBy rdf:type owl:ObjectProperty ; rdfs:domain :SpeechDigitalResource ; rdfs:range :SpeechItem ; rdfs:isDefinedBy ; rdfs:label "is exemplified by"@en , "è rappresentata da"@it . ### https://w3id.org/italia/republic-history/onto/speech/ofAPoliticalFigure :ofAPoliticalFigure rdf:type owl:ObjectProperty ; rdfs:domain :SpeechCollection ; rdfs:range ; rdfs:isDefinedBy ; rdfs:label "di una figura politica"@it , "of a political figure"@en . ### https://w3id.org/italia/republic-history/onto/work/hasManifestation rdf:type owl:ObjectProperty . ################################################################# # Data properties ################################################################# ### https://w3id.org/italia/republic-history/onto/IRHO/title rdf:type owl:DatatypeProperty . ### https://w3id.org/italia/republic-history/onto/speech/page :page rdf:type owl:DatatypeProperty ; rdfs:domain :SpeechDigitalResource ; rdfs:range rdfs:Literal ; rdfs:isDefinedBy ; rdfs:label "page"@en , "pagina"@it . ### https://w3id.org/italia/republic-history/onto/speech/speechText :speechText rdf:type owl:DatatypeProperty ; rdfs:domain :Speech ; rdfs:range rdf:PlainLiteral . ################################################################# # Classes ################################################################# ### http://dati.beniculturali.it/cis/CulturalEntity rdf:type owl:Class . ### http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral rdf:PlainLiteral rdf:type owl:Class . ### https://w3id.org/italia/onto/l0/Collection rdf:type owl:Class . ### https://w3id.org/italia/onto/l0/Object rdf:type owl:Class . ### https://w3id.org/italia/onto/l0/Topic rdf:type owl:Class . ### https://w3id.org/italia/republic-history/onto/event/Legislature rdf:type owl:Class . ### https://w3id.org/italia/republic-history/onto/event/SpeechEvent rdf:type owl:Class . ### https://w3id.org/italia/republic-history/onto/person/Person rdf:type owl:Class . ### https://w3id.org/italia/republic-history/onto/person/PoliticalMandate rdf:type owl:Class . ### https://w3id.org/italia/republic-history/onto/speech/Speech :Speech rdf:type owl:Class ; rdfs:subClassOf , , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom :SpeechDigitalResource ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass :SpeechCollection ] , [ rdf:type owl:Restriction ; owl:onProperty :hasRealization ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom rdfs:Literal ] , [ rdf:type owl:Restriction ; owl:onProperty :speechText ; owl:someValuesFrom rdf:PlainLiteral ] ; rdfs:isDefinedBy ; rdfs:label "Discorso"@it , "Speech"@en . ### https://w3id.org/italia/republic-history/onto/speech/SpeechCollection :SpeechCollection rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom :Speech ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty :ofAPoliticalFigure ; owl:allValuesFrom ] ; rdfs:isDefinedBy ; rdfs:label "Collezione di Discorsi"@it , "Speech Collection"@en . ### https://w3id.org/italia/republic-history/onto/speech/SpeechDigitalResource :SpeechDigitalResource rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty :isExemplifiedBy ; owl:allValuesFrom :SpeechItem ] , [ rdf:type owl:Restriction ; owl:onProperty :page ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:isDefinedBy ; rdfs:label "Risorsa Digitale del Discorso"@it , "Speech Digital Resource"@en . ### https://w3id.org/italia/republic-history/onto/speech/SpeechEvent :SpeechEvent rdf:type owl:Class . ### https://w3id.org/italia/republic-history/onto/speech/SpeechItem :SpeechItem rdf:type owl:Class ; rdfs:subClassOf ; rdfs:isDefinedBy ; rdfs:label "Elemento del Discorso"@it , "Speech Item"@en . ### https://w3id.org/italia/republic-history/onto/work/Work rdf:type owl:Class . ### https://w3id.org/italia/republic-history/onto/work/WorkManifestation rdf:type owl:Class . ### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi