@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <http://purl.org/vocab/vann/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <http://schema.org/> .
@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .

<http://www.disit.org/km4city/schema>
  a owl:Ontology ;
  rdfs:label "km4city, the DISIT Knowledge Model for City and Mobility"@en ;
  dc:publisher "DISIT Lab, University of Florence, Italy" ;
  ns0:preferredNamespacePrefix "km4c" ;
  dc:description "A Knowledge Model to describe a smart city, that interconnect data from infomobility service, Open Data and other source"@en ;
  dc:creator "Nadia Rauch"@en, "Paolo Nesi"@en, "Pierfrancesco Bellini"@en ;
  dc:subject "Ontology, Semantic SEO, RDFa, Linked Data, RDF, Semantic Web, Smart Recommender Systems, Smart City, Transportation Network, Smart Mobility, Citizens Services, Semantic Model, knowledge model"@en ;
  dc:rights "The Knowledge Model for the City - km4city - is available under Creative Commons Attribution-ShareAlike 3.0 Unported license"@en ;
  ns0:preferredNamespaceUri "http://www.disit.org/km4city/schema" ;
  dc:contributor "Municipality of Florence, Tuscany Region"@en ;
  rdfs:comment "The Knowledge Model aims at enabling interconnection, storage and the next interrogation of data from many different sources, such as various portals of the Tuscan region (MIIC, Muoversi in Toscana, Osservatorio dei Trasporti), Open Data provoded by individual municipalities (mainly Florence)."@en ;
  owl:versionInfo "V 1.6.1 RDFSPlus Adaptation, Release 2015-07-28"@en ;
  dc:title "km4city, the DISIT Knowledge Model for City and Mobility"@en ;
  foaf:homepage <http://www.disit.org/> ;
  dc:license <https://creativecommons.org/licenses/by-sa/3.0/it/> .

<http://www.disit.org/km4city/schema#typeLabel>
  a owl:AnnotationProperty, owl:DatatypeProperty ;
  rdfs:domain owl:Thing ;
  rdfs:range xsd:string .

rdf:type
  a owl:AnnotationProperty, owl:ObjectProperty ;
  rdfs:comment "The subject is an instance of a class." ;
  rdfs:domain rdfs:Resource ;
  rdfs:range rdfs:Class .

skos:prefLabel a owl:AnnotationProperty .
schema:location
  a owl:ObjectProperty ;
  rdfs:comment "property of the schema.org ontology" ;
  rdfs:domain schema:Event ;
  rdfs:range schema:Place .

<http://www.disit.org/km4city/schema#accessToElement>
  a owl:ObjectProperty ;
  rdfs:comment "an entry rule refers to a specific Road element" ;
  rdfs:domain <http://www.disit.org/km4city/schema#EntryRule> ;
  rdfs:range <http://www.disit.org/km4city/schema#RoadElement> .

<http://www.disit.org/km4city/schema#approvedByPa>
  a owl:ObjectProperty ;
  rdfs:comment "to connect a resolution to the municipality that have approved it" ;
  rdfs:range <http://www.disit.org/km4city/schema#Pa> ;
  rdfs:domain <http://www.disit.org/km4city/schema#Resolution> ;
  owl:inverseOf <http://www.disit.org/km4city/schema#hasResolution> .

<http://www.disit.org/km4city/schema#arrangedOnRoad>
  a owl:ObjectProperty ;
  rdfs:comment "to connect each beacon to the road in which it is installed" ;
  rdfs:domain <http://www.disit.org/km4city/schema#Beacon> ;
  rdfs:range <http://www.disit.org/km4city/schema#Road> .

<http://www.disit.org/km4city/schema#atBusStop>
  a owl:ObjectProperty ;
  rdfs:comment "each forecast refers to a specific bus stop" ;
  rdfs:range <http://www.disit.org/km4city/schema#BusStop> ;
  rdfs:domain <http://www.disit.org/km4city/schema#BusStopForecast> ;
  owl:inverseOf <http://www.disit.org/km4city/schema#hasForecast> .

<http://www.disit.org/km4city/schema#beginsAtJunction>
  a owl:ObjectProperty ;
  rdfs:comment "each routeLink, has a beginning and an end junction" ;
  rdfs:range <http://www.disit.org/km4city/schema#RouteJunction> ;
  rdfs:domain <http://www.disit.org/km4city/schema#RouteLink> .

<http://www.disit.org/km4city/schema#belongToRoad>
  a owl:ObjectProperty ;
  rdfs:comment "each road has street numbers" ;
  rdfs:range <http://www.disit.org/km4city/schema#Road> ;
  rdfs:domain <http://www.disit.org/km4city/schema#StreetNumber> ;
  owl:inverseOf <http://www.disit.org/km4city/schema#hasStreetNumber> .

<http://www.disit.org/km4city/schema#coincideWith>
  a owl:ObjectProperty ;
  rdfs:comment "there is no exact match between Road and AdministrativeRoad" ;
  rdfs:range <http://www.disit.org/km4city/schema#AdministrativeRoad> ;
  rdfs:domain <http://www.disit.org/km4city/schema#Road> .

<http://www.disit.org/km4city/schema#composeDirection>
  a owl:ObjectProperty ;
  rdfs:comment "a railway Direction is composed by more railway element" ;
  rdfs:range <http://www.disit.org/km4city/schema#RailwayDirection> ;
  rdfs:domain <http://www.disit.org/km4city/schema#RailwayElement> ;
  owl:inverseOf <http://www.disit.org/km4city/schema#consistOfElement> .

<http://www.disit.org/km4city/schema#composeSection>
  a owl:ObjectProperty ;
  rdfs:comment "a railway Section is composed by more railway element" ;
  rdfs:domain <http://www.disit.org/km4city/schema#RailwayElement> ;
  rdfs:range <http://www.disit.org/km4city/schema#RailwaySection> ;
  owl:inverseOf <http://www.disit.org/km4city/schema#isComposedByElement> .

<http://www.disit.org/km4city/schema#concernLine>
  a owl:ObjectProperty ;
  rdfs:comment "an AVMrecord concert to a unique line" ;
  rdfs:domain <http://www.disit.org/km4city/schema#AVMRecord> ;
  rdfs:range <http://www.disit.org/km4city/schema#PublicTransportLine> .

<http://www.disit.org/km4city/schema#concerningNode>
  a owl:ObjectProperty ;
  rdfs:comment "a maneuver takes place in correspondence of a node" ;
  rdfs:domain <http://www.disit.org/km4city/schema#Maneuver> ;
  rdfs:range <http://www.disit.org/km4city/schema#Node> .

<http://www.disit.org/km4city/schema#consistOfElement>
  a owl:ObjectProperty ;
  rdfs:comment "a railway Direction is composed by more railway element" ;
  rdfs:domain <http://www.disit.org/km4city/schema#RailwayDirection> ;
  rdfs:range <http://www.disit.org/km4city/schema#RailwayElement> .

<http://www.disit.org/km4city/schema#containsElement>
  a owl:ObjectProperty ;
  rdfs:comment "A road is formed by more elements road" ;
  rdfs:domain <http://www.disit.org/km4city/schema#Road> ;
  rdfs:range <http://www.disit.org/km4city/schema#RoadElement> ;
  owl:inverseOf <http://www.disit.org/km4city/schema#isPartOfRoad> .

<http://www.disit.org/km4city/schema#correspondToJunction>
  a owl:ObjectProperty ;
  rdfs:comment "train station and good yard are located precisely on a junction" ;
  rdfs:range <http://www.disit.org/km4city/schema#RailwayJunction> ;
  rdfs:domain [
    a owl:Class ;
    owl:unionOf (
     <http://www.disit.org/km4city/schema#GoodsYard>
     <http://www.disit.org/km4city/schema#TrainStation>
   )
  ] .

<http://www.disit.org/km4city/schema#correspondsTo>
  a owl:ObjectProperty ;
  rdfs:comment "there is no exact match between Road and AdministrativeRoad" ;
  rdfs:domain <http://www.disit.org/km4city/schema#AdministrativeRoad> ;
  rdfs:range <http://www.disit.org/km4city/schema#Road> .

<http://www.disit.org/km4city/schema#endAtJunction>
  a owl:ObjectProperty ;
  rdfs:comment "a railway element is delimited by two junctions" ;
  rdfs:domain <http://www.disit.org/km4city/schema#RailwayElement> ;
  rdfs:range <http://www.disit.org/km4city/schema#RailwayJunction> .

<http://www.disit.org/km4city/schema#endingJunction>
  a owl:ObjectProperty ;
  rdfs:comment "a road linnk is delimited by two junctions" ;
  rdfs:range <http://www.disit.org/km4city/schema#Junction> ;
  rdfs:domain <http://www.disit.org/km4city/schema#RoadLink> .

<http://www.disit.org/km4city/schema#endsAtNode>
  a owl:ObjectProperty ;
  rdfs:comment "a road element is delimited by 2 nodes" ;
  rdfs:range <http://www.disit.org/km4city/schema#Node> ;
  rdfs:domain <http://www.disit.org/km4city/schema#RoadElement> .

<http://www.disit.org/km4city/schema#endsAtStop>
  a owl:ObjectProperty ;
  rdfs:comment "a route section is delimited by two consecutive bus stops" ;
  rdfs:range <http://www.disit.org/km4city/schema#BusStop> ;
  rdfs:domain <http://www.disit.org/km4city/schema#RouteSection> .

<http://www.disit.org/km4city/schema#finishesAtJunction>
  a owl:ObjectProperty ;
  rdfs:comment "each routeLink, has a beginning and an end junction" ;
  rdfs:range <http://www.disit.org/km4city/schema#RouteJunction> ;
  rdfs:domain <http://www.disit.org/km4city/schema#RouteLink> .

<http://www.disit.org/km4city/schema#formingAdminRoad>
  a owl:ObjectProperty ;
  rdfs:comment "more road elements form an administrative road" ;
  rdfs:range <http://www.disit.org/km4city/schema#AdministrativeRoad> ;
  rdfs:domain <http://www.disit.org/km4city/schema#RoadElement> ;
  owl:inverseOf <http://www.disit.org/km4city/schema#hasRoadElement> .

<http://www.disit.org/km4city/schema#formsTable>
  a owl:ObjectProperty ;
  rdfs:comment "more road sensors form a sensor Table" ;
  rdfs:domain <http://www.disit.org/km4city/schema#SensorSite> ;
  rdfs:range <http://www.disit.org/km4city/schema#SensorSiteTable> .

<http://www.disit.org/km4city/schema#hasAVMRecord>
  a owl:ObjectProperty ;
  rdfs:comment "the AVM refer to a specific ride code" ;
  rdfs:range <http://www.disit.org/km4city/schema#AVMRecord> ;
  rdfs:domain <http://www.disit.org/km4city/schema#Ride> .

<http://www.disit.org/km4city/schema#hasAccess>
  a owl:ObjectProperty ;
  rdfs:comment "point corresponding to the house number of service" ;
  rdfs:range <http://www.disit.org/km4city/schema#Entry> ;
  rdfs:domain [
    a owl:Class ;
    owl:unionOf (
     gr:BusinessEntity
     <http://www.disit.org/km4city/schema#Service>
   )
  ] .

<http://www.disit.org/km4city/schema#hasBObservation>
  a owl:ObjectProperty ;
  rdfs:comment "to connect each beacon to observations that it produces" ;
  rdfs:domain <http://www.disit.org/km4city/schema#Beacon> ;
  rdfs:range <http://www.disit.org/km4city/schema#BeaconObservation> .

<http://www.disit.org/km4city/schema#hasCarParkSensor>
  a owl:ObjectProperty ;
  rdfs:comment "to connect each car park to its installed sensor" ;
  rdfs:range <http://www.disit.org/km4city/schema#CarParkSensor> ;
  rdfs:domain <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  owl:inverseOf <http://www.disit.org/km4city/schema#observeCarPark> .

<http://www.disit.org/km4city/schema#hasElement>
  a owl:ObjectProperty ;
  rdfs:comment "a railway line is composed by more railway element" ;
  rdfs:range <http://www.disit.org/km4city/schema#RailwayElement> ;
  rdfs:domain <http://www.disit.org/km4city/schema#RailwayLine> .

<http://www.disit.org/km4city/schema#hasExpectedTime>
  a owl:ObjectProperty ;
  rdfs:comment "the expected time at the next bus stops" ;
  rdfs:domain <http://www.disit.org/km4city/schema#BusStopForecast> ;
  owl:inverseOf <http://www.disit.org/km4city/schema#instantForecast> ;
  rdfs:range <http://www.w3.org/2006/time#Instant> .

<http://www.disit.org/km4city/schema#hasExternalAccess>
  a owl:ObjectProperty ;
  rdfs:comment "it corresponds to the outer gate of the building" ;
  rdfs:range <http://www.disit.org/km4city/schema#Entry> ;
  rdfs:domain <http://www.disit.org/km4city/schema#StreetNumber> .

<http://www.disit.org/km4city/schema#hasFirstElem>
  a owl:ObjectProperty ;
  rdfs:comment "the first element concerned the maneuver" ;
  rdfs:domain <http://www.disit.org/km4city/schema#Maneuver> ;
  rdfs:range <http://www.disit.org/km4city/schema#RoadElement> .

<http://www.disit.org/km4city/schema#hasFirstSection>
  a owl:ObjectProperty ;
  rdfs:comment "defines which is the departure section of a route" ;
  rdfs:domain <http://www.disit.org/km4city/schema#Route> ;
  rdfs:range <http://www.disit.org/km4city/schema#RouteSection> .

<http://www.disit.org/km4city/schema#hasFirstStop>
  a owl:ObjectProperty ;
  rdfs:comment "defines which is the departure stop of a route" ;
  rdfs:range <http://www.disit.org/km4city/schema#BusStop> ;
  rdfs:domain <http://www.disit.org/km4city/schema#Route> .

<http://www.disit.org/km4city/schema#hasForecast>
  a owl:ObjectProperty ;
  rdfs:comment "each forecast refers to a specific bus stop" ;
  rdfs:domain <http://www.disit.org/km4city/schema#BusStop> ;
  rdfs:range <http://www.disit.org/km4city/schema#BusStopForecast> .

<http://www.disit.org/km4city/schema#hasGeometry>
  a owl:ObjectProperty ;
  rdfs:comment "some services and all railway elements have a specific geometry like polygons or linestrings" ;
  rdfs:range <http://www.opengis.net/ont/geosparql#Geometry> ;
  rdfs:domain [
    a owl:Class ;
    owl:unionOf (
     <http://www.disit.org/km4city/schema#RailwayElement>
     <http://www.disit.org/km4city/schema#Service>
   )
  ] .

<http://www.disit.org/km4city/schema#hasInternalAccess>
  a owl:ObjectProperty ;
  rdfs:comment "it corresponds to the door of the building" ;
  rdfs:range <http://www.disit.org/km4city/schema#Entry> ;
  rdfs:domain <http://www.disit.org/km4city/schema#StreetNumber> .

<http://www.disit.org/km4city/schema#hasLastStop>
  a owl:ObjectProperty ;
  rdfs:comment "defines which is the last stop of a route" ;
  rdfs:range <http://www.disit.org/km4city/schema#BusStop> ;
  rdfs:domain <http://www.disit.org/km4city/schema#Route> .

<http://www.disit.org/km4city/schema#hasLastStopTime>
  a owl:ObjectProperty ;
  rdfs:comment "the arrival time at last bus stops" ;
  rdfs:domain <http://www.disit.org/km4city/schema#AVMRecord> ;
  owl:inverseOf <http://www.disit.org/km4city/schema#instantAVM> ;
  rdfs:range <http://www.w3.org/2006/time#Instant> .

<http://www.disit.org/km4city/schema#hasManeuver>
  a owl:ObjectProperty ;
  rdfs:comment "an entry rule can be connected to a specific maneuver" ;
  rdfs:domain <http://www.disit.org/km4city/schema#EntryRule> ;
  rdfs:range <http://www.disit.org/km4city/schema#Maneuver> .

<http://www.disit.org/km4city/schema#hasMunicipality>
  a owl:ObjectProperty ;
  rdfs:comment "a province is formed by more municipalities" ;
  rdfs:range <http://www.disit.org/km4city/schema#Municipality> ;
  rdfs:domain <http://www.disit.org/km4city/schema#Province> .

<http://www.disit.org/km4city/schema#hasObservation>
  a owl:ObjectProperty ;
  rdfs:comment "each road sensor produce a report every XX minuts" ;
  rdfs:range <http://www.disit.org/km4city/schema#Observation> ;
  rdfs:domain <http://www.disit.org/km4city/schema#SensorSite> .

<http://www.disit.org/km4city/schema#hasPrediction>
  a owl:ObjectProperty ;
  rdfs:comment "a report is made up of more predictions" ;
  rdfs:range <http://www.disit.org/km4city/schema#WeatherPrediction> ;
  rdfs:domain <http://www.disit.org/km4city/schema#WeatherReport> .

<http://www.disit.org/km4city/schema#hasProvince>
  a owl:ObjectProperty ;
  rdfs:comment "in a region there are more than one province" ;
  rdfs:range <http://www.disit.org/km4city/schema#Province> ;
  rdfs:domain <http://www.disit.org/km4city/schema#Region> ;
  owl:inverseOf <http://www.disit.org/km4city/schema#isPartOfRegion> .

<http://www.disit.org/km4city/schema#hasRecord>
  a owl:ObjectProperty ;
  rdfs:comment "every 10 minutes a sensor sends a report" ;
  rdfs:domain <http://www.disit.org/km4city/schema#CarParkSensor> ;
  rdfs:range <http://www.disit.org/km4city/schema#SituationRecord> .

<http://www.disit.org/km4city/schema#hasRegularService>
  a owl:ObjectProperty ;
  rdfs:comment "regular services can be connected to transverse services" ;
  rdfs:range <http://www.disit.org/km4city/schema#RegularService> ;
  rdfs:domain <http://www.disit.org/km4city/schema#TransverseService> .

<http://www.disit.org/km4city/schema#hasResolution>
  a owl:ObjectProperty ;
  rdfs:comment "to connect a resolution to the municipality that have approved it" ;
  rdfs:domain <http://www.disit.org/km4city/schema#Pa> ;
  rdfs:range <http://www.disit.org/km4city/schema#Resolution> .

<http://www.disit.org/km4city/schema#hasRoadElement>
  a owl:ObjectProperty ;
  rdfs:comment "more road elements form an administrative road" ;
  rdfs:domain <http://www.disit.org/km4city/schema#AdministrativeRoad> ;
  rdfs:range <http://www.disit.org/km4city/schema#RoadElement> .

<http://www.disit.org/km4city/schema#hasRoute>
  a owl:ObjectProperty ;
  rdfs:comment "each route refers to a line" ;
  rdfs:domain <http://www.disit.org/km4city/schema#PublicTransportLine> ;
  rdfs:range <http://www.disit.org/km4city/schema#Route> .

<http://www.disit.org/km4city/schema#hasRouteLink>
  a owl:ObjectProperty ;
  rdfs:comment "" ;
  rdfs:domain <http://www.disit.org/km4city/schema#Route> ;
  rdfs:range <http://www.disit.org/km4city/schema#RouteLink> .

<http://www.disit.org/km4city/schema#hasRule>
  a owl:ObjectProperty ;
  rdfs:comment "some road elements subject to rules of access" ;
  rdfs:range <http://www.disit.org/km4city/schema#EntryRule> ;
  rdfs:domain <http://www.disit.org/km4city/schema#RoadElement> ;
  owl:inverseOf <http://www.disit.org/km4city/schema#accessToElement> .

<http://www.disit.org/km4city/schema#hasSecondElem>
  a owl:ObjectProperty ;
  rdfs:comment "the second element concerned the maneuver" ;
  rdfs:domain <http://www.disit.org/km4city/schema#Maneuver> ;
  rdfs:range <http://www.disit.org/km4city/schema#RoadElement> .

<http://www.disit.org/km4city/schema#hasSection>
  a owl:ObjectProperty ;
  rdfs:comment "defines all the other section of a route" ;
  rdfs:domain <http://www.disit.org/km4city/schema#Route> ;
  rdfs:range <http://www.disit.org/km4city/schema#RouteSection> .

<http://www.disit.org/km4city/schema#hasSegment>
  a owl:ObjectProperty ;
  rdfs:comment "each road element can be see as a collection of consecutive road link" ;
  rdfs:domain <http://www.disit.org/km4city/schema#RoadElement> ;
  rdfs:range <http://www.disit.org/km4city/schema#RoadLink> .

<http://www.disit.org/km4city/schema#hasStatistic>
  a owl:ObjectProperty ;
  rdfs:comment "to connect a statistic to the referred municipality" ;
  rdfs:range <http://www.disit.org/km4city/schema#StatisticalData> ;
  rdfs:domain [
    a owl:Class ;
    owl:unionOf (
     <http://www.disit.org/km4city/schema#Pa>
     <http://www.disit.org/km4city/schema#Road>
   )
  ] .

<http://www.disit.org/km4city/schema#hasStreetNumber>
  a owl:ObjectProperty ;
  rdfs:comment "each road has street numbers" ;
  rdfs:domain <http://www.disit.org/km4city/schema#Road> ;
  rdfs:range <http://www.disit.org/km4city/schema#StreetNumber> .

<http://www.disit.org/km4city/schema#hasThirdElem>
  a owl:ObjectProperty ;
  rdfs:comment "the third element concerned the maneuver" ;
  rdfs:domain <http://www.disit.org/km4city/schema#Maneuver> ;
  rdfs:range <http://www.disit.org/km4city/schema#RoadElement> .

<http://www.disit.org/km4city/schema#hasTransferService>
  a owl:ObjectProperty ;
  rdfs:comment "to connect each train station tothe correspondant service" ;
  rdfs:domain <http://www.disit.org/km4city/schema#TrainStation> ;
  rdfs:range <http://www.disit.org/km4city/schema#TransferServiceAndRenting> .

<http://www.disit.org/km4city/schema#hasTransverseService>
  a owl:ObjectProperty ;
  rdfs:comment "regular services can be connected to transverse services" ;
  rdfs:domain <http://www.disit.org/km4city/schema#RegularService> ;
  rdfs:range <http://www.disit.org/km4city/schema#TransverseService> .

<http://www.disit.org/km4city/schema#hasWeatherReport>
  a owl:ObjectProperty ;
  rdfs:comment "each weather forecasts is connected to a municipality" ;
  rdfs:domain <http://www.disit.org/km4city/schema#Municipality> ;
  rdfs:range <http://www.disit.org/km4city/schema#WeatherReport> ;
  owl:inverseOf <http://www.disit.org/km4city/schema#refersToMunicipality> .

<http://www.disit.org/km4city/schema#inMunicipalityOf>
  a owl:ObjectProperty ;
  rdfs:comment "municipality to which the road belongs" ;
  rdfs:range <http://www.disit.org/km4city/schema#Pa> ;
  rdfs:domain <http://www.disit.org/km4city/schema#Road> .

<http://www.disit.org/km4city/schema#includeForecast>
  a owl:ObjectProperty ;
  rdfs:comment "each AVMrecord includes more forecasts" ;
  rdfs:domain <http://www.disit.org/km4city/schema#AVMRecord> ;
  rdfs:range <http://www.disit.org/km4city/schema#BusStopForecast> .

<http://www.disit.org/km4city/schema#instantAVM>
  a owl:ObjectProperty ;
  rdfs:comment "the arrival time at last bus stops" ;
  rdfs:range <http://www.disit.org/km4city/schema#AVMRecord> ;
  rdfs:domain <http://www.w3.org/2006/time#Instant> .

<http://www.disit.org/km4city/schema#instantBObserv>
  a owl:ObjectProperty ;
  rdfs:comment "ime and date of each Beacon observation" ;
  rdfs:range <http://www.disit.org/km4city/schema#BeaconObservation> ;
  owl:inverseOf <http://www.disit.org/km4city/schema#measuredDate> ;
  rdfs:domain <http://www.w3.org/2006/time#Instant> .

<http://www.disit.org/km4city/schema#instantForecast>
  a owl:ObjectProperty ;
  rdfs:comment "the expected time at the next bus stops" ;
  rdfs:range <http://www.disit.org/km4city/schema#BusStopForecast> ;
  rdfs:domain <http://www.w3.org/2006/time#Instant> .

<http://www.disit.org/km4city/schema#instantObserv>
  a owl:ObjectProperty ;
  rdfs:comment "the time of one observation" ;
  rdfs:range <http://www.disit.org/km4city/schema#Observation> ;
  rdfs:domain <http://www.w3.org/2006/time#Instant> .

<http://www.disit.org/km4city/schema#instantParking>
  a owl:ObjectProperty ;
  rdfs:comment "the generation time of one situation record" ;
  rdfs:range <http://www.disit.org/km4city/schema#SituationRecord> ;
  rdfs:domain <http://www.w3.org/2006/time#Instant> .

<http://www.disit.org/km4city/schema#instantWReport>
  a owl:ObjectProperty ;
  rdfs:comment "the generation time of a new weather report" ;
  rdfs:range <http://www.disit.org/km4city/schema#WeatherReport> ;
  rdfs:domain <http://www.w3.org/2006/time#Instant> .

<http://www.disit.org/km4city/schema#isComposedByElement>
  a owl:ObjectProperty ;
  rdfs:comment "a railway Section is composed by more railway element" ;
  rdfs:range <http://www.disit.org/km4city/schema#RailwayElement> ;
  rdfs:domain <http://www.disit.org/km4city/schema#RailwaySection> .

<http://www.disit.org/km4city/schema#isInElement>
  a owl:ObjectProperty ;
  rdfs:comment "each milestone need to refers to a road" ;
  rdfs:domain <http://www.disit.org/km4city/schema#Milestone> ;
  rdfs:range <http://www.disit.org/km4city/schema#RoadElement> .

<http://www.disit.org/km4city/schema#isInMunicipality>
  a owl:ObjectProperty ;
  rdfs:comment "A bus stop can be connected to the municipality to which belong" ;
  rdfs:domain <http://www.disit.org/km4city/schema#BusStop> ;
  rdfs:range <http://www.disit.org/km4city/schema#Pa> .

<http://www.disit.org/km4city/schema#isInRoad>
  a owl:ObjectProperty ;
  rdfs:comment " service and train station can be connected to the referred Road" ;
  rdfs:range <http://www.disit.org/km4city/schema#Road> ;
  rdfs:domain [
    a owl:Class ;
    owl:unionOf (
     <http://www.disit.org/km4city/schema#Service>
     <http://www.disit.org/km4city/schema#TrainStation>
   )
  ] .

<http://www.disit.org/km4city/schema#isPartOfLine>
  a owl:ObjectProperty ;
  rdfs:comment "a railway line is composed by more railway element" ;
  rdfs:domain <http://www.disit.org/km4city/schema#RailwayElement> ;
  rdfs:range <http://www.disit.org/km4city/schema#RailwayLine> ;
  owl:inverseOf <http://www.disit.org/km4city/schema#hasElement> .

<http://www.disit.org/km4city/schema#isPartOfLot>
  a owl:ObjectProperty ;
  rdfs:comment "bus stops and bus lines are part of a lot" ;
  rdfs:range <http://www.disit.org/km4city/schema#Lot> ;
  rdfs:domain [
    a owl:Class ;
    owl:unionOf (
     <http://www.disit.org/km4city/schema#BusStop>
     <http://www.disit.org/km4city/schema#PublicTransportLine>
   )
  ] .

<http://www.disit.org/km4city/schema#isPartOfProvince>
  a owl:ObjectProperty ;
  rdfs:comment "a province is formed by more municipalities" ;
  rdfs:domain <http://www.disit.org/km4city/schema#Municipality> ;
  rdfs:range <http://www.disit.org/km4city/schema#Province> ;
  owl:inverseOf <http://www.disit.org/km4city/schema#hasMunicipality> .

<http://www.disit.org/km4city/schema#isPartOfRegion>
  a owl:ObjectProperty ;
  rdfs:comment "in a region there are more than one province" ;
  rdfs:domain <http://www.disit.org/km4city/schema#Province> ;
  rdfs:range <http://www.disit.org/km4city/schema#Region> .

<http://www.disit.org/km4city/schema#isPartOfRoad>
  a owl:ObjectProperty ;
  rdfs:comment "More road elements compose a road" ;
  rdfs:range <http://www.disit.org/km4city/schema#Road> ;
  rdfs:domain <http://www.disit.org/km4city/schema#RoadElement> .

<http://www.disit.org/km4city/schema#lastStop>
  a owl:ObjectProperty ;
  rdfs:comment "the AVMrecord specify which is the last bus stop made" ;
  rdfs:domain <http://www.disit.org/km4city/schema#AVMRecord> ;
  rdfs:range <http://www.disit.org/km4city/schema#BusStop> .

<http://www.disit.org/km4city/schema#managingAuthority>
  a owl:ObjectProperty ;
  rdfs:comment "the authority that deals with the road elements management" ;
  rdfs:range <http://www.disit.org/km4city/schema#Pa> ;
  rdfs:domain <http://www.disit.org/km4city/schema#RoadElement> .

<http://www.disit.org/km4city/schema#measuredByBeacon>
  a owl:ObjectProperty ;
  rdfs:comment "to connect each observation to the beacon that has product it" ;
  rdfs:range <http://www.disit.org/km4city/schema#Beacon> ;
  rdfs:domain <http://www.disit.org/km4city/schema#BeaconObservation> .

<http://www.disit.org/km4city/schema#measuredBySensor>
  a owl:ObjectProperty ;
  rdfs:comment "each observation refers to only one road sensor" ;
  rdfs:domain <http://www.disit.org/km4city/schema#Observation> ;
  rdfs:range <http://www.disit.org/km4city/schema#SensorSite> ;
  owl:inverseOf <http://www.disit.org/km4city/schema#hasObservation> .

<http://www.disit.org/km4city/schema#measuredDate>
  a owl:ObjectProperty ;
  rdfs:comment "Time and date of each Beacon observation" ;
  rdfs:domain <http://www.disit.org/km4city/schema#BeaconObservation> ;
  rdfs:range <http://www.w3.org/2006/time#Instant> .

<http://www.disit.org/km4city/schema#measuredTime>
  a owl:ObjectProperty ;
  rdfs:comment "the time of one observation" ;
  rdfs:domain <http://www.disit.org/km4city/schema#Observation> ;
  owl:inverseOf <http://www.disit.org/km4city/schema#instantObserv> ;
  rdfs:range <http://www.w3.org/2006/time#Instant> .

<http://www.disit.org/km4city/schema#observationTime>
  a owl:ObjectProperty ;
  rdfs:comment "the generation time of one situation record" ;
  rdfs:domain <http://www.disit.org/km4city/schema#SituationRecord> ;
  owl:inverseOf <http://www.disit.org/km4city/schema#instantParking> ;
  rdfs:range <http://www.w3.org/2006/time#Instant> .

<http://www.disit.org/km4city/schema#observeCarPark>
  a owl:ObjectProperty ;
  rdfs:comment "to connect each sensor to the referred car park service" ;
  rdfs:domain <http://www.disit.org/km4city/schema#CarParkSensor> ;
  rdfs:range <http://www.disit.org/km4city/schema#TransferServiceAndRenting> .

<http://www.disit.org/km4city/schema#onRoute>
  a owl:ObjectProperty ;
  rdfs:comment "rides and AVMrecords refer to a specific route" ;
  rdfs:range <http://www.disit.org/km4city/schema#Route> ;
  rdfs:domain [
    a owl:Class ;
    owl:unionOf (
     <http://www.disit.org/km4city/schema#AVMRecord>
     <http://www.disit.org/km4city/schema#Ride>
   )
  ] .

<http://www.disit.org/km4city/schema#ownerAuthority>
  a owl:ObjectProperty ;
  rdfs:comment "the authority that owns the administrative road" ;
  rdfs:domain <http://www.disit.org/km4city/schema#AdministrativeRoad> ;
  rdfs:range <http://www.disit.org/km4city/schema#Pa> .

<http://www.disit.org/km4city/schema#placedInElement>
  a owl:ObjectProperty ;
  rdfs:comment "each entry need to refers to a road" ;
  rdfs:domain <http://www.disit.org/km4city/schema#Entry> ;
  rdfs:range <http://www.disit.org/km4city/schema#RoadElement> .

<http://www.disit.org/km4city/schema#placedOnRoad>
  a owl:ObjectProperty ;
  rdfs:comment "to connect each road sensor to the road in which is installed" ;
  rdfs:range <http://www.disit.org/km4city/schema#Road> ;
  rdfs:domain <http://www.disit.org/km4city/schema#SensorSite> .

<http://www.disit.org/km4city/schema#refersToMunicipality>
  a owl:ObjectProperty ;
  rdfs:comment "specifies the municipality for the weather forecast" ;
  rdfs:range <http://www.disit.org/km4city/schema#Municipality> ;
  rdfs:domain <http://www.disit.org/km4city/schema#WeatherReport> .

<http://www.disit.org/km4city/schema#refersToRide>
  a owl:ObjectProperty ;
  rdfs:comment "the AVM refer to a specific ride code" ;
  rdfs:domain <http://www.disit.org/km4city/schema#AVMRecord> ;
  rdfs:range <http://www.disit.org/km4city/schema#Ride> ;
  owl:inverseOf <http://www.disit.org/km4city/schema#hasAVMRecord> .

<http://www.disit.org/km4city/schema#relatedToSensor>
  a owl:ObjectProperty ;
  rdfs:comment "every XX minutes a sensor sends a report" ;
  rdfs:range <http://www.disit.org/km4city/schema#CarParkSensor> ;
  rdfs:domain <http://www.disit.org/km4city/schema#SituationRecord> ;
  owl:inverseOf <http://www.disit.org/km4city/schema#hasRecord> .

<http://www.disit.org/km4city/schema#scheduledOnLine>
  a owl:ObjectProperty ;
  rdfs:comment "a ride can be scheduled on a single line" ;
  rdfs:range <http://www.disit.org/km4city/schema#PublicTransportLine> ;
  rdfs:domain <http://www.disit.org/km4city/schema#Ride> .

<http://www.disit.org/km4city/schema#startAtJunction>
  a owl:ObjectProperty ;
  rdfs:comment "a railway element is delimited by two junctions" ;
  rdfs:domain <http://www.disit.org/km4city/schema#RailwayElement> ;
  rdfs:range <http://www.disit.org/km4city/schema#RailwayJunction> .

<http://www.disit.org/km4city/schema#startingJunction>
  a owl:ObjectProperty ;
  rdfs:comment "a road linnk is delimited by two junctions" ;
  rdfs:range <http://www.disit.org/km4city/schema#Junction> ;
  rdfs:domain <http://www.disit.org/km4city/schema#RoadLink> .

<http://www.disit.org/km4city/schema#startsAtNode>
  a owl:ObjectProperty ;
  rdfs:comment "a road element is delimited by 2 nodes" ;
  rdfs:range <http://www.disit.org/km4city/schema#Node> ;
  rdfs:domain <http://www.disit.org/km4city/schema#RoadElement> .

<http://www.disit.org/km4city/schema#startsAtStop>
  a owl:ObjectProperty ;
  rdfs:comment "a route section is delimited by two consecutive bus stops" ;
  rdfs:range <http://www.disit.org/km4city/schema#BusStop> ;
  rdfs:domain <http://www.disit.org/km4city/schema#RouteSection> .

<http://www.disit.org/km4city/schema#updateTime>
  a owl:ObjectProperty ;
  rdfs:comment "the generation time of a new weather report" ;
  rdfs:domain <http://www.disit.org/km4city/schema#WeatherReport> ;
  owl:inverseOf <http://www.disit.org/km4city/schema#instantWReport> ;
  rdfs:range <http://www.w3.org/2006/time#Instant> .

<http://www.disit.org/km4city/schema#abbreviation>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Service> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#accessType>
  a owl:DatatypeProperty ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#adRoadName>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#AdministrativeRoad> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#adminClass>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#AdministrativeRoad> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#alterCode>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Road> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#areaCode>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Service> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#areaName>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Service> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#atecoCode>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Service> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#automaticity>
  a owl:DatatypeProperty ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#averageDistance>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Observation> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#averageSpeed>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Observation> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#averageTime>
  a owl:DatatypeProperty ;
  rdfs:comment "Tempo medio tra 2 transiti" ;
  rdfs:domain <http://www.disit.org/km4city/schema#Observation> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#axialMass>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#RailwaySection> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#capacity>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#CarParkSensor> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#carParkStatus>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#SituationRecord> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#category>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#TrainStation> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#classCode>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#StreetNumber> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#combinedTraffic>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#RailwaySection> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#composition>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#RoadElement> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#concentration>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Observation> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#day>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#WeatherPrediction> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#direction>
  a owl:DatatypeProperty ;
  rdfs:comment "direzione percorso" ;
  rdfs:domain <http://www.disit.org/km4city/schema#Route> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#distance>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#RouteSection> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#districtCode>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Service> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#elemLocation>
  a owl:DatatypeProperty ;
  rdfs:range xsd:string ;
  rdfs:domain [
    a owl:Class ;
    owl:unionOf (
     <http://www.disit.org/km4city/schema#RailwayElement>
     <http://www.disit.org/km4city/schema#RoadElement>
   )
  ] .

<http://www.disit.org/km4city/schema#elementClass>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#RoadElement> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#elementType>
  a owl:DatatypeProperty ;
  rdfs:range xsd:string ;
  rdfs:domain [
    a owl:Class ;
    owl:unionOf (
     <http://www.disit.org/km4city/schema#RailwayElement>
     <http://www.disit.org/km4city/schema#RoadElement>
   )
  ] .

<http://www.disit.org/km4city/schema#entryType>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Entry> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#eventCategory>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Event> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#eventTime>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Event> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#exitRate>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#SituationRecord> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#expectedTime>
  a owl:DatatypeProperty ;
  rdfs:comment "orario in cui e' previsto l'arrivo del bus a quella fermata DA ELIMINARE QUANDO INSTANT FUNZIONERA' ALLA PERFEZIONE" ;
  rdfs:domain <http://www.disit.org/km4city/schema#BusStopForecast> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#exponent>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#StreetNumber> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#extendName>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Road> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#extendNumber>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#StreetNumber> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#fillRate>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#SituationRecord> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#firenzeCard>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Service> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#free>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#SituationRecord> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#freeEvent>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Event> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#gauge>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#RailwayElement> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#heightHour>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#WeatherReport> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#hour>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#WeatherPrediction> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#houseNumber>
  a owl:DatatypeProperty ;
  rdfs:range xsd:string ;
  rdfs:domain [
    a owl:Class ;
    owl:unionOf (
     <http://www.disit.org/km4city/schema#Event>
     <http://www.disit.org/km4city/schema#Service>
   )
  ] .

<http://www.disit.org/km4city/schema#humidity>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#WeatherPrediction> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#juncType>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#RailwayJunction> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#lastStopTime>
  a owl:DatatypeProperty ;
  rdfs:comment "orario in cui il bus ha raggiunto l'ultima fermata DA ELIMINARE QUANDO INSTANT FUNZIONERA' ALLA PERFEZIONE" ;
  rdfs:domain <http://www.disit.org/km4city/schema#AVMRecord> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#lastTriples>
  a owl:DatatypeProperty ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#lastUpdate>
  a owl:DatatypeProperty ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#length>
  a owl:DatatypeProperty ;
  rdfs:range xsd:string ;
  rdfs:domain [
    a owl:Class ;
    owl:unionOf (
     <http://www.disit.org/km4city/schema#RailwayElement>
     <http://www.disit.org/km4city/schema#RoadElement>
   )
  ] .

<http://www.disit.org/km4city/schema#lineNumber>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Service> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#lunarPhase>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#WeatherReport> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#major>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Beacon> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#managingAuth>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#TrainStation> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#managingBy>
  a owl:DatatypeProperty ;
  rdfs:comment "ente gestore del sistema AVM o dei road sensor" ;
  rdfs:range xsd:string ;
  rdfs:domain [
    a owl:Class ;
    owl:unionOf (
     <http://www.disit.org/km4city/schema#AVMRecord>
     <http://www.disit.org/km4city/schema#SensorSite>
     <http://www.disit.org/km4city/schema#Service>
   )
  ] .

<http://www.disit.org/km4city/schema#maneuverType>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Maneuver> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#maxTemp>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#WeatherPrediction> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#minTemp>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#WeatherPrediction> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#minor>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Beacon> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#moonrise>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#WeatherReport> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#moonset>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#WeatherReport> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#multimediaResource>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Service> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#nodeType>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Node> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#numTrack>
  a owl:DatatypeProperty ;
  rdfs:comment "numero di binari presenti. se in costruzione o dismesso inserire uno zero" ;
  rdfs:domain <http://www.disit.org/km4city/schema#RailwayElement> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#number>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#StreetNumber> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#occupancy>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Observation> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#occupied>
  a owl:DatatypeProperty ;
  rdfs:comment "numero di posti occupati" ;
  rdfs:domain <http://www.disit.org/km4city/schema#SituationRecord> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#operatingStatus>
  a owl:DatatypeProperty ;
  rdfs:range xsd:string ;
  rdfs:domain [
    a owl:Class ;
    owl:unionOf (
     <http://www.disit.org/km4city/schema#RailwayElement>
     <http://www.disit.org/km4city/schema#RoadElement>
   )
  ] .

<http://www.disit.org/km4city/schema#overtime>
  a owl:DatatypeProperty ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#owner>
  a owl:DatatypeProperty ;
  rdfs:comment "sente proprietario del sistema AVM" ;
  rdfs:domain <http://www.disit.org/km4city/schema#Beacon>, [
    a owl:Class ;
    owl:unionOf (
     <http://www.disit.org/km4city/schema#AVMRecord>
     <http://www.disit.org/km4city/schema#Service>
   )
  ] ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#parkOccupancy>
  a owl:DatatypeProperty ;
  rdfs:comment "percentuale di posti occupati" ;
  rdfs:domain <http://www.disit.org/km4city/schema#SituationRecord> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#perTemp>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#WeatherPrediction> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#period>
  a owl:DatatypeProperty ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#placeName>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Event> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#porteCochere>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Entry> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#power>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Beacon> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#primaryType>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Service> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#processType>
  a owl:DatatypeProperty ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#public>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Beacon> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#railDepartment>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#GoodsYard> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#railwaySiding>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#GoodsYard> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#recTemp>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#WeatherPrediction> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#restrictionType>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#EntryRule> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#restrictionValue>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#EntryRule> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#rideState>
  a owl:DatatypeProperty ;
  rdfs:comment "stato della corsa: anticipo, ritardo, in orario" ;
  rdfs:domain <http://www.disit.org/km4city/schema#AVMRecord> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#roadName>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Road> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#roadType>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Road> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#routeCode>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Service> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#routeLength>
  a owl:DatatypeProperty ;
  rdfs:range xsd:string ;
  rdfs:domain [
    a owl:Class ;
    owl:unionOf (
     <http://www.disit.org/km4city/schema#Route>
     <http://www.disit.org/km4city/schema#Service>
   )
  ] .

<http://www.disit.org/km4city/schema#routePosition>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Service> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#snow>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#WeatherPrediction> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#speedLimit>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#RoadElement> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#speedPercentile>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Observation> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#state>
  a owl:DatatypeProperty ;
  rdfs:range xsd:string ;
  rdfs:domain [
    a owl:Class ;
    owl:unionOf (
     <http://www.disit.org/km4city/schema#GoodsYard>
     <http://www.disit.org/km4city/schema#TrainStation>
   )
  ] .

<http://www.disit.org/km4city/schema#stopNumber>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Service> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#sunHeight>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#WeatherReport> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#sunrise>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#WeatherReport> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#sunset>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#WeatherReport> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#supply>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#RailwayElement> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#text>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Milestone> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#thresholdPerc>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Observation> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#time>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Service> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#timestamp>
  a owl:DatatypeProperty ;
  rdfs:comment "ANCHE SE VERRA' INSERITO IL COLLEGAMENTO CON INSTANT, QUESTO ATTRIBUTO NON VA CANCELLATO" ;
  rdfs:domain <http://www.disit.org/km4city/schema#WeatherReport> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#trackType>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#RailwayElement> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#trafficDir>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#RoadElement> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#type>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Service> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#typeOfResale>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#TransverseService> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#underpass>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#RailwayElement> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#uuid>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Beacon> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#uv>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#WeatherPrediction> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#validityStatus>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#SituationRecord> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#value>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#StatisticalData> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#vehicle>
  a owl:DatatypeProperty ;
  rdfs:comment "numero di riconoscimento mezzo per azineda TPL" ;
  rdfs:domain <http://www.disit.org/km4city/schema#AVMRecord> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#vehicleFlow>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Observation> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#width>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#RoadElement> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#wind>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#WeatherPrediction> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#yardType>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#GoodsYard> ;
  rdfs:range xsd:string .

<http://www.disit.org/km4city/schema#year>
  a owl:DatatypeProperty ;
  rdfs:domain <http://www.disit.org/km4city/schema#Resolution> ;
  rdfs:range xsd:string .

geo:lat
  a owl:DatatypeProperty ;
  rdfs:label "latitude" ;
  rdfs:comment "The WGS84 latitude of a SpatialThing (decimal degrees)." ;
  rdfs:domain geo:SpatialThing .

geo:long
  a owl:DatatypeProperty ;
  rdfs:label "longitude" ;
  rdfs:comment "The WGS84 longitude of a SpatialThing (decimal degrees)." ;
  rdfs:domain geo:SpatialThing .

gr:BusinessEntity
  a owl:Class ;
  rdfs:label "Business Entity"@en, "Business Entity"@it ;
  rdfs:subClassOf geo:SpatialThing ;
  rdfs:comment "GoodRelation: This class represents the legal agent making (or seeking) a particular offering. This can be a legal body or a person. A business entity has at least a primary mailing address and contact" .

schema:Event a owl:Class .
schema:Place a owl:Class .
<http://www.disit.org/km4city/schema#AVMRecord>
  a owl:Class ;
  rdfs:label "AVM Record"@en, "Registrazione AVM"@it ;
  rdfs:subClassOf geo:SpatialThing, [
    a owl:Restriction ;
    owl:onProperty geo:lat ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    owl:onDataRange xsd:float
  ], [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#onRoute> ;
    owl:onClass <http://www.disit.org/km4city/schema#Route> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
  ], [
    a owl:Restriction ;
    owl:onProperty geo:long ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    owl:onDataRange xsd:float
  ] ;
  rdfs:comment "Corsa programmata da una certa azienda TPL su un certo percorso di una certa linea" .

<http://www.disit.org/km4city/schema#Accommodation>
  a owl:Class ;
  rdfs:label "Accommodation"@en, "Alloggio"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "Alberghi e strutture simili" .

<http://www.disit.org/km4city/schema#Accommodation_or_office_containers_rental>
  a owl:Class ;
  rdfs:label "Accommodation or office containers rental"@en, "Noleggio Container per alloggi o uffico"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Accountants>
  a owl:Class ;
  rdfs:label "Accountants"@en, "Ragionieri Commercialisti e periti commerciali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#FinancialService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Addiction_recovery_centre>
  a owl:Class ;
  rdfs:label "Addiction recovery centre"@en, "Comunita e centri di recupero per dipendenze"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#AdministrativeRoad>
  a owl:Class ;
  rdfs:label "Administrative Road"@en, "Estesa Amministrativa"@it ;
  owl:disjointWith <http://www.disit.org/km4city/schema#RoadElement> ;
  rdfs:comment "Classe le cui istanze sono le estese amministrative definite nel grafo stradale" .

<http://www.disit.org/km4city/schema#Adult_clothing>
  a owl:Class ;
  rdfs:label "Adult Clothing"@en, "Abbigliamento Uomo Donna"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Advertising>
  a owl:Class ;
  rdfs:label "Advertising"@en, "Pubblicita'"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "Servizi legati al mondo della pubblicita'" .

<http://www.disit.org/km4city/schema#Advertising_and_promotion>
  a owl:Class ;
  rdfs:label "Advertising and promotion"@en, "Pubblicita' e Concessionarie"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Advertising> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Agents>
  a owl:Class ;
  rdfs:label "Agents"@en, "Agenti e procuratori"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#AgricultureAndLivestock>
  a owl:Class ;
  rdfs:label "Agriculture and livestock"@en, "Agricoltura ed allevamento"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "Attivita' e servizi relativi ad agricoltura ed allevamento" .

<http://www.disit.org/km4city/schema#Agritourism>
  a owl:Class ;
  rdfs:label "Agritourism"@en, "Agriturismo"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Accommodation> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Airfields>
  a owl:Class ;
  rdfs:label "Airfields"@en, "Aviosuperfici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Airplanes_rental>
  a owl:Class ;
  rdfs:label "Airplanes rental"@en, "Noleggio aerei"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Airport_lost_property_office>
  a owl:Class ;
  rdfs:label "Airport lost property office"@en, "Ufficio oggetti smarriti aeroporto"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#GovernmentOffice> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Amusement_activities>
  a owl:Class ;
  rdfs:label "Amusement activities"@en, "Attivita' ricreative"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Amusement_and_theme_parks>
  a owl:Class ;
  rdfs:label "Amusement and theme parks"@en, "Parchi divertimento e tematici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Animal_feeds_manufacture>
  a owl:Class ;
  rdfs:label "Animal Feeds Manufacture"@en, "Produzione Mangimi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Animal_production>
  a owl:Class ;
  rdfs:label "Animal Production"@en, "Produzione Animali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#AgricultureAndLivestock> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Antiques>
  a owl:Class ;
  rdfs:label "Antiques"@en, "Antichita'"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Aquarium>
  a owl:Class ;
  rdfs:label "Aquarium"@en, "Acquario"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Archaeological_site>
  a owl:Class ;
  rdfs:label "Archaeological site"@en, "Sito archeologico"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Architectural_consulting>
  a owl:Class ;
  rdfs:label "Architectural consulting"@en, "Studi di Architettura"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CivilAndEdilEngineering> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Area>
  a owl:Class ;
  rdfs:label "Polygonal Service"@en, "Servizio di forma poligonale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "Servizi rappresentati da un'area di forma poligonale" .

<http://www.disit.org/km4city/schema#Art_galleries>
  a owl:Class ;
  rdfs:label "Art Galleries"@en, "Gallerie Arte"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Artisan_shop>
  a owl:Class ;
  rdfs:label "Artisanshop"@en, "Negozio artigiano"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Associations>
  a owl:Class ;
  rdfs:label "Associations"@en, "Associazioni"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Atm>
  a owl:Class ;
  rdfs:label "Atm"@en, "Atm"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#FinancialService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Auctioning_houses>
  a owl:Class ;
  rdfs:label "Auctioning Houses"@en, "Case d'Asta"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Audio_and_video>
  a owl:Class ;
  rdfs:label "Audio and Video"@en, "Audio e Video"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Auditing_activities>
  a owl:Class ;
  rdfs:label "Auditing activities"@en, "Revisione e cerificazione bilanci"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#FinancialService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Auditorium>
  a owl:Class ;
  rdfs:label "Auditorium"@en, "Auditorium"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Automobile_driving_and_flying_schools>
  a owl:Class ;
  rdfs:label "Automobile driving and flying schools"@en, "Autoscuole, scuole di pilotaggio e nautiche"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Bakery>
  a owl:Class ;
  rdfs:label "Bakery"@en, "Forno"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#WineAndFood> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Bank>
  a owl:Class ;
  rdfs:label "Bank"@en, "Banca"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#FinancialService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Bar>
  a owl:Class ;
  rdfs:label "Bar"@en, "Bar"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#WineAndFood> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Beach_resort>
  a owl:Class ;
  rdfs:label "Beach resort"@en, "Stabilimento balneare"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Accommodation> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Beacon>
  a owl:Class ;
  rdfs:label "Beacon"@en, "Beacon"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TourismService>, geo:SpatialThing ;
  rdfs:comment "Singolo beacon installato", "Servizio associato ai Beacon che permettono di ricevere offerte" .

<http://www.disit.org/km4city/schema#BeaconObservation>
  a owl:Class ;
  rdfs:label "Beacon observation"@en, "Lettura di un beacon"@it ;
  rdfs:subClassOf geo:SpatialThing ;
  rdfs:comment "lettura proveniente da un singolo beacon" .

<http://www.disit.org/km4city/schema#Beauty_centre>
  a owl:Class ;
  rdfs:label "Beauty centre"@en, "Istituti di bellezza"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Bed_and_breakfast>
  a owl:Class ;
  rdfs:label "Bed and breakfast"@en, "Bed and breakfast"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Accommodation> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Betting_shops>
  a owl:Class ;
  rdfs:label "Betting shops"@en, "Ricevitorie"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Beverage_manufacture>
  a owl:Class ;
  rdfs:label "Beverage Manufacture"@en, "Produzione Bevande"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Bike_rack>
  a owl:Class ;
  rdfs:label "Bike rack"@en, "Rastrelliera per biciclette"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Bike_rental>
  a owl:Class ;
  rdfs:label "Bike rental"@en, "Punto noleggio bici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Boarding_house>
  a owl:Class ;
  rdfs:label "Boarding house"@en, "Affittacamere"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Accommodation> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Boat_equipment>
  a owl:Class ;
  rdfs:label "Boat equipment"@en, "Articoli per natanti"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Boats_and_ships_rental>
  a owl:Class ;
  rdfs:label "Boats and ships rental"@en, "Noleggio barche"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Bookshop>
  a owl:Class ;
  rdfs:label "Book Shop"@en, "Libreria, cartolibreria"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Botanical_and_zoological_gardens>
  a owl:Class ;
  rdfs:label "Botanical and zoological gardens"@en, "Giardini botanici e zoologici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Boxoffice>
  a owl:Class ;
  rdfs:label "Boxoffice"@en, "Boxoffice"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Building_and_industrial_cleaning_activities>
  a owl:Class ;
  rdfs:label "Building and industrial cleaning activities"@en, "Pulizia edifici e impianti industriali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Environment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Building_construction>
  a owl:Class ;
  rdfs:label "Building Construction"@en, "Costruzione Edifici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CivilAndEdilEngineering> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Building_material>
  a owl:Class ;
  rdfs:label "Building Material"@en, "Materiali Edili"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Building_materials_manufacture>
  a owl:Class ;
  rdfs:label "Building Materials Manufacture"@en, "Produzione Materiali Edili"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#BusStop>
  a owl:Class ;
  rdfs:label "Bus Stop"@en, "Fermata bus"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting>, <http://www.pms.ifi.uni-muenchen.de/OTN#StopPoint>, geo:SpatialThing, [
    a owl:Restriction ;
    owl:onProperty geo:long ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    owl:onDataRange xsd:float
  ], [
    a owl:Restriction ;
    owl:onProperty geo:lat ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    owl:onDataRange xsd:float
  ] ;
  rdfs:comment "Punto di interconnessione tra segmenti di strada per determinare il percorso di una linea di TPL", "Servizio associato alla visualizzazione delle linee ATAF con le relative fermate" .

<http://www.disit.org/km4city/schema#BusStopForecast>
  a owl:Class ;
  rdfs:label "BusStop Forecast"@en, "Previsione arrivo in fermata"@it ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#atBusStop> ;
    owl:onClass <http://www.disit.org/km4city/schema#BusStop> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
  ] ;
  rdfs:comment "previsione di arrivo ad una certa fermata" .

<http://www.disit.org/km4city/schema#Bus_tickets_retail>
  a owl:Class ;
  rdfs:label "Bus tickets retail"@en, "Rivendita biglietti autobus"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Business_support>
  a owl:Class ;
  rdfs:label "Business support"@en, "Sostegno alle imprese"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Call_center>
  a owl:Class ;
  rdfs:label "Call center"@en, "Call Center"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Camper_service>
  a owl:Class ;
  rdfs:label "Camper service"@en, "Camper service"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TourismService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Camping>
  a owl:Class ;
  rdfs:label "Camping"@en, "Campeggio"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Accommodation> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Canteens_and_food_service>
  a owl:Class ;
  rdfs:label "Canteens and Food Service"@en, "Mense e servizi di ristorazione"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#WineAndFood> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#CarParkSensor>
  a owl:Class ;
  rdfs:label "Car Park Sensor"@en, "Sensore presente in parcheggio"@it ;
  rdfs:comment "Sensore che raccoglie i dati all'interno di un parcheggio" .

<http://www.disit.org/km4city/schema#Car_park>
  a owl:Class ;
  rdfs:label "Car park"@en, "Parcheggio auto"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Car_rental_with_driver>
  a owl:Class ;
  rdfs:label "Car Rental With Driver"@en, "Noleggio Auto con Conducente"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Car_washing>
  a owl:Class ;
  rdfs:label "Car Washing"@en, "Lavaggio Auto"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Carabinieri>
  a owl:Class ;
  rdfs:label "Carabinieri"@en, "Carabinieri"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Emergency> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Cargo_handling>
  a owl:Class ;
  rdfs:label "Cargo Handling"@en, "Movimentazione Merci"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Carpentry>
  a owl:Class ;
  rdfs:label "Carpentry"@en, "Falegnamerie"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Carpets>
  a owl:Class ;
  rdfs:label "Carpets"@en, "Tappeti"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Carpets_and_curtains>
  a owl:Class ;
  rdfs:label "Carpets and Curtains"@en, "Tappeti e Tende"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Cartographers>
  a owl:Class ;
  rdfs:label "Cartographers"@en, "Cartografi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CivilAndEdilEngineering> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Catering>
  a owl:Class ;
  rdfs:label "Catering"@en, "Catering"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#WineAndFood> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Charging_stations>
  a owl:Class ;
  rdfs:label "Charging stations"@en, "Colonnina di ricarica"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Charter_airlines>
  a owl:Class ;
  rdfs:label "Charter Airlines"@en, "Compagnie di Charter"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Churches>
  a owl:Class ;
  rdfs:label "Churches"@en, "Chiese"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Cinema>
  a owl:Class ;
  rdfs:label "Cinema"@en, "Cinema"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#CivilAndEdilEngineering>
  a owl:Class ;
  rdfs:label "Civil and edil engineering"@en, "Ingegneria civile ed edile"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "Servizi legati all'ingegneria civile ed edile" .

<http://www.disit.org/km4city/schema#Civil_airport>
  a owl:Class ;
  rdfs:label "Civil airport"@en, "Aeroporto civile"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Civil_engineering>
  a owl:Class ;
  rdfs:label "Civil Engineering"@en, "Ingegneria Civile"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CivilAndEdilEngineering> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Civil_protection>
  a owl:Class ;
  rdfs:label "Civil protection"@en, "Protezione civile"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Emergency> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Civil_registry>
  a owl:Class ;
  rdfs:label "Civil registry"@en, "Anagrafe"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#GovernmentOffice> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Cleaning_activities>
  a owl:Class ;
  rdfs:label "Cleaning activities"@en, "Pulizia"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Environment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Cleaning_materials>
  a owl:Class ;
  rdfs:label "Cleaning Materials"@en, "Prodotti Pulizia"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Climbing>
  a owl:Class ;
  rdfs:label "Climbing"@en, "Alpinismo"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Clothing>
  a owl:Class ;
  rdfs:label "Clothing"@en, "Abbigliamento"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Clothing_accessories>
  a owl:Class ;
  rdfs:label "Clothing Accessories"@en, "Accessori Abbigliamento"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Clothing_and_linen>
  a owl:Class ;
  rdfs:label "Clothing and Linen"@en, "Abbigliamento e Biancheria"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Clothing_children_and_infants>
  a owl:Class ;
  rdfs:label "Clothing Children and Infants"@en, "Abbigliamento Bambino"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Clothing_factory_outlet>
  a owl:Class ;
  rdfs:label "Clothing factory outlet"@en, "Spacci outlet abbigliamento"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Coast_guard_harbormaster>
  a owl:Class ;
  rdfs:label "Coast guard harbormaster"@en, "Guardia costiera capitaneria di porto"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Emergency> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Coffee_rosters>
  a owl:Class ;
  rdfs:label "Coffee Rosters"@en, "Torrefazioni"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Coke_and_petroleum_derivatives>
  a owl:Class ;
  rdfs:label "Coke and Petroleum Derivatives"@en, "Coke e Petroliferi Derivati"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Combined_facilities_support_activities>
  a owl:Class ;
  rdfs:label "Combined facilities support activities"@en, "Servizi integrati di gestione agli edifici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Commissariat_of_public_safety>
  a owl:Class ;
  rdfs:label "Commissariat of public safety"@en, "Commissariato di pubblica sicurezza"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Emergency> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Community_centre>
  a owl:Class ;
  rdfs:label "Community centre"@en, "Centri diurni"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Computer_data_processing>
  a owl:Class ;
  rdfs:label "Computer data processing"@en, "Elaborazione dati"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Computer_programming_and_consultancy>
  a owl:Class ;
  rdfs:label "Computer programming and consultancy"@en, "Programmazione e consulenza computer"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Computer_systems>
  a owl:Class ;
  rdfs:label "Computer Systems"@en, "Informatica"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Computer_technician>
  a owl:Class ;
  rdfs:label "Computer technician"@en, "Riparazione computer e periferiche"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Conservatory>
  a owl:Class ;
  rdfs:label "Conservatory"@en, "Conservatorio"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Consulate>
  a owl:Class ;
  rdfs:label "Consulate"@en, "Consolato"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#GovernmentOffice> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Consulting_services>
  a owl:Class ;
  rdfs:label "Consulting services"@en, "Servizi di Consulenza"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Controlled_parking_zone>
  a owl:Class ;
  rdfs:label "Controlled parking zone"@en, "Zona a sosta controllata"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Corps_of_forest_rangers>
  a owl:Class ;
  rdfs:label "Corps of forest rangers"@en, "Corpo forestale dello stato"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Emergency> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Courier>
  a owl:Class ;
  rdfs:label "Courier"@en, "Corriere espresso"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Credit_collection_agencies>
  a owl:Class ;
  rdfs:label "Credit collection agencies"@en, "Agenzie recupero crediti"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Crop_animal_production_hunting>
  a owl:Class ;
  rdfs:label "Crop Animal Production Hunting"@en, "Produzione Animali, Vegetali e Caccia"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#AgricultureAndLivestock> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Crop_production>
  a owl:Class ;
  rdfs:label "Crop Production"@en, "Produzione Vegetali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#AgricultureAndLivestock> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#CulturalActivity>
  a owl:Class ;
  rdfs:label "Cultural Activity"@en, "Attivita' Culturale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "biblioteche, archivi, musei ed altre attivita' culturali" .

<http://www.disit.org/km4city/schema#Cultural_and_recreation_goods>
  a owl:Class ;
  rdfs:label "Cultural and Recreation Goods"@en, "Articoli Culturali e Ricreativi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Cultural_centre>
  a owl:Class ;
  rdfs:label "Cultural centre"@en, "Centro culturale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Cultural_education>
  a owl:Class ;
  rdfs:label "Cultural education"@en, "Formazione culturale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Cultural_sites>
  a owl:Class ;
  rdfs:label "Cultural sites"@en, "Attivita' culturali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Curtains_and_net_curtains>
  a owl:Class ;
  rdfs:label "Curtains and Net Curtains"@en, "Tende e Tendine"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Cycle_paths>
  a owl:Class ;
  rdfs:label "Cycle paths"@en, "Ciclopercorsi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Dairy_products>
  a owl:Class ;
  rdfs:label "Dairy products"@en, "Latte e Latticini"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Dance_schools>
  a owl:Class ;
  rdfs:label "Dance schools"@en, "Scuole di danza"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Dating_service>
  a owl:Class ;
  rdfs:label "Dating service"@en, "Agenzie matrimoniali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Day_care_centre>
  a owl:Class ;
  rdfs:label "Day care centre"@en, "Centri accoglienza e case alloggio"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Accommodation> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Dentist>
  a owl:Class ;
  rdfs:label "Dentist"@en, "Dentista"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Department_of_motor_vehicles>
  a owl:Class ;
  rdfs:label "Department of motor vehicles"@en, "Motorizzazione civile"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#GovernmentOffice> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Diet_products>
  a owl:Class ;
  rdfs:label "Diet Products"@en, "Prodotti Dietetici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#DigitalLocation>
  a owl:Class ;
  rdfs:label "Digital Location"@en, "Digital Location"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "Servizi classificati dal comune di Firenze come Digital Location" .

<http://www.disit.org/km4city/schema#Dining_hall>
  a owl:Class ;
  rdfs:label "Dining hall"@en, "Mense"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#WineAndFood> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Discotheque>
  a owl:Class ;
  rdfs:label "Discotheque"@en, "Discoteca"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Discount>
  a owl:Class ;
  rdfs:label "Discount"@en, "Discount"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Disinfecting_and_exterminating_activities>
  a owl:Class ;
  rdfs:label "Disinfecting and exterminating activities"@en, "Pulizia e disinfestazione"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Environment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#District>
  a owl:Class ;
  rdfs:label "District"@en, "Quartiere"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#GovernmentOffice> ;
  rdfs:comment "Zona che rappresenta l'estensione di un quartiere" .

<http://www.disit.org/km4city/schema#Diving_school>
  a owl:Class ;
  rdfs:label "Diving school"@en, "Scuola di sub"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Doctor_office>
  a owl:Class ;
  rdfs:label "Doctor office"@en, "Ambulatorio medico"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Door_to_door>
  a owl:Class ;
  rdfs:label "Door to Door"@en, "Vendita Porta a Porta"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Drinking_fountain>
  a owl:Class ;
  rdfs:label "Drinking fountain"@en, "Fontanelle"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#WineAndFood> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#EducationAndResearch>
  a owl:Class ;
  rdfs:label "EducationAndResearch"@en, "Istruzione"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "Servizi quali scuole per ogni eta' e scuole di formazione" .

<http://www.disit.org/km4city/schema#Educational_support_activities>
  a owl:Class ;
  rdfs:label "Educational support activities"@en, "Altri servizi all'istruzione"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Emergency>
  a owl:Class ;
  rdfs:label "Emergency"@en, "Emergenze"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "Contiene tutte le classi relative ai servizi di emergenza" .

<http://www.disit.org/km4city/schema#Emergency_medical_care>
  a owl:Class ;
  rdfs:label "Emergency medical care"@en, "Guardia medica"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Emergency> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Emergency_services>
  a owl:Class ;
  rdfs:label "Emergency services"@en, "Soccorso stradale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Emergency> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Employment_exchange>
  a owl:Class ;
  rdfs:label "Employment exchange"@en, "Centro per l'impiego"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#GovernmentOffice> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Energy_supply>
  a owl:Class ;
  rdfs:label "Energy Supply"@en, "Fornitura Produzione Energia"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Engineering_consulting>
  a owl:Class ;
  rdfs:label "Engineering consulting"@en, "Studi di Ingegneria"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CivilAndEdilEngineering> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Entertainment>
  a owl:Class ;
  rdfs:label "Entertainment"@en, "Intrattenimento"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "Servizi per l'intrattenimento del cittadino" .

<http://www.disit.org/km4city/schema#Entry>
  a owl:Class ;
  rdfs:label "Entry"@en, "Accesso"@it ;
  rdfs:subClassOf geo:SpatialThing, [
    a owl:Restriction ;
    owl:onProperty geo:lat ;
    owl:maxCardinality "1"^^xsd:nonNegativeInteger
  ], [
    a owl:Restriction ;
    owl:onProperty geo:long ;
    owl:maxCardinality "1"^^xsd:nonNegativeInteger
  ] ;
  owl:disjointWith <http://www.disit.org/km4city/schema#StreetNumber> ;
  rdfs:comment "Classe le cui istanze sono i possibili ingressi ai numeri civici" .

<http://www.disit.org/km4city/schema#EntryRule>
  a owl:Class ;
  rdfs:label "Entry Rule"@en, "Regola di Acesso"@it ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#accessToElement> ;
    owl:onClass <http://www.disit.org/km4city/schema#RoadElement> ;
    owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger
  ] ;
  rdfs:comment "Classe le cui istanze sono le regole di accesso ai differenti elementi stradali" .

<http://www.disit.org/km4city/schema#Environment>
  a owl:Class ;
  rdfs:label "Environment"@en, "Ambiente"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "Servizi legati all'ambiente" .

<http://www.disit.org/km4city/schema#Equipment_for_events_and_shows_rental>
  a owl:Class ;
  rdfs:label "Equipment for events and shows rental"@en, "Noleggio attrezzature per manifestazioni e spettacoli"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Estate_activities>
  a owl:Class ;
  rdfs:label "Estate activities"@en, "Agenzia immobiliare"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Event>
  a owl:Class ;
  rdfs:label "Event"@en, "Evento"@it ;
  rdfs:subClassOf schema:Event, geo:SpatialThing ;
  owl:disjointWith <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "Eventi programmati dal comune di firenze e dintormi" .

<http://www.disit.org/km4city/schema#Extraction_of_natural_gas>
  a owl:Class ;
  rdfs:label "Extraction of natural gas"@en, "Estrazione Gas Naturale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Extraction_of_salt>
  a owl:Class ;
  rdfs:label "Extraction of salt"@en, "Estrazione di sale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#MiningAndQuarrying> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Family_counselling>
  a owl:Class ;
  rdfs:label "Family counselling"@en, "Consultori"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Farm_house>
  a owl:Class ;
  rdfs:label "Farm house"@en, "Residenza turistica alberghiera"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Accommodation> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#FinancialService>
  a owl:Class ;
  rdfs:label "Financial Service"@en, "Servizio Finanziario"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "banche, istituti monetari e altri servizi finanziari" .

<http://www.disit.org/km4city/schema#Financial_institute>
  a owl:Class ;
  rdfs:label "Financial institute"@en, "Istituto monetario"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#FinancialService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Fine_arts_articles>
  a owl:Class ;
  rdfs:label "Fine Arts Articles"@en, "Articoli Belle Arti"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Fire_brigade>
  a owl:Class ;
  rdfs:label "Fire brigade"@en, "Vigili del fuoco"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Emergency> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#First_aid>
  a owl:Class ;
  rdfs:label "First aid"@en, "Pronto soccorso"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Emergency> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Fish_and_seafood>
  a owl:Class ;
  rdfs:label "Fish and Seafood"@en, "Pescherie"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Fishing_and_aquaculture>
  a owl:Class ;
  rdfs:label "Fishing and Aquaculture"@en, "Pesca e Acquicoltura"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#AgricultureAndLivestock> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Fishing_reserve>
  a owl:Class ;
  rdfs:label "Fishing reserve"@en, "Riserve di pesca"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Flight_companies>
  a owl:Class ;
  rdfs:label "Flight Companies"@en, "Compagnie di Volo"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Flower_shop>
  a owl:Class ;
  rdfs:label "Flower shop"@en, "Fioraio"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Food_and_ice_cream_truck>
  a owl:Class ;
  rdfs:label "Food and Ice Cream Truck"@en, "Ristorazione e Gelaterie Ambulanti"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#WineAndFood> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Food_and_tobacconist>
  a owl:Class ;
  rdfs:label "Food and Tobacconist"@en, "Alimentari e Tabaccherie"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Food_manufacture>
  a owl:Class ;
  rdfs:label "Food Manufacture"@en, "Produzione Alimentare"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Food_trade>
  a owl:Class ;
  rdfs:label "Food trade"@en, "Rivendite di alimenti"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#WineAndFood> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Footwear_and_accessories>
  a owl:Class ;
  rdfs:label "Footwear and Accessories"@en, "Calzature"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Footwear_and_leather_goods>
  a owl:Class ;
  rdfs:label "Footwear and Leather Goods"@en, "Calzature e Articoli in Pelle"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Footwear_factory_outlet>
  a owl:Class ;
  rdfs:label "Footwear factory outlet"@en, "Spacci outlet calzature"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Footwear_manufacture>
  a owl:Class ;
  rdfs:label "Footwear Manufacture"@en, "Produzione Calzature"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Forestry>
  a owl:Class ;
  rdfs:label "Forestry"@en, "Silvicoltura"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Environment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Freight_transport_and_furniture_removal>
  a owl:Class ;
  rdfs:label "Freight Transport and Furniture Removal"@en, "Trasporto Merci e Traslochi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Fresh_place>
  a owl:Class ;
  rdfs:label "Fresh place"@en, "Luoghi freschi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TourismService> ;
  rdfs:comment "Luoghi in cui e' possibile sedere all'aria condizionata durante l'estate" .

<http://www.disit.org/km4city/schema#Frozen_food>
  a owl:Class ;
  rdfs:label "Frozen Food"@en, "Vendita Surgelati"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Fruit_and_vegetables>
  a owl:Class ;
  rdfs:label "Fruit and Vegetables"@en, "Frutta e Verdura"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Fuel_station>
  a owl:Class ;
  rdfs:label "Fuel station"@en, "Distributore di carburante"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Funeral>
  a owl:Class ;
  rdfs:label "Funeral"@en, "Pompe funebri"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Funeral_and_cemetery_articles>
  a owl:Class ;
  rdfs:label "Funeral and Cemetery Articles"@en, "Articoli Funerari e Cimiteriali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Fur_and_leather_clothing>
  a owl:Class ;
  rdfs:label "Fur and Leather Clothing"@en, "Pellicce Abbigliamento Pelle"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Gambling_and_betting>
  a owl:Class ;
  rdfs:label "Gambling and betting"@en, "Lotterie e scommesse"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Game_reserve>
  a owl:Class ;
  rdfs:label "Game reserve"@en, "Parco naturale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Game_room>
  a owl:Class ;
  rdfs:label "Game room"@en, "Ludoteca e biliardi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Games_and_toys>
  a owl:Class ;
  rdfs:label "Games and toys"@en, "Giochi e Giocattoli"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Garden_and_agriculture>
  a owl:Class ;
  rdfs:label "Garden and Agriculture"@en, "Giardinaggio e Agricultura"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Gardens>
  a owl:Class ;
  rdfs:label "Gardens"@en, "Giardini"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Geologists>
  a owl:Class ;
  rdfs:label "Geologists"@en, "Geologi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Environment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Gifts_and_smoking_articles>
  a owl:Class ;
  rdfs:label "Gifts and Smoking Articles"@en, "Articoli da Regalo e per Fumatori"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Golf>
  a owl:Class ;
  rdfs:label "Golf"@en, "Golf"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#GoodsYard>
  a owl:Class ;
  rdfs:label "Goods Yard"@en, "Scalo Merci"@it ;
  rdfs:subClassOf <http://www.pms.ifi.uni-muenchen.de/OTN#StopPoint>, geo:SpatialThing, [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#correspondToJunction> ;
    owl:onClass <http://www.disit.org/km4city/schema#RailwayJunction> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
  ] ;
  rdfs:comment "Scalo Merci, sono posizionati in corrispondenza di giunzioni ferroviarie con relazione 1:1" .

<http://www.disit.org/km4city/schema#GovernmentOffice>
  a owl:Class ;
  rdfs:label "Government Office"@en, "Uffici Pubblici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "Uffici aperti al pubblico" .

<http://www.disit.org/km4city/schema#Green_areas>
  a owl:Class ;
  rdfs:label "Green areas"@en, "Aree verdi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Grill>
  a owl:Class ;
  rdfs:label "Grill"@en, "Rosticceria"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#WineAndFood> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Group_practice>
  a owl:Class ;
  rdfs:label "Group practice"@en, "Poliambulatorio"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Gym_fitness>
  a owl:Class ;
  rdfs:label "Gym fitness"@en, "Palestra fitness"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Haberdashery>
  a owl:Class ;
  rdfs:label "Haberdashery"@en, "Merceria, filati"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Haircare_centres>
  a owl:Class ;
  rdfs:label "Haircare centres"@en, "Centri tricologici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Hairdressing>
  a owl:Class ;
  rdfs:label "Hairdressing"@en, "Barbieri e parrucchiere"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Hairdressing_and_beauty_treatment>
  a owl:Class ;
  rdfs:label "Hairdressing and beauty treatment"@en, "Parrucchieri e trattamenti di bellezza"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Hardware_electrical_plumbing_and_heating>
  a owl:Class ;
  rdfs:label "Hardware Electrical Plumbing and Heating"@en, "Ferramenta Elettricita' Termoidraulica"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Hardware_paints_and_glass>
  a owl:Class ;
  rdfs:label "Hardware Paints and Glass"@en, "Ferramenta Vernici Vetro"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#HealthCare>
  a owl:Class ;
  rdfs:label "Health Care"@en, "Assistenza Sanitaria"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "ospedali, studi medici, laboratori analisi e altre strutture che forniscono servizi sanitari" .

<http://www.disit.org/km4city/schema#Health_district>
  a owl:Class ;
  rdfs:label "Health district"@en, "Distretto sanitario"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Health_reservations_centre>
  a owl:Class ;
  rdfs:label "Health reservations centre"@en, "Centro unico di prenotazione"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Healthcare_centre>
  a owl:Class ;
  rdfs:label "Healthcare centre"@en, "Centri assistenza"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Helipads>
  a owl:Class ;
  rdfs:label "Helipads"@en, "Elisuperfici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Herbalists_shop>
  a owl:Class ;
  rdfs:label "Herbalist's Shop"@en, "Erboristerie"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Higher_education>
  a owl:Class ;
  rdfs:label "Higher education"@en, "Universita'"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Highway_stop>
  a owl:Class ;
  rdfs:label "Highway stop"@en, "Autogrill"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#WineAndFood> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Hippodrome>
  a owl:Class ;
  rdfs:label "Hippodrome"@en, "Ippodromo"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Historic_residence>
  a owl:Class ;
  rdfs:label "Historic residence"@en, "Residenze epoca"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Accommodation> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Historical_buildings>
  a owl:Class ;
  rdfs:label "Historical buildings"@en, "Palazzi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Holiday_village>
  a owl:Class ;
  rdfs:label "Holiday village"@en, "Villaggio vacanze"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Accommodation> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Hostel>
  a owl:Class ;
  rdfs:label "Hostel"@en, "Ostello"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Accommodation> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Hotel>
  a owl:Class ;
  rdfs:label "Hotel"@en, "Albergo hotel"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Accommodation> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Household_appliances_shop>
  a owl:Class ;
  rdfs:label "Household appliances shop"@en, "Vendita e riparazione elettrodomestici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Household_articles>
  a owl:Class ;
  rdfs:label "Household Articles"@en, "Articoli per la Casa"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Household_fuel>
  a owl:Class ;
  rdfs:label "Household Fuel"@en, "Combustibile Uso Domestico"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Household_furniture>
  a owl:Class ;
  rdfs:label "Household Furniture"@en, "Mobili per la Casa"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Household_products>
  a owl:Class ;
  rdfs:label "Household Products"@en, "Prodotti Uso Domestico"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Household_utensils>
  a owl:Class ;
  rdfs:label "Household Utensils"@en, "Prodotti per la Casa"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Human_health_activities>
  a owl:Class ;
  rdfs:label "Human health activities"@en, "Assistenza Sanitaria"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Hunting_trapping_and_services>
  a owl:Class ;
  rdfs:label "Hunting Trapping and Services"@en, "Caccia Cattura e Servizi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#AgricultureAndLivestock> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Hypermarket>
  a owl:Class ;
  rdfs:label "Hypermarket"@en, "Ipermercati"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#ICT_service>
  a owl:Class ;
  rdfs:label "ICT service"@en, "Servizi ICT"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Ice_cream_parlour>
  a owl:Class ;
  rdfs:label "Ice cream parlour"@en, "Gelateria"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#WineAndFood> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Income_revenue_authority>
  a owl:Class ;
  rdfs:label "Income revenue authority"@en, "Agenzia delle entrate"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#GovernmentOffice> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Industrial_laundries>
  a owl:Class ;
  rdfs:label "industrial laundries"@en, "Lavanderie industriali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#IndustryAndManufacturing>
  a owl:Class ;
  rdfs:label "Industry and manufacturing"@en, "Industria e produzione"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "Servizi legati all'industria e al lavoro" .

<http://www.disit.org/km4city/schema#Installation_of_industrial_machinery>
  a owl:Class ;
  rdfs:label "Installation of Industrial Machinery"@en, "Installazione Macchinari Industriali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Insurance>
  a owl:Class ;
  rdfs:label "Insurance"@en, "Assicurazione"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#FinancialService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Insurance_and_financial>
  a owl:Class ;
  rdfs:label "Insurance and financial"@en, "Assicurazione e finanziario"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#FinancialService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Internet_point_and_public_telephone>
  a owl:Class ;
  rdfs:label "Internet Point and Public Telephone"@en, "Internet Point"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Internet_service_provider>
  a owl:Class ;
  rdfs:label "Internet Service Provider"@en, "Servizi di accesso ad internet"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Investigation_activities>
  a owl:Class ;
  rdfs:label "Investigation activities"@en, "Servizi investigativi privati"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Italian_finance_police>
  a owl:Class ;
  rdfs:label "Italian finance police"@en, "Guardia di finanza"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Emergency> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Jeweller>
  a owl:Class ;
  rdfs:label "Jeweller"@en, "Riparazione orologi e gioielli"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Jewellery>
  a owl:Class ;
  rdfs:label "Jewellery"@en, "Gioielleria"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Journalist>
  a owl:Class ;
  rdfs:label "Journalist"@en, "Giornalisti indipendenti"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Junction>
  a owl:Class ;
  rdfs:label "Junction"@en, "giunzione stradale"@it ;
  rdfs:subClassOf <http://www.pms.ifi.uni-muenchen.de/OTN#Node>, geo:SpatialThing ;
  rdfs:comment "Punto di interconnessione tra segmenti di strada per disegnare un RoadElement" .

<http://www.disit.org/km4city/schema#Knitted_manufacture>
  a owl:Class ;
  rdfs:label "Knitted Manufacture"@en, "Produzione a Maglia"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Labour_consultant>
  a owl:Class ;
  rdfs:label "Labour consultant"@en, "Consulenti del lavoro"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#FinancialService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Land_transport>
  a owl:Class ;
  rdfs:label "Land Transport"@en, "Trasporti Terrestri"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Land_transport_rental>
  a owl:Class ;
  rdfs:label "Land-transport rental"@en, "Noleggio altri mezzi trasporto terrestri"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Landscape_care>
  a owl:Class ;
  rdfs:label "Landscape care"@en, "Cura del paesaggio"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Environment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Language_courses>
  a owl:Class ;
  rdfs:label "Language courses"@en, "Corsi di lingue"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Laundries_and_dry_cleaners>
  a owl:Class ;
  rdfs:label "laundries and dry cleaners"@en, "Lavenderie e tintorie"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Leasing_of_intellectual_property>
  a owl:Class ;
  rdfs:label "Leasing of intellectual property"@en, "Concessione dei diritti di sfruttamento di proprieta' intellettuale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Leather_manufacture>
  a owl:Class ;
  rdfs:label "Leather Manufacture"@en, "Produzione in Pelle"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Legal_office>
  a owl:Class ;
  rdfs:label "Legal office"@en, "Studi Legali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#FinancialService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Library>
  a owl:Class ;
  rdfs:label "Library"@en, "Biblioteca"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Lifting_and_handling_equipment_rental>
  a owl:Class ;
  rdfs:label "Lifting and handling equipment rental"@en, "Noleggio attrezzature sollevamento e movimentazione"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Lighting>
  a owl:Class ;
  rdfs:label "Lighting"@en, "Illuminazione"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Literary_cafe>
  a owl:Class ;
  rdfs:label "literary cafe"@en, "caffe letterario"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#WineAndFood> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Local_health_authority>
  a owl:Class ;
  rdfs:label "Local health authority"@en, "Asl"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Local_police>
  a owl:Class ;
  rdfs:label "Local police"@en, "Polizia municipale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Emergency> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Logistics_activities>
  a owl:Class ;
  rdfs:label "Logistics Activities"@en, "Attivita' di Logistica"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Lot>
  a owl:Class ;
  rdfs:label "TPL Lot"@en, "Lotto TPL"@it ;
  rdfs:comment "Insieme di linee TPL, individuabili a livello regionale come lotto" .

<http://www.disit.org/km4city/schema#Machinery_and_equipment_rental>
  a owl:Class ;
  rdfs:label "Machinery and Eequipment Rental"@en, "Noleggio macchinari e attrezzature "@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Machinery_repair_and_installation>
  a owl:Class ;
  rdfs:label "Machinery Repair and Installation"@en, "Riparazione Manutenzione Macchinari Utensili"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Maintenance_repair_of_motor_vehicles>
  a owl:Class ;
  rdfs:label "Maintenance Repair of Motor Vehicles"@en, "Manutenzione Riparazione Autoveicoli"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Maintenance_repair_of_motorcycles>
  a owl:Class ;
  rdfs:label "Maintenance Repair of Motorcycles"@en, "Manutenzione Riparazione Motocicli"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Management_consultancy>
  a owl:Class ;
  rdfs:label "Management consultancy"@en, "Consulenza Imprenditoriale e Gestionale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Maneuver>
  a owl:Class ;
  rdfs:label "Maneuver"@en, "Manovra"@it ;
  rdfs:subClassOf <http://www.pms.ifi.uni-muenchen.de/OTN#Manoeuver>, [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#hasFirstElem> ;
    owl:onClass <http://www.disit.org/km4city/schema#RoadElement> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
  ], [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#hasThirdElem> ;
    owl:onClass <http://www.disit.org/km4city/schema#RoadElement> ;
    owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger
  ], [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#concerningNode> ;
    owl:onClass <http://www.disit.org/km4city/schema#Node> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
  ], [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#hasSecondElem> ;
    owl:onClass <http://www.disit.org/km4city/schema#RoadElement> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
  ] ;
  rdfs:comment "Classe le cui istanze sono le possibili manovre che possono essere effettuate su un elemento stradale" .

<http://www.disit.org/km4city/schema#Manicure_and_pedicure>
  a owl:Class ;
  rdfs:label "Manicure and pedicure"@en, "Manicure e pedicure"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_basic_metals>
  a owl:Class ;
  rdfs:label "Manufacture of Basic Metals"@en, "Attivita' Metallurgiche"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_chemicals_products>
  a owl:Class ;
  rdfs:label "Manufacture of Chemicals Products"@en, "Produzione Prodotti Chimici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_clay_and_ceramic>
  a owl:Class ;
  rdfs:label "Manufacture of Clay and Ceramic"@en, "Produzione Ceramica e Terracotta"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_electrical_equipment>
  a owl:Class ;
  rdfs:label "Manufacture of Electrical Equipment"@en, "Produzione Apparecchiature Elettriche"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_electronic_products>
  a owl:Class ;
  rdfs:label "Manufacture of Electronic Products"@en, "Produzione Prodotti Elettronici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_furniture>
  a owl:Class ;
  rdfs:label "Manufacture of Furniture"@en, "Produzione Mobili"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_glass>
  a owl:Class ;
  rdfs:label "Manufacture of Glass"@en, "Produzione e Lavorazione Vetro"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_jewellery_bijouterie>
  a owl:Class ;
  rdfs:label "Manufacture of Jewellery Bijouterie"@en, "Produzione Gioielleria Bigiotteria"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_machinery_and_equipment>
  a owl:Class ;
  rdfs:label "Manufacture of Machinery and Equipment"@en, "Produzione Macchinari e Utensili"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_motor_vehicles>
  a owl:Class ;
  rdfs:label "Manufacture of Motor Vehicles"@en, "Produzione Autoveicoli"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_musical_instruments>
  a owl:Class ;
  rdfs:label "Manufacture of Musical Instruments"@en, "Produzione Strumenti Musicali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_non_metallic_mineral_products>
  a owl:Class ;
  rdfs:label "Manufacture of Non-Metallic Mineral Products"@en, "Produzione Prodotti Minerali non Metalliferi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_paper>
  a owl:Class ;
  rdfs:label "Manufacture of Paper"@en, "Industria della Carta"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_paper_products>
  a owl:Class ;
  rdfs:label "Manufacture of Paper Products"@en, "Produzione Prodotti di Carta"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_pharmaceutical_products>
  a owl:Class ;
  rdfs:label "Manufacture of Pharmaceutical Products"@en, "Produzione Prodotti Farmaceutici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_plastics_products>
  a owl:Class ;
  rdfs:label "Manufacture of Plastics Products"@en, "Produzione Prodotti di Plastica"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_refined_petroleum_products>
  a owl:Class ;
  rdfs:label "Manufacture of Refined Petroleum Products"@en, "Produzione Prodotti Petroliferi Raffinati"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_refractory_products>
  a owl:Class ;
  rdfs:label "Manufacture of Refractory Products"@en, "Produzione Prodotti Refrattari"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_rubber_and_plastics_products>
  a owl:Class ;
  rdfs:label "Manufacture of Rubber and Plastics Products"@en, "Produzione Prodotti di Gomma e Plastica"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_rubber_products>
  a owl:Class ;
  rdfs:label "Manufacture of Rubber Products"@en, "Produzione Prodotti di Gomma"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_sports_goods>
  a owl:Class ;
  rdfs:label "Manufacture of Sports Goods"@en, "Produzione Articoli Sportivi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_structural_metal_products>
  a owl:Class ;
  rdfs:label "Manufacture of Structural Metal Products"@en, "Produzione Prodotti in Metallo"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_textiles>
  a owl:Class ;
  rdfs:label "Manufacture of textiles"@en, "Industrie Tessile"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_toys_and_game>
  a owl:Class ;
  rdfs:label "Manufacture of Toys and Game"@en, "Produzione Gioattoli Giochi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_transport_equipment>
  a owl:Class ;
  rdfs:label "Manufacture of Transport Equipment"@en, "Produzione Mezzi di Trasporto"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_travel_articles>
  a owl:Class ;
  rdfs:label "Manufacture of Travel Articles"@en, "Produzione Articoli da Viaggio"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_wearing_apparel>
  a owl:Class ;
  rdfs:label "Manufacture of Wearing Apparel"@en, "Confezione Abbigliamento"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_wood>
  a owl:Class ;
  rdfs:label "Manufacture of Wood"@en, "Industria del Legno"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Manufacture_of_wood_products>
  a owl:Class ;
  rdfs:label "Manufacture of Wood Products"@en, "Produzione Prodotti in Legno"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Market_polling>
  a owl:Class ;
  rdfs:label "Market polling"@en, "Ricerche di mercato"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Advertising> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Materials_recovery>
  a owl:Class ;
  rdfs:label "Materials Recovery"@en, "Recupero Materiali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Environment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Meat_and_poultry>
  a owl:Class ;
  rdfs:label "Meat and Poultry"@en, "Carne e Pollame"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Mechanic_workshop>
  a owl:Class ;
  rdfs:label "Mechanic Workshop"@en, "Officina"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Medical_analysis_laboratories>
  a owl:Class ;
  rdfs:label "Medical analysis laboratories"@en, "Laboratori analisi mediche"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Medical_and_orthopaedic_goods>
  a owl:Class ;
  rdfs:label "Medical and Orthopaedic Goods"@en, "Articoli Medicali e Ortopedici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Mental_health_centre>
  a owl:Class ;
  rdfs:label "Mental health centre"@en, "Centri di salute mentale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Milestone>
  a owl:Class ;
  rdfs:label "milestone mileage"@en, "Cippo chilometrico"@it ;
  rdfs:subClassOf geo:SpatialThing, [
    a owl:Restriction ;
    owl:onProperty geo:long ;
    owl:maxCardinality "1"^^xsd:nonNegativeInteger
  ], [
    a owl:Restriction ;
    owl:onProperty geo:lat ;
    owl:maxCardinality "1"^^xsd:nonNegativeInteger
  ] ;
  rdfs:comment "Classe le cui istanze sono i cippi chilometrici che si trovano lungo le principali strade" .

