@prefix : .
@prefix dc: .
@prefix l0: .
@prefix mu: .
@prefix ti: .
@prefix clv: .
@prefix dct: .
@prefix owl: .
@prefix rdf: .
@prefix xml: .
@prefix xsd: .
@prefix dcat: .
@prefix foaf: .
@prefix prov: .
@prefix rdfs: .
@prefix vcard: .
@prefix schema: .
@prefix admsapit: .
@prefix dcatapit: .
@base .
rdf:type owl:Ontology ;
owl:versionIRI ;
owl:imports ;
dct:accrualPeriodicity ;
dct:creator ,
;
dct:description ,
"Questo il profilo applicativo italiano dell'ontologia sui percorsi. Essi sono i percorsi di transito che possono essere seguiti mediante l'uso di diversi mezzi di trasporto come per esempio i percorsi degli autobus, i percorsi della metro, i percorsi a piedi, i percorsi a cavallo."@it ,
"This is the Italian application profile of the routes. They are transit routes that can be followed using different means of transportation such as bus routes, metro routes, walking routes, hourseback routes, etc."@en ;
dct:issued "2018-10-18"^^xsd:date ;
dct:language ,
;
dct:modified "2020-04-16" ;
dct:publisher ;
dct:rightsHolder ;
dct:title "Ontologia dei Percorsi - Profilo applicativo italiano"@it ,
"Routes Ontology - Italian Application Profile"@en ;
rdfs:comment "Questo il profilo applicativo italiano dell'ontologia sui percorsi. Essi sono i percorsi di transito che possono essere seguiti mediante l'uso di diversi mezzi di trasporto come per esempio i percorsi degli autobus, i percorsi della metro, i percorsi a piedi, i percorsi a cavallo."@it ,
"This is the ontology of the Italian application profile for Routes"@en ;
rdfs:isDefinedBy ;
rdfs:label "Ontologia dei Percorsi"@it ,
"Routes Ontology"@en ;
owl:versionInfo "Version 0.2- Modified on 16 April 2020 - renamed property ordering in stageOrdering and defined as subproperty of l0:positionInSequence - Modified on 24 April 2019 - Some errors have been corrected."@en ,
"Versione 0.2- Modificata il 16 Aprile 2020 - rinominata proprietà ordering in stageOrdering e definita come sotto proprietà di positionInSequence di l0 - Modificata il 24 Aprile 2019 - Correzione di alcuni errori"@it ;
dcat:contactPoint ;
dcat:keyword "Percorso"@it ,
"Pianificazione viaggio"@it ,
"Tappa"@it ;
dcat:theme ,
;
admsapit:acronym "Route-AP_IT" ;
admsapit:depiction ;
admsapit:hasContributor ;
admsapit:hasFormalityLevel admsapit:Formal ;
admsapit:hasKeyClass :Route ,
:Stage ,
:TripPlan ;
admsapit:hasOntologyLanguage admsapit:OWL ;
admsapit:hasSemanticAssetDistribution ,
,
;
admsapit:hasTask admsapit:AnnotationTask ,
admsapit:QueryFormulationTask ,
admsapit:SearchTask ;
admsapit:last ;
admsapit:officialURI "https://w3id.org/italia/onto/Route"^^xsd:anyURI ;
admsapit:prefix "rtapit" ;
admsapit:prev ;
admsapit:semanticAssetInUse ,
,
;
admsapit:status "initial draft" ;
admsapit:target "Cittadini"@it ,
"Imprese"@it ,
"Pubbliche Amministrazioni"@it ;
admsapit:type admsapit:ServiceOntology .
#################################################################
# Annotation properties
#################################################################
### http://www.w3.org/2002/07/owl#cardinality
owl:cardinality rdf:type owl:AnnotationProperty .
### http://www.w3.org/2002/07/owl#qualifiedCardinality
owl:qualifiedCardinality rdf:type owl:AnnotationProperty .
### http://www.w3.org/ns/prov#wasDerivedFrom
prov:wasDerivedFrom rdf:type owl:AnnotationProperty .
### http://www.w3.org/ns/prov#wasInfluencedBy
prov:wasInfluencedBy rdf:type owl:AnnotationProperty .
### https://w3id.org/italia/onto/ADMS/depiction
admsapit:depiction rdf:type owl:AnnotationProperty .
### https://w3id.org/italia/onto/ADMS/prev
admsapit:prev rdf:type owl:AnnotationProperty .
### https://w3id.org/italia/onto/ADMS/status
admsapit:status rdf:type owl:AnnotationProperty .
### https://w3id.org/italia/onto/l0/controlledVocabulary
l0:controlledVocabulary rdf:type owl:AnnotationProperty .
#################################################################
# Datatypes
#################################################################
### http://www.w3.org/2001/XMLSchema#duration
xsd:duration rdf:type rdfs:Datatype .
#################################################################
# Object Properties
#################################################################
### https://w3id.org/italia/onto/CLV/hasGeometry
clv:hasGeometry rdf:type owl:ObjectProperty .
### https://w3id.org/italia/onto/CLV/hasGeometryType
clv:hasGeometryType rdf:type owl:ObjectProperty .
### https://w3id.org/italia/onto/Route/crosses
:crosses rdf:type owl:ObjectProperty ;
owl:inverseOf :isCrossedBy ;
rdfs:domain :Route ;
rdfs:range clv:SpatialObject ;
rdfs:comment "The relation between a route and a geospatial object. I.e. a route 'crosses' a certain geospatial point."@en ;
rdfs:isDefinedBy ;
rdfs:label "La relazione che permette di asserire che un percorso attraversa un certo punto geospaziale."@it ,
"attraversa"@it ,
"crosses"@en ;
owl:versionInfo "provvisoria"@it ,
"unstable"@en .
### https://w3id.org/italia/onto/Route/hasAltRoute
:hasAltRoute rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :hasRoute ;
owl:inverseOf :isAltRouteOf ;
rdfs:domain owl:Thing ;
rdfs:range :Route ;
rdfs:comment "La object property che permette di identificare un percorso alternativo"@it ,
"The object property that allows to identify an alternative route."@en ;
rdfs:isDefinedBy ;
rdfs:label "has alternative route"@en ,
"percorso alternativo"@it ;
owl:versionInfo "stabile"@it ,
"stable"@en .
### https://w3id.org/italia/onto/Route/hasDeviation
:hasDeviation rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :hasAltRoute ;
owl:inverseOf :isDeviationOf ;
rdfs:domain owl:Thing ;
rdfs:range :Route ;
rdfs:comment "La object property che permette di identificare una deviazione nel percorso"@it ,
"The object property that allows to represent a deviation."@en ;
rdfs:isDefinedBy ;
rdfs:label "deviazione"@it ,
"has deviation"@en ;
owl:versionInfo "stabile"@it ,
"stable"@en .
### https://w3id.org/italia/onto/Route/hasEstimatedDuration
:hasEstimatedDuration rdf:type owl:ObjectProperty ;
rdfs:domain :TripPlan ;
rdfs:range ti:Duration ;
rdfs:comment "Property that links the trip plan to its duration"@en ,
"Proprietà che consente di specificare una durata per il piano di viaggio."@it ;
rdfs:isDefinedBy ;
rdfs:label "ha durata stimata"@it ,
"has estimated duration"@en ;
owl:versionInfo "provvisoria"@it ,
"unstable"@en .
### https://w3id.org/italia/onto/Route/hasLength
:hasLength rdf:type owl:ObjectProperty ;
rdfs:domain :Route ;
rdfs:range mu:Value ;
rdfs:comment "Proprietà utilizzata per specificare la lunghezza di un piano di viaggio"@it ,
"Prpperty used to specify the length of a trip plan"@en ;
rdfs:isDefinedBy ;
rdfs:label "ha lunghezza"@it ,
"has length"@en ;
owl:versionInfo "stabile"@it ,
"stable"@en .
### https://w3id.org/italia/onto/Route/hasPrefRoute
:hasPrefRoute rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :hasRoute ;
owl:inverseOf :isPrefRouteOf ;
rdfs:domain owl:Thing ;
rdfs:range :Route ;
rdfs:comment "La object property che permette di specificare un percorso preferenziale."@it ,
"The object property that allows to specify the preferred route."@en ;
rdfs:isDefinedBy ;
rdfs:label "has preferred route"@en ,
"percorso preferenziale"@it ;
owl:versionInfo "stabile"@it ,
"stable"@en .
### https://w3id.org/italia/onto/Route/hasRoute
:hasRoute rdf:type owl:ObjectProperty ;
owl:inverseOf :isRouteOf ;
rdfs:domain owl:Thing ;
rdfs:range :Route ;
rdfs:comment "Property used to connect any thing to a route"@en ,
"Proprietà utilizzata per collegare qualsiasi cosa a un percorso"@it ;
rdfs:isDefinedBy ;
rdfs:label "ha percorso"@it ,
"has route"@en ;
owl:versionInfo "stabile"@it ,
"stable"@en .
### https://w3id.org/italia/onto/Route/hasRouteType
:hasRouteType rdf:type owl:ObjectProperty ;
rdfs:domain :Route ;
rdfs:range :RouteType ;
rdfs:comment "Property that links the route to its type (walking route, bus route, etc.)"@en ,
"Proprietà che lega un percorso al suo tipo (percorso in bici, percorso a piedi, percorso in autobus, ecc.)"@it ;
rdfs:isDefinedBy ;
rdfs:label "has route type"@en ,
"tipo percorso"@it ;
owl:versionInfo "stabile"@it ,
"stable"@en .
### https://w3id.org/italia/onto/Route/hasSubTripPlan
:hasSubTripPlan rdf:type owl:ObjectProperty ;
owl:inverseOf :hasSuperTripPlan ;
rdf:type owl:TransitiveProperty ;
rdfs:domain :TripPlan ;
rdfs:range :TripPlan ;
rdfs:comment "Property used to specify additional trip plans that compose a bigger one."@en ,
"Proprietà utilizzata per suddividere un piano di viaggio in ulteriori piani"@it ;
rdfs:isDefinedBy ;
rdfs:label "has sub trip plan"@en ,
"sotto piano di viaggio"@it ;
owl:versionInfo "stabile"@it ,
"stable"@en .
### https://w3id.org/italia/onto/Route/hasSuperTripPlan
:hasSuperTripPlan rdf:type owl:ObjectProperty ,
owl:TransitiveProperty ;
rdfs:domain :TripPlan ;
rdfs:range :TripPlan ;
rdfs:comment "Property used to indicate the super trip plan which contains other trip plans"@en ,
"Proprietà utilizzata per indicare il piano di viaggio che contiene altri piani di viaggio"@it ;
rdfs:isDefinedBy ;
rdfs:label "has super trip plan"@en ,
"super piano di viaggio"@it ;
owl:versionInfo "stabile"@it ,
"stable"@en .
### https://w3id.org/italia/onto/Route/hasTripPlan
:hasTripPlan rdf:type owl:ObjectProperty ;
owl:inverseOf :isTripPlanOf ;
rdfs:domain owl:Thing ;
rdfs:range :TripPlan ;
rdfs:comment "Property that links any thing to a trip plan"@en ,
"Proprietà che lega qualsiasi cosa a un piano di viaggio"@it ;
rdfs:isDefinedBy ;
rdfs:label "ha piano di viaggio"@it ,
"has trip plan"@en ;
owl:versionInfo "stabile"@it ,
"stable"@en .
### https://w3id.org/italia/onto/Route/isAltRouteOf
:isAltRouteOf rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :isRouteOf ;
rdfs:comment "Inverse property of has alternative route"@en ,
"Proprietà inversa di percorso alternativo"@it ;
rdfs:isDefinedBy ;
rdfs:label "is alternative route of"@en ,
"percorso alternativo di"@it ;
owl:versionInfo "stabile"@it ,
"stable"@en .
### https://w3id.org/italia/onto/Route/isCrossedBy
:isCrossedBy rdf:type owl:ObjectProperty ;
rdfs:domain clv:SpatialObject ;
rdfs:range :Route ;
rdfs:comment "La relazione inversa di crosses."@it ,
"The inverse relation of crosses."@en ;
rdfs:isDefinedBy ;
rdfs:label "attraversato da"@it ,
"is crossed by"@en ;
owl:versionInfo "stabile"@it ,
"stable"@en .
### https://w3id.org/italia/onto/Route/isDeviationOf
:isDeviationOf rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :isAltRouteOf ;
rdfs:domain :Route ;
rdfs:range owl:Thing ;
rdfs:comment "Inverse property of has deviation"@en ,
"Proprietà inversa di deviazione"@it ;
rdfs:isDefinedBy ;
rdfs:label "deviazione di"@it ,
"is deviation of"@en ;
owl:versionInfo "stabile"@it ,
"stable"@en .
### https://w3id.org/italia/onto/Route/isPrefRouteOf
:isPrefRouteOf rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :isRouteOf ;
rdfs:domain :Route ;
rdfs:range owl:Thing ;
rdfs:comment "Inverse property of has preferred route"@en ,
"Proprietà inversa di percorso preferenziale"@it ;
rdfs:isDefinedBy ;
rdfs:label "is preferred route of"@en ,
"percorso preferenziale di"@it ;
owl:versionInfo "stabile"@it ,
"stable"@en .
### https://w3id.org/italia/onto/Route/isRouteOf
:isRouteOf rdf:type owl:ObjectProperty ;
rdfs:domain :Route ;
rdfs:range owl:Thing ;
rdfs:comment "Inverse property of has route"@en ,
"Proprietà inversa di ha percorso"@it ;
rdfs:isDefinedBy ;
rdfs:label "is route of"@en ,
"è percorso di"@it ;
owl:versionInfo "stabile"@it ,
"stable"@en .
### https://w3id.org/italia/onto/Route/isTripPlanOf
:isTripPlanOf rdf:type owl:ObjectProperty ;
rdfs:domain :TripPlan ;
rdfs:range owl:Thing ;
rdfs:comment ,
"Inverse property of has trip plan"@en ,
"Proprietà inversa di ha piano di viaggio"@it ;
rdfs:label "is trip plan of"@en ,
"piano viaggio di"@it ;
owl:versionInfo "stabile"@it ,
"stable"@en .
### https://w3id.org/italia/onto/l0/directlyFollows
l0:directlyFollows rdf:type owl:ObjectProperty .
### https://w3id.org/italia/onto/l0/directlyPrecedes
l0:directlyPrecedes rdf:type owl:ObjectProperty .
### https://w3id.org/italia/onto/l0/follows
l0:follows rdf:type owl:ObjectProperty .
### https://w3id.org/italia/onto/l0/hasMember
l0:hasMember rdf:type owl:ObjectProperty .
### https://w3id.org/italia/onto/l0/precedes
l0:precedes rdf:type owl:ObjectProperty .
#################################################################
# Data properties
#################################################################
### https://w3id.org/italia/onto/CLV/lat
clv:lat rdf:type owl:DatatypeProperty .
### https://w3id.org/italia/onto/CLV/long
clv:long rdf:type owl:DatatypeProperty .
### https://w3id.org/italia/onto/Route/numberOfStages
:numberOfStages rdf:type owl:DatatypeProperty ;
rdfs:domain :Route ;
rdfs:range xsd:int ;
rdfs:comment "Il numero complessivo di tappe che costituiscono il percorso"@it ,
"The total number of stages that form the route"@en ;
rdfs:isDefinedBy ;
rdfs:label "number of stages"@en ,
"numero di tappe"@it ;
owl:versionInfo "provvisoria"@it ,
"unstable"@en .
### https://w3id.org/italia/onto/Route/routeEstDuration
:routeEstDuration rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf ti:duration ;
rdfs:domain :Route ;
rdfs:range xsd:duration ;
rdfs:comment "La durata stimata del percorso"@it ,
"The estimated duration of the route"@en ;
rdfs:isDefinedBy ;
rdfs:label "durata stimata percorso"@it ,
"route estimated duration"@en ;
owl:versionInfo "provvisoria"@it ,
"unstable"@en .
### https://w3id.org/italia/onto/Route/routeLongName
:routeLongName rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf l0:name ;
rdfs:domain :Route ;
rdfs:range rdfs:Literal ;
rdfs:comment "La proprietà rappresenta il nome completo o esteso del percoso. Il nome completo è più descrittivo del nome breve del percorso e spesso include anche la destinazione del percorso o le fermate. Se il nome per esteso non esiste, si può include la stringa vuota. Tuttavia è necessario specificare il nome breve del percorso"@it ,
"The property represents the full name of the route. This name is generally more descriptive than the route short name and will often include the route's destination or stop. If the route long name does not exist, it is possible to include an empty string. However, it is necessary to specify the route short name"@en ;
rdfs:isDefinedBy ;
rdfs:label "nome esteso percorso"@it ,
"route long name"@en ;
owl:versionInfo "stabile"@it ,
"stable"@en .
### https://w3id.org/italia/onto/Route/routeShortName
:routeShortName rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf l0:name ;
rdfs:domain :Route ;
rdfs:range rdfs:Literal ;
rdfs:comment "La proprietà è utilizzata per specificare il nome breve del percorso. Esso è un breve identificatore come per esempio \"32\", \"100X\", o \"Verde\" che chi segue il percorso usa per identificarlo ma che non dà alcuna indicazione di quali luoghi il percorso attraversa."@it ,
"The property is used to specify a short name for the route. It is often a short identifier such as \"32\", \"100X\", \"Green\" that can be used by riders to identify the route; however it does not provide any indication of the places or stages that the route serves."@en ;
rdfs:isDefinedBy ;
rdfs:label "nome breve percorso"@it ,
"route short name"@en ;
owl:versionInfo "stabile"@it ,
"stable"@en .
### https://w3id.org/italia/onto/Route/routelLength
:routelLength rdf:type owl:DatatypeProperty ;
rdfs:domain :Route ;
rdfs:range rdfs:Literal ;
rdfs:comment "La lunghezza del percorso. Essa può essere espressa in diverse unità di misura."@it ,
"The length of the route. The length can be expressed in different measurment units."@en ;
rdfs:isDefinedBy ;
rdfs:label "lunghezza del percorso"@it ,
"route length"@en ;
owl:versionInfo "stabile"@it ,
"stable"@en .
### https://w3id.org/italia/onto/Route/stageOrdering
:stageOrdering rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf l0:positionInSequence ;
rdfs:domain :Stage ;
rdfs:range xsd:int ;
rdfs:comment "L'ordinamento dell'elemento all'interno della sequenza espresso come intero. Nel contesto dell'ontologia indica la posizione della tappa nel percorso inteso come sequenza ordinata di tappe."@it ,
"The integer that expresses the ordering of an item in a certain sequence. In the context of this ontology is the ordering in the sequence of stages."@en ;
rdfs:isDefinedBy ;
rdfs:label "ordinamento tappa"@it ,
"stage ordering"@en ;
owl:versionInfo "stabile"@it ,
"stable"@en .
### https://w3id.org/italia/onto/TI/duration
ti:duration rdf:type owl:DatatypeProperty .
### https://w3id.org/italia/onto/l0/description
l0:description rdf:type owl:DatatypeProperty .
#################################################################
# Classes
#################################################################
### https://w3id.org/italia/onto/CLV/Geometry
clv:Geometry rdf:type owl:Class ;
rdfs:subClassOf clv:SpatialObject .
### https://w3id.org/italia/onto/CLV/GeometryType
clv:GeometryType rdf:type owl:Class ;
rdfs:subClassOf l0:Characteristic .
### https://w3id.org/italia/onto/CLV/SpatialObject
clv:SpatialObject rdf:type owl:Class ;
rdfs:subClassOf l0:Location .
### https://w3id.org/italia/onto/MU/Value
mu:Value rdf:type owl:Class ;
rdfs:subClassOf l0:Characteristic .
### https://w3id.org/italia/onto/POI/MultiplePointOfInterest
rdf:type owl:Class .
### https://w3id.org/italia/onto/Route/Route
:Route rdf:type owl:Class ;
rdfs:subClassOf l0:Description ,
l0:Sequence ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasLength ;
owl:someValuesFrom mu:Value
] ,
[ rdf:type owl:Restriction ;
owl:onProperty l0:hasMember ;
owl:someValuesFrom :Stage
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :crosses ;
owl:allValuesFrom clv:SpatialObject
] ,
[ rdf:type owl:Restriction ;
owl:onProperty clv:hasGeometry ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass clv:Geometry
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasRouteType ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass :RouteType
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :routeLongName ;
owl:someValuesFrom rdfs:Literal
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :routeShortName ;
owl:someValuesFrom rdfs:Literal
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :routelLength ;
owl:someValuesFrom rdfs:Literal
] ,
[ rdf:type owl:Restriction ;
owl:onProperty l0:description ;
owl:allValuesFrom rdfs:Literal
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :numberOfStages ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:int
] ;
rdfs:comment "A sequence of ordered stages that can be followed by a human being and/or any type of transit vehicle"@en ,
"Una sequenza ordinata di tappe che possono essere seguite da persone e/o da qualsiasi tipo di veicolo di transito"@it ;
rdfs:isDefinedBy ;
rdfs:label "Percorso"@it ,
"Route"@en ;
owl:versionInfo "stabile"@it ,
"stable"@en ;
prov:wasDerivedFrom .
### https://w3id.org/italia/onto/Route/RouteType
:RouteType rdf:type owl:Class ;
rdfs:subClassOf l0:Characteristic ;
rdfs:comment """La classe che consente di modellare il tipo di percorso a seconda del mezzo di trasporto utiizzato nel percorso stesso. L'ontologia definisce attualmente un vocabolario controllato sui tipi di percorso (percorso dell'autobus, percorso del treno, percorso del tram, percorso della nave).
Il vocabolario controllato si base su quanto proposto nella specifica GTFS (con gli stessi codici) e ulteriori voci aggiunte allo scopo di modellare i tipi di percorso per l'ontologia del'atlante dei cammini"""@it ,
"The class represents the type of route in terms of means of transportation used in the route itself. The ontology uses a controlled vocabulary on the type of transportation (bus, ferry, rail, LightRail, horseback, etc.)"@en ;
rdfs:isDefinedBy ;
rdfs:label "Route Type"@en ,
"Tipo di percorso"@it ;
owl:versionInfo "stabile"@it ,
"stable"@en ;
prov:wasInfluencedBy ;
l0:controlledVocabulary .
### https://w3id.org/italia/onto/Route/Stage
:Stage rdf:type owl:Class ;
rdfs:subClassOf ,
l0:Object ,
[ rdf:type owl:Restriction ;
owl:onProperty l0:directlyFollows ;
owl:allValuesFrom :Stage
] ,
[ rdf:type owl:Restriction ;
owl:onProperty l0:directlyPrecedes ;
owl:allValuesFrom :Stage
] ,
[ rdf:type owl:Restriction ;
owl:onProperty l0:follows ;
owl:allValuesFrom :Stage
] ,
[ rdf:type owl:Restriction ;
owl:onProperty l0:precedes ;
owl:allValuesFrom :Stage
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :stageOrdering ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:int
] ;
rdfs:comment "Questa classe rappresenta una tappa di un percorso ovvero una sosta durante il viaggio o escursione"@it ,
"This class represents a stage of a route; that is a stop during a trip or excursion"@en ;
rdfs:isDefinedBy ;
rdfs:label "Stage"@en ,
"Tappa"@it ;
owl:versionInfo "stabile"@it ,
"stable"@en ;
prov:wasInfluencedBy .
### https://w3id.org/italia/onto/Route/TripPlan
:TripPlan rdf:type owl:Class ;
rdfs:subClassOf l0:Description ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasRoute ;
owl:someValuesFrom :Route
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasSubTripPlan ;
owl:allValuesFrom :TripPlan
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasSuperTripPlan ;
owl:allValuesFrom :TripPlan
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :hasEstimatedDuration ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass ti:Duration
] ;
rdfs:comment "La classe rappresenta uno specifico piano di viaggio che è parte di un percorso. Esso è utilizzato anche per associare una durata stimata del percorso. Il piano di viaggio può essere dettagliato in ulteriori piani di viaggio."@it ,
"The class represents a specific trip plan that is part of the route. This is used to associated an estimated duration to the route. A trip plan can be detailed in additional trip plans."@en ;
rdfs:isDefinedBy ;
rdfs:label "Piano di Viaggio"@it ,
"Trip Plan"@en ;
owl:versionInfo "stabile"@it ,
"stable"@en .
### https://w3id.org/italia/onto/TI/Duration
ti:Duration rdf:type owl:Class ;
rdfs:subClassOf l0:Entity .
### https://w3id.org/italia/onto/l0/Characteristic
l0:Characteristic rdf:type owl:Class .
### https://w3id.org/italia/onto/l0/Collection
l0:Collection rdf:type owl:Class .
### https://w3id.org/italia/onto/l0/Description
l0:Description rdf:type owl:Class .
### https://w3id.org/italia/onto/l0/Location
l0:Location rdf:type owl:Class .
### https://w3id.org/italia/onto/l0/Sequence
l0:Sequence rdf:type owl:Class ;
rdfs:subClassOf l0:Collection .
#################################################################
# Individuals
#################################################################
### http://spcdata.digitpa.gov.it/Amministrazione/agid
rdf:type owl:NamedIndividual ,
dcatapit:Agent ,
foaf:Agent ;
dct:identifier "agid" ;
foaf:name "Agenzia per l'Italia Digitale"@it ,
"Italian Digital Agency"@en .
### http://spcdata.digitpa.gov.it/Amministrazione/m_bac
rdf:type owl:NamedIndividual ,
dcatapit:Agent ,
foaf:Agent ;
dct:identifier "m_bac" ;
foaf:name "Ministero dei Beni e delle Attivita' Culturali"@it .
### https://w3id.org/italia/data/contact-point/onto-dgt
rdf:type owl:NamedIndividual ,
dcatapit:Organization ,
vcard:Kind ,
vcard:Organization ;
vcard:fn "MIBAC - Direzine Generale Turismo" ;
vcard:hasEmail .
### https://w3id.org/italia/data/distribution/RTAPIT-JSON-LD
rdf:type owl:NamedIndividual ,
admsapit:SemanticAssetDistribution ;
dct:description "Questa è la distribuzione JSON-LD dell'ontologia sui percorsi"@it ,
"This is the distribution in JSON-LD of the Routes ontology"@en ;
dct:format ;
dct:license ;
dct:title "Distribuzione JSON-LD ontologia Route-AP_IT"@it ,
"JSON-LD distribution of Route-AP_IT Ontology"@en ;
dcat:accessURL ;
dcat:downloadURL .
### https://w3id.org/italia/data/distribution/RTAPIT-RDF-TURTLE
rdf:type owl:NamedIndividual ,
admsapit:SemanticAssetDistribution ;
dct:description "Questa è la distribuzione RDF/Turtle dell'ontologia sui percorsi"@it ,
"This is the distribution in RDF/turtle of the Routes ontology"@en ;
dct:format ;
dct:license ;
dct:title "Distribuzione RDF/Turtle ontologia Route-AP_IT"@it ,
"RDF/Turtle distribution of Route-AP_IT Ontology"@en ;
dcat:accessURL ;
dcat:downloadURL .
### https://w3id.org/italia/data/distribution/RTAPIT-RDF-XML
rdf:type owl:NamedIndividual ,
admsapit:SemanticAssetDistribution ;
dct:description "Questa è la distribuzione RDF/XML dell'ontologia dei percorsi"@it ,
"This is the distribution in RDF/XML of the Routes ontology"@en ;
dct:format ;
dct:license ;
dct:title "Distribuzione RDF/XML ontologia Route-AP_IT"@it ,
"RDF/XML distribution of Route-AP_IT Ontology"@en ;
dcat:accessURL ;
dcat:downloadURL .
### https://w3id.org/italia/data/project/AtlanteCammini
rdf:type owl:NamedIndividual ,
admsapit:Project ;
l0:name "Atlante dei Cammini d'Italia"@it .
### https://w3id.org/italia/data/project/DAF
rdf:type owl:NamedIndividual ,
admsapit:Project ;
l0:name "Data & Analytics Framework"@it .
### https://w3id.org/italia/data/project/OntoPiA
rdf:type owl:NamedIndividual ,
admsapit:Project ;
l0:name "OntoPiA - la rete di ontologie della pubblica amministrazione italiana"@it .
### https://w3id.org/italia/data/support-unit/cnr-Z6HZEH/stlab
rdf:type owl:NamedIndividual ,
dcatapit:Agent ,
foaf:Agent ;
dct:identifier "cnr - Z6HZEH - STLab" ;
foaf:name "Institute of Cognitive Sciences and Technologies of the Italian Research Council (CNR) - Semantic Technology Laboratory (STLab)"@en ,
"Istituto di Scienze e Tecnologie della Cognizione del CNR - Semantic Technology Lab (STLab)"@it .
### https://w3id.org/italia/onto/Route
rdf:type owl:NamedIndividual ,
admsapit:SemanticAsset .
### https://w3id.org/italia/onto/CLV/Point
clv:Point rdf:type owl:NamedIndividual .
[ owl:cardinality "1"^^xsd:nonNegativeInteger
] .
[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
] .
[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
] .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi