@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; "David Buján Carballal" ; "Ahlem Rhayem" , "Alba Fernández Izquierdo" , "Andrea Cimmino" , "María Poveda-Villalón" , "Raúl García Castro" ; "This ontology aims at modelling the data related to users, items, notification and organisations for the AURORAL project." ; "The AURORAL Core Ontology" ; ; owl:versionInfo "0.0.2" . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/elements/1.1/contributor rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/title rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/license rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### http://lexvo.org/ontology#language rdf:type owl:ObjectProperty ; rdfs:comment "A relationship between a service and its language" ; rdfs:label "language" . ### http://www.opengis.net/ont/geosparql#hasGeometry rdf:type owl:ObjectProperty ; rdfs:comment "A relationship specifying the geospatial information of a physical thing" ; rdfs:label "has geometry" . ### http://www.w3.org/2003/01/geo/wgs84_pos#location rdf:type owl:ObjectProperty ; rdfs:comment "A relationship specfiying the geospatial location of an entity" ; rdfs:label "location" . ### https://auroral.iot.linkeddata.es/def/core#applicableToGeographicalArea :applicableToGeographicalArea rdf:type owl:ObjectProperty ; rdfs:domain :Service ; rdfs:range :Place ; rdfs:comment "A service is applicable toa specific geographical area: a particular place" ; rdfs:label "applicable to geographical area" . ### https://auroral.iot.linkeddata.es/def/core#belongsTo :belongsTo rdf:type owl:ObjectProperty ; rdfs:comment "A relationship specifies that one part belongs to a second part" ; rdfs:label "belongs to" . ### https://auroral.iot.linkeddata.es/def/core#containsItem :containsItem rdf:type owl:ObjectProperty ; rdfs:range :Item ; rdfs:comment "a relationship specifies that a node or a user has an item (virtual or physical thing)" ; rdfs:label "contains item" . ### https://auroral.iot.linkeddata.es/def/core#exposes :exposes rdf:type owl:ObjectProperty ; rdfs:comment "A relationship specifying that one part exposesthe second one" ; rdfs:label "exposes" . ### https://auroral.iot.linkeddata.es/def/core#hasAudit :hasAudit rdf:type owl:ObjectProperty ; rdfs:range :Audit ; rdfs:comment "a relationship specifying that an organization or a user has an examinator or evaluator" ; rdfs:label "has audit" . ### https://auroral.iot.linkeddata.es/def/core#hasInput :hasInput rdf:type owl:ObjectProperty ; rdfs:comment "A relationship specifying the input of a given class" ; rdfs:label "has Input" . ### https://auroral.iot.linkeddata.es/def/core#hasNode :hasNode rdf:type owl:ObjectProperty ; rdfs:range :Node ; rdfs:comment "A relationship specifying that an organization or a user has a Node" ; rdfs:label "has node" . ### https://auroral.iot.linkeddata.es/def/core#hasNotification :hasNotification rdf:type owl:ObjectProperty ; rdfs:domain :Organization ; rdfs:range :Notification ; rdfs:comment "A relationship specifying that an organization has notifications" ; rdfs:label "has notification" . ### https://auroral.iot.linkeddata.es/def/core#hasOwner :hasOwner rdf:type owl:ObjectProperty ; rdfs:comment "A relationship specifying that an organization or a user are the owner of a notification" ; rdfs:label "has owner" . ### https://auroral.iot.linkeddata.es/def/core#hasPartnershipRequestedBy :hasPartnershipRequestedBy rdf:type owl:ObjectProperty ; owl:inverseOf :hasPartnershipRequestedTo ; rdfs:domain :Organization ; rdfs:range :Organization ; rdfs:comment "A relationship specifying that an organization is requested by another organization" ; rdfs:label "has partnership requested by" . ### https://auroral.iot.linkeddata.es/def/core#hasPartnershipRequestedTo :hasPartnershipRequestedTo rdf:type owl:ObjectProperty ; rdfs:domain :Organization ; rdfs:range :Organization ; rdfs:comment "A relationship specifying that an organization is requested to another organization" ; rdfs:label "has partnership requested to" . ### https://auroral.iot.linkeddata.es/def/core#hasReadability :hasReadability rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range :Readability ; rdfs:comment "A relationship specifying that if a measurement is readable or not" ; rdfs:label "has readability" . ### https://auroral.iot.linkeddata.es/def/core#hasRole :hasRole rdf:type owl:ObjectProperty ; rdfs:domain :User ; rdfs:range :Role ; rdfs:comment "A relationship user and its roles" ; rdfs:label "has role" . ### https://auroral.iot.linkeddata.es/def/core#hasStatus :hasStatus rdf:type owl:ObjectProperty ; rdfs:comment "A relationship between an entity and its status" ; rdfs:label "has status" . ### https://auroral.iot.linkeddata.es/def/core#hasTemporalUnit :hasTemporalUnit rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:comment "A relationship specifying the temporal garnularity of a given measurement (hour, second, etc... )" ; rdfs:label "has temporal unit" . ### https://auroral.iot.linkeddata.es/def/core#hasUser :hasUser rdf:type owl:ObjectProperty ; rdfs:domain :Organization ; rdfs:range :User ; rdfs:comment "A relationship between an organization and its users" ; rdfs:label "has user" . ### https://auroral.iot.linkeddata.es/def/core#isRepresentedByAvatar :isRepresentedByAvatar rdf:type owl:ObjectProperty ; rdfs:range ; rdfs:comment "A relationship between the image and its avatar" ; rdfs:label "is represented by avatar" . ### https://auroral.iot.linkeddata.es/def/core#knows :knows rdf:type owl:ObjectProperty , owl:SymmetricProperty ; rdfs:domain :Organization ; rdfs:range :Organization ; rdfs:comment "A relationship specifying that an organization knows another organization" ; rdfs:label "knows" . ### https://auroral.iot.linkeddata.es/def/core#locatedIn :locatedIn rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range :Place ; rdfs:comment "A relationship between the Device and its location" ; rdfs:label "located in" . ### https://auroral.iot.linkeddata.es/def/core#serviceType :serviceType rdf:type owl:ObjectProperty ; rdfs:domain :Service ; rdfs:range :ServiceType ; rdfs:comment "A relationship between the service and its type" ; rdfs:label "service type" . ### https://saref.etsi.org/core#controlsProperty rdf:type owl:ObjectProperty ; rdfs:comment "A relationship specifying the property that can be controlled by a certain device" ; rdfs:label "controls property" . ### https://saref.etsi.org/core#hasDomain rdf:type owl:ObjectProperty ; rdfs:domain :Item ; rdfs:range :Domain ; rdfs:comment "A relationship specifying the domain where a physical or a virtual object is applied." ; rdfs:label "has domain" . ### https://saref.etsi.org/core#hasMeasurement rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:comment "A relationship specifying the detected measurement related to the feature of interest" ; rdfs:label "has measurement" . ### https://saref.etsi.org/core#hasProperty rdf:type owl:ObjectProperty ; owl:inverseOf ; rdfs:domain ; rdfs:range ; rdfs:comment "A relationship between a feature of interest and a property of that feature" ; rdfs:label "has property" . ### https://saref.etsi.org/core#isMeasuredIn rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:comment "A relationship specifying that a measurement is measured in units" ; rdfs:label "is measured in" . ### https://saref.etsi.org/core#isPropertyOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:comment "A relationship between a property and the feature of interest it belongs to" ; rdfs:label "is property of" . ### https://saref.etsi.org/core#makesMeasurement rdf:type owl:ObjectProperty ; rdfs:comment "A relation between a device and the measurements it makes. Such measurement will link together the value of the measurement, its unit of measure and the property to which it relates." ; rdfs:label "makes measurement" . ### https://saref.etsi.org/core#measuresProperty rdf:type owl:ObjectProperty ; rdfs:comment "A relationship specifying the property that can be measured by a certain device" ; rdfs:label "measures property" . ### https://saref.etsi.org/core#relatesToMeasurement rdf:type owl:ObjectProperty ; owl:inverseOf ; rdfs:domain ; rdfs:range ; rdfs:comment "A relationship between a property and the measurements it relates to" ; rdfs:label "relates to measurement" . ### https://saref.etsi.org/core#relatesToProperty rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:comment "A relationship between a measurement and the property it relates to" ; rdfs:label "relates to property"@en . ### https://www.w3.org/2019/wot/td#hasInteractionAffordance rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:comment "Offers an affordance to interact with the Thing" ; rdfs:label "has interaction affordance" . ### https://www.w3.org/2019/wot/td#hasLink rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:comment "Provides Web links to arbitrary resources that relate to the specified Thing Description." ; rdfs:label "has link" . ################################################################# # Data properties ################################################################# ### http://purl.org/dc/elements/1.1/description rdf:type owl:DatatypeProperty . ### http://purl.org/dc/elements/1.1/license rdf:type owl:DatatypeProperty ; rdfs:comment "The license of an entity" ; rdfs:label "license" . ### http://purl.org/dc/elements/1.1/title rdf:type owl:DatatypeProperty . ### http://www.w3.org/ns/dcat#accessURL rdf:type owl:DatatypeProperty ; rdfs:comment "The URL of an Entity" ; rdfs:label "access url" . ### http://www.w3.org/ns/dcat#keyword rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "The keyword of an entity" ; rdfs:label "keyword" . ### https://auroral.iot.linkeddata.es/def/core#adapterId :adapterId rdf:type owl:DatatypeProperty ; rdfs:domain :Item ; rdfs:range xsd:string ; rdfs:comment "The identifier of an adapter" ; rdfs:label "adapter id" . ### https://auroral.iot.linkeddata.es/def/core#code :code rdf:type owl:DatatypeProperty ; rdfs:domain :Place ; rdfs:range xsd:string ; rdfs:comment "The code of an entity" ; rdfs:label "code" . ### https://auroral.iot.linkeddata.es/def/core#continentCode :continentCode rdf:type owl:DatatypeProperty ; rdfs:domain :Country ; rdfs:range xsd:string ; rdfs:comment "The code of a continent" ; rdfs:label "continent code" . ### https://auroral.iot.linkeddata.es/def/core#currentStatus :currentStatus rdf:type owl:DatatypeProperty ; rdfs:domain :Service ; rdfs:range xsd:string ; rdfs:comment "The current status of an entity" ; rdfs:label "current status" . ### https://auroral.iot.linkeddata.es/def/core#datasetProvider :datasetProvider rdf:type owl:DatatypeProperty ; rdfs:domain :Dataset ; rdfs:range xsd:string ; rdfs:comment "The provider of a dataset" ; rdfs:label "dataset provider" . ### https://auroral.iot.linkeddata.es/def/core#hasActor :hasActor rdf:type owl:DatatypeProperty ; rdfs:domain :Notification ; rdfs:range xsd:string ; rdfs:comment "The actor of an entity" ; rdfs:label "has actor" . ### https://auroral.iot.linkeddata.es/def/core#hasContactMail :hasContactMail rdf:type owl:DatatypeProperty ; rdfs:domain :User ; rdfs:range xsd:string ; rdfs:comment "The contact mail of a user" ; rdfs:label "has contact mail" . ### https://auroral.iot.linkeddata.es/def/core#hasCreationDate :hasCreationDate rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:comment "The creation date of an entity" ; rdfs:label "has creation date" . ### https://auroral.iot.linkeddata.es/def/core#hasEmail :hasEmail rdf:type owl:DatatypeProperty ; rdfs:domain :User ; rdfs:range xsd:string ; rdfs:comment "The e-mail of an entity" ; rdfs:label "has email" . ### https://auroral.iot.linkeddata.es/def/core#hasFirstName :hasFirstName rdf:type owl:DatatypeProperty ; rdfs:domain :User ; rdfs:range xsd:string ; rdfs:comment "The first name of a user" ; rdfs:label "has first name" . ### https://auroral.iot.linkeddata.es/def/core#hasFunctionality :hasFunctionality rdf:type owl:DatatypeProperty ; rdfs:domain :Service ; rdfs:range xsd:string ; rdfs:comment "The functionality of a given entity" ; rdfs:label "has functionality" . ### https://auroral.iot.linkeddata.es/def/core#hasID :hasID rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "The identifier of an entity" ; rdfs:label "has i d" . ### https://auroral.iot.linkeddata.es/def/core#hasKey :hasKey rdf:type owl:DatatypeProperty ; rdfs:domain :Node ; rdfs:range xsd:string ; rdfs:comment "The key of an entity" ; rdfs:label "has key" . ### https://auroral.iot.linkeddata.es/def/core#hasLastName :hasLastName rdf:type owl:DatatypeProperty ; rdfs:domain :User ; rdfs:range xsd:string ; rdfs:comment "The last name of a user" ; rdfs:label "has last name" . ### https://auroral.iot.linkeddata.es/def/core#hasLocation :hasLocation rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "The location of an entity" ; rdfs:label "has location" . ### https://auroral.iot.linkeddata.es/def/core#hasName :hasName rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "The name of an entity" ; rdfs:label "has name" . ### https://auroral.iot.linkeddata.es/def/core#hasNote :hasNote rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "The node of a given entity" ; rdfs:label "has note" . ### https://auroral.iot.linkeddata.es/def/core#hasObject :hasObject rdf:type owl:DatatypeProperty ; rdfs:domain :Notification ; rdfs:range xsd:string ; rdfs:comment "The object of an entity" ; rdfs:label "has object" . ### https://auroral.iot.linkeddata.es/def/core#hasOccupation :hasOccupation rdf:type owl:DatatypeProperty ; rdfs:domain :User ; rdfs:range xsd:string ; rdfs:comment "The occupation of an entity" ; rdfs:label "has occupation" . ### https://auroral.iot.linkeddata.es/def/core#hasRegistrationNumber :hasRegistrationNumber rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "The registration number of an entity" ; rdfs:label "has registration number" . ### https://auroral.iot.linkeddata.es/def/core#hasRequirement :hasRequirement rdf:type owl:DatatypeProperty ; rdfs:domain :Service ; rdfs:range xsd:string ; rdfs:comment "The requirement of a service" ; rdfs:label "has requirement" . ### https://auroral.iot.linkeddata.es/def/core#hasSkinColor :hasSkinColor rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "The skin color of a user" ; rdfs:label "has skin color" . ### https://auroral.iot.linkeddata.es/def/core#hasSubDomain :hasSubDomain rdf:type owl:DatatypeProperty ; rdfs:domain :Service ; rdfs:range xsd:string ; rdfs:comment "The sub domain of an entity" ; rdfs:label "has sub domain" . ### https://auroral.iot.linkeddata.es/def/core#hasTarget :hasTarget rdf:type owl:DatatypeProperty ; rdfs:domain :Notification ; rdfs:range xsd:string ; rdfs:comment "The target of a notification" ; rdfs:label "has target" . ### https://auroral.iot.linkeddata.es/def/core#hasToken :hasToken rdf:type owl:DatatypeProperty ; rdfs:domain :Node ; rdfs:range xsd:string ; rdfs:comment "The token of a notification" ; rdfs:label "has token" . ### https://auroral.iot.linkeddata.es/def/core#hasUpdateDate :hasUpdateDate rdf:type owl:DatatypeProperty ; rdfs:domain :Item ; rdfs:range xsd:dateTime ; rdfs:comment "The update date of an item" ; rdfs:label "has update date" . ### https://auroral.iot.linkeddata.es/def/core#isLastUpdated :isLastUpdated rdf:type owl:DatatypeProperty ; rdfs:comment "The last update of an entity" ; rdfs:label "is last updated" . ### https://auroral.iot.linkeddata.es/def/core#isUnread :isUnread rdf:type owl:DatatypeProperty ; rdfs:domain :Notification ; rdfs:range xsd:boolean ; rdfs:comment "The unread status of a notfication" ; rdfs:label "is unread" . ### https://auroral.iot.linkeddata.es/def/core#isoCode :isoCode rdf:type owl:DatatypeProperty ; rdfs:domain :Country ; rdfs:range xsd:string ; rdfs:comment "The iso code of a country" ; rdfs:label "iso code" . ### https://auroral.iot.linkeddata.es/def/core#name :name rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:comment "The name of an entity" ; rdfs:label "name" . ### https://auroral.iot.linkeddata.es/def/core#nameCountry :nameCountry rdf:type owl:DatatypeProperty ; rdfs:domain :Country ; rdfs:range xsd:string ; rdfs:comment "The name of a country" ; rdfs:label "name country" . ### https://auroral.iot.linkeddata.es/def/core#namePlace :namePlace rdf:type owl:DatatypeProperty ; rdfs:domain :Place ; rdfs:range xsd:string ; rdfs:comment "The name of a place" ; rdfs:label "name place" . ### https://auroral.iot.linkeddata.es/def/core#numberOfDownloads :numberOfDownloads rdf:type owl:DatatypeProperty ; rdfs:domain :Service ; rdfs:range xsd:string ; rdfs:comment "The number of downloads of a service" ; rdfs:label "number of downloads" . ### https://auroral.iot.linkeddata.es/def/core#serialNumber :serialNumber rdf:type owl:DatatypeProperty ; rdfs:domain :Device ; rdfs:range xsd:string ; rdfs:comment "The serial number of device" ; rdfs:label "serial number" . ### https://auroral.iot.linkeddata.es/def/core#serviceDescription :serviceDescription rdf:type owl:DatatypeProperty ; rdfs:domain :Service ; rdfs:range xsd:string ; rdfs:comment "The description of a service" ; rdfs:label "service description" . ### https://auroral.iot.linkeddata.es/def/core#serviceFree :serviceFree rdf:type owl:DatatypeProperty ; rdfs:domain :Service ; rdfs:range xsd:boolean ; rdfs:comment "It determines if a service is free or no" ; rdfs:label "service free" . ### https://auroral.iot.linkeddata.es/def/core#serviceProvider :serviceProvider rdf:type owl:DatatypeProperty ; rdfs:domain :Service ; rdfs:range xsd:string ; rdfs:comment "The provider of a service" ; rdfs:label "service provider" . ### https://auroral.iot.linkeddata.es/def/core#value :value rdf:type owl:DatatypeProperty ; rdfs:domain :Readability ; rdfs:range xsd:integer ; rdfs:comment "The value of the readability of a measurement" ; rdfs:label "value" . ### https://auroral.iot.linkeddata.es/def/core#versionNumber :versionNumber rdf:type owl:DatatypeProperty ; rdfs:domain :Device ; rdfs:range xsd:string ; rdfs:comment "The version number of a device" ; rdfs:label "version number" . ### https://auroral.iot.linkeddata.es/def/core#versionOfService :versionOfService rdf:type owl:DatatypeProperty ; rdfs:domain :Service ; rdfs:range xsd:string ; rdfs:comment "The version of a service" ; rdfs:label "version of service" . ### https://auroral.iot.linkeddata.es/def/core#visibility :visibility rdf:type owl:DatatypeProperty ; rdfs:domain :Dataset ; rdfs:range xsd:boolean ; rdfs:comment "The visibility of a dataset" ; rdfs:label "visibility" . ### https://saref.etsi.org/core#deviceId rdf:type owl:DatatypeProperty ; rdfs:domain :Device ; rdfs:range xsd:string ; rdfs:comment "The identifier of a device" ; rdfs:label "device id" . ### https://saref.etsi.org/core#hasManufacturer rdf:type owl:DatatypeProperty ; rdfs:domain :Device ; rdfs:range xsd:string ; rdfs:comment "The manufacturer of a device" ; rdfs:label "has manufacturer" . ### https://saref.etsi.org/core#hasModel rdf:type owl:DatatypeProperty ; rdfs:domain :Device ; rdfs:range xsd:string ; rdfs:comment "The model of a device" ; rdfs:label "has model" . ### https://saref.etsi.org/core#hasTimeStamp rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:range xsd:dateTime ; rdfs:comment "The timestamp of an entity" ; rdfs:label "has time stamp" . ### https://saref.etsi.org/core#hasValue rdf:type owl:DatatypeProperty ; rdfs:comment "The value related to an entity" ; rdfs:label "has value" . ################################################################# # Classes ################################################################# ### http://lexvo.org/ontology#Language rdf:type owl:Class ; rdfs:comment "The used languages for services (english, arabic, spanich, etc)" ; rdfs:label "Language" . ### http://www.geonames.org/ontology#Feature rdf:type owl:Class ; rdfs:comment "Refers to a specific location" ; rdfs:label "Feature" . ### http://www.opengis.net/ont/geosparql#Geometry rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "A Geometry consists of a set of coordinates and a specification on how the coordinates should be interpreted." ; rdfs:label "Geometry" . ### http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing rdf:type owl:Class ; rdfs:comment "Anything with spatial extent, i.e. size, shape, or position. e.g. people, places, bowling balls, as well as abstract areas like cubes." ; rdfs:label "Spatial Thing" . ### http://www.w3.org/ns/dcat#Dataset rdf:type owl:Class ; rdfs:comment "A collection of data, published or curated by a single agent, and available for access or download in one or more representations" ; rdfs:label "Dataset" . ### http://xmlns.com/foaf/0.1/Image rdf:type owl:Class ; rdfs:comment "Digital images (such as JPEG, PNG, GIF bitmaps, SVG diagrams etc.) of users" ; rdfs:label "Image" . ### http://xmlns.com/foaf/0.1/Person rdf:type owl:Class ; rdfs:comment "The Person class represents people." ; rdfs:label "Person" . ### https://auroral.iot.linkeddata.es/def/core#Actuator :Actuator rdf:type owl:Class ; rdfs:subClassOf :Device , ; rdfs:comment "a device that causes a machine or other device to operate." ; rdfs:label "Actuator" . ### https://auroral.iot.linkeddata.es/def/core#Audit :Audit rdf:type owl:Class ; rdfs:comment "It correponds to the examination and evaluation of organisations or users." ; rdfs:label "Audit" . ### https://auroral.iot.linkeddata.es/def/core#Building :Building rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "Building is a feature of Interest." ; rdfs:label "Building" . ### https://auroral.iot.linkeddata.es/def/core#City :City rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "City is a feature of Interest." ; rdfs:label "City" . ### https://auroral.iot.linkeddata.es/def/core#Country :Country rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "Refers to the country where a service is applied" ; rdfs:label "Country" . ### https://auroral.iot.linkeddata.es/def/core#Dataset :Dataset rdf:type owl:Class ; rdfs:subClassOf , :VirtualThing , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom xsd:anyURI ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :datasetProvider ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :visibility ; owl:someValuesFrom xsd:boolean ] ; rdfs:comment "A collection of data, published or curated by a single agent, and available for access or download in one or more representations" ; rdfs:label "Dataset" . ### https://auroral.iot.linkeddata.es/def/core#Device :Device rdf:type owl:Class ; rdfs:subClassOf :PhysicalThing , ; rdfs:comment "A tangible object designed to accomplish a particular task. In order to accomplish this task, the device performs one or more functions. For example, a washing machine is designed to wash (task) and to accomplish this task it performs a start and stop function" ; rdfs:label "Device" . ### https://auroral.iot.linkeddata.es/def/core#Domain :Domain rdf:type owl:Class ; rdfs:comment "refers to the domains in the AURORAL project (Farming, mobility, energy, health, tourism)" ; rdfs:label "Domain" . ### https://auroral.iot.linkeddata.es/def/core#Item :Item rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty :hasStatus ; owl:someValuesFrom :ItemStatus ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom :Domain ] , [ rdf:type owl:Restriction ; owl:onProperty :hasCreationDate ; owl:allValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :hasName ; owl:allValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :hasUpdateDate ; owl:allValuesFrom xsd:dateTime ] ; rdfs:comment "Is defined as the physical or a virtual things" ; rdfs:label "Item" . ### https://auroral.iot.linkeddata.es/def/core#ItemStatus :ItemStatus rdf:type owl:Class ; rdfs:subClassOf :Status ; rdfs:comment "Presents the possible status of item: enabled, disabled, deleted" ; rdfs:label "Item status" . ### https://auroral.iot.linkeddata.es/def/core#Municipality :Municipality rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "Municipality is a feature of Interest." ; rdfs:label "Municipality" . ### https://auroral.iot.linkeddata.es/def/core#Node :Node rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :containsItem ; owl:allValuesFrom :Item ] , [ rdf:type owl:Restriction ; owl:onProperty :hasStatus ; owl:allValuesFrom :NodeStatus ] , [ rdf:type owl:Restriction ; owl:onProperty :hasCreationDate ; owl:someValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :hasID ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :hasLocation ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :hasName ; owl:someValuesFrom xsd:string ] ; rdfs:comment "Is defined as the way to organise the users into distinct groups" ; rdfs:label "Node" . ### https://auroral.iot.linkeddata.es/def/core#NodeStatus :NodeStatus rdf:type owl:Class ; rdfs:subClassOf :Status ; rdfs:comment "Presents the status of the Node: active, deleted, etc." ; rdfs:label "Node status" . ### https://auroral.iot.linkeddata.es/def/core#Notification :Notification rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :hasStatus ; owl:allValuesFrom :NotificationStatus ] , [ rdf:type owl:Restriction ; owl:onProperty :hasCreationDate ; owl:someValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :hasID ; owl:someValuesFrom xsd:string ] ; rdfs:comment "Is defined as the act of reporting a message to a set of users" ; rdfs:label "Notification" . ### https://auroral.iot.linkeddata.es/def/core#NotificationStatus :NotificationStatus rdf:type owl:Class ; rdfs:subClassOf :Status ; rdfs:comment "Presents the possible status of the notificationÑ rejected, accepted, waiting, etc." ; rdfs:label "Notification status" . ### https://auroral.iot.linkeddata.es/def/core#Organization :Organization rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty :hasAudit ; owl:allValuesFrom :Audit ] , [ rdf:type owl:Restriction ; owl:onProperty :hasNode ; owl:allValuesFrom :Node ] , [ rdf:type owl:Restriction ; owl:onProperty :hasNotification ; owl:allValuesFrom :Notification ] , [ rdf:type owl:Restriction ; owl:onProperty :hasUser ; owl:allValuesFrom :User ] , [ rdf:type owl:Restriction ; owl:onProperty :isRepresentedByAvatar ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty :hasCreationDate ; owl:someValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :hasID ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :hasLocation ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :hasName ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :hasRegistrationNumber ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :hasSkinColor ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :isLastUpdated ; owl:someValuesFrom xsd:dateTime ] ; rdfs:comment "Represents a collection of people organized together into a community or other social, commercial or political structure. The group has some common purpose or reason for existence which goes beyond the set of people belonging to it and can act as an Agent. Organizations are often decomposable into hierarchical structures. It is recommended that SKOS lexical labels should be used to label the Organization." ; rdfs:label "Organization" . ### https://auroral.iot.linkeddata.es/def/core#PhysicalThing :PhysicalThing rdf:type owl:Class ; rdfs:subClassOf :Item ; rdfs:comment "Refers to the objects in real word, that could be a sensor or an actuator" ; rdfs:label "Physical Thing" . ### https://auroral.iot.linkeddata.es/def/core#Place :Place rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "It is a place in general that could be a city, a home, etc. where the service is located" ; rdfs:label "Place" . ### https://auroral.iot.linkeddata.es/def/core#Readability :Readability rdf:type owl:Class ; rdfs:comment "Represents the status of the detected measurement, that could be redable or not." ; rdfs:label "Readability" . ### https://auroral.iot.linkeddata.es/def/core#Role :Role rdf:type owl:Class ; rdfs:comment "Is defined as the function assumed by a user inside the organisation." ; rdfs:label "Role" . ### https://auroral.iot.linkeddata.es/def/core#Sensor :Sensor rdf:type owl:Class ; rdfs:subClassOf :Device , ; rdfs:comment "A device which detects or measures a physical property and records, indicates, or otherwise responds to it." ; rdfs:label "Sensor" . ### https://auroral.iot.linkeddata.es/def/core#Service :Service rdf:type owl:Class ; rdfs:subClassOf :VirtualThing , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty :hasInput ; owl:someValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :hasFunctionality ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :hasRequirement ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :hasSubDomain ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :numberOfDownloads ; owl:someValuesFrom xsd:integer ] , [ rdf:type owl:Restriction ; owl:onProperty :serviceFree ; owl:someValuesFrom xsd:boolean ] , [ rdf:type owl:Restriction ; owl:onProperty :currentStatus ; owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :serviceProvider ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:string ] ; rdfs:comment "The service that coul dbe provided with the device" ; rdfs:label "Service" . ### https://auroral.iot.linkeddata.es/def/core#ServiceType :ServiceType rdf:type owl:Class ; rdfs:comment "Defines the service types that could be a Commidity service or a not commidity service" ; rdfs:label "Service Type" . ### https://auroral.iot.linkeddata.es/def/core#Status :Status rdf:type owl:Class ; rdfs:comment "Presents the status of item, node, user and notification" ; rdfs:label "Status" . ### https://auroral.iot.linkeddata.es/def/core#User :User rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty :hasNode ; owl:someValuesFrom :Node ] , [ rdf:type owl:Restriction ; owl:onProperty :belongsTo ; owl:allValuesFrom :Organization ] , [ rdf:type owl:Restriction ; owl:onProperty :containsItem ; owl:allValuesFrom :Item ] , [ rdf:type owl:Restriction ; owl:onProperty :hasAudit ; owl:allValuesFrom :Audit ] , [ rdf:type owl:Restriction ; owl:onProperty :hasStatus ; owl:allValuesFrom :UserStatus ] , [ rdf:type owl:Restriction ; owl:onProperty :isRepresentedByAvatar ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty :hasContactMail ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :hasCreationDate ; owl:someValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :hasID ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :hasLocation ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :hasName ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :hasUpdateDate ; owl:someValuesFrom xsd:dateTime ] . ### https://auroral.iot.linkeddata.es/def/core#UserStatus :UserStatus rdf:type owl:Class ; rdfs:subClassOf :Status ; rdfs:comment "Presents the Status of the user : delected or active" ; rdfs:label "User status" . ### https://auroral.iot.linkeddata.es/def/core#VirtualThing :VirtualThing rdf:type owl:Class ; rdfs:subClassOf :Item , [ rdf:type owl:Restriction ; owl:onProperty :exposes ; owl:someValuesFrom :PhysicalThing ] ; rdfs:comment "Presents virtual things which are the service and the dataset" ; rdfs:label "Virtual Thing" . ### https://saref.etsi.org/core#Actuator rdf:type owl:Class ; rdfs:comment "A device that causes a machine or other device to operate." ; rdfs:label "Actuator" . ### https://saref.etsi.org/core#Device rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom xsd:string ] ; rdfs:comment "A tangible object designed to accomplish a particular task. In order to accomplish this task, the device performs one or more functions. For example, a washing machine is designed to wash (task) and to accomplish this task it performs a start and stop function" ; rdfs:label "Device" . ### https://saref.etsi.org/core#FeatureOfInterest rdf:type owl:Class ; rdfs:comment "A feature of interest is an abstraction of a real world phenomena (thing, person, event, etc)" ; rdfs:label "Feature of interest" . ### https://saref.etsi.org/core#Measurement rdf:type owl:Class ; rdfs:comment "Measurement is the quantification of attributes of an object or event" ; rdfs:label "Measurement" . ### https://saref.etsi.org/core#Property rdf:type owl:Class ; rdfs:comment "Anything that can be sensed, measured or controlled in households, common public buildings or offices. We propose here a list of properties that are relevant for the purpose of SAREF, but this list can be extended." ; rdfs:label "Property" . ### https://saref.etsi.org/core#Sensor rdf:type owl:Class ; rdfs:comment "A device which detects or measures a physical property and records, indicates, or otherwise responds to it." ; rdfs:label "Sensor" . ### https://saref.etsi.org/core#UnitOfMeasure rdf:type owl:Class ; rdfs:comment "Defines the unit of each mesurement dtected by a sensor" ; rdfs:label "Unit of measure" . ### https://www.w3.org/2006/time#TemporalUnit rdf:type owl:Class ; rdfs:comment "A standard duration, which provides a scale factor for a time extent, or the granularity or precision for a time position." ; rdfs:label "Temporal Unit" . ### https://www.w3.org/2019/wot/hypermedia#Link rdf:type owl:Class ; rdfs:comment "A link can be viewed as a statement of the form \"link context has a relation type resource at link target\", where the optional target attributes may further describe the resource." ; rdfs:label "Link" . ### https://www.w3.org/2019/wot/td#InteractionAffordance rdf:type owl:Class ; rdfs:comment "It is the ability of an object or system to evoke its use and function." ; rdfs:label "Interaction Affordance" . ### https://www.w3.org/2019/wot/td#Thing rdf:type owl:Class ; rdfs:comment "An abstraction of a physical or a virtual entity whose metadata and interfaces are described by a WoT Thing Description, whereas a virtual entity is the composition of one or more Things." ; rdfs:label "Thing" . ### https://www.w3.org/ns/org#Organization rdf:type owl:Class ; rdfs:comment "Represents a collection of people organized together into a community or other social, commercial or political structure. The group has some common purpose or reason for existence which goes beyond the set of people belonging to it and can act as an Agent. Organizations are often decomposable into hierarchical structures. It is recommended that SKOS lexical labels should be used to label the Organization." ; rdfs:label "Organization" . ################################################################# # Individuals ################################################################# ### http://www.ontology-of-units-of-measure.org/page/om-2#centimetre rdf:type owl:NamedIndividual , . ### http://www.ontology-of-units-of-measure.org/page/om-2#hectopascal rdf:type owl:NamedIndividual , . ### http://www.ontology-of-units-of-measure.org/page/om-2#kelvin rdf:type owl:NamedIndividual , . ### http://www.ontology-of-units-of-measure.org/page/om-2#kilowatt rdf:type owl:NamedIndividual , . ### http://www.ontology-of-units-of-measure.org/page/om-2#litre rdf:type owl:NamedIndividual , . ### http://www.ontology-of-units-of-measure.org/page/om-2#millimetre rdf:type owl:NamedIndividual , . ### http://www.ontology-of-units-of-measure.org/page/om-2#wattSquareMetre rdf:type owl:NamedIndividual , . ### http://www.ontology-of-units-of-measure.org/resource/om-2/Percentage rdf:type owl:NamedIndividual , . ### http://www.ontology-of-units-of-measure.org/resource/om-2/ampere rdf:type owl:NamedIndividual , . ### http://www.ontology-of-units-of-measure.org/resource/om-2/centimetre rdf:type owl:NamedIndividual . ### http://www.ontology-of-units-of-measure.org/resource/om-2/cubicMetre rdf:type owl:NamedIndividual , . ### http://www.ontology-of-units-of-measure.org/resource/om-2/degree rdf:type owl:NamedIndividual , . ### http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius rdf:type owl:NamedIndividual , . ### http://www.ontology-of-units-of-measure.org/resource/om-2/degreeFahrenheit rdf:type owl:NamedIndividual , . ### http://www.ontology-of-units-of-measure.org/resource/om-2/hectopascal rdf:type owl:NamedIndividual , . ### http://www.ontology-of-units-of-measure.org/resource/om-2/kilogram rdf:type owl:NamedIndividual , . ### http://www.ontology-of-units-of-measure.org/resource/om-2/kilowatt rdf:type owl:NamedIndividual . ### http://www.ontology-of-units-of-measure.org/resource/om-2/kilowattHour rdf:type owl:NamedIndividual , . ### http://www.ontology-of-units-of-measure.org/resource/om-2/lux rdf:type owl:NamedIndividual , . ### http://www.ontology-of-units-of-measure.org/resource/om-2/metersPerSecond-TimeSquared rdf:type owl:NamedIndividual , . ### http://www.ontology-of-units-of-measure.org/resource/om-2/millimetre rdf:type owl:NamedIndividual , . ### http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion rdf:type owl:NamedIndividual , . ### http://www.ontology-of-units-of-measure.org/resource/om-2/volt rdf:type owl:NamedIndividual , . ### http://www.ontology-of-units-of-measure.org/resource/om-2/watt rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/core#AcceptedNotificationStatus :AcceptedNotificationStatus rdf:type owl:NamedIndividual , :NotificationStatus ; rdfs:label "Accepted notification status" . ### https://auroral.iot.linkeddata.es/def/core#ActiveNodeStatus :ActiveNodeStatus rdf:type owl:NamedIndividual , :NodeStatus ; rdfs:label "Active node status" . ### https://auroral.iot.linkeddata.es/def/core#ActiveUserStatus :ActiveUserStatus rdf:type owl:NamedIndividual , :UserStatus ; rdfs:label "Active user status" . ### https://auroral.iot.linkeddata.es/def/core#Admin :Admin rdf:type owl:NamedIndividual , :Role ; rdfs:label "admin" . ### https://auroral.iot.linkeddata.es/def/core#AmpereHour :AmpereHour rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/core#AngularDegree :AngularDegree rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/core#Auroral :Auroral rdf:type owl:NamedIndividual , :Node ; rdfs:label "Auroral" . ### https://auroral.iot.linkeddata.es/def/core#Commodity :Commodity rdf:type owl:NamedIndividual , :ServiceType ; rdfs:label "commodity" . ### https://auroral.iot.linkeddata.es/def/core#ContractAcceptedNotification :ContractAcceptedNotification rdf:type owl:NamedIndividual , :Notification ; rdfs:label "Contract accepted notification" . ### https://auroral.iot.linkeddata.es/def/core#ContractRequestNotification :ContractRequestNotification rdf:type owl:NamedIndividual , :Notification ; rdfs:label "Contract request notification" . ### https://auroral.iot.linkeddata.es/def/core#CyclingEconomy :CyclingEconomy rdf:type owl:NamedIndividual , :Domain ; rdfs:label "cycling economy" . ### https://auroral.iot.linkeddata.es/def/core#DairyFarming :DairyFarming rdf:type owl:NamedIndividual , :Domain ; rdfs:label "dairy farming" . ### https://auroral.iot.linkeddata.es/def/core#Decibel :Decibel rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/core#DeletedItemStatus :DeletedItemStatus rdf:type owl:NamedIndividual , :ItemStatus ; rdfs:label "Deleted item status" . ### https://auroral.iot.linkeddata.es/def/core#DeletedNodeStatus :DeletedNodeStatus rdf:type owl:NamedIndividual , :NodeStatus ; rdfs:label "Deleted node status" . ### https://auroral.iot.linkeddata.es/def/core#DeletedUserStatus :DeletedUserStatus rdf:type owl:NamedIndividual , :UserStatus ; rdfs:label "Deleted user status" . ### https://auroral.iot.linkeddata.es/def/core#Dev_ops :Dev_ops rdf:type owl:NamedIndividual , :Role ; rdfs:label "dev ops" . ### https://auroral.iot.linkeddata.es/def/core#Dev_owner :Dev_owner rdf:type owl:NamedIndividual , :Role ; rdfs:label "dev owner" . ### https://auroral.iot.linkeddata.es/def/core#DisabledItemStatus :DisabledItemStatus rdf:type owl:NamedIndividual , :ItemStatus ; rdfs:label "Disabled item status" . ### https://auroral.iot.linkeddata.es/def/core#EnabledItemStatus :EnabledItemStatus rdf:type owl:NamedIndividual , :ItemStatus ; rdfs:label "Enabled item status" . ### https://auroral.iot.linkeddata.es/def/core#Energy :Energy rdf:type owl:NamedIndividual , :Domain ; rdfs:label "energy" . ### https://auroral.iot.linkeddata.es/def/core#Health :Health rdf:type owl:NamedIndividual , :Domain ; rdfs:label "health" . ### https://auroral.iot.linkeddata.es/def/core#InfoNotificationStatus :InfoNotificationStatus rdf:type owl:NamedIndividual , :NotificationStatus ; rdfs:label "Info notification status" . ### https://auroral.iot.linkeddata.es/def/core#Infras_operator :Infras_operator rdf:type owl:NamedIndividual , :Role ; rdfs:label "Infrastructure operator" . ### https://auroral.iot.linkeddata.es/def/core#ItemDisabledNotification :ItemDisabledNotification rdf:type owl:NamedIndividual , :Notification ; rdfs:label "Item disabled notification" . ### https://auroral.iot.linkeddata.es/def/core#ItemDiscoveredNotification :ItemDiscoveredNotification rdf:type owl:NamedIndividual , :Notification ; rdfs:label "Item discovered notification" . ### https://auroral.iot.linkeddata.es/def/core#ItemEnabledNotification :ItemEnabledNotification rdf:type owl:NamedIndividual , :Notification ; rdfs:label "Item enabled notification" . ### https://auroral.iot.linkeddata.es/def/core#ItemUpdatedNotification :ItemUpdatedNotification rdf:type owl:NamedIndividual , :Notification ; rdfs:label "Item update notification" . ### https://auroral.iot.linkeddata.es/def/core#MilliAmpereHour :MilliAmpereHour rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/core#Mobility :Mobility rdf:type owl:NamedIndividual , :Domain ; rdfs:label "mobility" . ### https://auroral.iot.linkeddata.es/def/core#NotCommodity :NotCommodity rdf:type owl:NamedIndividual , :ServiceType ; rdfs:label "not commodity" . ### https://auroral.iot.linkeddata.es/def/core#RegistrationRequestNotification :RegistrationRequestNotification rdf:type owl:NamedIndividual , :Notification ; rdfs:label "Registration request notification" . ### https://auroral.iot.linkeddata.es/def/core#RejectedNotificationStatus :RejectedNotificationStatus rdf:type owl:NamedIndividual , :NotificationStatus ; rdfs:label "Rejected notification status" . ### https://auroral.iot.linkeddata.es/def/core#RespondedNotificationStatus :RespondedNotificationStatus rdf:type owl:NamedIndividual , :NotificationStatus ; rdfs:label "Responded notification status" . ### https://auroral.iot.linkeddata.es/def/core#Sev_provider :Sev_provider rdf:type owl:NamedIndividual , :Role ; rdfs:label "service provider" . ### https://auroral.iot.linkeddata.es/def/core#Sharq :Sharq rdf:type owl:NamedIndividual , :Node ; rdfs:label "Sharql" . ### https://auroral.iot.linkeddata.es/def/core#Super_user :Super_user rdf:type owl:NamedIndividual , :Role ; rdfs:label "super user" . ### https://auroral.iot.linkeddata.es/def/core#Sys_integrator :Sys_integrator rdf:type owl:NamedIndividual , :Role ; rdfs:label "system integrator" . ### https://auroral.iot.linkeddata.es/def/core#Tourism :Tourism rdf:type owl:NamedIndividual , :Domain ; rdfs:label "tourism" . ### https://auroral.iot.linkeddata.es/def/core#User :User rdf:type owl:NamedIndividual , :Role . ### https://auroral.iot.linkeddata.es/def/core#Vicinity :Vicinity rdf:type owl:NamedIndividual , :Node ; rdfs:label "Vicinity" . ### https://auroral.iot.linkeddata.es/def/core#WaitingNotificationStatus :WaitingNotificationStatus rdf:type owl:NamedIndividual , :NotificationStatus ; rdfs:label "Waiting notification status" . ### https://auroral.iot.linkeddata.es/def/core#WattHour :WattHour rdf:type owl:NamedIndividual , ; rdfs:comment "watt Hour" . ### https://auroral.iot.linkeddata.es/def/core#kilowattHourSquareMeter :kilowattHourSquareMeter rdf:type owl:NamedIndividual , . ### https://auroral.iot.linkeddata.es/def/core#kilowattHourYear :kilowattHourYear rdf:type owl:NamedIndividual , . ### https://www.w3.org/2006/time#unitHour rdf:type owl:NamedIndividual , ; rdfs:label "unit Hour" . ### https://www.w3.org/2006/time#unitMinute rdf:type owl:NamedIndividual , . ################################################################# # Annotations ################################################################# rdfs:comment "A description of an entity" ; rdfs:label "description" . rdfs:comment "The title of an entity" ; rdfs:label "title" . :User rdfs:comment "Is a person who belongs to an organisation." ; rdfs:label "User" . ### Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/