<http://www.disit.org/km4city/schema#Minimarket>
  a owl:Class ;
  rdfs:label "Minimarket"@en, "Minimarket"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#MiningAndQuarrying>
  a owl:Class ;
  rdfs:label "Mining and quarrying"@en, "Attivita' estrattive"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "Servizi legati alle attivita' di estrazione e cave" .

<http://www.disit.org/km4city/schema#Mining_of_metal_ores>
  a owl:Class ;
  rdfs:label "Mining of metal ores"@en, "Estrazione minerali metalliferi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#MiningAndQuarrying> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Mining_support_services>
  a owl:Class ;
  rdfs:label "Mining Support Services"@en, "Servizi Industria Mineraria"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Monument_location>
  a owl:Class ;
  rdfs:label "Monument location"@en, "Luogo monumento"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Motion_picture_and_television_programme_activities>
  a owl:Class ;
  rdfs:label "Motion picture and television programme activities"@en, "Cinama e TV  Produzione e Distribuzione"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Motor_Vehicles_wholesale_and_retail>
  a owl:Class ;
  rdfs:label "Motor Vehicles Wholesale and Retail"@en, "Vendita Autoveicoli Ingrosso Dettaglio"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Motorcycles_parts_wholesale_and_retail>
  a owl:Class ;
  rdfs:label "Motorcycles Parts Wholesale and Retail"@en, "Vendita Ingrosso Dettaglio Ricambi Motocicli"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Motorcycles_wholesale_and_retail>
  a owl:Class ;
  rdfs:label "Motorcycles Wholesale and Retail"@en, "Vendita Motocicli Ingrosso Dettaglio"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Mountain_shelter>
  a owl:Class ;
  rdfs:label "Mountain shelter"@en, "Rifugi di Montagna"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Accommodation> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Municipality>
  a owl:Class ;
  rdfs:label "Municipality Administration"@en, "Amministrazione Comunale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Pa> ;
  rdfs:comment "Classe le cui istanze sono i vari comuni" .

<http://www.disit.org/km4city/schema#Museum>
  a owl:Class ;
  rdfs:label "Museum"@en, "Museo"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Music_and_video_recordings>
  a owl:Class ;
  rdfs:label "Music and Video Recordings"@en, "Registrazioni musicali e video"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Musical_instruments_and_scores>
  a owl:Class ;
  rdfs:label "Musical Instruments and Scores"@en, "Strumenti Musicali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#News_agency>
  a owl:Class ;
  rdfs:label "News agency"@en, "Agenzie di stampa"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Newspapers_and_stationery>
  a owl:Class ;
  rdfs:label "Newspapers and Stationery"@en, "Edicole e cartolerie"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Node>
  a owl:Class ;
  rdfs:label "Node"@en, "Nodo"@it ;
  rdfs:subClassOf <http://www.pms.ifi.uni-muenchen.de/OTN#Node>, geo:SpatialThing, [
    a owl:Restriction ;
    owl:onProperty geo:lat ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    owl:onDataRange xsd:float
  ], [
    a owl:Restriction ;
    owl:onProperty geo:long ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    owl:onDataRange xsd:float
  ] ;
  rdfs:comment "Classe le cui istanze sono i nodi che congiungono gli elementi stradali" .

<http://www.disit.org/km4city/schema#Non_food_large_retailers>
  a owl:Class ;
  rdfs:label "non food large retailers"@en, "Grande distribuzione non alimentare"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Non_food_products>
  a owl:Class ;
  rdfs:label "Non-Food Products"@en, "Altri Prodotti non Alimentari"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Non_specialized_wholesale_trade>
  a owl:Class ;
  rdfs:label "Non-specialized Wholesale Trade"@en, "Ingrosso Non Specializzato"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Wholesale> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Observation>
  a owl:Class ;
  rdfs:label "Observation"@en, "Osservazione"@it ;
  rdfs:comment "Singolo sensore per osservare velocita', traffico, concentrazione o densita'" .

<http://www.disit.org/km4city/schema#Office_Furniture>
  a owl:Class ;
  rdfs:label "Office Furniture"@en, "Mobili per Ufficio"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Office_administrative_and_support_activities>
  a owl:Class ;
  rdfs:label "Office administrative and support activities"@en, "Supporto per le funzioni d'ufficio"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Operation_of_casinos>
  a owl:Class ;
  rdfs:label "Operation of casinos"@en, "Slot Machines"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Optics_and_photography>
  a owl:Class ;
  rdfs:label "Optics and Photography"@en, "Ottica e Fotografia"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Organization_of_conventions_and_trade_shows>
  a owl:Class ;
  rdfs:label "Organization of conventions and trade shows"@en, "Organizzazione di convegni e fiere"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Other_accommodation>
  a owl:Class ;
  rdfs:label "Other Accommodation"@en, "Altre sistemazioni"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Accommodation> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Other_broadcasting>
  a owl:Class ;
  rdfs:label "Other broadcasting"@en, "Altre emittenti"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Other_goods>
  a owl:Class ;
  rdfs:label "Other Goods"@en, "Articoli Vari"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Other_manufacturing>
  a owl:Class ;
  rdfs:label "Other Manufacturing"@en, "Altre Industrie Manifatturiere"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Other_mining_and_quarrying>
  a owl:Class ;
  rdfs:label "Other mining and quarrying"@en, "Estrazione di altri minerali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#MiningAndQuarrying> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Other_office>
  a owl:Class ;
  rdfs:label "Other Office"@en, "Altri Uffici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#GovernmentOffice> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Other_retail_sale>
  a owl:Class ;
  rdfs:label "Other Retail Sale"@en, "Altri Esercizi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Other_specialized_construction>
  a owl:Class ;
  rdfs:label "Other Specialized Construction"@en, "Altri Lavori Costruzione Specializzati"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CivilAndEdilEngineering> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Other_specialized_wholesale>
  a owl:Class ;
  rdfs:label "Other Specialized Wholesale"@en, "Ingrosso Specializzato"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Wholesale> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Other_telecommunications_activities>
  a owl:Class ;
  rdfs:label "Other Telecommunications Activities"@en, "Servizi di telecomunicazione"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Pa>
  a owl:Class ;
  rdfs:label "Public Administration"@en, "Pubblica Amministrazione"@it ;
  rdfs:subClassOf foaf:Organization ;
  rdfs:comment "Comuni, regioni e provincie" .

<http://www.disit.org/km4city/schema#Packaging_activities>
  a owl:Class ;
  rdfs:label "Packaging activities"@en, "Imballaggio e confezionamento"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Paramedical_activities>
  a owl:Class ;
  rdfs:label "Paramedical activities"@en, "Attivita' paramediche"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Parties_and_ceremonies>
  a owl:Class ;
  rdfs:label "Parties and ceremonies"@en, "Organizzazione feste e cerimonie"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Passenger_air_transport>
  a owl:Class ;
  rdfs:label "Passenger Air Transport"@en, "Trasporto Aereo"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Pastry_shop>
  a owl:Class ;
  rdfs:label "Pastry shop"@en, "Pasticceria"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#WineAndFood> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Path>
  a owl:Class ;
  rdfs:label "String Service"@en, "Servizio con forma lineare"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "Servizi rappresentati da una spezzata" .

<http://www.disit.org/km4city/schema#Pedestrian_zone>
  a owl:Class ;
  rdfs:label "pedestrian zone"@en, "area pedonale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TourismService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Performing_arts_schools>
  a owl:Class ;
  rdfs:label "Performing arts schools"@en, "Conservatori e accademie"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Perfumery_and_cosmetic_articles>
  a owl:Class ;
  rdfs:label "Perfumery and Cosmetic Articles"@en, "Profumeria Cosmetica"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Personal_and_household_goods_rental>
  a owl:Class ;
  rdfs:label "Personal and household goods rental"@en, "Noleggio di beni personali e per la casa"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Personal_service_activities>
  a owl:Class ;
  rdfs:label "Personal service activities"@en, "Servizi alla persona"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Pet_care_services>
  a owl:Class ;
  rdfs:label "Pet care services"@en, "Toilette animali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Pet_shop>
  a owl:Class ;
  rdfs:label "Pet Shop"@en, "Negozio di Animali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Petroleum_and_natural_gas_extraction>
  a owl:Class ;
  rdfs:label "Petroleum and natural gas extraction"@en, "Estrazione petrolio e gas natuale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#MiningAndQuarrying> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Pharmaceuticals>
  a owl:Class ;
  rdfs:label "Pharmaceuticals"@en, "Prodotti Farmaceutici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Pharmacy>
  a owl:Class ;
  rdfs:label "Pharmacy"@en, "Farmacia"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Photographic_activities>
  a owl:Class ;
  rdfs:label "Photographic activities"@en, "Fotografia e studi fotografici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Photovoltaic_system>
  a owl:Class ;
  rdfs:label "Photovoltaic system"@en, "Impianti fotovoltaici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Environment> ;
  rdfs:comment "geolocalizzazione degli impianti fotovoltaici funzionanti" .

<http://www.disit.org/km4city/schema#Physical_therapy_centre>
  a owl:Class ;
  rdfs:label "Physical therapy centre"@en, "Centri di riabilitazione"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Pizzeria>
  a owl:Class ;
  rdfs:label "Pizzeria"@en, "Pizzeria"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#WineAndFood> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Poison_control_centre>
  a owl:Class ;
  rdfs:label "Poison control centre"@en, "Centro antiveleni"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Police_headquarters>
  a owl:Class ;
  rdfs:label "Police headquarters"@en, "Questura"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#GovernmentOffice> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Pool>
  a owl:Class ;
  rdfs:label "Pool"@en, "Piscina"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Post_secondary_education>
  a owl:Class ;
  rdfs:label "Post-secondary education"@en, "Istruzione e formazione tecnica superiore (IFTS)"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Postal_and_courier_activities>
  a owl:Class ;
  rdfs:label "Postal and Courier Activities"@en, "Poste e Corrieri"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Postal_office>
  a owl:Class ;
  rdfs:label "Postal office"@en, "Ufficio postale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#GovernmentOffice> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Pre_primary_education>
  a owl:Class ;
  rdfs:label "Pre-primary education"@en, "Scuole dell'infanzia"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Prefecture>
  a owl:Class ;
  rdfs:label "Prefecture"@en, "Prefettura"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#GovernmentOffice> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Primary_education>
  a owl:Class ;
  rdfs:label "Primary education"@en, "Scuole elementari"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Printing_and_recorded_media>
  a owl:Class ;
  rdfs:label "Printing and Recorded Media"@en, "Stampa e Supporti Registrati"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Printing_and_services>
  a owl:Class ;
  rdfs:label "Printing and Services"@en, "Stampa e Servizi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Private_clinic>
  a owl:Class ;
  rdfs:label "Private clinic"@en, "Clinica privata"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Private_high_school>
  a owl:Class ;
  rdfs:label "Private high school"@en, "Licei privati"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Private_infant_school>
  a owl:Class ;
  rdfs:label "Private infant school"@en, "Scuole materne private"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Private_junior_high_school>
  a owl:Class ;
  rdfs:label "Private junior high school"@en, "Scuole medie private"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Private_junior_school>
  a owl:Class ;
  rdfs:label "Private junior school"@en, "Scuole elementari private"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Private_polytechnic_school>
  a owl:Class ;
  rdfs:label "Private polytechnic school"@en, "Istituti tecnici privati"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Private_preschool>
  a owl:Class ;
  rdfs:label "Private preschool"@en, "Nidi privati"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Private_professional_institute>
  a owl:Class ;
  rdfs:label "Private professional institute"@en, "Istituti professionali privati"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Private_security>
  a owl:Class ;
  rdfs:label "Private security"@en, "Vigilanza privata"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Province>
  a owl:Class ;
  rdfs:label "Provincial Administration"@en, "Amministrazione Provinciale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Pa> ;
  rdfs:comment "Classe le cui istanze sono le varie provincie" .

<http://www.disit.org/km4city/schema#Psychologists>
  a owl:Class ;
  rdfs:label "Psychologists"@en, "Psicologi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#PublicTransportLine>
  a owl:Class ;
  rdfs:label "Bus Line"@en, "Public Transport Line"@en, "Linea TPL"@it, "Linea bus"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting>, <http://www.pms.ifi.uni-muenchen.de/OTN#Line> ;
  rdfs:comment "Linea di una certa azienda TPL", "Servizio associato alla visualizzazione delle linee ATAF con le relative fermate" .

<http://www.disit.org/km4city/schema#Public_high_school>
  a owl:Class ;
  rdfs:label "Public high school"@en, "Licei pubblici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Public_hospital>
  a owl:Class ;
  rdfs:label "Public hospital"@en, "Ospedale pubblico"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Public_infant_school>
  a owl:Class ;
  rdfs:label "Public infant school"@en, "Scuole materne pubbliche"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Public_junior_high_school>
  a owl:Class ;
  rdfs:label "Public junior high school"@en, "Scuole medie pubbliche"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Public_junior_school>
  a owl:Class ;
  rdfs:label "Public junior school"@en, "Scuole elementari pubbliche"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Public_polytechnic_school>
  a owl:Class ;
  rdfs:label "Public polytechnic school"@en, "Istituti tecnici pubblici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Public_professional_institute>
  a owl:Class ;
  rdfs:label "Public professional institute"@en, "Istituti professionali pubblici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Public_university>
  a owl:Class ;
  rdfs:label "Public university"@en, "Universita pubbliche"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Publishing_activities>
  a owl:Class ;
  rdfs:label "Publishing activities"@en, "Editoria"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Quality_control_and_certification>
  a owl:Class ;
  rdfs:label "Quality Control and Certification"@en, "Certificazione e controllo qualita'"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Quarrying_of_stone_sand_and_clay>
  a owl:Class ;
  rdfs:label "Quarrying of stone sand and clay"@en, "Estrazione di pietra, sabbia e argilla"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#MiningAndQuarrying> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#RTZgate>
  a owl:Class ;
  rdfs:label "RTZ gate"@en, "Varco ZTL"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Radio_broadcasting>
  a owl:Class ;
  rdfs:label "Radio broadcasting"@en, "Emittenti Radio"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Rafting_kayak>
  a owl:Class ;
  rdfs:label "Rafting kayak"@en, "Rafting canoa e kayak"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#RailwayDirection>
  a owl:Class ;
  rdfs:label "Railway Direction"@en, "Direttiva Ferroviaria"@it ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#consistOfElement> ;
    owl:onClass <http://www.disit.org/km4city/schema#RailwayElement> ;
    owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger
  ] ;
  owl:disjointWith <http://www.disit.org/km4city/schema#RailwayElement> ;
  rdfs:comment "Classe le cui istanze sono le direttive ferroviarie" .

<http://www.disit.org/km4city/schema#RailwayElement>
  a owl:Class ;
  rdfs:label "Railway Element"@en, "Elemento Ferroviario"@it ;
  rdfs:subClassOf <http://www.opengis.net/ont/geosparql#Feature>, <http://www.pms.ifi.uni-muenchen.de/OTN#Edge>, [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#endAtJunction> ;
    owl:onClass <http://www.disit.org/km4city/schema#RailwayJunction> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
  ], [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#startAtJunction> ;
    owl:onClass <http://www.disit.org/km4city/schema#RailwayJunction> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
  ] ;
  owl:disjointWith <http://www.disit.org/km4city/schema#RailwayLine>, <http://www.disit.org/km4city/schema#RailwaySection> ;
  rdfs:comment "Classe le cui istanze sono gli elementi che compongono le tratte, le sezioni o le linee ferroviarie" .

<http://www.disit.org/km4city/schema#RailwayJunction>
  a owl:Class ;
  rdfs:label "Railway Junction"@en, "Giunzione Ferroviaria"@it ;
  rdfs:subClassOf <http://www.pms.ifi.uni-muenchen.de/OTN#Node>, geo:SpatialThing ;
  rdfs:comment "2 giunzioni delimitano un elemento ferroviario e rappresentano stazioni ferroviarie o scali merce" .

<http://www.disit.org/km4city/schema#RailwayLine>
  a owl:Class ;
  rdfs:label "Railway Line"@en, "Linea Ferroviaria"@it ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#hasElement> ;
    owl:onClass <http://www.disit.org/km4city/schema#RailwayElement> ;
    owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger
  ] ;
  rdfs:comment "Classe le cui istanze sono le linee ferroviarie" .

<http://www.disit.org/km4city/schema#RailwaySection>
  a owl:Class ;
  rdfs:label "Railway Section"@en, "Sezione Ferroviaria"@it ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#isComposedByElement> ;
    owl:onClass <http://www.disit.org/km4city/schema#RailwayElement> ;
    owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger
  ] ;
  rdfs:comment "Classe le cui istanze sono le sezioni ferroviarie" .

<http://www.disit.org/km4city/schema#Recreation_room>
  a owl:Class ;
  rdfs:label "Recreation room"@en, "Sala gioco"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Recreational_and_sports_goods_rental>
  a owl:Class ;
  rdfs:label "Recreational and Sports Goods rental"@en, "Noleggio  attrezzature sportive e ricreative"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Recruitment>
  a owl:Class ;
  rdfs:label "Recruitment"@en, "Ricerca e Selezione personale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Red_cross>
  a owl:Class ;
  rdfs:label "Red cross"@en, "Croce rossa"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Region>
  a owl:Class ;
  rdfs:label "Regional Administration"@en, "Amministrazione Regionale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Pa> ;
  rdfs:comment "Classe le cui istanze sono le varie regioni" .

<http://www.disit.org/km4city/schema#RegularService>
  a owl:Class ;
  rdfs:label "Regular Service"@en, "Servizio Regolare"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "servizi che possono avere altre caratteristiche, rappresentate come servizi trasversali" .

<http://www.disit.org/km4city/schema#Religiuos_guest_house>
  a owl:Class ;
  rdfs:label "Religiuos guest house"@en, "Casa per ferie"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Accommodation> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Repair>
  a owl:Class ;
  rdfs:label "Repair"@en, "Riparazioni"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Repair_musical_instruments>
  a owl:Class ;
  rdfs:label "Repair musical instruments"@en, "Riparazione strumenti musicali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Repair_of_communication_equipment>
  a owl:Class ;
  rdfs:label "Repair of communication equipment"@en, "Riparazione telefoni, cellulari, fax"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Repair_of_consumer_electronics>
  a owl:Class ;
  rdfs:label "Repair of consumer electronics"@en, "Riparazione Tv, video e audio"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Repair_of_footwear_and_leather_goods>
  a owl:Class ;
  rdfs:label "Repair of footwear and leather goods"@en, "Riparazione calzature e articolo da viaggio"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Repair_of_garden_equipment>
  a owl:Class ;
  rdfs:label "Repair of garden equipment"@en, "Riparazione articoli giardinaggio"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Repair_of_home_equipment>
  a owl:Class ;
  rdfs:label "Repair of home equipment"@en, "Riparazione articoli per la casa"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Repair_of_household_appliances>
  a owl:Class ;
  rdfs:label "Repair of household appliances"@en, "Riparazione elettrodomestici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Repair_of_sporting_goods>
  a owl:Class ;
  rdfs:label "Repair of sporting goods"@en, "Riparazione articoli sportivi e da campeggio"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Reporting_agencies>
  a owl:Class ;
  rdfs:label "Reporting agencies"@en, "Agenzie di informazioni commerciali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Reproduction_recorded_media>
  a owl:Class ;
  rdfs:label "Reproduction Recorded Media"@en, "Riproduzione Supporti Registrati"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Research_and_development>
  a owl:Class ;
  rdfs:label "Research and development"@en, "Ricerca e Sviluppo"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Residential_care_activities>
  a owl:Class ;
  rdfs:label "Residential care activities"@en, "Assistenza residenziale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Resolution>
  a owl:Class ;
  rdfs:label "Resolution"@en, "Delibera"@it ;
  rdfs:comment "Delibera approvata da una qualche Pa" .

<http://www.disit.org/km4city/schema#Rest_home>
  a owl:Class ;
  rdfs:label "Rest home"@en, "Casa di riposo"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Accommodation> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Restaurant>
  a owl:Class ;
  rdfs:label "Restaurant"@en, "Ristorante"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#WineAndFood> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Restorers>
  a owl:Class ;
  rdfs:label "Restorers"@en, "Restauratori"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Retail_motor_vehicles_parts>
  a owl:Class ;
  rdfs:label "Retail Motor Vehicles Parts"@en, "Vendita Dettaglio Ricambi Autoveicoli"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Retail_sale_non_specialized_stores>
  a owl:Class ;
  rdfs:label "Retail Sale Non-Specialized Stores"@en, "Vendita Dettaglio Esercizi Non Specializzati"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Retail_trade>
  a owl:Class ;
  rdfs:label "Retail Trade"@en, "Vendita Dettaglio"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Ride>
  a owl:Class ;
  rdfs:label "Ride"@en, "Corsa"@it ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#scheduledOnLine> ;
    owl:onClass <http://www.disit.org/km4city/schema#PublicTransportLine> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
  ] ;
  owl:disjointWith <http://www.disit.org/km4city/schema#Route> ;
  rdfs:comment "Corsa programmata da una certa azienda TPL su un certo percorso di una certa linea" .

<http://www.disit.org/km4city/schema#Riding_stables>
  a owl:Class ;
  rdfs:label "Riding stables"@en, "Maneggi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Road>
  a owl:Class ;
  rdfs:label "Road"@en, "Strada"@it ;
  rdfs:subClassOf <http://www.pms.ifi.uni-muenchen.de/OTN#Road> ;
  owl:disjointWith <http://www.disit.org/km4city/schema#RoadElement> ;
  rdfs:comment "Classe le cui istanze sono le strade" .

<http://www.disit.org/km4city/schema#RoadElement>
  a owl:Class ;
  rdfs:label "Road element"@en, "Elemento Stradale"@it ;
  rdfs:subClassOf <http://www.pms.ifi.uni-muenchen.de/OTN#Edge>, <http://www.pms.ifi.uni-muenchen.de/OTN#Road_Element>, [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#endsAtNode> ;
    owl:onClass <http://www.disit.org/km4city/schema#Node> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
  ], [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#startsAtNode> ;
    owl:onClass <http://www.disit.org/km4city/schema#Node> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
  ] ;
  rdfs:comment "Classe le cui istanze sono gli elementi che compongono le strade" .

<http://www.disit.org/km4city/schema#RoadLink>
  a owl:Class ;
  rdfs:label "RoadLink"@en, "tratto di strada lineare"@it ;
  rdfs:subClassOf <http://www.pms.ifi.uni-muenchen.de/OTN#Edge>, [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#endingJunction> ;
    owl:onClass <http://www.disit.org/km4city/schema#Junction> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
  ], [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#startingJunction> ;
    owl:onClass <http://www.disit.org/km4city/schema#Junction> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
  ] ;
  rdfs:comment "Tratto di strada lineare delimitato da due giunzioni che compone il road element" .

<http://www.disit.org/km4city/schema#Rope_cord_and_twine>
  a owl:Class ;
  rdfs:label "Rope cord and twine"@en, "Corde, funi e sacchi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Route>
  a owl:Class ;
  rdfs:label "Route"@en, "Percorso"@it ;
  rdfs:subClassOf <http://www.pms.ifi.uni-muenchen.de/OTN#Route>, [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#hasFirstSection> ;
    owl:onClass <http://www.disit.org/km4city/schema#RouteSection> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
  ], [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#hasFirstStop> ;
    owl:onClass <http://www.disit.org/km4city/schema#BusStop> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
  ], [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#hasSection> ;
    owl:minCardinality "1"^^xsd:nonNegativeInteger
  ] ;
  rdfs:comment "Percorso che percorre un mezzo di trasporto pubblico" .

<http://www.disit.org/km4city/schema#RouteJunction>
  a owl:Class ;
  rdfs:label "Route Junction"@en, "giunzione dei percorsi"@it ;
  rdfs:subClassOf <http://www.pms.ifi.uni-muenchen.de/OTN#Node>, geo:SpatialThing ;
  rdfs:comment "Punto di interconnessione tra segmenti di strada per determinare il percorso di una linea di TPL" .

<http://www.disit.org/km4city/schema#RouteLink>
  a owl:Class ;
  rdfs:label "RouteLink"@en, "strada di collegamento"@it ;
  rdfs:subClassOf <http://www.pms.ifi.uni-muenchen.de/OTN#Edge>, [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#beginsAtJunction> ;
    owl:onClass <http://www.disit.org/km4city/schema#RouteJunction> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
  ], [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#finishesAtJunction> ;
    owl:onClass <http://www.disit.org/km4city/schema#RouteJunction> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
  ] ;
  rdfs:comment "Tratto di strada delimitato da due TPL junction che determina il percorso di una linea TPL" .

<http://www.disit.org/km4city/schema#RouteSection>
  a owl:Class ;
  rdfs:label "Route Section"@en, "Sezione di percorso"@it ;
  rdfs:subClassOf <http://www.pms.ifi.uni-muenchen.de/OTN#RouteSection>, [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#endsAtStop> ;
    owl:onClass <http://www.disit.org/km4city/schema#BusStop> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
  ], [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#startsAtStop> ;
    owl:onClass <http://www.disit.org/km4city/schema#BusStop> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
  ] ;
  rdfs:comment "Tratto di strada compreso tra due successive fermate dell'autobus di una certa linea" .

<http://www.disit.org/km4city/schema#Sailing_school>
  a owl:Class ;
  rdfs:label "Sailing school"@en, "Scuola di vela"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Sale_motor_vehicles_parts>
  a owl:Class ;
  rdfs:label "Sale Motor Vehicles Parts"@en, "Vendita Ricambi Autoveicoli"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Sale_of_motor_vehicles>
  a owl:Class ;
  rdfs:label "Sale of Motor Vehicles"@en, "Vendita Autoveicoli"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Sale_of_motor_vehicles_and_motorcycles>
  a owl:Class ;
  rdfs:label "Sale of Motor Vehicles and Motorcycles"@en, "Vendita Autoveicoli Motocicli"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Sale_of_motorcycles>
  a owl:Class ;
  rdfs:label "Sale of Motorcycles"@en, "Vendita Motocicli"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Sale_via_mail_order_houses_or_via_internet>
  a owl:Class ;
  rdfs:label "Sale Via Mail Order Houses or Via Internet"@en, "Vendita per Corrispondenza o via Internet"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Sandwich_shop_pub>
  a owl:Class ;
  rdfs:label "Sandwich shop pub"@en, "Paninoteche pubs"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#WineAndFood> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Sanitary_equipment>
  a owl:Class ;
  rdfs:label "Sanitary Equipment"@en, "Articoli Igienico-Sanitari"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Sawmilling>
  a owl:Class ;
  rdfs:label "Sawmilling"@en, "Segherie"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Second_hand_books>
  a owl:Class ;
  rdfs:label "Second-Hand Books"@en, "Libri Usati"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Second_hand_goods>
  a owl:Class ;
  rdfs:label "Second-Hand Goods"@en, "Articoli Usati"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Secondary_education>
  a owl:Class ;
  rdfs:label "Secondary education"@en, "Scuole medie, licei e istituti tecnici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Secretarial_support_services>
  a owl:Class ;
  rdfs:label "Secretarial support services"@en, "Supporto di segreteria"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Security_systems>
  a owl:Class ;
  rdfs:label "Security systems"@en, "Allarmi e sistemi di sicurezza"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Security_systems_service>
  a owl:Class ;
  rdfs:label "Security systems service"@en, "Sistemi di sicurezza"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Senior_centre>
  a owl:Class ;
  rdfs:label "Senior centre"@en, "Ricoveri"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#SensorSite>
  a owl:Class ;
  rdfs:label "Sensor"@en, "Traffic sensor"@en, "Sensori del traffico"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting>, geo:SpatialThing ;
  rdfs:comment "Singolo sensore per osservare velocita', traffico, concentrazione o densita'", "Sensore stradale che rilascia info sul traffico" .

<http://www.disit.org/km4city/schema#SensorSiteTable>
  a owl:Class ;
  rdfs:label "Sensor Site Table"@en, "Tabella di sensori"@it ;
  rdfs:comment "Insieme di sensori che rappresentano un unica installazione, un unico sito" .

<http://www.disit.org/km4city/schema#Service>
  a owl:Class ;
  rdfs:label "Service"@en, "Servizio"@it ;
  rdfs:subClassOf <http://www.opengis.net/ont/geosparql#Feature>, <http://www.pms.ifi.uni-muenchen.de/OTN#Service>, geo:SpatialThing ;
  rdfs:comment "attivita' commerciali, servizi al cittadino, uffici...che possono essere localizzati in un punto" .

<http://www.disit.org/km4city/schema#Sewerage>
  a owl:Class ;
  rdfs:label "Sewerage"@en, "Rete Fognaria"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Environment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Sexy_shop>
  a owl:Class ;
  rdfs:label "Sexy Shop"@en, "Sexy Shop"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#ShoppingAndService>
  a owl:Class ;
  rdfs:label "Shopping and service"@en, "Shopping e servizi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "negozi, centri commerciali, spacci, ogni forma di attivita' di vendita al pubblico" .

<http://www.disit.org/km4city/schema#Shopping_centre>
  a owl:Class ;
  rdfs:label "Shopping centre"@en, "Centri Commerciali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Single_brand_store>
  a owl:Class ;
  rdfs:label "Single brand store"@en, "Negozi monomarca"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#SituationRecord>
  a owl:Class ;
  rdfs:label "Situation Record of a Car Park"@en, "Situazione di un parcheggio"@it ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#relatedToSensor> ;
    owl:onClass <http://www.disit.org/km4city/schema#CarParkSensor> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
  ] ;
  rdfs:comment "Registrazione della situazione di occupazione di un determinato parcheggio in un certo istante" .

<http://www.disit.org/km4city/schema#Ski_school>
  a owl:Class ;
  rdfs:label "Ski school"@en, "Scuola di sci"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Skiing_facility>
  a owl:Class ;
  rdfs:label "Skiing facility"@en, "Impianti sciistici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Small_household_appliances>
  a owl:Class ;
  rdfs:label "Small Household Appliances"@en, "Piccoli Elettrodomestici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Small_shop>
  a owl:Class ;
  rdfs:label "Small shop"@en, "Bottega"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#WineAndFood> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Social_centre>
  a owl:Class ;
  rdfs:label "Social centre"@en, "Centro sociale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Social_security_service_office>
  a owl:Class ;
  rdfs:label "Social security service office"@en, "Ufficio inps"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#GovernmentOffice> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Social_work>
  a owl:Class ;
  rdfs:label "Social work"@en, "Assistenza sociale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Software_publishing>
  a owl:Class ;
  rdfs:label "Software publishing"@en, "Editoria Software"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Sound_recording_and_music_publishing>
  a owl:Class ;
  rdfs:label "Sound Recording and Music Publishing"@en, "Registrazione sonora e editoria musicale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Souvenirs_Craftwork_and_religious_articles>
  a owl:Class ;
  rdfs:label "Souvenirs Craftwork and Religious Articles"@en, "Souvenir Artigianato e Articoli Religiosi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Specialized_construction>
  a owl:Class ;
  rdfs:label "Specialized Construction"@en, "Lavori Costruzione Specializzati"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CivilAndEdilEngineering> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Specialized_design>
  a owl:Class ;
  rdfs:label "Specialized Design"@en, "Grafici e disegnatori"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Sport_event_promoters>
  a owl:Class ;
  rdfs:label "Sport event promoters"@en, "Organizzazione eventi sportivi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Sporting_equipment>
  a owl:Class ;
  rdfs:label "Sporting Equipment"@en, "Articoli Sportivi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Sports_and_recreation_education>
  a owl:Class ;
  rdfs:label "Sports and recreation education"@en, "Corsi sportivi e ricreativi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Sports_clubs>
  a owl:Class ;
  rdfs:label "Sports clubs"@en, "Societa' sportive"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Sports_facility>
  a owl:Class ;
  rdfs:label "Sports facility"@en, "Impianti sportivi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Entertainment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Squares>
  a owl:Class ;
  rdfs:label "Squares"@en, "Piazze"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Stalls_and_markets>
  a owl:Class ;
  rdfs:label "Stalls and Markets"@en, "Vendita Ambulante"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Stalls_and_markets_of_clothing_and_footwear>
  a owl:Class ;
  rdfs:label "Stalls and Markets of Clothing and Footwear"@en, "Vendita Ambulante Abbigliamento e Calzature"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Stalls_and_markets_of_food>
  a owl:Class ;
  rdfs:label "Stalls and Markets of Food"@en, "Vendita Ambulante Alimentari"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Stalls_and_markets_other_goods>
  a owl:Class ;
  rdfs:label "Stalls and Markets Other Goods"@en, "Vendita Ambulante Altri Prodotti"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Stamps_and_coins>
  a owl:Class ;
  rdfs:label "Stamps and Coins"@en, "Filatelia e Numismatica"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#StatisticalData>
  a owl:Class ;
  rdfs:label "StatisticalData"@en, "Dato statistico"@it ;
  rdfs:comment "Valore che fa riferimento ad un dato statistico legato ad una strada o ad una Pa" .

<http://www.disit.org/km4city/schema#Stone_processing>
  a owl:Class ;
  rdfs:label "Stone Processing"@en, "Lavorazione Pietra"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#StreetNumber>
  a owl:Class ;
  rdfs:label "Street Number"@en, "Numero Civico"@it ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#belongToRoad> ;
    owl:onClass <http://www.disit.org/km4city/schema#Road> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
  ] ;
  rdfs:comment "Classe le cui istanze sono i numeri civici conosciuti" .

<http://www.disit.org/km4city/schema#Street_sweeping>
  a owl:Class ;
  rdfs:label "Street sweeping"@en, "Pulizia aree pubbliche e strade"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Environment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Summer_camp>
  a owl:Class ;
  rdfs:label "Summer camp"@en, "Colonie per ragazzi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Accommodation> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Summer_residence>
  a owl:Class ;
  rdfs:label "Summer residence"@en, "casa per vacanze"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Accommodation> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Supermarket>
  a owl:Class ;
  rdfs:label "Supermarket"@en, "Supermercato"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Support_activities_for_transportation>
  a owl:Class ;
  rdfs:label "Support Activities for Transportation"@en, "Attivita' di Supporto ai trasporti"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Support_animal_production>
  a owl:Class ;
  rdfs:label "Support Animal Production"@en, "Supporto Produzione Animali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#AgricultureAndLivestock> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Surveyor>
  a owl:Class ;
  rdfs:label "Surveyor"@en, "Geometri"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CivilAndEdilEngineering> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Sushi_bar>
  a owl:Class ;
  rdfs:label "Sushi bar"@en, "Sushi bar"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#WineAndFood> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Take_away>
  a owl:Class ;
  rdfs:label "Take Away"@en, "Take Away"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#WineAndFood> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Tannery>
  a owl:Class ;
  rdfs:label "Tannery"@en, "Conceria"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Tattoo_and_piercing>
  a owl:Class ;
  rdfs:label "Tattoo and piercing"@en, "Tatuaggio e piercing"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Tax_advice>
  a owl:Class ;
  rdfs:label "Tax advice"@en, "Centri assistenza fiscale (CAF)"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#FinancialService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Taxi_company>
  a owl:Class ;
  rdfs:label "Taxi Company"@en, "Taxi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Taxi_park>
  a owl:Class ;
  rdfs:label "Taxi park"@en, "Aree sosta taxi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Technical_consultants>
  a owl:Class ;
  rdfs:label "Technical consultants"@en, "Studi Tecnici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CivilAndEdilEngineering> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Technical_testing>
  a owl:Class ;
  rdfs:label "Technical testing"@en, "Collaudi tecnici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Telecommunications>
  a owl:Class ;
  rdfs:label "Telecommunications"@en, "Telefonia e Telecomunicazioni"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Television_broadcasting>
  a owl:Class ;
  rdfs:label "Television broadcasting"@en, "Emittenti Televisive"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Temp_agency>
  a owl:Class ;
  rdfs:label "Temp agency"@en, "Agenzie Interinali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Textile_manufacturing>
  a owl:Class ;
  rdfs:label "Textile Manufacturing"@en, "Produzione Tessile"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Textiles_products>
  a owl:Class ;
  rdfs:label "Textiles Products"@en, "Prodotti Tessili"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Theatre>
  a owl:Class ;
  rdfs:label "Theatre"@en, "Teatro"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Ticket_sale>
  a owl:Class ;
  rdfs:label "Ticket sale"@en, "Rivendita biglietti"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TourismService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Tobacco_industry>
  a owl:Class ;
  rdfs:label "Tobacco Industry"@en, "Industria del Tabacco"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Tobacco_shop>
  a owl:Class ;
  rdfs:label "Tobacco shop"@en, "Tabaccheria"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Toilet>
  a owl:Class ;
  rdfs:label "Toilet"@en, "Bagno"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TourismService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Tour_operator>
  a owl:Class ;
  rdfs:label "Tour operator"@en, "Tour operator"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TourismService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#TourismService>
  a owl:Class ;
  rdfs:label "Tourism Services"@en, "Servizi per il turismo"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "attivita' dei servizi delle agenzie di viaggio, tour operator e servizi prenotazione" .

<http://www.disit.org/km4city/schema#Tourist_complaints_office>
  a owl:Class ;
  rdfs:label "Tourist complaints office"@en, "Uffici Reclami Turistici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TourismService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Tourist_guides>
  a owl:Class ;
  rdfs:label "Tourist guides"@en, "Guide Turistiche"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TourismService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Tourist_information_office>
  a owl:Class ;
  rdfs:label "Tourist information office"@en, "Ufficio Informazioni Turistiche"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TourismService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Tourist_trail>
  a owl:Class ;
  rdfs:label "tourist trail"@en, "Itinerario turistico"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TourismService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Towing_and_roadside_assistance>
  a owl:Class ;
  rdfs:label "Towing and Roadside Assistance"@en, "Traino e Soccorso Stradale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Emergency> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#TrafficConcentration>
  a owl:Class ;
  rdfs:label "Traffic Concentration Observation"@en, "Osservazione sulla concentrazione di auto"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Observation>, [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#concentration> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    owl:onDataRange xsd:string
  ] ;
  rdfs:comment "sottoclasse delle osservazioni relative alla concentrazione di auto" .

<http://www.disit.org/km4city/schema#TrafficFlow>
  a owl:Class ;
  rdfs:label "Traffic Flow Observation"@en, "Osservazione sul flusso"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Observation>, [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#vehicleFlow> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    owl:onDataRange xsd:string
  ] ;
  rdfs:comment "sottoclasse delle osservazioni relative alla flusso auto" .

<http://www.disit.org/km4city/schema#TrafficHeadway>
  a owl:Class ;
  rdfs:label "Traffic Headway Observation"@en, "Osservazione sulla densita' di auto"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Observation>, [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#averageTime> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    owl:onDataRange xsd:string
  ] ;
  rdfs:comment "sottoclasse delle osservazioni sul tempo medio di transito tra auto" .

<http://www.disit.org/km4city/schema#TrafficSpeed>
  a owl:Class ;
  rdfs:label "TrafficSpeed Observation"@en, "Osservazione sulla velocita'"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Observation>, [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#averageSpeed> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    owl:onDataRange xsd:string
  ] ;
  rdfs:comment "sottoclasse delle osservazioni relative alla velocita' media" .

<http://www.disit.org/km4city/schema#Traffic_corps>
  a owl:Class ;
  rdfs:label "Traffic corps"@en, "Polizia stradale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Emergency> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#TrainStation>
  a owl:Class ;
  rdfs:label "Train Station"@en, "Stazione Ferroviaria"@it ;
  rdfs:subClassOf <http://www.pms.ifi.uni-muenchen.de/OTN#StopPoint>, geo:SpatialThing, [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#correspondToJunction> ;
    owl:onClass <http://www.disit.org/km4city/schema#RailwayJunction> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
  ] ;
  rdfs:comment "Stazione ferroviaria, sono posizionate in corrispondenza di giunzioni ferroviarie con relazione 1:1" .

<http://www.disit.org/km4city/schema#Train_lost_property_office>
  a owl:Class ;
  rdfs:label "Train lost property office"@en, "Ufficio oggetti smarriti stazione treno"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#GovernmentOffice> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Train_station>
  a owl:Class ;
  rdfs:label "Train station"@en, "Stazione ferroviaria"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Training_school>
  a owl:Class ;
  rdfs:label "Training school"@en, "Formazione e aggiornamento professionale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Training_school_for_teachers>
  a owl:Class ;
  rdfs:label "Training school for teachers"@en, "Istituti magistrali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#EducationAndResearch> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Tram_stops>
  a owl:Class ;
  rdfs:label "Tram stops"@en, "Fermate del tram"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Tramline>
  a owl:Class ;
  rdfs:label "Tram line"@en, "Linea del Tram"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#TransferServiceAndRenting>
  a owl:Class ;
  rdfs:label "Transfer service and renting"@en, "Servizio di trasferimento e noleggio"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "Parcheggi auto, stazioni ferroviarie o degli autobus, tutto cio' che deve essere localizzato su una mappa e fa riferimento al trasporto" .

<http://www.disit.org/km4city/schema#Translation_and_interpreting>
  a owl:Class ;
  rdfs:label "Translation and interpreting"@en, "Traduttori e interpreti"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#CulturalActivity> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#TransverseService>
  a owl:Class ;
  rdfs:label "Transverse Service"@en, "Servizio Trasversale"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "servizi molto spesso collegati ad altri servizi, che presentano una loro geolocalizzazione" .

<http://www.disit.org/km4city/schema#Trattoria>
  a owl:Class ;
  rdfs:label "Trattoria"@en, "Trattoria"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#WineAndFood> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Travel_agency>
  a owl:Class ;
  rdfs:label "Travel agency"@en, "Agenzia di viaggio"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TourismService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Travel_bureau>
  a owl:Class ;
  rdfs:label "Travel bureau"@en, "Ufficio visite guidate"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TourismService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Travel_goods>
  a owl:Class ;
  rdfs:label "Travel goods"@en, "Articoli da Viaggio"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Travel_information>
  a owl:Class ;
  rdfs:label "Travel information"@en, "Assistenza Turistica"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TourismService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Trinkets>
  a owl:Class ;
  rdfs:label "Trinkets"@en, "Bigiotteria"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Underwear_knitwear_and_shirts>
  a owl:Class ;
  rdfs:label "Underwear, Knitwear and Shirts"@en, "Biancheria Maglieria Camicie"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Upholsterer>
  a owl:Class ;
  rdfs:label "Upholsterer"@en, "Tappezzerie"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Urban_bus>
  a owl:Class ;
  rdfs:label "Urban bus"@en, "Autobus urbani"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Useful_numbers>
  a owl:Class ;
  rdfs:label "Useful numbers"@en, "Numeri utili"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Emergency> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#UtilitiesAndSupply>
  a owl:Class ;
  rdfs:label "Utilities and supply"@en, "Forniture di servizi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "Fornitura di utenze e servizi" .

<http://www.disit.org/km4city/schema#Vacating_service>
  a owl:Class ;
  rdfs:label "Vacating service"@en, "Sgombero di cantine, solai e garage"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Vacation_resort>
  a owl:Class ;
  rdfs:label "Vacation resort"@en, "Residence di villeggiatura"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Accommodation> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Vehicle_rental>
  a owl:Class ;
  rdfs:label "Vehicle rental"@en, "Noleggio veicoli"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Vehicle_trade>
  a owl:Class ;
  rdfs:label "Vehicle trade"@en, "Rivendita autoveicoli"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Vending_machines>
  a owl:Class ;
  rdfs:label "Vending Machines"@en, "Distributori Automatici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Veterinary>
  a owl:Class ;
  rdfs:label "Veterinary"@en, "Veterinari"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#AgricultureAndLivestock> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Video_tapes_disks_rental>
  a owl:Class ;
  rdfs:label "Video tapes disks rental"@en, "Noleggio Audiovisi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Wallpaper_and_floor_coverings>
  a owl:Class ;
  rdfs:label "Wallpaper and Floor Coverings"@en, "Carta da Parati Rivestimento Pavimenti"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Warehousing_and_storage>
  a owl:Class ;
  rdfs:label "Warehousing and Storage"@en, "Magazzini e Custodia"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Waste_collection_and_treatment>
  a owl:Class ;
  rdfs:label "Waste Collection and Treatment"@en, "Raccolta Trattamento Rifiuti"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Environment> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Water_collection_treatment_and_supply>
  a owl:Class ;
  rdfs:label "Water Collection Treatment and Supply"@en, "Raccolta Fornitura Trattamento Acqua"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#UtilitiesAndSupply> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Water_transport>
  a owl:Class ;
  rdfs:label "Water Transport"@en, "Trasporto Marittimo e Fluviali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TransferServiceAndRenting> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Weapons_and_ammunition>
  a owl:Class ;
  rdfs:label "Weapons and Ammunition"@en, "Armi e Munizioni"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#WeatherPrediction>
  a owl:Class ;
  rdfs:label "Weather prediction"@en, "Previsione metereologica"@it ;
  rdfs:comment "Previsione metereologica relativa ad una specifica parte del giorno" .

<http://www.disit.org/km4city/schema#WeatherReport>
  a owl:Class ;
  rdfs:label "Weather Report"@en, "Bollettino metereologico"@it ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <http://www.disit.org/km4city/schema#refersToMunicipality> ;
    owl:onClass <http://www.disit.org/km4city/schema#Municipality> ;
    owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
  ] ;
  rdfs:comment "Bollettino metereologico con informazioni relative a temperatura, unidita', neve, etc" .

<http://www.disit.org/km4city/schema#Weather_sensor>
  a owl:Class ;
  rdfs:label "Weather sensor"@en, "Sensori meteo"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Environment> ;
  rdfs:comment "Sensore meteo che rilascia info sulle previsioni meteo" .

<http://www.disit.org/km4city/schema#Web_and_internet_provider>
  a owl:Class ;
  rdfs:label "Web and Internet Provider"@en, "Web e Internet Provider"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#IndustryAndManufacturing> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Wedding_favors>
  a owl:Class ;
  rdfs:label "Wedding Favors"@en, "Bomboniere"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Welfare_worker_office>
  a owl:Class ;
  rdfs:label "Welfare worker office"@en, "Assistenti sociali uffici"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#GovernmentOffice> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Wellness_centre>
  a owl:Class ;
  rdfs:label "Wellness centre"@en, "Centri benessere"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#ShoppingAndService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Wholesale>
  a owl:Class ;
  rdfs:label "Wholesale"@en, "Vendita all'ingrosso"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "Vendita all'ingrosso di qualsiasi cosa" .

<http://www.disit.org/km4city/schema#Wholesale_ICT_equipment>
  a owl:Class ;
  rdfs:label "Wholesale ICT Equipment"@en, "Ingrosso Apparecchiature ICT"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Wholesale> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Wholesale_agricultural_raw_materials_live_animals>
  a owl:Class ;
  rdfs:label "Wholesale Agricultural Raw Materials Live Animals"@en, "Ingrosso Materie Prime Agricole e Animali"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Wholesale> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Wholesale_commission_trade>
  a owl:Class ;
  rdfs:label "Wholesale Commission Trade"@en, "Intermediari Commercio Ingrosso"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Wholesale> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Wholesale_food_beverages_tobacco>
  a owl:Class ;
  rdfs:label "Wholesale Food Beverages Tobacco"@en, "Ingrosso Alimenti Bevande Tabacco"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Wholesale> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Wholesale_household_goods>
  a owl:Class ;
  rdfs:label "Wholesale Household Goods"@en, "Ingrosso Beni Cosumo"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Wholesale> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Wholesale_machinery_equipmentent_supplies>
  a owl:Class ;
  rdfs:label "Wholesale Machinery Equipmentent Supplies"@en, "Ingrosso Apparecchiature Macchinari Forniture"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Wholesale> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Wholesale_motor_vehicles_parts>
  a owl:Class ;
  rdfs:label "Wholesale Motor Vehicles Parts"@en, "Vendita Ingrosso Ricambi Autoveicoli"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Wholesale> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Wholesale_trade>
  a owl:Class ;
  rdfs:label "Wholesale Trade"@en, "Commercio Ingrosso"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Wholesale> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Wifi>
  a owl:Class ;
  rdfs:label "Free WiFi point"@en, "Punto di accesso alla WiFi"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#TourismService> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#WineAndFood>
  a owl:Class ;
  rdfs:label "Wine And Food"@en, "Enogastronomia"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#Service> ;
  rdfs:comment "Ristoranti, enoteche e tutte le altre attivita' enogastronomiche" .

<http://www.disit.org/km4city/schema#Wine_shop_and_wine_bar>
  a owl:Class ;
  rdfs:label "Wine shop and wine bar"@en, "Enoteche e wine bar"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#WineAndFood> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Youth_assistance>
  a owl:Class ;
  rdfs:label "Youth assistance"@en, "Assistenza minori"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#HealthCare> ;
  rdfs:comment "" .

<http://www.disit.org/km4city/schema#Youth_information_centre>
  a owl:Class ;
  rdfs:label "Youth information centre"@en, "Informa Giovani"@it ;
  rdfs:subClassOf <http://www.disit.org/km4city/schema#GovernmentOffice> ;
  rdfs:comment "" .

<http://www.opengis.net/ont/geosparql#Feature> a owl:Class .
<http://www.opengis.net/ont/geosparql#Geometry> a owl:Class .
<http://www.pms.ifi.uni-muenchen.de/OTN#Edge>
  a owl:Class ;
  rdfs:subClassOf <http://www.pms.ifi.uni-muenchen.de/OTN#Geometric> .

<http://www.pms.ifi.uni-muenchen.de/OTN#Face>
  a owl:Class ;
  rdfs:subClassOf <http://www.pms.ifi.uni-muenchen.de/OTN#Geometric> .

<http://www.pms.ifi.uni-muenchen.de/OTN#Geometric> a owl:Class .
<http://www.pms.ifi.uni-muenchen.de/OTN#Line> a owl:Class .
<http://www.pms.ifi.uni-muenchen.de/OTN#Manoeuver> a owl:Class .
<http://www.pms.ifi.uni-muenchen.de/OTN#Node>
  a owl:Class ;
  rdfs:subClassOf <http://www.pms.ifi.uni-muenchen.de/OTN#Geometric> .

<http://www.pms.ifi.uni-muenchen.de/OTN#Road> a owl:Class .
<http://www.pms.ifi.uni-muenchen.de/OTN#Road_Element> a owl:Class .
<http://www.pms.ifi.uni-muenchen.de/OTN#Route> a owl:Class .
<http://www.pms.ifi.uni-muenchen.de/OTN#RouteSection> a owl:Class .
<http://www.pms.ifi.uni-muenchen.de/OTN#Service> a owl:Class .
<http://www.pms.ifi.uni-muenchen.de/OTN#StopPoint>
  a owl:Class ;
  rdfs:subClassOf <http://www.pms.ifi.uni-muenchen.de/OTN#Node> .

rdfs:Class a owl:Class .
geo:SpatialThing a owl:Class .
<http://www.w3.org/2006/time#Instant> a owl:Class .
<http://www.w3.org/2006/time#TemporalEntity> a owl:Class .
foaf:Organization a owl:Class .