@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:label "language" . ### http://www.opengis.net/ont/geosparql#hasGeometry rdf:type owl:ObjectProperty ; rdfs:label "has Geometry" . ### http://www.w3.org/2003/01/geo/wgs84_pos#location rdf:type owl:ObjectProperty ; rdfs:label "location" . ### https://auroral.iot.linkeddata.es/def/core#applicableToGeographicalArea :applicableToGeographicalArea rdf:type owl:ObjectProperty ; rdfs:domain :Service ; rdfs:range :Place ; rdfs:label "applicable to geographical area" . ### https://auroral.iot.linkeddata.es/def/core#belongsTo :belongsTo rdf:type owl:ObjectProperty ; rdfs:label "belongs to" . ### https://auroral.iot.linkeddata.es/def/core#containsItem :containsItem rdf:type owl:ObjectProperty ; rdfs:range :Item ; rdfs:label "contains item" . ### https://auroral.iot.linkeddata.es/def/core#exposes :exposes rdf:type owl:ObjectProperty ; rdfs:label "exposes" . ### https://auroral.iot.linkeddata.es/def/core#hasAudit :hasAudit rdf:type owl:ObjectProperty ; rdfs:range :Audit ; rdfs:label "has audit" . ### https://auroral.iot.linkeddata.es/def/core#hasGranularity :hasGranularity rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:label "has granularity" . ### https://auroral.iot.linkeddata.es/def/core#hasInput :hasInput rdf:type owl:ObjectProperty ; rdfs:label "has Input" . ### https://auroral.iot.linkeddata.es/def/core#hasNode :hasNode rdf:type owl:ObjectProperty ; rdfs:range :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:label "has notification" . ### https://auroral.iot.linkeddata.es/def/core#hasOwner :hasOwner rdf:type owl:ObjectProperty ; 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: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:label "has partnership requested to" . ### https://auroral.iot.linkeddata.es/def/core#hasReadability :hasReadability rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range :Readability ; rdfs:label "has Readability" . ### https://auroral.iot.linkeddata.es/def/core#hasRole :hasRole rdf:type owl:ObjectProperty ; rdfs:domain :User ; rdfs:range :Role ; rdfs:label "has role" . ### https://auroral.iot.linkeddata.es/def/core#hasStatus :hasStatus rdf:type owl:ObjectProperty . ### https://auroral.iot.linkeddata.es/def/core#hasUser :hasUser rdf:type owl:ObjectProperty ; rdfs:domain :Organization ; rdfs:range :User ; rdfs:label "has user" . ### https://auroral.iot.linkeddata.es/def/core#isAbout :isAbout rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:label "is about" . ### https://auroral.iot.linkeddata.es/def/core#isRepresentedByAvatar :isRepresentedByAvatar rdf:type owl:ObjectProperty ; rdfs:range ; 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:label "knows" . ### https://auroral.iot.linkeddata.es/def/core#locatedIn :locatedIn rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range :Place . ### https://auroral.iot.linkeddata.es/def/core#serviceType :serviceType rdf:type owl:ObjectProperty ; rdfs:domain :Service ; rdfs:range :ServiceType . ### https://saref.etsi.org/core#controlsProperty rdf:type owl:ObjectProperty ; rdfs:label "controls property" . ### https://saref.etsi.org/core#hasDomain rdf:type owl:ObjectProperty ; rdfs:domain :Item ; rdfs:range :Domain ; rdfs:label "has domain" . ### https://saref.etsi.org/core#hasMeasurement rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:label "has measurement" . ### https://saref.etsi.org/core#hasProperty rdf:type owl:ObjectProperty ; owl:inverseOf ; rdfs:domain ; rdfs:range ; rdfs:label "has property" . ### https://saref.etsi.org/core#isMeasuredIn rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:label "is measured in" . ### https://saref.etsi.org/core#isPropertyOf rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:label "is property of" . ### https://saref.etsi.org/core#makesMeasurement rdf:type owl:ObjectProperty ; rdfs:label "makes measurement" . ### https://saref.etsi.org/core#measuresProperty rdf:type owl:ObjectProperty ; rdfs:label "measures property" . ### https://saref.etsi.org/core#relatesToMeasurement rdf:type owl:ObjectProperty ; owl:inverseOf ; rdfs:domain ; rdfs:range ; rdfs:label "relates to measurement" . ### https://saref.etsi.org/core#relatesToProperty rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:label "relates to property"@en . ### https://www.w3.org/2019/wot/td#hasInteractionAffordance rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:label "has interaction affordance" . ### https://www.w3.org/2019/wot/td#hasLink rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:label "has link" . ### https://www.w3.org/2019/wot/td#hasValueType rdf:type owl:ObjectProperty ; rdfs:label "has value type" . ################################################################# # 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: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:label "accessURL" . ### http://www.w3.org/ns/dcat#keyword rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "keyword" . ### https://auroral.iot.linkeddata.es/def/core#adapterId :adapterId rdf:type owl:DatatypeProperty ; rdfs:domain :Item ; rdfs:range xsd:string ; rdfs:label "adapter id" . ### https://auroral.iot.linkeddata.es/def/core#code :code rdf:type owl:DatatypeProperty ; rdfs:domain :Place ; rdfs:range xsd:string . ### https://auroral.iot.linkeddata.es/def/core#continentCode :continentCode rdf:type owl:DatatypeProperty ; rdfs:domain :Country ; rdfs:range xsd:string ; 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:label "current status" . ### https://auroral.iot.linkeddata.es/def/core#datasetProvider :datasetProvider rdf:type owl:DatatypeProperty ; rdfs:domain :Dataset ; rdfs:range xsd:string ; 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:label "has actor" . ### https://auroral.iot.linkeddata.es/def/core#hasContactMail :hasContactMail rdf:type owl:DatatypeProperty ; rdfs:domain :User ; rdfs:range xsd:string ; rdfs:label "has contact mail" . ### https://auroral.iot.linkeddata.es/def/core#hasCreationDate :hasCreationDate rdf:type owl:DatatypeProperty ; rdfs:range xsd:dateTime ; 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:label "has email" . ### https://auroral.iot.linkeddata.es/def/core#hasFirstName :hasFirstName rdf:type owl:DatatypeProperty ; rdfs:domain :User ; rdfs:range xsd:string ; 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:label "has functionality" . ### https://auroral.iot.linkeddata.es/def/core#hasID :hasID rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; 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:label "has key" . ### https://auroral.iot.linkeddata.es/def/core#hasLastName :hasLastName rdf:type owl:DatatypeProperty ; rdfs:domain :User ; rdfs:range xsd:string ; rdfs:label "has last name" . ### https://auroral.iot.linkeddata.es/def/core#hasLocation :hasLocation rdf:type owl:DatatypeProperty ; rdfs:range xsd:string . ### https://auroral.iot.linkeddata.es/def/core#hasName :hasName rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "has name" . ### https://auroral.iot.linkeddata.es/def/core#hasNote :hasNote rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; 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:label "has object" . ### https://auroral.iot.linkeddata.es/def/core#hasOccupation :hasOccupation rdf:type owl:DatatypeProperty ; rdfs:domain :User ; rdfs:range xsd:string ; rdfs:label "has occupation" . ### https://auroral.iot.linkeddata.es/def/core#hasRegistrationNumber :hasRegistrationNumber rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; 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:label "has requirement" . ### https://auroral.iot.linkeddata.es/def/core#hasSkinColor :hasSkinColor rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; 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: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:label "has target" . ### https://auroral.iot.linkeddata.es/def/core#hasToken :hasToken rdf:type owl:DatatypeProperty ; rdfs:domain :Node ; rdfs:range xsd:string ; 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:label "has update date" . ### https://auroral.iot.linkeddata.es/def/core#isLastUpdated :isLastUpdated rdf:type owl:DatatypeProperty ; 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:label "is unread" . ### https://auroral.iot.linkeddata.es/def/core#isoCode :isoCode rdf:type owl:DatatypeProperty ; rdfs:domain :Country ; rdfs:range xsd:string ; rdfs:label "iso Code" . ### https://auroral.iot.linkeddata.es/def/core#name :name rdf:type owl:DatatypeProperty ; rdfs:range xsd:string . ### https://auroral.iot.linkeddata.es/def/core#nameCountry :nameCountry rdf:type owl:DatatypeProperty ; rdfs:domain :Country ; rdfs:range xsd:string ; 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:label "name place" . ### https://auroral.iot.linkeddata.es/def/core#numberOfDownloads :numberOfDownloads rdf:type owl:DatatypeProperty ; rdfs:domain :Service ; rdfs:range xsd:string ; 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:label "serial number" . ### https://auroral.iot.linkeddata.es/def/core#serviceDescription :serviceDescription rdf:type owl:DatatypeProperty ; rdfs:domain :Service ; rdfs:range xsd:string ; 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:label "service free" . ### https://auroral.iot.linkeddata.es/def/core#serviceProvider :serviceProvider rdf:type owl:DatatypeProperty ; rdfs:domain :Service ; rdfs:range xsd:string ; rdfs:label "service provider" . ### https://auroral.iot.linkeddata.es/def/core#status :status rdf:type owl:DatatypeProperty ; rdfs:range xsd:string . ### https://auroral.iot.linkeddata.es/def/core#value :value rdf:type owl:DatatypeProperty ; rdfs:domain :Readability ; rdfs:range xsd:integer . ### https://auroral.iot.linkeddata.es/def/core#versionNumber :versionNumber rdf:type owl:DatatypeProperty ; rdfs:domain :Device ; rdfs:range xsd:string ; 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:label "version of service" . ### https://auroral.iot.linkeddata.es/def/core#visibility :visibility rdf:type owl:DatatypeProperty ; rdfs:domain :Dataset ; rdfs:range xsd:boolean . ### https://saref.etsi.org/core#deviceId rdf:type owl:DatatypeProperty ; rdfs:domain :Device ; rdfs:range xsd:string . ### https://saref.etsi.org/core#hasManufacturer rdf:type owl:DatatypeProperty ; rdfs:domain :Device ; rdfs:range xsd:string ; rdfs:label "has manufacturer" . ### https://saref.etsi.org/core#hasModel rdf:type owl:DatatypeProperty ; rdfs:domain :Device ; rdfs:range xsd:string ; rdfs:label "has model" . ### https://saref.etsi.org/core#hasTimeStamp rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:range xsd:dateTime ; rdfs:label "has time stamp" . ### https://saref.etsi.org/core#hasValue rdf:type owl:DatatypeProperty ; rdfs:label "has value" . ################################################################# # Classes ################################################################# ### http://lexvo.org/ontology#Language rdf:type owl:Class ; rdfs:label "Language" . ### http://www.geonames.org/ontology#Feature rdf:type owl:Class ; rdfs:label "Feature" . ### http://www.opengis.net/ont/geosparql#Geometry rdf:type owl:Class ; rdfs:subClassOf . ### http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing rdf:type owl:Class ; rdfs:label "Spatial Thing" . ### http://www.w3.org/ns/dcat#Dataset rdf:type owl:Class ; rdfs:label "Dataset" . ### http://xmlns.com/foaf/0.1/Image rdf:type owl:Class ; rdfs:label "Image" . ### http://xmlns.com/foaf/0.1/Person rdf:type owl:Class ; rdfs:label "Person" . ### https://auroral.iot.linkeddata.es/def/core#Actuator :Actuator rdf:type owl:Class ; rdfs:subClassOf :Device , ; rdfs:label "Actuator" . ### https://auroral.iot.linkeddata.es/def/core#Audit :Audit rdf:type owl:Class ; rdfs:label "Audit" . ### https://auroral.iot.linkeddata.es/def/core#Building :Building rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Building" . ### https://auroral.iot.linkeddata.es/def/core#City :City rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "City" . ### https://auroral.iot.linkeddata.es/def/core#Country :Country rdf:type owl:Class ; rdfs:subClassOf . ### 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:label "Dataset" . ### https://auroral.iot.linkeddata.es/def/core#Device :Device rdf:type owl:Class ; rdfs:subClassOf :PhysicalThing , ; rdfs:label "Device" . ### https://auroral.iot.linkeddata.es/def/core#Domain :Domain rdf:type owl:Class ; rdfs:label "Domain" . ### https://auroral.iot.linkeddata.es/def/core#Item :Item rdf:type owl:Class ; rdfs:subClassOf , [ 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:label "Item" . ### https://auroral.iot.linkeddata.es/def/core#ItemStatus :ItemStatus rdf:type owl:Class ; rdfs:subClassOf :Status ; rdfs:label "Item status" . ### https://auroral.iot.linkeddata.es/def/core#Municipality :Municipality rdf:type owl:Class ; rdfs:subClassOf ; 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 :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:label "Node" . ### https://auroral.iot.linkeddata.es/def/core#NodeStatus :NodeStatus rdf:type owl:Class ; rdfs:subClassOf :Status ; 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 :hasCreationDate ; owl:someValuesFrom xsd:dateTime ] , [ rdf:type owl:Restriction ; owl:onProperty :hasID ; owl:someValuesFrom xsd:string ] ; rdfs:label "Notification" . ### https://auroral.iot.linkeddata.es/def/core#NotificationStatus :NotificationStatus rdf:type owl:Class ; rdfs:subClassOf :Status ; 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:label "Organization" . ### https://auroral.iot.linkeddata.es/def/core#PhysicalThing :PhysicalThing rdf:type owl:Class ; rdfs:subClassOf :Item ; rdfs:label "Physical Thing" . ### https://auroral.iot.linkeddata.es/def/core#Place :Place rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Place" . ### https://auroral.iot.linkeddata.es/def/core#Readability :Readability rdf:type owl:Class ; rdfs:label "Readability" . ### https://auroral.iot.linkeddata.es/def/core#Role :Role rdf:type owl:Class ; rdfs:label "Role" . ### https://auroral.iot.linkeddata.es/def/core#Sensor :Sensor rdf:type owl:Class ; rdfs:subClassOf :Device , ; 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:label "Service" . ### https://auroral.iot.linkeddata.es/def/core#ServiceType :ServiceType rdf:type owl:Class ; rdfs:label "Service Type" . ### https://auroral.iot.linkeddata.es/def/core#Status :Status rdf:type owl:Class ; 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 :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: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:label "Virtual Thing" . ### https://saref.etsi.org/core#Actuator rdf:type owl:Class ; 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:label "Device" . ### https://saref.etsi.org/core#FeatureOfInterest rdf:type owl:Class ; rdfs:label "Feature of interest" . ### https://saref.etsi.org/core#Measurement rdf:type owl:Class ; rdfs:label "Measurement" . ### https://saref.etsi.org/core#Property rdf:type owl:Class ; rdfs:label "Property" . ### https://saref.etsi.org/core#Sensor rdf:type owl:Class ; rdfs:label "Sensor" . ### https://saref.etsi.org/core#UnitOfMeasure rdf:type owl:Class ; rdfs:label "Unit of measure" . ### https://www.w3.org/2006/time#TemporalUnit rdf:type owl:Class ; rdfs:label "Temporal Unit" . ### https://www.w3.org/2019/wot/hypermedia#Link rdf:type owl:Class ; rdfs:label "Link" . ### https://www.w3.org/2019/wot/td#InteractionAffordance rdf:type owl:Class ; rdfs:label "Interaction Affordance" . ### https://www.w3.org/2019/wot/td#Thing rdf:type owl:Class ; rdfs:label "Thing" . ### https://www.w3.org/ns/org#Organization rdf:type owl:Class ; 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 ; 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:label "description" . rdfs:label "title" . :User rdfs:label "User" . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi