Commit a0fe79e8 authored by Mauro Dragoni's avatar Mauro Dragoni
Browse files
parents 8e0d7089 6bda0998
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -149,6 +149,13 @@ ssn-system:hasSystemCapability rdf:type owl:ObjectProperty ;
                               rdfs:label "has system capability"@en .


###  https://saref.etsi.org/core/consistsOf
saref:consistsOf rdf:type owl:ObjectProperty ;
                 rdfs:comment "A relationship indicating a composite entity that consists of other entities (e.g., a temperature/humidity sensor that consists of a temperature sensor and a humidity sensor)"@en ;
                 rdfs:isDefinedBy saref: ;
                 rdfs:label "consists of"@en .


###  https://saref.etsi.org/core/controlsProperty
saref:controlsProperty rdf:type owl:ObjectProperty ;
                       rdfs:comment "A relationship specifying the property that can be controlled by a certain device."@en ;
@@ -1100,6 +1107,3 @@ s4wear:WearerTemperature rdf:type owl:NamedIndividual ,
                      schema:name "Universidad Politécnica de Madrid" ;
                      rdfs:comment "Universidad Politécnica de Madrid"@en ;
                      rdfs:label "Universidad Politécnica de Madrid"@en .


###  Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
+52 −0
Original line number Diff line number Diff line
Id;Category;Requirement
WEAR-1;Wearable;A wearable device is a device that is intended to be located near, on or in an organism.
WEAR-2;Wearable;A wearer is any living organism that is sensed by a wearable.
WEAR-3;Wearable;The user of a wearable is any living organism, physical object or software interacting with and/or acted by a wearable.
WEAR-4;Wearable;The user of a wearable may be its wearer.
WEAR-5;Wearable;A wearable has some position with regards to its wearer.
WEAR-6;Wearable;A near-body wearable is a device located near an organism where it does not contact the external surface of the organism directly.
WEAR-7;Wearable;An on-body wearable is a device located on an organism where it contacts the external surface of the organism directly.
WEAR-8;Wearable;An in-body wearable is a device located internal to an organism.
WEAR-9;Wearable;Wearables can also be electronic textiles, that is, fabrics or textile-based electronic devices and components.
WEAR-10;Wearable attribute;A wearable may have control capabilities.
WEAR-11;Wearable attribute;A wearable may send notifications to its wearer.
WEAR-12;Wearable attribute;A wearable has an interface, which is the medium for transferring data between the wearer and the device.
WEAR-13;Wearable attribute;A wearable may have communication capabilities to interchange data with other wearables or systems.
WEAR-14;Wearable attribute;A wearable has a data transmission rate.
WEAR-15;Wearable attribute;A wearable may have storage capabilities.
WEAR-16;Wearable attribute;A wearable may have sensing capabilities, provided by one or more sensors.
WEAR-17;Wearable attribute;A wearable may sense the wearer or the wearer's environment (e.g., sound level).
WEAR-18;Wearable attribute;Relevant information about the wearer may be its location, heart rate or temperature.
WEAR-19;Wearable attribute;A wearable makes measurements with a specific precision.
WEAR-20;Wearable attribute;A wearable has an operating temperature.
WEAR-21;Wearable attribute;A wearable may have actuating capabilities, provided by one or more actuators.
WEAR-22;Wearable attribute;A wearable may identify the status of actionable entities on its environment (e.g., that a door is open or closed).
WEAR-23;Wearable attribute;A wearer may perform actions over entities in its environment using a wearable (e.g., open door, adjust sound level).
WEAR-24;Wearable attribute;The dimensions and weight of a wearable are important for convenience and portability.
WEAR-25;Wearable attribute;A wearable emits heat.
WEAR-26;Wearable attribute;A wearable is equipped with a specific power supply.
WEAR-27;Wearable attribute;A wearable has a battery life.
WEAR-28;Wearable attribute;A wearable has some biometric information.
WEAR-29;Wearable attribute;A wearable has some electrical safety information.
WEAR-30;Wearable attribute;A wearable has some emission information.
WEAR-31;Wearable attribute;A wearable satisfies some policies for collecting data, aggregating data, or associating alerts.
WEAR-32;Location;A wearable may know its position related to some area (e.g., in or out of some place).
WEAR-33;Location;A wearable may know its position related to another wearable.
WEAR-34;Location;A wearable may know the location of an area (e.g., a parking space).
WEAR-35;Location;A wearable may be aware of the allowed capacity of a specific area.
WEAR-36;Location;A wearable may know the location of an object (e.g., a car).
WEAR-37;Location;A wearable may know the location of the wearer of another wearable, according to the category of such wearer (e.g., lost child, parent, staff member, etc.).
WEAR-38;Location;A wearable may present navigation directions to its wearer.
WEAR-39;Location;A wearable may send navigation directions to other wearables.
WEAR-40;Location;A wearable may present navigation directions taking into account the situation of the surrounding areas.
WEAR-41;Wearer;A wearable may know the mean of transport of its wearer (walking, by car, etc.).
WEAR-42;Wearer;A wearable may identify the range of age of the wearer (e.g., child, adult, elderly).
WEAR-43;Wearer;A wearable may be aware of the parent(s)/guardian of a child.
WEAR-44;Wearer;A wearable may know the range of age of the wearer of another wearable.
WEAR-45;Wearer;A wearable may know the status of the wearer of another wearable (e.g., lost, found, requires assistance, etc.).
WEAR-46;Event;A wearable may detect different types of events (e.g., incidents., terrorist attacks, law infringements, etc.).
WEAR-47;Event;A wearable may notify its wearer about events in its environment.
WEAR-48;Event;A wearable may detect different types of events that take place in a specific area (e.g., traffic jam).
WEAR-49;Event;A wearable may notify other wearables about events.
WEAR-50;Event;A wearable may detect concentrations of people and its type (e.g., queues).
WEAR-51;Event;A wearable may be able of quantifying concentrations of people.
 No newline at end of file

