-
Notifications
You must be signed in to change notification settings - Fork 0
/
fixtureProperty
1 lines (1 loc) · 49.7 KB
/
fixtureProperty
1
[{"pk": 282035, "model": "linda_app.VocabularyProperty", "fields": {"description": "Any kind of access to a resource. Don't use this, use R W and RW", "uri": "http://www.w3.org/ns/auth/acl#Access", "vocabulary": 2301, "label": "access"}}, {"pk": 282036, "model": "linda_app.VocabularyProperty", "fields": {"description": "Append accesses are specific write access which only add information, and do not remove information. For text files, for example, append access allows bytes to be added onto the end of the file. For RDF graphs, Append access allows adds triples to the graph but does not remove any. Append access is useful for dropbox functionality. Dropbox can be used for link notification, which the information added is a notification that a some link has been made elsewhere relevant to the given resource.", "uri": "http://www.w3.org/ns/auth/acl#Append", "vocabulary": 2301, "label": "append"}}, {"pk": 282037, "model": "linda_app.VocabularyProperty", "fields": {"description": "A class of agents who have been authenticated. In other words, anyone can access this resource, but not anonymously. The social expectation is that the authentication process will provide an identify and a name, or pseudonym. (A new ID should not be minted for every access: the intent is that the user is able to continue to use the ID for continues interactions with peers, and for example to develop a reputation)", "uri": "http://www.w3.org/ns/auth/acl#AuthenticatedAgent", "vocabulary": 2301, "label": "Anyone authenticated"}}, {"pk": 282038, "model": "linda_app.VocabularyProperty", "fields": {"description": "An element of access control, allowing agent to agents access of some kind to resources or classes of resources", "uri": "http://www.w3.org/ns/auth/acl#Authorization", "vocabulary": 2301, "label": "authorization"}}, {"pk": 282039, "model": "linda_app.VocabularyProperty", "fields": {"description": "Allows read/write access to the ACL for the resource(s)", "uri": "http://www.w3.org/ns/auth/acl#Control", "vocabulary": 2301, "label": "control"}}, {"pk": 282040, "model": "linda_app.VocabularyProperty", "fields": {"description": "An Origin is basically a web site (Note WITHOUT the trailing slash after the domain name and port in its URI) and is the basis for controlling access to data by web apps in the Same Origin Model of web security. All scripts from the same origin are given the same right.", "uri": "http://www.w3.org/ns/auth/acl#Origin", "vocabulary": 2301, "label": "Origin"}}, {"pk": 282041, "model": "linda_app.VocabularyProperty", "fields": {"description": "The class of read operations", "uri": "http://www.w3.org/ns/auth/acl#Read", "vocabulary": 2301, "label": "read"}}, {"pk": 282042, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/ns/auth/acl#Write", "vocabulary": 2301, "label": "write"}}, {"pk": 282043, "model": "linda_app.VocabularyProperty", "fields": {"description": "Attribution of a storyline used for attributing the interpretation of the storyline to some agent. An interface class, that doesn't restrict the implementation of an attribution.", "uri": "http://purl.org/ontology/storyline/Attribution", "vocabulary": 2302, "label": "Attribution"}}, {"pk": 282044, "model": "linda_app.VocabularyProperty", "fields": {"description": "A newsworthy event. An un-disputable real world event.", "uri": "http://purl.org/ontology/storyline/Event", "vocabulary": 2302, "label": "Event"}}, {"pk": 282045, "model": "linda_app.VocabularyProperty", "fields": {"description": "A news storyline.", "uri": "http://purl.org/ontology/storyline/Storyline", "vocabulary": 2302, "label": "Storyline"}}, {"pk": 282046, "model": "linda_app.VocabularyProperty", "fields": {"description": "An abstract parent class of storyline components.", "uri": "http://purl.org/ontology/storyline/StorylineComponent", "vocabulary": 2302, "label": "StorylineComponent"}}, {"pk": 282047, "model": "linda_app.VocabularyProperty", "fields": {"description": "A storyline slot, used as a container for storyline components.", "uri": "http://purl.org/ontology/storyline/StorylineSlot", "vocabulary": 2302, "label": "StorylineSlot"}}, {"pk": 282048, "model": "linda_app.VocabularyProperty", "fields": {"description": "The topic of a storyline. An interface to some concept in a knowledge domain.", "uri": "http://purl.org/ontology/storyline/Topic", "vocabulary": 2302, "label": "Topic"}}, {"pk": 282049, "model": "linda_app.VocabularyProperty", "fields": {"description": "A curated collection of metadata about datasets. Typically, a web-based data catalog is represented as a single instance of this class.", "uri": "http://www.w3.org/ns/dcat#Catalog", "vocabulary": 2303, "label": "Catalog"}}, {"pk": 282050, "model": "linda_app.VocabularyProperty", "fields": {"description": "A collection of data, published or curated by a single source, and available for access or download in one or more formats. This class represents the actual dataset as published by the dataset publisher. In cases where a distinction between the actual dataset and its entry in the catalog is necessary (because metadata such as modification date and maintainer might differ), the catalog record class can be used for the latter.", "uri": "http://www.w3.org/ns/dcat#Dataset", "vocabulary": 2303, "label": "Dataset"}}, {"pk": 282051, "model": "linda_app.VocabularyProperty", "fields": {"description": "A record in a data catalog, describing a single dataset. This class is optional and not all catalogs will use it. It exists for catalogs where a distinction is made between metadata about a dataset and metadata about the dataset's entry in the catalog. For example, the publication date property of the dataset reflects the date when the information was originally made available by the publishing agency, while the publication date of the catalog record is the date when the dataset was added to the catalog. In cases where both dates differ, or where only the latter is known, the publication date should only be specified for the catalog record. Notice that the W3C PROV Ontology allows describing further provenance information such as the details of the process and the agent involved in a particular change to a dataset.", "uri": "http://www.w3.org/ns/dcat#CatalogRecord", "vocabulary": 2303, "label": "Catalog Record"}}, {"pk": 282052, "model": "linda_app.VocabularyProperty", "fields": {"description": "Represents a specific available form of a dataset. Each dataset might be available in different forms, these forms might represent different formats of the dataset or different endpoints. Examples of distributions include a downloadable CSV file, an API or an RSS feed. This represents a general availability of a dataset it implies no information about the actual access method of the data, i.e. whether it is a direct download, API, or some through Web page. The use of dcat:downloadURL property indicates directly downloadable distributions.", "uri": "http://www.w3.org/ns/dcat#Distribution", "vocabulary": 2303, "label": "Distribution"}}, {"pk": 282053, "model": "linda_app.VocabularyProperty", "fields": {"description": "Represents availability of a dataset as a feed. This term has been deprecated", "uri": "http://www.w3.org/ns/dcat#Feed", "vocabulary": 2303, "label": "Feed (Deprecated)"}}, {"pk": 282054, "model": "linda_app.VocabularyProperty", "fields": {"description": "Represents a web service that enables access to the data of a dataset. This term has been deprecated", "uri": "http://www.w3.org/ns/dcat#WebService", "vocabulary": 2303, "label": "Web Service (Deprecated)"}}, {"pk": 282055, "model": "linda_app.VocabularyProperty", "fields": {"description": "Represents a downloadable distribution of a dataset. This term has been deprecated", "uri": "http://www.w3.org/ns/dcat#Download", "vocabulary": 2303, "label": "Download (Deprecated)"}}, {"pk": 282056, "model": "linda_app.VocabularyProperty", "fields": {"description": "A lane is adjacent to none, one or two other lanes.", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#laneIsAdjacentTo", "vocabulary": 2304, "label": "laneIsAdjacentTo"}}, {"pk": 282057, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#Meta", "vocabulary": 2304, "label": "Meta"}}, {"pk": 282058, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#isDerivable", "vocabulary": 2304, "label": "isDerivable"}}, {"pk": 282059, "model": "linda_app.VocabularyProperty", "fields": {"description": "Two lanes within a local context can be connected with each other, meaning that they are reachable through a driving maneuver like 'drive straight' or 'turn left'", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#laneIsConnectedTo", "vocabulary": 2304, "label": "laneIsConnectedTo"}}, {"pk": 282060, "model": "linda_app.VocabularyProperty", "fields": {"description": "A danger sign indicates some imminant or potential danger and demands attention from the user (e.g. dangerous curve following)", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#dangerSign", "vocabulary": 2304, "label": "dangerSign"}}, {"pk": 282061, "model": "linda_app.VocabularyProperty", "fields": {"description": "An order sign indicates an immediate order or prohibition to the driver (e.g. ban on passing or 'do not turn left').", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#orderSign", "vocabulary": 2304, "label": "orderSign"}}, {"pk": 282062, "model": "linda_app.VocabularyProperty", "fields": {"description": "An information sign provides useful information about the driving environment to the driver (e.g. beginning of a motorway).", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#informationSign", "vocabulary": 2304, "label": "informationSign"}}, {"pk": 282063, "model": "linda_app.VocabularyProperty", "fields": {"description": "A spatial context is the logical type of the road, the own-vehicle is currently driving in and is typically valid for a long timespan (minutes to hours). A spatial context is e.g. a highway or a city.", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#spatialContext", "vocabulary": 2304, "label": "spatialContext"}}, {"pk": 282064, "model": "linda_app.VocabularyProperty", "fields": {"description": "A local context is a specific point (or short segment) within a spatial context, typically valid for a short time (e.g. intersection, level crossing ...)", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#localContext", "vocabulary": 2304, "label": "localContext"}}, {"pk": 282065, "model": "linda_app.VocabularyProperty", "fields": {"description": "Every participant has a relationship to the own-vehicle. Relationship-properties are measured relative to the own-vehicle (instead of being absolute with respect to the global origin).", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#participantHasRelationToVehicle", "vocabulary": 2304, "label": "participantHasRelationToVehicle"}}, {"pk": 282066, "model": "linda_app.VocabularyProperty", "fields": {"description": "Conditions on a road are weather and day-time dependent. Examples are heavy rain, insufficient lightning conditions and freezing temperatures (leading to black-ice). Road conditions have enormous impact on the recommended driving maneuvers.", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#roadConditions", "vocabulary": 2304, "label": "roadConditions"}}, {"pk": 282067, "model": "linda_app.VocabularyProperty", "fields": {"description": "Object that occurs in the driving environment and has some impact on the driving task.", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#ContextObject", "vocabulary": 2304, "label": "ContextObject"}}, {"pk": 282068, "model": "linda_app.VocabularyProperty", "fields": {"description": "A traffic object is always valid for a lane. One instance exists for every lane, for which the traffic object is valid.", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#trafficObjectIsValidForLane", "vocabulary": 2304, "label": "trafficObjectIsValidForLane"}}, {"pk": 282069, "model": "linda_app.VocabularyProperty", "fields": {"description": "An object relationship represents a many-to-many-relationship of context objects.", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#ObjectRelationship", "vocabulary": 2304, "label": "ObjectRelationship"}}, {"pk": 282070, "model": "linda_app.VocabularyProperty", "fields": {"description": "Modern vehicles are equipped with a variety of technical safety and convenience systems, which influence the driving behavior. Absence of an antilock-brake-system (ABS), for instance, demands for more cautious speed-behavior, because of increased breaking distance.", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#technicalFeature", "vocabulary": 2304, "label": "technicalFeature"}}, {"pk": 282071, "model": "linda_app.VocabularyProperty", "fields": {"description": "Each dynamic traffic participant can use a lane. Motorized participants must use lanes, whereas pedestrians and bikes are not obliged to (or have special lanes not relevant for the own-vehicle).", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#participantUseLane", "vocabulary": 2304, "label": "participantUseLane"}}, {"pk": 282072, "model": "linda_app.VocabularyProperty", "fields": {"description": "The own vehicle is the car with the on-board driver assistance system. All other context objects are related to the own vehicle (ego-centric world view).", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#ownVehicle", "vocabulary": 2304, "label": "ownVehicle"}}, {"pk": 282073, "model": "linda_app.VocabularyProperty", "fields": {"description": "A traffic sign provides information about the spatial/local context and the currently valid traffic rules, different from the default regulation.", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#trafficSign", "vocabulary": 2304, "label": "trafficSign"}}, {"pk": 282074, "model": "linda_app.VocabularyProperty", "fields": {"description": "A participant is a dynamic, moving object within the traffic surrounding and is typically operated by other human (or robot) drivers.", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#participant", "vocabulary": 2304, "label": "participant"}}, {"pk": 282075, "model": "linda_app.VocabularyProperty", "fields": {"description": "The driver is steering the own-vehicle. The driver is typically human, but could be a robot (which would render the dataproperties 'age' and 'state' obsolete).", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#driver", "vocabulary": 2304, "label": "driver"}}, {"pk": 282076, "model": "linda_app.VocabularyProperty", "fields": {"description": "Longterm- and shortterm history can influence the currently planned driving maneuver (for future use).", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#history", "vocabulary": 2304, "label": "history"}}, {"pk": 282077, "model": "linda_app.VocabularyProperty", "fields": {"description": "Currently valid context that the own-vehicle is driving in.", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#context", "vocabulary": 2304, "label": "context"}}, {"pk": 282078, "model": "linda_app.VocabularyProperty", "fields": {"description": "A driving maneuver is planned and executed by the driver, e.g. take over, stop and park.", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#drivingManeuver", "vocabulary": 2304, "label": "drivingManeuver"}}, {"pk": 282079, "model": "linda_app.VocabularyProperty", "fields": {"description": "A lane is a designated surface on a road (associated with certain rules) used by traffic participants.", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#lane", "vocabulary": 2304, "label": "lane"}}, {"pk": 282080, "model": "linda_app.VocabularyProperty", "fields": {"description": "A marking separates a lane from other lanes or impassable environment.", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#marking", "vocabulary": 2304, "label": "marking"}}, {"pk": 282081, "model": "linda_app.VocabularyProperty", "fields": {"description": "A traffic object is a static, non-moving object within the driving environment, providing additional information about the mandatory behavior to the participants.", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#trafficObject", "vocabulary": 2304, "label": "trafficObject"}}, {"pk": 282082, "model": "linda_app.VocabularyProperty", "fields": {"description": "A traffic light regulates precedence and start/stop of different directions (and lanes) and is usually valid for an intersection or a tunnel.", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#trafficLight", "vocabulary": 2304, "label": "trafficLight"}}, {"pk": 282083, "model": "linda_app.VocabularyProperty", "fields": {"description": "Meta-information provides quality information about an object. During the reasoning process, this information is used to deal with e.g. uncertainty and noisy data.", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#MetaInformation", "vocabulary": 2304, "label": "MetaInformation"}}, {"pk": 282084, "model": "linda_app.VocabularyProperty", "fields": {"description": "Start time as unix time value: number of seconds since 00:00:00 GMT, Jan 1 1970", "uri": "http://vi.uni-klu.ac.at/ontology/DrivingContext.owl#startTime", "vocabulary": 2304, "label": "startTime"}}, {"pk": 282085, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/2012/7/ra3.owl#Infant", "vocabulary": 2305, "label": "Infant"}}, {"pk": 282086, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/2012/7/ra3.owl#LivingBeing", "vocabulary": 2305, "label": "LivingBeing"}}, {"pk": 282087, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/2012/7/ra3.owl#Teenager", "vocabulary": 2305, "label": "Teenager"}}, {"pk": 282088, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/2012/7/ra3.owl#Event", "vocabulary": 2305, "label": "Event"}}, {"pk": 282089, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/2012/7/ra3.owl#Child", "vocabulary": 2305, "label": "Child"}}, {"pk": 282090, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/2012/7/ra3.owl#RoadAccident", "vocabulary": 2305, "label": "RoadAccident"}}, {"pk": 282091, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/2012/7/ra3.owl#DriverLicense", "vocabulary": 2305, "label": "DriverLicense"}}, {"pk": 282092, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/2012/7/ra3.owl#Location", "vocabulary": 2305, "label": "Location"}}, {"pk": 282093, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/2012/7/ra3.owl#Senior", "vocabulary": 2305, "label": "Senior"}}, {"pk": 282094, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/2012/7/ra3.owl#InsuranceCert", "vocabulary": 2305, "label": "InsuranceCert"}}, {"pk": 282095, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/2012/7/ra3.owl#Woman", "vocabulary": 2305, "label": "Woman"}}, {"pk": 282096, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/2012/7/ra3.owl#OfficialAgency", "vocabulary": 2305, "label": "OfficialAgency"}}, {"pk": 282097, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/2012/7/ra3.owl#Robot", "vocabulary": 2305, "label": "Robot"}}, {"pk": 282098, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/2012/7/ra3.owl#Organization", "vocabulary": 2305, "label": "Organization"}}, {"pk": 282099, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/2012/7/ra3.owl#Document", "vocabulary": 2305, "label": "Document"}}, {"pk": 282100, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/2012/7/ra3.owl#Person", "vocabulary": 2305, "label": "Person"}}, {"pk": 282101, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/2012/7/ra3.owl#InsuranceCompany", "vocabulary": 2305, "label": "InsuranceCompany"}}, {"pk": 282102, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/2012/7/ra3.owl#Man", "vocabulary": 2305, "label": "Man"}}, {"pk": 282103, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/2012/7/ra3.owl#Animal", "vocabulary": 2305, "label": "Animal"}}, {"pk": 282104, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/2012/7/ra3.owl#Vehicle", "vocabulary": 2305, "label": "Vehicle"}}, {"pk": 282105, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/2012/7/ra3.owl#NonLivingThings", "vocabulary": 2305, "label": "NonLivingThings"}}, {"pk": 282106, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/2012/7/ra3.owl#OfficialID", "vocabulary": 2305, "label": "OfficialID"}}, {"pk": 282107, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "http://www.w3.org/2012/7/ra3.owl#Adult", "vocabulary": 2305, "label": "Adult"}}, {"pk": 282108, "model": "linda_app.VocabularyProperty", "fields": {"description": "Uniquely identified by lat/long/alt. i.e. spaciallyIntersects(P1, P2) :- lat(P1, LAT), long(P1, LONG), alt(P1, ALT), lat(P2, LAT), long(P2, LONG), alt(P2, ALT). sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P2). A point, typically described using a coordinate system relative to Earth, such as WGS84.", "uri": "http://www.w3.org/2003/01/geo/wgs84_pos#Point", "vocabulary": 2306, "label": "point"}}, {"pk": 282109, "model": "linda_app.VocabularyProperty", "fields": {"description": "Anything with spatial extent, i.e. size, shape, or position. e.g. people, places, bowling balls, as well as abstract areas like cubes.", "uri": "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing", "vocabulary": 2306, "label": "SpatialThing"}}, {"pk": 282110, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#AboveRoomTemperature", "vocabulary": 2306, "label": "AboveRoomTemperature"}}, {"pk": 282111, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#AboveZeroTemperature", "vocabulary": 2306, "label": "AboveZeroTemperature"}}, {"pk": 282112, "model": "linda_app.VocabularyProperty", "fields": {"description": "The current air pollution represented as European Air Quality Index value. The index value is based on 3 pollutants of major concern in Europe: PM10, NO2, O3 and will be able to take into account to 3 additional pollutants (CO, PM2.5 and SO2) where data are also available.", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#AirPollution", "vocabulary": 2306, "label": "AirPollution"}}, {"pk": 282113, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#AiringWeatherState", "vocabulary": 2306, "label": "AiringWeatherState"}}, {"pk": 282114, "model": "linda_app.VocabularyProperty", "fields": {"description": "Atmospheric pressure in hectopascal (hPa)", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#AtmosphericPressure", "vocabulary": 2306, "label": "AtmosphericPressure"}}, {"pk": 282115, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#BelowOrZeroTemperature", "vocabulary": 2306, "label": "BelowOrZeroTemperature"}}, {"pk": 282116, "model": "linda_app.VocabularyProperty", "fields": {"description": "Cloud cover in the unit 'Okta'", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#CloudCover", "vocabulary": 2306, "label": "CloudCover"}}, {"pk": 282117, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#CoolingWeatherState", "vocabulary": 2306, "label": "CoolingWeatherState"}}, {"pk": 282118, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#CurrentWeatherReport", "vocabulary": 2306, "label": "CurrentWeatherReport"}}, {"pk": 282119, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#CurrentWeatherReportFromSensor", "vocabulary": 2306, "label": "CurrentWeatherReportFromSensor"}}, {"pk": 282120, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#CurrentWeatherReportFromService", "vocabulary": 2306, "label": "CurrentWeatherReportFromService"}}, {"pk": 282121, "model": "linda_app.VocabularyProperty", "fields": {"description": "The dewpoint temperature in degrees Celsius. It is the temperature at which the air can no longer hold all of its water vapor, and some of the water vapor must condense into liquid water. The dew point is always lower than (or equal to) the air temperature. This concept was known as DewPoint in prior versions of the ontology", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#DewPointTemperature", "vocabulary": 2306, "label": "DewPointTemperature"}}, {"pk": 282122, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#DryHumidity", "vocabulary": 2306, "label": "DryHumidity"}}, {"pk": 282123, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#ExtremeFrost", "vocabulary": 2306, "label": "ExtremeFrost"}}, {"pk": 282124, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#ExtremeHeat", "vocabulary": 2306, "label": "ExtremeHeat"}}, {"pk": 282125, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#FairWeatherState", "vocabulary": 2306, "label": "FairWeatherState"}}, {"pk": 282126, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast10HoursWeatherReport", "vocabulary": 2306, "label": "Forecast10HoursWeatherReport"}}, {"pk": 282127, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast11HoursWeatherReport", "vocabulary": 2306, "label": "Forecast11HoursWeatherReport"}}, {"pk": 282128, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast12HoursWeatherReport", "vocabulary": 2306, "label": "Forecast12HoursWeatherReport"}}, {"pk": 282129, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast13HoursWeatherReport", "vocabulary": 2306, "label": "Forecast13HoursWeatherReport"}}, {"pk": 282130, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast14HoursWeatherReport", "vocabulary": 2306, "label": "Forecast14HoursWeatherReport"}}, {"pk": 282131, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast15HoursWeatherReport", "vocabulary": 2306, "label": "Forecast15HoursWeatherReport"}}, {"pk": 282132, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast16HoursWeatherReport", "vocabulary": 2306, "label": "Forecast16HoursWeatherReport"}}, {"pk": 282133, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast17HoursWeatherReport", "vocabulary": 2306, "label": "Forecast17HoursWeatherReport"}}, {"pk": 282134, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast18HoursWeatherReport", "vocabulary": 2306, "label": "Forecast18HoursWeatherReport"}}, {"pk": 282135, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast19HoursWeatherReport", "vocabulary": 2306, "label": "Forecast19HoursWeatherReport"}}, {"pk": 282136, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast1HourWeatherReport", "vocabulary": 2306, "label": "Forecast1HoursWeatherReport"}}, {"pk": 282137, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast20HoursWeatherReport", "vocabulary": 2306, "label": "Forecast20HoursWeatherReport"}}, {"pk": 282138, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast21HoursWeatherReport", "vocabulary": 2306, "label": "Forecast21HoursWeatherReport"}}, {"pk": 282139, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast22HoursWeatherReport", "vocabulary": 2306, "label": "Forecast22HoursWeatherReport"}}, {"pk": 282140, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast23HoursWeatherReport", "vocabulary": 2306, "label": "Forecast23HoursWeatherReport"}}, {"pk": 282141, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast24HoursWeatherReport", "vocabulary": 2306, "label": "Forecast24HoursWeatherReport"}}, {"pk": 282142, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast2HoursWeatherReport", "vocabulary": 2306, "label": "Forecast2HoursWeatherReport"}}, {"pk": 282143, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast3HoursWeatherReport", "vocabulary": 2306, "label": "Forecast3HoursWeatherReport"}}, {"pk": 282144, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast4HoursWeatherReport", "vocabulary": 2306, "label": "Forecast4HoursWeatherReport"}}, {"pk": 282145, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast5HoursWeatherReport", "vocabulary": 2306, "label": "Forecast5HoursWeatherReport"}}, {"pk": 282146, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast6HoursWeatherReport", "vocabulary": 2306, "label": "Forecast6HoursWeatherReport"}}, {"pk": 282147, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast7HoursWeatherReport", "vocabulary": 2306, "label": "Forecast7HoursWeatherReport"}}, {"pk": 282148, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast8HoursWeatherReport", "vocabulary": 2306, "label": "Forecast8HoursWeatherReport"}}, {"pk": 282149, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Forecast9HoursWeatherReport", "vocabulary": 2306, "label": "Forecast9HoursWeatherReport"}}, {"pk": 282150, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#ForecastWeatherReport", "vocabulary": 2306, "label": "ForecastWeatherReport"}}, {"pk": 282151, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#FreshBreeze", "vocabulary": 2306, "label": "FreshBreeze"}}, {"pk": 282152, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#FreshGale", "vocabulary": 2306, "label": "FreshGale"}}, {"pk": 282153, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Frost", "vocabulary": 2306, "label": "Frost"}}, {"pk": 282154, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#GentleBreeze", "vocabulary": 2306, "label": "GentleBreeze"}}, {"pk": 282155, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Heat", "vocabulary": 2306, "label": "Heat"}}, {"pk": 282156, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#HeatingWeatherState", "vocabulary": 2306, "label": "HeatingWeatherState"}}, {"pk": 282157, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#HeavyPrecipitation", "vocabulary": 2306, "label": "HeavyPrecipitation"}}, {"pk": 282158, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#HighAirPollution", "vocabulary": 2306, "label": "HighAirPollution"}}, {"pk": 282159, "model": "linda_app.VocabularyProperty", "fields": {"description": "This concept was known as 'HighSolarRadiation' in prior versions of the ontology", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#HighSolarIrradiance", "vocabulary": 2306, "label": "HighSolarIrradiance"}}, {"pk": 282160, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#HumidifyingWeatherState", "vocabulary": 2306, "label": "HumidifyingWeatherState"}}, {"pk": 282161, "model": "linda_app.VocabularyProperty", "fields": {"description": "Represents the relative humidity of the air in percent", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Humidity", "vocabulary": 2306, "label": "Humidity"}}, {"pk": 282162, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Hurricane", "vocabulary": 2306, "label": "Hurricane"}}, {"pk": 282163, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#LightAir", "vocabulary": 2306, "label": "LightAir"}}, {"pk": 282164, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#LightBreeze", "vocabulary": 2306, "label": "LightBreeze"}}, {"pk": 282165, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#LightPrecipitation", "vocabulary": 2306, "label": "LightPrecipitation"}}, {"pk": 282166, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#LightWind", "vocabulary": 2306, "label": "LightWind"}}, {"pk": 282167, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#LongRangeForecast", "vocabulary": 2306, "label": "LongRangeForecast"}}, {"pk": 282168, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#LowAirPollution", "vocabulary": 2306, "label": "LowAirPollution"}}, {"pk": 282169, "model": "linda_app.VocabularyProperty", "fields": {"description": "This concept was known as 'LowSolarRadiation' in prior versions of the ontology", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#LowSolarIrradiance", "vocabulary": 2306, "label": "LowSolarIrradiance"}}, {"pk": 282170, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#MediumAirPollution", "vocabulary": 2306, "label": "MediumAirPollution"}}, {"pk": 282171, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#MidRangeForecast", "vocabulary": 2306, "label": "MidRangeForecast"}}, {"pk": 282172, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#ModerateBreeze", "vocabulary": 2306, "label": "ModerateBreeze"}}, {"pk": 282173, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#ModerateGale", "vocabulary": 2306, "label": "ModerateGale"}}, {"pk": 282174, "model": "linda_app.VocabularyProperty", "fields": {"description": "This concept was known as 'MediumPrecipitation' in prior versions of the ontology", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#ModeratePrecipitation", "vocabulary": 2306, "label": "ModeratePrecipitation"}}, {"pk": 282175, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#ModerateSolarIrradiance", "vocabulary": 2306, "label": "ModerateSolarIrradiance"}}, {"pk": 282176, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#MoistHumidity", "vocabulary": 2306, "label": "MoistHumidity"}}, {"pk": 282177, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#MostlyCloudy", "vocabulary": 2306, "label": "MostlyCloudy"}}, {"pk": 282178, "model": "linda_app.VocabularyProperty", "fields": {"description": "This concept was known as 'NeglectibleSolarRadiation' in prior versions of the ontology", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#NeglectibleSolarIrradiance", "vocabulary": 2306, "label": "NeglectibleSolarIrradiance"}}, {"pk": 282179, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#NeutralWeatherState", "vocabulary": 2306, "label": "NeutralWeatherState"}}, {"pk": 282180, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#NoCloudCover", "vocabulary": 2306, "label": "NoCloudCover"}}, {"pk": 282181, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#NoPrecipitation", "vocabulary": 2306, "label": "NoPrecipitation"}}, {"pk": 282182, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#NoWind", "vocabulary": 2306, "label": "NoWind"}}, {"pk": 282183, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#OptimumHumidity", "vocabulary": 2306, "label": "OptimumHumidity"}}, {"pk": 282184, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Overcast", "vocabulary": 2306, "label": "Overcast"}}, {"pk": 282185, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#PartlyCloudy", "vocabulary": 2306, "label": "PartlyCloudy"}}, {"pk": 282186, "model": "linda_app.VocabularyProperty", "fields": {"description": "Represents precipitation in millimetres", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Precipitation", "vocabulary": 2306, "label": "Precipitation"}}, {"pk": 282187, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#RainyWeatherState", "vocabulary": 2306, "label": "RainyWeatherState"}}, {"pk": 282188, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#RoomTemperature", "vocabulary": 2306, "label": "RoomTemperature"}}, {"pk": 282189, "model": "linda_app.VocabularyProperty", "fields": {"description": "This class was known as 'SensorSource' in prior versions of the ontology", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#SensorReportSource", "vocabulary": 2306, "label": "SensorReportSource"}}, {"pk": 282190, "model": "linda_app.VocabularyProperty", "fields": {"description": "This class was known as 'ServiceSource' in prior versions of the ontology", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#ServiceReportSource", "vocabulary": 2306, "label": "ServiceReportSource"}}, {"pk": 282191, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#SevereWeatherState", "vocabulary": 2306, "label": "SevereWeatherState"}}, {"pk": 282192, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#ShortRangeForecast", "vocabulary": 2306, "label": "ShortRangeForecast"}}, {"pk": 282193, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#SnowyWeatherState", "vocabulary": 2306, "label": "SnowyWeatherState"}}, {"pk": 282194, "model": "linda_app.VocabularyProperty", "fields": {"description": "Measurement of solar irrradiation at a specific location in Watts per square meter (W/m\u00b2).This concept was known as 'SolarRadiation' in prior versions of the ontology", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#SolarIrradiance", "vocabulary": 2306, "label": "SolarIrradiance"}}, {"pk": 282195, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Storm", "vocabulary": 2306, "label": "Storm"}}, {"pk": 282196, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#StrongBreeze", "vocabulary": 2306, "label": "StrongBreeze"}}, {"pk": 282197, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#StrongGale", "vocabulary": 2306, "label": "StrongGale"}}, {"pk": 282198, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#StrongWind", "vocabulary": 2306, "label": "StrongWind"}}, {"pk": 282199, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#SunnyWeatherState", "vocabulary": 2306, "label": "SunnyWeatherState"}}, {"pk": 282200, "model": "linda_app.VocabularyProperty", "fields": {"description": "Exterior temperature in degrees Celsius", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Temperature", "vocabulary": 2306, "label": "Temperature"}}, {"pk": 282201, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Thunderstorm", "vocabulary": 2306, "label": "Thunderstorm"}}, {"pk": 282202, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#UnknownCloudCover", "vocabulary": 2306, "label": "UnknownCloudCover"}}, {"pk": 282203, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#VeryHighAirPollution", "vocabulary": 2306, "label": "VeryHighAirPollution"}}, {"pk": 282204, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#VeryLowAirPollution", "vocabulary": 2306, "label": "VeryLowAirPollution"}}, {"pk": 282205, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#ViolentStorm", "vocabulary": 2306, "label": "ViolentStorm"}}, {"pk": 282206, "model": "linda_app.VocabularyProperty", "fields": {"description": "One-word description of the observed weather condition", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#WeatherCondition", "vocabulary": 2306, "label": "WeatherCondition"}}, {"pk": 282207, "model": "linda_app.VocabularyProperty", "fields": {"description": "Different weather phenomena that may influence the current and forecasted weather state.", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#WeatherPhenomenon", "vocabulary": 2306, "label": "WeatherPhenomenon"}}, {"pk": 282208, "model": "linda_app.VocabularyProperty", "fields": {"description": "A weather report that can be retrieved through a local sensor (e.g. weather station integrated in the smart home) or a remote internet service. Further a time division has been realized to differentiate between current, short, mid and long term forecasts. For the smart home domain, a time window of 24 hours for weather forecasts has been seen as suitable with a 24 hours forecast being classified as long-term forecast", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#WeatherReport", "vocabulary": 2306, "label": "WeatherReport"}}, {"pk": 282209, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#WeatherReportFromSensor", "vocabulary": 2306, "label": "WeatherReportFromSensor"}}, {"pk": 282210, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#WeatherReportFromService", "vocabulary": 2306, "label": "WeatherReportFromService"}}, {"pk": 282211, "model": "linda_app.VocabularyProperty", "fields": {"description": "Holds information about the origins of weather reports", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#WeatherReportSource", "vocabulary": 2306, "label": "WeatherReportSource"}}, {"pk": 282212, "model": "linda_app.VocabularyProperty", "fields": {"description": "Describes the actual weather reported through information from the weather source.", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#WeatherState", "vocabulary": 2306, "label": "WeatherState"}}, {"pk": 282213, "model": "linda_app.VocabularyProperty", "fields": {"description": "", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#WholeGale", "vocabulary": 2306, "label": "WholeGale"}}, {"pk": 282214, "model": "linda_app.VocabularyProperty", "fields": {"description": "Unit of wind direction is degrees. Unit of wind speed in metres per second (m/s). Wind direction and speed are represented as datatype properties 'hasDirection' and 'hasSpeed'", "uri": "https://www.auto.tuwien.ac.at/downloads/thinkhome/ontology/WeatherOntology.owl#Wind", "vocabulary": 2306, "label": "Wind"}}]