@prefix : .
@prefix owl: .
@prefix rdf: .
@prefix xml: .
@prefix xsd: .
@prefix rdfs: .
@base .
rdf:type owl:Ontology ;
owl:versionIRI ;
owl:imports ,
,
,
,
,
,
,
.
#################################################################
# Object Properties
#################################################################
### https://w3id.org/italia/republic-history/onto/IRHO/hasContext
:hasContext rdf:type owl:ObjectProperty ;
owl:inverseOf :isContextFor ;
rdfs:domain ;
rdfs:range ;
rdfs:isDefinedBy ;
rdfs:label "ha contesto"@it ,
"has context"@en .
### https://w3id.org/italia/republic-history/onto/IRHO/hasLegislatureContext
:hasLegislatureContext rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :hasContext ;
owl:inverseOf :isLegislatureContextFor ;
rdfs:domain owl:Thing ;
rdfs:range ;
rdfs:isDefinedBy ;
rdfs:label "ha contesto legislativo"@it ,
"has legislature context"@en .
### https://w3id.org/italia/republic-history/onto/IRHO/hasPart
:hasPart rdf:type owl:ObjectProperty ;
owl:inverseOf :isPartOf ;
rdf:type owl:TransitiveProperty ;
rdfs:domain ;
rdfs:range ;
rdfs:comment "Proprietà utilizzata per rappresentare entity più complesse formate da parti che sono a loro volta altre entità. Esempio: Nel contesto delle organizzazioni (politiche), il parlamento è un organo costituzionale con due parti la camera dei deputati e il senato della repubblica."@it ;
rdfs:isDefinedBy ;
rdfs:label "ha parte"@it ,
"has part"@en .
### https://w3id.org/italia/republic-history/onto/IRHO/isClassifiedBy
:isClassifiedBy rdf:type owl:ObjectProperty ;
rdfs:domain ;
rdfs:range ;
rdfs:isDefinedBy ;
rdfs:label "is classified by"@en ,
"è classificato da"@it .
### https://w3id.org/italia/republic-history/onto/IRHO/isContextFor
:isContextFor rdf:type owl:ObjectProperty ;
rdfs:domain ;
rdfs:range ;
rdfs:isDefinedBy ;
rdfs:label "is context for"@en ,
"è contesto per"@it .
### https://w3id.org/italia/republic-history/onto/IRHO/isLegislatureContextFor
:isLegislatureContextFor rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :isContextFor ;
rdfs:domain ;
rdfs:range owl:Thing ;
rdfs:isDefinedBy ;
rdfs:label "is legislature context for"@en ,
"è contesto legislativo per"@it .
### https://w3id.org/italia/republic-history/onto/IRHO/isPartOf
:isPartOf rdf:type owl:ObjectProperty ,
owl:TransitiveProperty ;
rdfs:domain ;
rdfs:range ;
rdfs:comment "Proprietà inversa di' ha parte'."@it ;
rdfs:isDefinedBy ;
rdfs:label "is part of"@en ,
"è parte di"@it .
#################################################################
# Data properties
#################################################################
### https://w3id.org/italia/republic-history/onto/IRHO/shortName
:shortName rdf:type owl:DatatypeProperty ;
rdfs:domain owl:Thing ;
rdfs:range rdf:PlainLiteral ;
rdfs:isDefinedBy ;
rdfs:label "nome breve"@it ,
"short name"@en .
### https://w3id.org/italia/republic-history/onto/IRHO/title
:title rdf:type owl:DatatypeProperty ;
rdfs:domain owl:Thing ;
rdfs:range rdfs:Literal ;
rdfs:isDefinedBy ;
rdfs:label "title"@en ,
"titolo"@it .
### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi