https://ontology.solveit-df.org/solveit/observable/SmartHomeAppFiles
Files associated with a smart home or IoT control application, including device registries, automation routines, activity logs, sensor data, camera event histories, and network configuration (e.g. Apple Home, Google Home, Amazon Alexa, Samsung SmartThings).
Instances of solveit-observable:SmartHomeAppFiles can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class solveit-observable:ApplicationFiles | |||
| solveit-observable:sourceApplication | owl:ObjectProperty | The application associated with these files. | uco-observable:Application |
| From class solveit-observable:FileSet | |||
| solveit-observable:hasFile | owl:ObjectProperty | A file belonging to this file set. | uco-observable:File |
By the associated SHACL property shapes, instances of solveit-observable:SmartHomeAppFiles can have the following properties:
PROPERTY |
PROPERTY TYPE |
DESCRIPTION |
MIN COUNT |
MAX COUNT |
LOCAL RANGE |
GLOBAL RANGE |
|
|---|---|---|---|---|---|---|---|
| solveit-observable:ApplicationFiles | |||||||
| solveit-observable:hasFile | owl:ObjectProperty |
A file belonging to this file set.
|
uco-observable:File
|
uco-observable:File
|
|||
| solveit-observable:sourceApplication | owl:ObjectProperty |
The application associated with these files.
|
1 |
uco-observable:Application
|
uco-observable:Application
|
||
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-observable: <https://ontology.solveit-df.org/solveit/observable/> .
solveit-observable:SmartHomeAppFiles a owl:Class ;
rdfs:label "Smart Home App Files"@en ;
rdfs:comment "Files associated with a smart home or IoT control application, including device registries, automation routines, activity logs, sensor data, camera event histories, and network configuration (e.g. Apple Home, Google Home, Amazon Alexa, Samsung SmartThings)."@en ;
rdfs:subClassOf solveit-observable:ApplicationFiles .