@prefix : . @prefix TI: . @prefix l0: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix CPEV: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:versionIRI ; owl:imports ; "Questa è l'ontologia degli eventi definita nel contesto del progetto CNR portale delle fonti della storia della repubblica italiana. Consente di modellare eventi di ogni tipo in questo contesto tra cui elezioni, discorsi, elezioni presidenziali, giuramenti, ecc."@it ; "Data Sources of the History of the Italian Republic - Event Ontology"@en , "Portale delle fonti della Storia della Repubblica Italiana - Ontologia degli Eventi"@it ; owl:versionInfo "Versione 0.2 -aggiunte due proprietà inverse relative all'elezione della persona e al suo giuramento."@it ; "event" . ################################################################# # 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/italia/onto/TI/hasTemporalCoverage TI:hasTemporalCoverage rdf:type owl:ObjectProperty . ### https://w3id.org/italia/republic-history/onto/event/elects :elects rdf:type owl:ObjectProperty ; owl:inverseOf :isElectedIn ; rdfs:domain :Election ; rdfs:range ; rdfs:isDefinedBy ; rdfs:label "elects"@en , "elegge"@it . ### https://w3id.org/italia/republic-history/onto/event/enablesPoliticalMandate :enablesPoliticalMandate rdf:type owl:ObjectProperty ; owl:inverseOf :originatesFrom ; rdfs:domain :Election ; rdfs:range ; rdfs:isDefinedBy ; rdfs:label "consente di ottenere mandato politico"@it , "enables political mandate"@en . ### https://w3id.org/italia/republic-history/onto/event/hasByElection :hasByElection rdf:type owl:ObjectProperty ; rdfs:domain :PoliticalElection ; rdfs:range :PoliticalElection ; rdfs:isDefinedBy ; rdfs:label "ha elezione supplettiva"@it , "has by election"@en . ### https://w3id.org/italia/republic-history/onto/event/hasDeliveredSpeech :hasDeliveredSpeech rdf:type owl:ObjectProperty ; rdfs:domain :SpeechEvent ; rdfs:range ; rdfs:isDefinedBy ; rdfs:label "ha discorso fatto"@it , "has delivered speech"@en . ### https://w3id.org/italia/republic-history/onto/event/hasElectoralSystem :hasElectoralSystem rdf:type owl:ObjectProperty ; rdfs:domain :PoliticalElection ; rdfs:range :ElectoralSystem ; rdfs:isDefinedBy ; rdfs:label "ha sistema elettorale"@it , "has electoral system"@en . ### https://w3id.org/italia/republic-history/onto/event/hasLegislature :hasLegislature rdf:type owl:ObjectProperty ; rdfs:domain :PoliticalElection ; rdfs:range :Legislature ; rdfs:isDefinedBy ; rdfs:label "ha legislatura"@it , "has legislature"@en . ### https://w3id.org/italia/republic-history/onto/event/houses :houses rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range CPEV:PublicEvent ; rdfs:isDefinedBy ; rdfs:label "houses"@en , "ospita"@it . ### https://w3id.org/italia/republic-history/onto/event/isElectedIn :isElectedIn rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range :Election ; rdfs:comment "Inverse property of elects"@en , "Proprietà inversa di elegge"@it ; rdfs:isDefinedBy ; rdfs:label "is elected in"@en , "è eletto in"@it . ### https://w3id.org/italia/republic-history/onto/event/originatesFrom :originatesFrom rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range :Election ; rdfs:isDefinedBy ; rdfs:label "ha origine da"@it , "originates from"@en . ### https://w3id.org/italia/republic-history/onto/event/startsWith :startsWith rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range :Oath ; rdfs:isDefinedBy ; rdfs:label "inizia con"@it , "starts with"@en . ### https://w3id.org/italia/republic-history/onto/event/takenBy :takenBy rdf:type owl:ObjectProperty ; owl:inverseOf :takesOath ; rdfs:domain :Oath ; rdfs:range ; rdfs:isDefinedBy ; rdfs:label "fatto da"@it , "taken by"@en . ### https://w3id.org/italia/republic-history/onto/event/takesOath :takesOath rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range :Oath ; rdfs:comment "Inverse property of taken by"@en , "Proprietà inversa di fatto da"@it ; rdfs:isDefinedBy ; rdfs:label "fa giuramento"@it , "takes oath"@en . ################################################################# # Data properties ################################################################# ### https://w3id.org/italia/onto/l0/name l0:name rdf:type owl:DatatypeProperty . ### https://w3id.org/italia/republic-history/onto/event/legislatureNumber :legislatureNumber rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain :Legislature ; rdfs:range rdfs:Literal ; rdfs:comment "Proprietà utilizzata per specificare il numero della legislatura, 1, 2, 16, ecc."@it ; rdfs:isDefinedBy ; rdfs:label "legislature number"@en , "numero della legislatura"@it . ### https://w3id.org/italia/republic-history/onto/event/legislatureRomanNumber :legislatureRomanNumber rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain :Legislature ; rdfs:range rdfs:Literal ; rdfs:comment "Proprietà utilizzata per specificare il numero romano della legislatura, I, II, XVI, ecc."@it ; rdfs:isDefinedBy ; rdfs:label "legislature roman number"@en , "numero della legislatura romano"@it . ### https://w3id.org/italia/republic-history/onto/event/numberOfPolls :numberOfPolls rdf:type owl:DatatypeProperty ; rdfs:domain :PresidentialElection ; rdfs:range xsd:integer ; rdfs:isDefinedBy ; rdfs:label "number of polls"@en , "numero di scrutini"@it . ### https://w3id.org/italia/republic-history/onto/event/numberOfVotes :numberOfVotes rdf:type owl:DatatypeProperty ; rdfs:domain :PresidentialElection ; rdfs:range xsd:integer ; rdfs:isDefinedBy ; rdfs:label "number of votes"@en , "numero di voti"@it . ### https://w3id.org/italia/republic-history/onto/event/percentageOfVotes :percentageOfVotes rdf:type owl:DatatypeProperty ; rdfs:domain :PresidentialElection ; rdfs:range xsd:decimal ; rdfs:isDefinedBy ; rdfs:label "percentage of votes"@en , "percentuale di voti"@it . ### https://w3id.org/italia/republic-history/onto/event/totalNumOfVotes :totalNumOfVotes rdf:type owl:DatatypeProperty ; rdfs:domain :PresidentialElection ; rdfs:range xsd:integer ; rdfs:isDefinedBy ; rdfs:label "numero totale di voti"@it , "total number of votes"@en . ################################################################# # Classes ################################################################# ### https://w3id.org/italia/onto/CPEV/PublicEvent CPEV:PublicEvent rdf:type owl:Class . ### https://w3id.org/italia/onto/TI/TimeInterval TI:TimeInterval rdf:type owl:Class . ### https://w3id.org/italia/onto/l0/Characteristic l0:Characteristic rdf:type owl:Class . ### https://w3id.org/italia/onto/l0/Concept l0:Concept rdf:type owl:Class . ### https://w3id.org/italia/onto/l0/EventOrSituation l0:EventOrSituation rdf:type owl:Class . ### https://w3id.org/italia/onto/l0/System l0:System rdf:type owl:Class . ### https://w3id.org/italia/republic-history/onto/event/Debate :Debate rdf:type owl:Class ; rdfs:subClassOf CPEV:PublicEvent ; rdfs:label "Debate"@en , "Dibattito"@it . ### https://w3id.org/italia/republic-history/onto/event/Discussion :Discussion rdf:type owl:Class ; rdfs:subClassOf CPEV:PublicEvent ; rdfs:label "Discussion"@en , "Discussione"@it . ### https://w3id.org/italia/republic-history/onto/event/Election :Election rdf:type owl:Class ; rdfs:subClassOf CPEV:PublicEvent ; rdfs:isDefinedBy ; rdfs:label "Election"@en , "Elezione"@it . ### https://w3id.org/italia/republic-history/onto/event/ElectoralSystem :ElectoralSystem rdf:type owl:Class ; rdfs:subClassOf l0:System ; rdfs:isDefinedBy ; rdfs:label "Electoral System"@en , "Sistema Elettorale"@it . ### https://w3id.org/italia/republic-history/onto/event/Intervention :Intervention rdf:type owl:Class ; rdfs:subClassOf CPEV:PublicEvent ; rdfs:label "Intervention"@en , "Intervento"@it . ### https://w3id.org/italia/republic-history/onto/event/Legislature :Legislature rdf:type owl:Class ; rdfs:subClassOf l0:EventOrSituation , [ rdf:type owl:Restriction ; owl:onProperty TI:hasTemporalCoverage ; owl:someValuesFrom TI:TimeInterval ] , [ rdf:type owl:Restriction ; owl:onProperty l0:name ; owl:someValuesFrom rdfs:Literal ] , [ rdf:type owl:Restriction ; owl:onProperty l0:name ; owl:allValuesFrom rdfs:Literal ] , [ rdf:type owl:Restriction ; owl:onProperty :legislatureNumber ; owl:cardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty :legislatureRomanNumber ; owl:cardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "La classe rappresenta il concetto di Legislatura ossia una situazione caratterizzata da un periodo temporale compreso fra le elezioni e lo scioglimento delle Camere. La legislatura si articola in sessioni e sedute"@it ; rdfs:isDefinedBy ; rdfs:label "Legislatura"@it , "Legislature "@en . ### https://w3id.org/italia/republic-history/onto/event/Oath :Oath rdf:type owl:Class ; rdfs:subClassOf CPEV:PublicEvent ; rdfs:isDefinedBy ; rdfs:label "Giuramento"@it , "Oath"@en . ### https://w3id.org/italia/republic-history/onto/event/PoliticalElection :PoliticalElection rdf:type owl:Class ; rdfs:subClassOf :Election ; rdfs:isDefinedBy ; rdfs:label "Elezione Politica"@it , "Political Election"@en . ### https://w3id.org/italia/republic-history/onto/event/PresidentialElection :PresidentialElection rdf:type owl:Class ; rdfs:subClassOf :Election ; rdfs:isDefinedBy ; rdfs:label "Elezione del Presidente"@it , "Presidenzial Election"@en . ### https://w3id.org/italia/republic-history/onto/event/PresidentialOath :PresidentialOath rdf:type owl:Class ; rdfs:subClassOf :Oath ; rdfs:isDefinedBy ; rdfs:label "Giuramento Presidenziale"@it , "Presidential Oath"@en . ### https://w3id.org/italia/republic-history/onto/event/Sitting :Sitting rdf:type owl:Class ; rdfs:subClassOf CPEV:PublicEvent ; rdfs:label "Seduta"@it , "Sitting"@en . ### https://w3id.org/italia/republic-history/onto/event/SittingType :SittingType rdf:type owl:Class ; rdfs:subClassOf l0:Characteristic , l0:Concept ; rdfs:label "Sitting Type"@en , "Tipo di Seduta"@it . ### https://w3id.org/italia/republic-history/onto/event/SpeechEvent :SpeechEvent rdf:type owl:Class ; rdfs:subClassOf CPEV:PublicEvent ; rdfs:isDefinedBy ; rdfs:label "Discorso"@it , "Speech Event"@en . ### https://w3id.org/italia/republic-history/onto/org/Organisation 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 rdf:type owl:Class . ### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi