@prefix : . @prefix dc: . @prefix dct: . @prefix l0: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix dcat: . @prefix foaf: . @prefix prov: . @prefix vcard: . @prefix schema: . @prefix admsapit: . @prefix dcatapit: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:imports , , ; owl:versionIRI ; prov:wasDerivedFrom ; admsapit:prefix "potapit" ; dct:creator ; admsapit:target "Cittadini"@it ; dct:modified "2019-04-24"^^xsd:date ; admsapit:hasTask admsapit:AnnotationTask , admsapit:QueryFormulationTask ; admsapit:hasTask admsapit:SearchTask ; admsapit:hasSemanticAssetDistribution ; admsapit:target "Pubbliche Amministrazioni"@it ; rdfs:comment "This is the ontology used to represent price , tickets and offers"@en ; admsapit:hasOntologyLanguage admsapit:OWL ; admsapit:officialURI "https://w3id.org/italia/onto/POT"^^xsd:anyURI ; dct:creator ; dcat:keyword "prezzi"@it , "biglietto"@it , "offerta"@it ; dct:language ; admsapit:hasFormalityLevel admsapit:Formal ; admsapit:last ; dct:title "Ontologia dei Prezzi, Offerte e Biglietti - Profilo applicativo italiano"@it ; admsapit:hasKeyClass :Ticket , :PriceSpecification , :Offer ; rdfs:isDefinedBy ; dct:publisher ; dct:rightsHolder ; dct:description "Questo il profilo applicativo italiano dell'ontologia dei prezzi, offerte e biglietti. L'ontologia può essere usata per rappresentare i dati relativi ai prezzi di un prodotto, le offerte e i biglietti, necessari per partecipare a eventi o aver accesso a determinati luoghi pubblici."@it ; owl:versionInfo "Versione 0.3 - Modificata il 24 Aprile 2019 - Rifattorizzazione l0:Event in l0:EventOrSituation: Uso di w3id.org/italia/onto/POT come URI base"@it , "Version 0.3 - Modified on 24 April 2018 - Refactoring of l0:Event in l0:EventOrSituation; Use of w3id.org/italia/onto/POT/ as base URI"@en ; dcat:contactPoint ; admsapit:semanticAssetInUse , ; dct:accrualPeriodicity ; rdfs:label "Ontologia dei prezzi, offerte e biglietti"@it ; admsapit:hasSemanticAssetDistribution ; dcat:theme , , ; admsapit:acronym "POT-AP_IT" ; admsapit:hasSemanticAssetDistribution ; dct:issued "2017-11-17"^^xsd:date ; admsapit:hasContributor ; dct:description "This is the Italian application profile of the price, offers and ticket ontologies."@en ; rdfs:label "Italian Price/Offer/Ticket ontology"@en ; dct:language ; admsapit:status "published" , "catalogued" ; admsapit:target "Imprese"@it ; admsapit:type admsapit:ServiceOntology ; rdfs:comment "Questa è l'ontologia del profilo applicativo italiano dei prezzi, offerte e biglietti"@it ; dct:title "Price/Offer/Ticket ontology - Italian application profile"@en . ################################################################# # # Annotation properties # ################################################################# ### http://purl.org/dc/elements/1.1/description dc:description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/license dct:license rdf:type owl:AnnotationProperty . ### http://www.w3.org/ns/prov#wasDerivedFrom prov:wasDerivedFrom rdf:type owl:AnnotationProperty . ################################################################# # # Object Properties # ################################################################# ### https://w3id.org/italia/onto/POT/forAccessTo rdf:type owl:ObjectProperty ; rdfs:label "per l'accesso a"@it , "for access to"@en ; rdfs:comment "Property used to associate a ticket to an event or location"@en , "Proprietà che consente di associare un biglietto a un evento o a un luogo"@it ; owl:versionInfo "stable"@en , "stabile"@it ; rdfs:isDefinedBy ; rdfs:domain ; owl:inverseOf ; rdfs:range [ rdf:type owl:Class ; owl:unionOf ( ) ] . ### https://w3id.org/italia/onto/POT/hasCurrency rdf:type owl:ObjectProperty ; rdfs:label "has currency"@en , "ha valuta"@it ; rdfs:comment "This property is used to connected the Price specification to Currency"@en ; owl:versionInfo "stable"@en ; rdfs:comment "Questa proprietà collega la specifica del prezzo con la classe currency."@it ; owl:versionInfo "stabile"@it ; rdfs:isDefinedBy ; rdfs:range ; rdfs:domain . ### https://w3id.org/italia/onto/POT/hasEligibleUser rdf:type owl:ObjectProperty ; rdfs:label "has eligible user"@en , "ha utente idoneo"@it ; rdfs:comment "Property used to associate an offert for the access to an event or a locations with the type of user"@en ; owl:versionInfo "stable"@en ; rdfs:comment "Proprietà che consente di associare un'offerta per l'accesso a un evento o un luogo ad una tipologia di utente"@it ; owl:versionInfo "stabile"@it ; rdfs:isDefinedBy ; rdfs:domain ; rdfs:range . ### https://w3id.org/italia/onto/POT/hasOffer rdf:type owl:ObjectProperty ; rdfs:label "has offer"@en , "ha offerta"@it ; rdfs:comment "This property links anything to an offer"@en ; owl:versionInfo "stable"@en ; rdfs:comment "Questa proprietà collega un qualsiasi cosa a un'offerta"@it ; owl:versionInfo "stabile"@it ; rdfs:domain owl:Thing ; rdfs:isDefinedBy ; rdfs:range . ### https://w3id.org/italia/onto/POT/hasPriceSpecification rdf:type owl:ObjectProperty ; rdfs:label "has price specification"@en , "ha specifica di prezzo"@it , "ha prezzo"@it , "ha costo"@it ; rdfs:comment "This property is used to link an offer to its price specification."@en ; owl:versionInfo "stable"@en ; rdfs:comment "Questa proprietà è utliizzata per collegare un offerta a una specifica del prezzo."@it ; owl:versionInfo "stabile"@it ; rdfs:isDefinedBy ; rdfs:domain ; rdfs:range . ### https://w3id.org/italia/onto/POT/hasTicket rdf:type owl:ObjectProperty ; rdfs:label "has ticket"@en , "ha biglietto"@it ; rdfs:comment "Property that associates a thing with a ticket."@en , "Proprietà che associa una cosa ad un biglietto."@it ; rdfs:domain owl:Thing ; rdfs:isDefinedBy ; rdfs:range . ### https://w3id.org/italia/onto/POT/hasValidity rdf:type owl:ObjectProperty ; rdfs:label "has validity"@en , "ha validità"@it ; rdfs:comment "Property used to specify the validity of an offer or ticket."@en , "Proprietà utilizzata per specificare una validità di un offerta o di un biglietto."@it ; owl:versionInfo "stabile"@it , "stable"@it ; rdfs:isDefinedBy ; rdfs:range ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( ) ] . ### https://w3id.org/italia/onto/POT/includes rdf:type owl:ObjectProperty ; rdfs:label "includes"@en , "include biglietto"@it ; rdfs:comment "Property used to associate an offer with the relative ticket"@en , "Proprietà utilizzata per associare un'offerta al relativo biglietto."@it ; rdfs:isDefinedBy ; rdfs:domain ; rdfs:range . ### https://w3id.org/italia/onto/POT/offers rdf:type owl:ObjectProperty ; rdfs:label "offers"@en , "offre"@it ; rdfs:comment "Property used to associate an agent with an offer for accessing an event or a cultural institute or site"@en , "Proprietà che consente di associare un agente all'offerta per l'accesso a un evento o a un luogo della cultura."@it ; rdfs:isDefinedBy ; rdfs:range ; rdfs:domain . ### https://w3id.org/italia/onto/TI/hasDuration rdf:type owl:ObjectProperty . ################################################################# # # Data properties # ################################################################# ### https://w3id.org/italia/onto/POT/VAT rdf:type owl:DatatypeProperty ; rdfs:label "VAT"@en , "IVA"@it ; rdfs:comment "This property represents the VAT applied to a price specification."@en ; owl:versionInfo "unstable"@en ; rdfs:comment "Questa proprietà rappresenta l'iva applicata alla specifica del prezzo."@it ; owl:versionInfo "provvisoria"@it ; rdfs:range rdfs:Literal ; rdfs:domain . ### https://w3id.org/italia/onto/POT/hasCurrencyValue rdf:type owl:DatatypeProperty ; rdfs:label "currency value"@en , "prezzo"@it ; rdfs:comment "Property used to represent the price associated to a specific ticket or a general offer"@en ; owl:versionInfo "stable"@en ; rdfs:comment "Proprietà utilizzata per indicare il prezzo di un biglietto o di una generica offerta"@it ; owl:versionInfo "stabile"@it ; rdfs:range xsd:double ; rdfs:isDefinedBy ; rdfs:domain . ### https://w3id.org/italia/onto/l0/description rdf:type owl:DatatypeProperty . ### https://w3id.org/italia/onto/l0/name rdf:type owl:DatatypeProperty . ################################################################# # # Classes # ################################################################# ### https://w3id.org/italia/onto/MU/Value rdf:type owl:Class . ### https://w3id.org/italia/onto/POT/Card rdf:type owl:Class ; rdfs:label "Card"@en , "Carta d'ingresso"@it , "Tessera d'ingresso"@it ; rdfs:subClassOf ; rdfs:comment "This class represents a card."@en ; owl:versionInfo "stable"@en ; rdfs:comment "Questa classe rappresenta una carta d'ingresso."@it ; owl:versionInfo "stabile"@it ; rdfs:isDefinedBy . ### https://w3id.org/italia/onto/POT/Currency rdf:type owl:Class ; rdfs:label "Currency"@en , "Valuta"@it ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom rdfs:Literal ] ; dc:description """Individuals of the this class represent currency instances (e.g., Euro, US Dollar, Pound, Australian Dollar, etc.); they are always associated with individuals of the class 'Price Specification'. This allows modelling Price Specification as a a quantified value, where the value is expressed as an integer and it is quantified in terms of a currency"""@en ; rdfs:comment "This class represents a currency. In our domain currency is typically associated with Price Specification for tickets, and assumes specific values (e.g., Euro)."@en ; owl:versionInfo "stable"@en ; rdfs:comment "Questa classe rappresenta la valuta per i biglietti di ingresso agli eventi o luoghi della cultura. Nel nostro dominio è associata alla descrizione del prezzo per i biglietti. Assume valori specifici (e.g., Euro)."@it ; owl:versionInfo "stabile"@it ; rdfs:isDefinedBy . ### https://w3id.org/italia/onto/POT/Offer rdf:type owl:Class ; rdfs:label "Offer"@en , "Offerta"@it ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom rdfs:Literal ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] ; dc:description """Any fare is expressed within the ontology by using instances of the class Offer. It is possible to specify: * the type of user to whom the offer is applicable (cf. object property cis:hasEligibleUser); * the information about the price (cf. object property hasPriceSpecification); * the information about the temporal validity of the offer (cf. object property hasValidity); * the association with a ticket (cf. object property includes)."""@en ; rdfs:comment "It represents an offer (reduction for specific types of users or base price)."@en ; owl:versionInfo "stable"@en ; rdfs:comment "Concetto utilizzato per rappresentare offerte (riduzioni per specifiche categorie di utenti o importo intero)."@it ; owl:versionInfo "stabile"@it ; prov:wasDerivedFrom , ; rdfs:isDefinedBy . ### https://w3id.org/italia/onto/POT/PriceSpecification rdf:type owl:Class ; rdfs:label "Price Specification"@en , "Prezzo"@it ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom xsd:double ] ; dc:description """A price specification provides the information about the cost of an offer. It is associated to a currency (e.g., Euro) and a currency value (i.e., a quantity, e.g., 5)."""@en ; rdfs:comment "It represents the price specification of the ticket"@en ; owl:versionInfo "stable"@en ; rdfs:comment "Rappresenta la specifica del prezzo del biglietto."@it ; owl:versionInfo "stabile"@it ; dc:description ; prov:wasDerivedFrom , ; rdfs:isDefinedBy . ### https://w3id.org/italia/onto/POT/Ticket rdf:type owl:Class ; rdfs:label "Ticket"@en , "Biglietto"@it ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom rdfs:Literal ] ; rdfs:comment "It represents an entrance ticket for a Cultural Institute or Site, if required, and for an event"@en ; owl:versionInfo "stable"@en ; rdfs:comment "Rappresenta il biglietto d'ingresso per l'Istitituto e Luogo della Cultura, qualora sia previsto, e per l'evento culturale."@it ; owl:versionInfo "stabile"@it ; rdfs:isDefinedBy . ### https://w3id.org/italia/onto/POT/UserType rdf:type owl:Class ; rdfs:label "User Type"@en , "Tipo di utente"@it ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom rdfs:Literal ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom rdfs:Literal ] ; rdfs:comment "It represents the identified type of users related to the tickets used to access an event or location. Examples include: people over 25 years old, people over 65 years old, children, etc."@en ; owl:versionInfo "stable"@en ; rdfs:comment "Rappresenta la tipologia di utenti relativa ai biglietti per accedere a un evento o a un luogo. Esempi includono: \"maggiorenni over 25\", oppure \"over 65\", \"bambini\", ecc."@it ; owl:versionInfo "stabile"@it ; rdfs:isDefinedBy . ### https://w3id.org/italia/onto/POT/Validity rdf:type owl:Class ; rdfs:label "Validity"@en , "Validità"@it ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom rdfs:Literal ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom [ rdf:type owl:Class ; owl:unionOf ( ) ] ] ; rdfs:comment "This class represents the validity for the ticket and offering."@en ; owl:versionInfo "stable"@en ; rdfs:comment "Questa classe rappresenta la validità di biglietti e di offerte."@it ; owl:versionInfo "stabile"@it ; rdfs:isDefinedBy . ### https://w3id.org/italia/onto/TI/TimeInterval rdf:type owl:Class . ### https://w3id.org/italia/onto/l0/Agent rdf:type owl:Class . ### https://w3id.org/italia/onto/l0/Characteristic rdf:type owl:Class . ### https://w3id.org/italia/onto/l0/Description rdf:type owl:Class . ### https://w3id.org/italia/onto/l0/EventOrSituation rdf:type owl:Class . ### https://w3id.org/italia/onto/l0/Location rdf:type owl:Class . ### https://w3id.org/italia/onto/l0/Object rdf:type owl:Class . ## Metadata 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 . ### https://w3id.org/italia/data/distribution/POT-JSON-LD rdf:type owl:NamedIndividual , admsapit:SemanticAssetDistribution ; dct:description "Questa è la distribuzione JSON-LD dell'ontologia dei prezzi, offerte e biglietti"@it , "This is the distribution in JSON-LD of the Price/Offer/Ticket ontology"@en ; dct:format ; dct:license ; dct:title "Distribuzione JSON-LD ontologia POT-AP_IT"@it , "JSON-LD distribution of POT-AP_IT Ontology"@en ; dcat:accessURL ; dcat:downloadURL . ### https://w3id.org/italia/data/distribution/POT-RDF-TURTLE rdf:type owl:NamedIndividual , admsapit:SemanticAssetDistribution ; dct:description "Questa è la distribuzione RDF/Turtle dell'ontologia dei prezzi, offerte e biglietti"@it , "This is the distribution in RDF/turtle of the Price/Offer/Ticket ontology"@en ; dct:format ; dct:license ; dct:title "Distribuzione RDF/Turtle ontologia POT-AP_IT"@it , "RDF/Turtle distribution of POT-AP_IT Ontology"@en ; dcat:accessURL ; dcat:downloadURL . ### https://w3id.org/italia/data/distribution/POT-RDF-XML rdf:type owl:NamedIndividual , admsapit:SemanticAssetDistribution ; dct:description "Questa è la distribuzione RDF/XML dell'ontologia dei prezzi, offerte e biglietti"@it , "This is the distribution in RDF/XML of the Price/Offer/Ticket ontology"@en ; dct:format ; dct:license ; dct:title "Distribuzione RDF/XML ontologia POT-AP_IT"@it , "RDF/XML distribution of POT-AP_IT Ontology"@en ; dcat:accessURL ; dcat:downloadURL . ### https://w3id.org/italia/data/contact-point/onto-agid rdf:type owl:NamedIndividual , dcatapit:Organization , vcard:Kind , vcard:Organization ; vcard:fn "banche dati e open data" ; vcard:hasEmail . ### https://w3id.org/italia/data/organization/public-organization/td rdf:type owl:NamedIndividual , dcatapit:Agent , foaf:Agent ; dct:identifier "TD" ; foaf:name "Digital Transformation Team"@en , "Team per la Trasformazione Digitale"@it . ### https://w3id.org/italia/data/organization/support-unit/cnr-Z6HZEH/stlab rdf:type owl:NamedIndividual , dcatapit:Agent ; 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 ; dct:identifier "cnr - Z6HZEH - STLab" . ### https://w3id.org/italia/data/project/DAF rdf:type owl:NamedIndividual , admsapit:Project ; foaf: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/onto/POT rdf:type owl:NamedIndividual , admsapit:SemanticAsset . ### Generated by the OWL API (version 3.5.1) http://owlapi.sourceforge.net