tests/tests.csv

0 → 100644
+73 −0
Original line number Diff line number Diff line
Id;Requirement;Category;Test
WEAR-TEST-1;WEAR-1;Wearable;Wearable subClassOf Device
WEAR-TEST-2;WEAR-1;Wearable;Wearable isLocatedIn LivingOrganism
WEAR-TEST-3;WEAR-1;Wearable;Wearable isLocatedNear LivingOrganism
WEAR-TEST-4;WEAR-1;Wearable;Wearable isLocatedOn LivingOrganism
WEAR-TEST-5;WEAR-2;Wearable;Wearer subClassOf LivingOrganism
WEAR-TEST-6;WEAR-2;Wearable;Wearer featureIsMeasuredByDevice Wearable
WEAR-TEST-7;WEAR-3;Wearable;User subClassOf FeatureOfInterest
WEAR-TEST-8;WEAR-3;Wearable;User interactsWith Wearable
WEAR-TEST-9;WEAR-3;Wearable;User featureIsControlledByDevice Wearable
WEAR-TEST-10;WEAR-4;Wearable;User disjointWith Wearer
WEAR-TEST-11;WEAR-5;Wearable;Wearable isLocated Wearer
WEAR-TEST-12;WEAR-6;Wearable;NearBodyWearable subClassOf Device
WEAR-TEST-13;WEAR-6;Wearable;NearBodyWearable isLocatedNear LivingOrganism
WEAR-TEST-14;WEAR-7;Wearable;OnBodyWearable subClassOf Device
WEAR-TEST-15;WEAR-7;Wearable;OnBodyWearable isLocatedOn LivingOrganism
WEAR-TEST-16;WEAR-8;Wearable;InBodyWearable subClassOf Device
WEAR-TEST-17;WEAR-8;Wearable;InBodyWearable isLocatedIn LivingOrganism
WEAR-TEST-18;WEAR-9;Wearable;TextileBasedWearable subClassOf Wearable
WEAR-TEST-19;WEAR-10;Wearable attribute;Wearable hasFunction ControllingFunction
WEAR-TEST-20;WEAR-11;Wearable attribute;Wearable sendsNotificationsTo Wearer
WEAR-TEST-21;WEAR-12;Wearable attribute;Wearable hasInterface Interface
WEAR-TEST-22;WEAR-13;Wearable attribute;Wearable hasFunction CommunicatingFunction
WEAR-TEST-23;WEAR-14;Wearable attribute;Wearable hasDataTransmissionRate double
WEAR-TEST-24;WEAR-15;Wearable attribute;Wearable hasStorage double
WEAR-TEST-25;WEAR-16;Wearable attribute;Wearable hasFunction SensingFunction
WEAR-TEST-26;WEAR-17;Wearable attribute;Wearer featureIsMeasuredByDevice Wearable
WEAR-TEST-27;WEAR-17;Wearable attribute;EnvironmentalProperty subClassOf core:Property
WEAR-TEST-28;WEAR-18;Wearable attribute;Wearer location Point
WEAR-TEST-29;WEAR-18;Wearable attribute;Wearer hasProperty WearerProperty
WEAR-TEST-30;WEAR-18;Wearable attribute;HeartRate type WearerProperty
WEAR-TEST-31;WEAR-18;Wearable attribute;WearerTemperature type WearerProperty
WEAR-TEST-32;WEAR-19;Wearable attribute;Wearable hasSystemCapability SystemCapability
WEAR-TEST-33;WEAR-20;Wearable attribute;Wearable hasSystemCapability SystemCapability
WEAR-TEST-34;WEAR-21;Wearable attribute;Wearable hasFunction ActuatingFunction
WEAR-TEST-35;WEAR-21;Wearable attribute;Wearable consistsOf Actuator
WEAR-TEST-36;WEAR-22;Wearable attribute;FeatureOfInterest hasStatus Status
WEAR-TEST-37;WEAR-23;Wearable attribute;Wearable hasFunction ActuatingFunction
WEAR-TEST-38;WEAR-24;Wearable attribute;Wearable hasWidth double
WEAR-TEST-39;WEAR-24;Wearable attribute;Wearable hasHeight double
WEAR-TEST-40;WEAR-24;Wearable attribute;Wearable hasLength double
WEAR-TEST-41;WEAR-25;Wearable attribute;Wearable hasProperty EmissionProperty
WEAR-TEST-42;WEAR-25;Wearable attribute;HeatEmission type EmissionProperty
WEAR-TEST-43;WEAR-26;Wearable attribute;Wearable hasPowerSupply PowerSupply
WEAR-TEST-44;WEAR-27;Wearable attribute;Wearable hasProperty ElectricalProperty
WEAR-TEST-45;WEAR-27;Wearable attribute;BatteryRemainingTime type ElectricalProperty
WEAR-TEST-46;WEAR-28;Wearable attribute;Wearable hasProperty BiometricProperty
WEAR-TEST-47;WEAR-29;Wearable attribute;Wearable hasProperty ElectricalSafetyProperty
WEAR-TEST-48;WEAR-30;Wearable attribute;Wearable hasProperty EmissionProperty
WEAR-TEST-49;WEAR-31;Wearable attribute;Wearable followsPolicy Policy
WEAR-TEST-50;WEAR-32;Location;Wearable subClassOf Feature
WEAR-TEST-51;WEAR-32;Location;Wearable location Point
WEAR-TEST-52;WEAR-33;Location;Wearable location Point
WEAR-TEST-53;WEAR-34;Location;Feature location Point
WEAR-TEST-54;WEAR-35;Location;Facility hasCapacity long
WEAR-TEST-55;WEAR-36;Location;Feature location Point
WEAR-TEST-56;WEAR-37;Location;Wearer location Point
WEAR-TEST-57;WEAR-38;Location;Wearable hasFunction NavigatingFunction
WEAR-TEST-58;WEAR-39;Location;Wearable hasFunction NavigatingFunction
WEAR-TEST-59;WEAR-40;Location;Wearable hasFunction NavigatingFunction
WEAR-TEST-60;WEAR-41;Wearer;Wearer meansOfTransport string
WEAR-TEST-61;WEAR-42;Wearer;Wearer wearerAgeRange string
WEAR-TEST-62;WEAR-43;Wearer;Child hasParent Parent
WEAR-TEST-63;WEAR-44;Wearer;Wearer wearerAgeRange string
WEAR-TEST-64;WEAR-45;Wearer;Wearer wearerStatus string
WEAR-TEST-65;WEAR-46;Event;Occurrence type Class
WEAR-TEST-66;WEAR-47;Event;Wearable hasFunction CommunicatingFunction
WEAR-TEST-67;WEAR-48;Event;Occurrence type Class
WEAR-TEST-68;WEAR-49;Event;Wearable hasFunction CommunicatingFunction
WEAR-TEST-69;WEAR-50;Event;CrowdProperty subClassOf core:Property
WEAR-TEST-70;WEAR-50;Event;QueueSize type CrowdProperty
WEAR-TEST-71;WEAR-51;Event;CrowdProperty subClassOf core:Property
WEAR-TEST-72;WEAR-51;Event;CrowdSize type CrowdProperty
 No newline at end of file