@prefix : . @prefix dc: . @prefix l0: . @prefix CLV: . @prefix dct: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix dcat: . @prefix foaf: . @prefix prov: . @prefix rdfs: . @prefix vcard: . @prefix muapit: . @prefix smapit: . @prefix tiapit: . @prefix covapit: . @prefix poiapit: . @prefix potapit: . @prefix admsapit: . @prefix dcatapit: . @base . rdf:type owl:Ontology ; owl:versionIRI ; owl:imports , , , , , ; admsapit:target "Cittadini" ; prov:wasDerivedFrom ; dct:creator ; admsapit:hasTask admsapit:AnnotationTask , admsapit:QueryFormulationTask ; admsapit:hasKeyClass :Accommodation ; dcat:keyword "Strutture ricettive"@it , "Hotel"@it , "Ricettività"@it , "Strutture alberghiere"@it ; admsapit:acronym "ACCO-AP_IT" ; dct:modified "2018-07-31"^^xsd:date ; rdfs:label "Accommodation Facilities Ontology"@en ; admsapit:target "Pubbliche Amministrazioni" ; admsapit:officialURI "https://w3id.org/italia/onto/ACCO"^^xsd:anyURI ; admsapit:hasKeyClass :AccommodationRoom ; admsapit:hasOntologyLanguage admsapit:OWL ; admsapit:hasSemanticAssetDistribution ; admsapit:hasContributor ; admsapit:prefix "accoapit" ; dct:issued "2017-10-23"^^xsd:date ; admsapit:status "catalogued" ; dct:rightsHolder ; rdfs:label "Ontologia delle Strutture ricettive"@it ; dct:language ; dct:description "This is the ontology of the Italian application profile for Accomodation Facilities"@en ; admsapit:hasFormalityLevel admsapit:Formal ; dct:title "Accommodation Facilities Ontology - Italian Application Profile"@en ; admsapit:hasKeyClass :AccommodationTypology ; dct:publisher ; admsapit:prev ; admsapit:last ; dcat:theme ; dct:description "Questa è l'ontologia del profilo italiano sulle Strutture Ricettive (Accomodation Facility - Italian Application Profile - ACCO-AP_IT)"@it ; rdfs:comment "Questa è l'ontologia del profilo italiano sulle Strutture Ricettive (Accomodation Facility - Italian Application Profile - ACCO-AP_IT)"@it ; dct:license ; admsapit:target "Imprese" ; dcat:contactPoint ; rdfs:comment "This is the ontology of the Italian application profile for Accomodation Facilities"@en ; admsapit:semanticAssetInUse ; dct:identifier "https://w3id.org/italia/onto/ACCO" ; admsapit:semanticAssetInUse ; dct:accrualPeriodicity ; owl:versionInfo "Version 0.4 - 31 Luglio 2018 - Correzione URI vocabolari controllati. Stabilizzazione di alcune proprietà e inserimento dello user rating per la struttura ricettiva"@it ; dct:title "Ontologia delle Strutture Ricettive - Profilo applicativo italiano"@it ; admsapit:hasSemanticAssetDistribution ; admsapit:hasContributor ; rdfs:isDefinedBy ; owl:versionInfo "Version 0.4 - 31 July 2018 - Fix URI for controlled vocabulary. Stablized some properties. Added the user rating to the accommodation"@en ; dct:language ; admsapit:type admsapit:DomainOntology ; admsapit:status "published" ; admsapit:hasSemanticAssetDistribution . ################################################################# # Annotation properties ################################################################# ### 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 . ### http://www.w3.org/ns/prov#wasInfluencedBy prov:wasInfluencedBy rdf:type owl:AnnotationProperty . ### https://w3id.org/italia/onto/l0/controlledVocabulary l0:controlledVocabulary rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### https://w3id.org/italia/onto/ACCO/hasAccommodationClassification :hasAccommodationClassification rdf:type owl:ObjectProperty ; owl:inverseOf :isAccommodationClassificationOf ; rdfs:domain :Accommodation ; rdfs:range :AccommodationStarRating ; rdfs:comment "Questa proprietà lega una struttura ricettiva alla sua classificazione rispetto al modello a stelle. Se si vuole indicare che un albergo è a 4 stelle, si può usare questa proprietà."@it , "This property links an accommodation facility with exactly 1 accommodation star rating. If you want to represent that a hotel is 4 star superior, you can use this property."@en ; rdfs:isDefinedBy ; rdfs:label "ha classificazione struttura ricettiva"@it , "has accommodation classification"@en ; owl:versionInfo "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/hasAccommodationOwner :hasAccommodationOwner rdf:type owl:ObjectProperty ; rdfs:domain :Accommodation ; rdfs:range l0:Agent ; rdfs:comment "Questa proprietà collega una struttura ricettiva a un'organizzazione esprimento lo specifico ruolo di proprietario. Questa proprietà può essere utilizzata per mappare il \"codice esercente\" alla struttura ricettiva."@it , "This property links an accommodation facility to an organization expressing the specific role of owner"@en ; rdfs:isDefinedBy ; rdfs:label "ha proprietario struttura ricettiva"@it , "has accommodation owner"@en ; owl:versionInfo "stable"@en , "stable"@it . ### https://w3id.org/italia/onto/ACCO/hasAccommodationRoom :hasAccommodationRoom rdf:type owl:ObjectProperty ; owl:inverseOf :isAccommodationRoomOf ; rdfs:domain :Accommodation ; rdfs:range :AccommodationRoom ; rdfs:comment "Questa proprietà è l'implementazione dell'ontology design pattern \"ParteDi\". Essa collega la struttura ricettiva con le sue camere che sono appunto parte della struttura stessa."@it , "This property is the implementation of the ontology design pattern \"PartOf\". It links the accommodation facility to its rooms that are part of the facility."@en ; rdfs:isDefinedBy ; rdfs:label "ha camera della struttura ricettiva"@it , "has accommodation room"@en ; owl:versionInfo "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/hasAccommodationTypology :hasAccommodationTypology rdf:type owl:ObjectProperty ; owl:inverseOf :isAccommodationTypologyOf ; rdfs:domain :Accommodation ; rdfs:range :AccommodationTypology ; rdfs:comment "Questa proprietà collega una struttura ricettiva con almeno una tipologia (hotel, motel, campeggio, albergo diffuso, ecc.)"@it , "This property links an accommodation with at least one typology (hotel, motel, camping, etc.)."@en ; rdfs:isDefinedBy ; rdfs:label "ha tipologia struttura ricettiva"@it , "has accommodation typology"@en ; owl:versionInfo "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/hasOSDCriterion :hasOSDCriterion rdf:type owl:ObjectProperty ; rdfs:domain :OfferedServiceDescription ; rdfs:range :OSDCriterion ; rdfs:comment "Questa proprietà collega la descrizione dei servizi, offerti da una struttura ricettiva o da una camera della struttura ricettiva, ai relativi criteri che possono essere usati per completare la descrizione."@it , "This property links the offered service description to its criteria ."@en ; rdfs:isDefinedBy ; rdfs:label "ha criterio per descrizione servizi offerti"@it , "has offered service description criterion"@en ; owl:versionInfo "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/hasOSDFeature :hasOSDFeature rdf:type owl:ObjectProperty ; rdfs:domain :OfferedServiceDescription ; rdfs:range :OSDFeature ; rdfs:comment "Questa proprietà collega la descrizione dei servizi offerti alla caratteristica descritta. Esempi di caratteristica sono: lo spazio occupato per una stanza, camera da letto per la struttura ricettiva, unità abitative, posto letto, ecc."@it , "This property links the description of the offered services to its feature (or attribute or characteristic)."@en ; rdfs:isDefinedBy ; rdfs:label "ha caratteristica descrizione servizi offerti"@it , "has offered service description feature"@en ; owl:versionInfo "stable"@en , "stable"@it . ### https://w3id.org/italia/onto/ACCO/hasOfferedServiceDescription :hasOfferedServiceDescription rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :Accommodation :AccommodationRoom ) ] ; rdfs:range :OfferedServiceDescription ; rdfs:comment "Questa proprietà collega una struttura ricettiva ( o una camera della struttura ricettiva) alla descrizione di tutti i possibili servizi offerti dalla struttura (camera) stessa."@it , "This property links an accommodation facility (or an accommodation room) to the description of the offered services."@en ; rdfs:isDefinedBy ; rdfs:label "ha descrizione servizi offerti"@it , "has offered service description"@en ; owl:versionInfo "stable"@en , "stable"@it . ### https://w3id.org/italia/onto/ACCO/includesAccommodation :includesAccommodation rdf:type owl:ObjectProperty ; rdfs:subPropertyOf poiapit:includesPOI ; owl:inverseOf :isIncludedInAccommodation ; rdfs:domain :AccommodationChain ; rdfs:range :Accommodation ; rdfs:comment "Questa proprietà collega una catena di strutture ricettive con tutte le strutture ricettive della catena"@it , "This property connects an accommodation chain with all the accommodation facility that are part of the accommodation chain"@en ; rdfs:isDefinedBy ; rdfs:label "include struttura ricettiva"@it , "includes accommodation"@en ; owl:versionInfo "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/isAccommodationClassificationOf :isAccommodationClassificationOf rdf:type owl:ObjectProperty ; rdfs:domain :AccommodationStarRating ; rdfs:range :Accommodation ; rdfs:comment "Inverse property of \"has accommodation classification\" that links the star rating to the accommodation facility"@en , "Proprietà inversa di \"ha classificazione struttura ricettiva\" e collega il rating a stelle alla struttura ricettiva"@it ; rdfs:isDefinedBy ; rdfs:label "is accommodation classification of"@en , "è classificazione di struttura ricettiva"@it ; owl:versionInfo "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/isAccommodationRoomOf :isAccommodationRoomOf rdf:type owl:ObjectProperty ; rdfs:domain :AccommodationRoom ; rdfs:range :Accommodation ; rdfs:comment "Inverse property of \"has room\" that links an accommodation room to its facility"@en , "Proprietà inversa di \"ha camera\" che collega una camera (sala) alla propria struttura ricettiva."@it ; rdfs:isDefinedBy ; rdfs:label "is accommodation room of"@en , "è camera della struttura ricettiva"@it ; owl:versionInfo "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/isAccommodationTypologyOf :isAccommodationTypologyOf rdf:type owl:ObjectProperty ; rdfs:domain :AccommodationTypology ; rdfs:range :Accommodation ; rdfs:comment "Inverse property of \"has accommodation typology\" and links the typology with the accommodation facility"@en , "Proprietà inversa di \"ha tipologia struttura ricettiva\" usata per collegare la tipologia alla struttura ricettiva"@it ; rdfs:isDefinedBy ; rdfs:label "is accommodation typology of"@en , "è tipologia di struttura ricettiva"@it ; owl:versionInfo "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/isIncludedInAccommodation :isIncludedInAccommodation rdf:type owl:ObjectProperty ; rdfs:domain :Accommodation ; rdfs:range :AccommodationChain ; rdfs:comment "Inverse property of \"includes accommodation\" used to link a accommodation facility to its accommodatin chain"@en , "Proprietà inversa di \"include struttura ricettiva\" utilizzata per collegare una struttura ricettiva a una catena di strutture ricettive"@it ; rdfs:isDefinedBy ; rdfs:label "is included in accommodation"@en , "è inclusa in struttura ricettiva"@it ; owl:versionInfo "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/POI/includesPOI poiapit:includesPOI rdf:type owl:ObjectProperty . ### https://w3id.org/italia/onto/POT/hasOffer potapit:hasOffer rdf:type owl:ObjectProperty . ### https://w3id.org/italia/onto/SM/hasOnlineContactPoint smapit:hasOnlineContactPoint rdf:type owl:ObjectProperty . ################################################################# # Data properties ################################################################# ### https://w3id.org/italia/onto/ACCO/accoStarRatingID :accoStarRatingID rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf l0:identifier ; rdfs:domain :AccommodationStarRating ; rdfs:range rdfs:Literal ; rdfs:comment "Questa proprietà rappresenta l'identificativo usato per ciascun elemento della classificazione a stelle delle strutture ricettive. E' equivalente a skos:notaiton e dct:identifier di skos e dublin core rispettivamente."@it , "This property represents the identifier used for each element of the star classification of accommodation facilities. It is equivalent to skos:notation and dct:identifier of skos and dublin core ontologies, respectively."@en ; rdfs:isDefinedBy ; rdfs:label "accomodation star rating code"@en , "codice classificazione stelle strutture ricettive"@it ; owl:versionInfo "stabile"@it , "stable"@en ; l0:controlledVocabulary . ### https://w3id.org/italia/onto/ACCO/accoStarRatingLabel :accoStarRatingLabel rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf l0:name ; rdfs:domain :AccommodationStarRating ; rdfs:range rdfs:Literal ; rdfs:comment "Questa proprietà rappresenta la label principale dell'elemento della classificazione delle stelle delle strutture ricettive. E' equivalente a skos:prefLabel dell'ontologia skos."@it , "This property represents the preferred label of the elements of the accommodation star rating classification. It is equivalent to skos:prefLabel."@en ; rdfs:isDefinedBy ; rdfs:label "accommodation star rating preferred label"@en , "etichetta classificazione stelle strutture ricettive"@it ; owl:versionInfo "stabile"@it , "stable"@en ; l0:controlledVocabulary . ### https://w3id.org/italia/onto/ACCO/accommodationCode :accommodationCode rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf l0:identifier ; rdf:type owl:FunctionalProperty ; rdfs:domain :Accommodation ; rdfs:range rdfs:Literal ; rdfs:comment "A code associated with the accommodation facility"@en , "Un codice associato alla struttura ricettiva."@it ; rdfs:isDefinedBy ; rdfs:label "accommodation code"@en , "codice struttura ricettiva"@it ; owl:priorVersion "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/checkIn :checkIn rdf:type owl:DatatypeProperty ; rdfs:domain :Accommodation ; rdfs:range xsd:dateTime ; rdfs:comment "Il checkin previsto dalla struttura ricettiva"@it , "The checkin time of the accommodation facility"@en ; rdfs:isDefinedBy ; rdfs:label "check in"@en , "check in"@it ; owl:priorVersion "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/checkOut :checkOut rdf:type owl:DatatypeProperty ; rdfs:domain :Accommodation ; rdfs:range xsd:dateTime ; rdfs:comment "Il check out previsto dalla struttura ricettiva"@it , "The check out time of the accommodation facility"@en ; rdfs:isDefinedBy ; rdfs:label "check out"@en , "check out"@it ; owl:priorVersion "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/criterion :criterion rdf:type owl:DatatypeProperty ; rdfs:domain :OSDCriterion ; rdfs:range rdfs:Literal ; rdfs:comment "Questa proprietà consente di specificare un generico criterio per la classe \"Criterio per Descrizione Servizi Offerti\". Esempio: metri quadrati"@it , "This property allows one to specify a generic criterion for the class \"Offered Service Description Criterion\". Example: square meters"@en ; rdfs:isDefinedBy ; rdfs:label "criterio"@it , "criterion"@en ; owl:versionInfo "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/featureDescription :featureDescription rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf l0:description ; rdfs:domain :OSDFeature ; rdfs:range rdfs:Literal ; rdfs:comment "Questa proprietà consente di specificare una descrizione complessiva testuale della caratteristica della descrizione dei servizi offerti"@it , "This property allows one to specify a textual description of the feature of the offered services description"@en ; rdfs:isDefinedBy ; rdfs:label "descrizione caratteristica"@it , "feature description"@en ; owl:versionInfo "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/featureName :featureName rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf l0:name ; rdfs:domain :OSDFeature ; rdfs:range rdfs:Literal ; rdfs:comment "Questa proprietà rappresenta il nome della caratteristica associata alla classe Caratteristica della Descrizione Servizi Offerti"@it , "This is the feature name associated with the class Offered Service Description Feature"@en ; rdfs:isDefinedBy ; rdfs:label "feature name"@en , "nome caratteristica"@it ; owl:versionInfo "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/genericValue :genericValue rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain :OfferedServiceDescription ; rdfs:range rdfs:Literal ; rdfs:comment "Questa proprietà rappresenta un valore generico. Nel dominio modellato delle strutture ricettive essa è associata alla descrizione dei serivizi offerti"@it , "This property represents a generic value (literal). In the modelled domain of the accommodation facilities it is associated with the description of the offered services."@en ; rdfs:isDefinedBy ; rdfs:label "generic value"@en , "valore generico"@it ; owl:versionInfo "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/maxValue :maxValue rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain :OfferedServiceDescription ; rdfs:range xsd:int ; rdfs:comment "Questa proprietà è utilizzata per specificare un valore massimo intero. Nell'ambito dell'ontologia delle strutture ricettive essa è associata alla descrizione dei servizi offerti"@it , "This property is used to represent a maximum integer value. In the context of the ontology on accommodation facilities, it is associates with the Offered Service Description class"@en ; rdfs:isDefinedBy ; rdfs:label "maximum value"@en , "valore massimo"@it ; owl:versionInfo "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/minValue :minValue rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain :OfferedServiceDescription ; rdfs:range xsd:int ; rdfs:comment "Questa proprietà rappresenta un valore minimo intero. Nel dominio modellato è associato con la descrizione dei servizi offerti"@it , "This property represents a minumun integer value. In the modelled domain it is associated with the description of the offered services."@en ; rdfs:isDefinedBy ; rdfs:label "minimum value"@en , "valore minimo"@it ; owl:versionInfo "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/roomName :roomName rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf l0:name ; rdfs:domain :AccommodationRoom ; rdfs:range rdfs:Literal ; rdfs:comment , "Questa proprietà rappresenta il nome di una stanza (sala) o camera. Esempio: camera \"arancione\", oppure \"sala A\", ecc."@it , "This property represents the name of the room."@en ; rdfs:label "nome della camera"@it , "room name"@en ; owl:versionInfo "stable"@en , "stable"@it . ### https://w3id.org/italia/onto/ACCO/totalBed :totalBed rdf:type owl:DatatypeProperty ; rdfs:domain :Accommodation ; rdfs:range xsd:int ; rdfs:comment "Questa proprietà rappresenta il numero totale di letti di una struttura ricettiva."@it , "This property represents the total number of beds of the accommodation facility."@en ; rdfs:isDefinedBy ; rdfs:label "numero totale di letti"@it , "total number of beds"@en ; owl:priorVersion "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/totalRoom :totalRoom rdf:type owl:DatatypeProperty ; rdfs:domain :Accommodation ; rdfs:range xsd:int ; rdfs:comment "Questa proprietà rappresenta il numero totale di camere della struttura ricettiva."@it , "This property represents the total number of rooms of the accommodation facility."@en ; rdfs:isDefinedBy ; rdfs:label "numero totale di camere"@it , "total number of rooms"@en ; owl:priorVersion "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/totalToilet :totalToilet rdf:type owl:DatatypeProperty ; rdfs:domain :Accommodation ; rdfs:range xsd:int ; rdfs:comment "Questa proprietà rappresenta il numero totale di bagni della struttura ricettiva."@it , "This property represents the total number of toilets of the accommodation facility"@en ; rdfs:isDefinedBy ; rdfs:label "numero totale di bagni"@it , "total number of toilets"@en ; owl:priorVersion "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/totalValue :totalValue rdf:type owl:DatatypeProperty ; rdfs:domain :OfferedServiceDescription ; rdfs:range xsd:int ; rdfs:comment "Questa proprietà rappresenta un valore totale (intero). Nel dominio modellato delle strutture ricettive essa è associata alal descrizione dei servizi offerti"@it , "This property represents a total value (integer). In the modelled domain it is associated with the description of the offered services."@en ; rdfs:isDefinedBy ; rdfs:label "total value"@en , "valore totale"@it ; owl:versionInfo "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/l0/description l0:description rdf:type owl:DatatypeProperty . ### https://w3id.org/italia/onto/l0/identifier l0:identifier rdf:type owl:DatatypeProperty . ### https://w3id.org/italia/onto/l0/name l0:name rdf:type owl:DatatypeProperty . ################################################################# # Classes ################################################################# ### https://w3id.org/italia/onto/ACCO/Accommodation :Accommodation rdf:type owl:Class ; rdfs:subClassOf poiapit:PointOfInterest , [ rdf:type owl:Restriction ; owl:onProperty :hasAccommodationTypology ; owl:someValuesFrom :AccommodationTypology ] , [ rdf:type owl:Restriction ; owl:onProperty :hasAccommodationRoom ; owl:allValuesFrom :AccommodationRoom ] , [ rdf:type owl:Restriction ; owl:onProperty :hasOfferedServiceDescription ; owl:allValuesFrom :OfferedServiceDescription ] , [ rdf:type owl:Restriction ; owl:onProperty :isIncludedInAccommodation ; owl:allValuesFrom :AccommodationChain ] , [ rdf:type owl:Restriction ; owl:onProperty potapit:hasOffer ; owl:allValuesFrom potapit:Offer ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom smapit:Review ] , [ rdf:type owl:Restriction ; owl:onProperty :hasAccommodationClassification ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass :AccommodationStarRating ] , [ rdf:type owl:Restriction ; owl:onProperty :hasAccommodationOwner ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass l0:Agent ] , [ rdf:type owl:Restriction ; owl:onProperty smapit:hasOnlineContactPoint ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass smapit:OnlineContactPoint ] , [ rdf:type owl:Restriction ; owl:onProperty :totalBed ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:int ] , [ rdf:type owl:Restriction ; owl:onProperty :totalRoom ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:int ] , [ rdf:type owl:Restriction ; owl:onProperty :totalToilet ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:int ] , [ rdf:type owl:Restriction ; owl:onProperty :checkIn ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :checkOut ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:dateTime ] ; rdfs:comment "Questa è la classe principale che rappresenta la struttura ricettiva. La struttura ricettiva è un punto di interesse e quindi dichiarata come sotto classe di PointOfInterest definito in https://w3id.org/italia/onto/POI. Essa pertanto eredita tutte le proprietà e classi del punto di interesse."@it , "This is the main class and it represents an accommodation facility. The accommodation facility is a point of interest; thus it is a subclass of PointOfInterest as defined in https://w3id.org/italia/onto/POI. It then inherit all the properties and classes defined for the PointOfInterest."@en ; rdfs:isDefinedBy ; rdfs:label "Accommodation Facility"@en , "Struttura ricettiva"@it ; owl:versionInfo "stabile"@it , "stable"@en ; prov:wasDerivedFrom , . ### https://w3id.org/italia/onto/ACCO/AccommodationChain :AccommodationChain rdf:type owl:Class ; rdfs:subClassOf :Accommodation , poiapit:MultiplePointOfInterest , [ rdf:type owl:Restriction ; owl:onProperty :includesAccommodation ; owl:someValuesFrom :Accommodation ] ; rdfs:comment "Questa classe rappresenta una catena di strutture ricettive che a sua volta è una struttura ricettiva."@it , "This class represents a chain of accommodation facilities that in turn is an accommodation facility."@en ; rdfs:isDefinedBy ; rdfs:label "Accommodation Chain"@en , "Catena di Strutture Ricettive"@it ; owl:versionInfo "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/AccommodationRoom :AccommodationRoom rdf:type owl:Class ; rdfs:subClassOf :OSDFeature , [ rdf:type owl:Restriction ; owl:onProperty :hasOfferedServiceDescription ; owl:allValuesFrom :OfferedServiceDescription ] , [ rdf:type owl:Restriction ; owl:onProperty potapit:hasOffer ; owl:allValuesFrom potapit:Offer ] , [ rdf:type owl:Restriction ; owl:onProperty :isAccommodationRoomOf ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass :Accommodation ] , [ rdf:type owl:Restriction ; owl:onProperty :roomName ; owl:allValuesFrom rdfs:Literal ] ; rdfs:comment "Questa è una classe astratta utilizzta per modellare una camera/stanza di una struttura ricettiva."@it , "This is an abstract class used to model a room of the accommodation facility."@en ; rdfs:isDefinedBy ; rdfs:label "Accommodation Room"@en , "Camera (Stanza) della Struttura Ricettiva"@it ; owl:versionInfo "stabile"@it , "stable"@en ; prov:wasDerivedFrom . ### https://w3id.org/italia/onto/ACCO/AccommodationStarRating :AccommodationStarRating rdf:type owl:Class ; rdfs:subClassOf l0:Characteristic , [ rdf:type owl:Restriction ; owl:onProperty :isAccommodationClassificationOf ; owl:allValuesFrom :Accommodation ] ; rdfs:comment "Questa classe rappresenta la classificazione a stelle delle strutture ricettive. I valori di questa classe sono dei concetti del vocabolario skos (skos:Concept) e devono essere definiti secondo quanto indicato nel seguente vocabolario controllato https://w3id.org/italia/controlled-vocabulary/classifications-for-accommodation-facilities/accommodation-star-rating"@it , "This class represents the star classification of accommodation facilities. Values in this class are concepts of skos vocabulary (skos: Concept) and must be defined according to the following controlled vocabulary https://w3id.org/italia/controlled-vocabulary/classifications-for-accommodation-facilities/accommodation-star-rating"@en ; rdfs:isDefinedBy ; rdfs:label "Accommodation Star Rating"@en , "Classificazione a Stelle Strutture Ricettive"@it ; owl:versionInfo "stabile"@it , "stable"@en ; prov:wasInfluencedBy ; l0:controlledVocabulary . ### https://w3id.org/italia/onto/ACCO/AccommodationTypology :AccommodationTypology rdf:type owl:Class ; rdfs:subClassOf l0:Topic , [ rdf:type owl:Restriction ; owl:onProperty :isAccommodationTypologyOf ; owl:allValuesFrom :Accommodation ] ; rdfs:comment "Questa classe rappresenta la tipologia di Struttura ricettiva. Gli elementi di questa classe sono concetti del vocabolario skos (skos:Concept) e devono essere definiti sulla base del vocabolario controllato disponibile in https://w3id.org/italia/controlled-vocabulary/classifications-for-accommodation-facilities/accommodation-typology Questo vocabolario controllato definisce le tipologie di strutture ricettive così come identificate nel Decreto legislativo n°79 del 23 maggio 2011."@it , "This class represents the typology of accommodation facility. The elements of this class are skos:Concept and must be defined according to the controlled vocabulary available at https://w3id.org/italia/controlled-vocabulary/classifications-for-accommodation-facilities/accommodation-typology"@en ; rdfs:isDefinedBy ; rdfs:label "Accommodation Typology"@en , "Tipologia di Struttura Ricettiva"@it ; owl:versionInfo "stabile"@it , "stable"@en ; l0:controlledVocabulary . ### https://w3id.org/italia/onto/ACCO/Bedroom :Bedroom rdf:type owl:Class ; rdfs:subClassOf :AccommodationRoom ; rdfs:comment "Questa è una classe astratta utilizzata per modellare una camera da letto di una struttura ricettiva"@it , "This is an abstract class used to model a bed room of an accommodation facility"@en ; rdfs:label "Bedroom"@en , "Camera da Letto"@it ; owl:versionInfo "provvisoria"@it , "unstable"@en ; prov:wasDerivedFrom ; prov:wasInfluencedBy . ### https://w3id.org/italia/onto/ACCO/DoubleRoom :DoubleRoom rdf:type owl:Class ; rdfs:subClassOf :Bedroom ; rdfs:comment "Questa classe è usata per modellare una camera doppia della struttura ricettiva."@it , "This class is used to model a double room of an accommodation facility."@en ; rdfs:isDefinedBy ; rdfs:label "Camera Doppia"@it , "Double Room"@en ; owl:versionInfo "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/MeetingRoom :MeetingRoom rdf:type owl:Class ; rdfs:subClassOf :AccommodationRoom ; rdfs:comment "Questa classe è utilizzata per modellare una sala riunioni, un centro congressi di una struttura ricettiva"@it , "This class is used to model a meeting room, a conference room, or a conference hall where singular events such as business conferences and meetings happen."@en ; rdfs:label "Meeting Room"@en , "Sala riunioni"@it ; owl:versionInfo "provvisoria"@it , "unstable"@en ; prov:wasDerivedFrom , . ### https://w3id.org/italia/onto/ACCO/OSDCriterion :OSDCriterion rdf:type owl:Class ; rdfs:subClassOf l0:Characteristic , [ rdf:type owl:Restriction ; owl:onProperty :criterion ; owl:someValuesFrom rdfs:Literal ] ; rdfs:comment "Questa classe rappresenta i criteri utilizzati per descrivere servizi offerti dalla struttura ricettiva o servizi offerti per singole stanze della struttura ricettiva. Esempio: un criterio potrebbe essere quello di valutare lo spazio occupato (feature) da una camera con i \"metri quadrati\" (criterio)."@it , "This class represents the criterion used to describe offered services of the accommodation facility and of single rooms of the accommodation facility. For instance, a criterion can be to evaluate the occupancy (feature) of a room with the square meters (criterion)."@en ; rdfs:isDefinedBy ; rdfs:label "Criterio per Descrizione dei Servizi Offerti"@it , "Offered Service Description Criterion"@en ; owl:versionInfo "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/OSDFeature :OSDFeature rdf:type owl:Class ; rdfs:subClassOf l0:Characteristic , [ rdf:type owl:Restriction ; owl:onProperty :featureName ; owl:someValuesFrom rdfs:Literal ] , [ rdf:type owl:Restriction ; owl:onProperty :featureDescription ; owl:allValuesFrom rdfs:Literal ] ; rdfs:comment "Questa classe rappresenta una specifica caratteristica della descrizione dei servizi offerti dalla struttura ricettiva e/o dalla singola camera. Per esempio una caratterisca può essere il bagno, il letto, la camera d'albergo stessa, la carta di credito, lo spazio occupato da una camera da letto, ecc."@it , "This class represents the specific feature of the description of the services offered by the accommodation facility and/or by the single room. For instance, it can be the toilet, bed, room, credit card, etc all elements of a general description of the offered services."@en ; rdfs:isDefinedBy ; rdfs:label "Caratteristica della Descrizione dei Servizi Offerti"@it , "Offered Service Description Feature"@en ; owl:versionInfo "stabile"@it , "stable"@en ; prov:wasInfluencedBy . ### https://w3id.org/italia/onto/ACCO/OfferedServiceDescription :OfferedServiceDescription rdf:type owl:Class ; rdfs:subClassOf l0:Object , [ rdf:type owl:Restriction ; owl:onProperty :maxValue ; owl:allValuesFrom xsd:int ] , [ rdf:type owl:Restriction ; owl:onProperty :minValue ; owl:allValuesFrom xsd:int ] , [ rdf:type owl:Restriction ; owl:onProperty :totalValue ; owl:allValuesFrom xsd:int ] , [ rdf:type owl:Restriction ; owl:onProperty :genericValue ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:comment "Questa classe rappresenta la descrizine dei servizi offerti. Essa è l'implementazione del pattern descrizione ed è utilizzata quando specifiche caratteristiche dei servizi offerti non sono note in anticipo."@it , "This class allows one to model a description of the offered services. It is the implementation of the ontology design pattern description that can be used when specific features of the offered services are not known in advanced."@en ; rdfs:isDefinedBy ; rdfs:label "Descrizione Servizi Offerti"@it , "Offered Service Description"@en ; owl:priorVersion "stable"@en ; owl:versionInfo "stabile"@it ; prov:wasInfluencedBy . ### https://w3id.org/italia/onto/ACCO/QuadrupleRoom :QuadrupleRoom rdf:type owl:Class ; rdfs:subClassOf :Bedroom ; rdfs:comment "Questa classe è usata per modellare una camera quadrupla della struttura ricettiva."@it , "This class is used to model a quadruple room of an accommodation facility."@en ; rdfs:isDefinedBy ; rdfs:label "Camera quadrupla"@it , "Quadruple Room"@en ; owl:versionInfo "stabile"@it , "stable"@en . ### https://w3id.org/italia/onto/ACCO/SingleRoom :SingleRoom rdf:type owl:Class ; rdfs:subClassOf :Bedroom ; rdfs:comment "Questa classe è usata per modellare una camera singola della struttura ricettiva."@it , "This class is used to model a single room of an accommodation facility."@en ; rdfs:isDefinedBy ; rdfs:label "Camera Singola"@it , "Single Room"@en ; owl:priorVersion "stable"@en ; owl:versionInfo "stabile"@it . ### https://w3id.org/italia/onto/ACCO/Suite :Suite rdf:type owl:Class ; rdfs:subClassOf :Bedroom ; rdfs:comment "Questa classe è usata per modellare una suite della struttura ricettiva."@it , "This class is used to model a suite of an accommodation facility."@en ; rdfs:isDefinedBy ; rdfs:label "Suite"@en , "Suite"@it ; owl:priorVersion "stable"@en ; owl:versionInfo "stabile"@it ; prov:wasDerivedFrom . ### https://w3id.org/italia/onto/ACCO/TripleRoom :TripleRoom rdf:type owl:Class ; rdfs:subClassOf :Bedroom ; rdfs:comment "Questa classe è usata per modellare una camera tripla della struttura ricettiva."@it , "This class is used to model a triple room of an accommodation facility."@en ; rdfs:isDefinedBy ; rdfs:label "Camera Tripla"@it , "Triple Room"@en ; owl:priorVersion "stable"@en ; owl:versionInfo "stabile"@it . ### https://w3id.org/italia/onto/COV/Organization covapit:Organization rdf:type owl:Class ; rdfs:isDefinedBy . ### https://w3id.org/italia/onto/POI/MultiplePointOfInterest poiapit:MultiplePointOfInterest rdf:type owl:Class . ### https://w3id.org/italia/onto/POI/PointOfInterest poiapit:PointOfInterest rdf:type owl:Class . ### https://w3id.org/italia/onto/POT/Offer potapit:Offer rdf:type owl:Class ; rdfs:isDefinedBy potapit: . ### https://w3id.org/italia/onto/SM/OnlineContactPoint smapit:OnlineContactPoint rdf:type owl:Class . ### https://w3id.org/italia/onto/TI/TimeInterval tiapit:TimeInterval rdf:type owl:Class . ### https://w3id.org/italia/onto/l0/Characteristic l0:Characteristic rdf:type owl:Class ; rdfs:isDefinedBy l0: . ### https://w3id.org/italia/onto/l0/Entity l0:Entity rdf:type owl:Class ; rdfs:isDefinedBy l0: . ### https://w3id.org/italia/onto/l0/Object l0:Object rdf:type owl:Class ; rdfs:isDefinedBy l0: . ### https://w3id.org/italia/onto/l0/Topic l0:Topic rdf:type owl:Class ; rdfs:isDefinedBy l0: . ################################################################# # Individuals ################################################################# ### http://spcdata.digitpa.gov.it/browse/page/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/ACCOAPIT-JSON-LD rdf:type owl:NamedIndividual , admsapit:SemanticAssetDistribution ; dct:description "Questa è la distribuzione JSON-LD dell'ontologia delle strutture ricettive"@it , "This is the distribution in JSON-LD of the Accommodation Facilities ontology"@en ; dct:format ; dct:license ; dct:title "Distribuzione JSON-LD ontologia ACCO-AP_IT"@it , "JSON-LD distribution of ACCO-AP_IT Ontology"@en ; dcat:accessURL ; dcat:downloadURL . ### https://w3id.org/italia/data/distribution/ACCOAPIT-RDF-TURTLE rdf:type owl:NamedIndividual , admsapit:SemanticAssetDistribution ; dct:description "Questa è la distribuzione RDF/Turtle dell'ontologia delle strutture ricettive"@it , "This is the distribution in RDF/turtle of the Accommodation Facilities ontology"@en ; dct:format ; dct:license ; dct:title "Distribuzione RDF/Turtle ontologia ACCO-AP_IT"@it , "RDF/Turtle distribution of ACCO-AP_IT Ontology"@en ; dcat:accessURL ; dcat:downloadURL . ### https://w3id.org/italia/data/distribution/ACCOAPIT-RDF-XML rdf:type owl:NamedIndividual , admsapit:SemanticAssetDistribution ; dct:description "Questa è la distribuzione RDF/XML dell'ontologia delle strutture ricettive"@it , "This is the distribution in RDF/XML of the Accommodation Facilities ontology"@en ; dct:format ; dct:license ; dct:title "Distribuzione RDF/XML ontologia ACCO-AP_IT"@it , "RDF/XML distribution of ACCO-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 , l0:Agent ; l0: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 ; 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/onto/ACCO rdf:type owl:NamedIndividual , admsapit:SemanticAsset . ### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi