SignalKG Ontology
Metadata
- IRI
-
http://signalkg.visualmodel.org/skg
- Title
-
SignalKG Ontology
- Date Created
-
2022-06-13
- Description
-
An ontology describing the high level concepts needed to construct a knowledge graph for reasoning about the underlying causes of sensor observations
- Ontology RDF
- RDF (turtle)
Classes
Action c
IRI |
http://signalkg.visualmodel.org/skg#Action
|
---|---|
Description |
An Action that can be performed by an Entity (e.g., break window) |
Sub Class Of | owl:Thing c |
In Domain Of |
|
In Range Of |
Classifier c
IRI |
http://signalkg.visualmodel.org/skg#Classifier
|
---|---|
Description |
A procedure or machine learning model for detecting the presence of a signal |
Sub Class Of | owl:Thing c |
In Domain Of | skg:sensitivity dp |
Concrete Action c
IRI |
http://signalkg.visualmodel.org/skg#ConcreteAction
|
---|---|
Description |
A concrete realisation/occurrence of an Action (e.g., breaking a particular window at a particular time) |
Sub Class Of | owl:Thing c |
In Domain Of |
|
In Range Of | skg:concreteProduces op |
Concrete Entity c
IRI |
http://signalkg.visualmodel.org/skg#ConcreteEntity
|
---|---|
Description |
A concrete realisation/occurrence of an Entity (e.g., a particular person) |
Sub Class Of | owl:Thing c |
In Domain Of |
Entity c
IRI |
http://signalkg.visualmodel.org/skg#Entity
|
---|---|
Description |
An Entity capable of performing some Action (e.g., humans) |
Sub Class Of | owl:Thing c |
In Domain Of |
|
In Range Of | skg:entityCategory op |
Fall Off c
IRI |
http://signalkg.visualmodel.org/skg#FallOff
|
---|---|
Description |
Falloff of signal strength as a function of distance (e.g., an inverse square law) |
Sub Class Of | owl:Thing c |
In Range Of | skg:fallOff op |
Signal c
IRI |
http://signalkg.visualmodel.org/skg#Signal
|
---|---|
Description |
A Signal category (audio, vision, social, etc.) or sub-category (e.g., the sound of footsteps) that is created by some Action and is observable by some Sensor |
Sub Class Of | skos:Concept c |
In Domain Of |
|
In Range Of | skg:creates op |
Object Properties
action category op
IRI |
http://signalkg.visualmodel.org/skg#actionCategory
|
---|---|
Description |
A category of Action that a ConcreteAction is a realisation/occurrence of |
Domain | skg:ConcreteAction c |
Range | skg:Action c |
concrete acts on op
IRI |
http://signalkg.visualmodel.org/skg#concreteActsOn
|
---|---|
Description |
A particular object/place that a ConcreteAction is performed on/in (e.g., a particular window) |
Domain | skg:ConcreteAction c |
Range | owl:Thing c |
concrete produces op
IRI |
http://signalkg.visualmodel.org/skg#concreteProduces
|
---|---|
Description |
A ConcreteAction that a ConcreteEntity performs (e.g., breaking a particular window at a particular time) |
Domain | skg:ConcreteEntity c |
Range | skg:ConcreteAction c |
creates op
IRI |
http://signalkg.visualmodel.org/skg#creates
|
---|---|
Description |
A Signal that an Action creates |
Domain | skg:Action c |
Range | skg:Signal c |
end state op
IRI |
http://signalkg.visualmodel.org/skg#endState
|
---|---|
Description |
The state of a ConcreteEntity after performing a ConcreteAction (e.g., new position) |
Domain | skg:ConcreteAction c |
Range | owl:Thing c |
entity category op
IRI |
http://signalkg.visualmodel.org/skg#entityCategory
|
---|---|
Description |
A category of Entity that a ConcreteEntity is a realisation/occurrence of |
Domain | skg:ConcreteEntity c |
Range | skg:Entity c |
fall off op
IRI |
http://signalkg.visualmodel.org/skg#fallOff
|
---|---|
Description |
The falloff of signal strength as a function of distance (e.g., inverse square law) |
Domain | skg:Signal c |
Range | skg:FallOff c |
performs op
IRI |
http://signalkg.visualmodel.org/skg#performs
|
---|---|
Description |
An Action that an Entity is capable of performing |
Domain | skg:Entity c |
Range | skg:Action c |
start state op
IRI |
http://signalkg.visualmodel.org/skg#startState
|
---|---|
Description |
The state of a ConcreteEntity before performing a ConcreteAction (e.g., initial position) |
Domain | skg:ConcreteAction c |
Range | owl:Thing c |
Datatype Properties
acts on dp
IRI |
http://signalkg.visualmodel.org/skg#actsOn
|
---|---|
Description |
A class of object/place than Action can be performed on/in (e.g., windows). Range should be owl:Class, but for OWL-DL conformance only xsd:anyURI constraint is specified. |
Domain | skg:Action c |
Range | xsd:anyURI |
attenuated by dp
IRI |
http://signalkg.visualmodel.org/skg#attenuatedBy
|
---|---|
Description |
A class of object than attenuates a category of Signal (e.g., walls attenuate sound signals). Range should be owl:Class, but for OWL-DL conformance only xsd:anyURI constraint is specified. |
Domain | skg:Signal c |
Range | xsd:anyURI |
end time dp
IRI |
http://signalkg.visualmodel.org/skg#endTime
|
---|---|
Description |
The time at which a ConcreteAction finishes |
Domain | skg:ConcreteAction c |
Range | xsd:dateTime |
fov dp
IRI |
http://signalkg.visualmodel.org/skg#fov
|
---|---|
Description |
The field of view of a Sensor (in radians) |
Domain | sosa:Sensor |
Range | xsd:decimal |
pr exists dp
IRI |
http://signalkg.visualmodel.org/skg#prExists
|
---|---|
Description |
The probability of the Entity being present (e.g., of an attacker) |
Domain | skg:Entity c |
Range | xsd:decimal |
pr occurs dp
IRI |
http://signalkg.visualmodel.org/skg#prOccurs
|
---|---|
Description |
The probability of an Entity (if present) performing an Action (e.g., the probability that an attacker will chose to break in via the window rather than by some other method) |
Domain | skg:Action c |
Range | xsd:decimal |
reliable distance dp
IRI |
http://signalkg.visualmodel.org/skg#reliableDistance
|
---|---|
Description |
The distance at which a Sensor is expected to operate reliably (beyond this distance the probability of detection decreases with signal strength) |
Domain | sosa:Sensor |
Range | xsd:decimal |
sensitivity dp
IRI |
http://signalkg.visualmodel.org/skg#sensitivity
|
---|---|
Description |
The sensitivity (true positive rate) of a machine learning Classifier (when operating within the reliable distance of the Sensor) |
Domain | skg:Classifier c |
Range | xsd:decimal |
start time dp
IRI |
http://signalkg.visualmodel.org/skg#startTime
|
---|---|
Description |
The time at which a ConcreteAction begins |
Domain | skg:ConcreteAction c |
Range | xsd:dateTime |
Namespaces
- dct
-
http://purl.org/dc/terms/
- ns1
-
http://signalkg.visualmodel.org/
- owl
-
http://www.w3.org/2002/07/owl#
- rdf
-
http://www.w3.org/1999/02/22-rdf-syntax-ns#
- rdfs
-
http://www.w3.org/2000/01/rdf-schema#
- skg
-
http://signalkg.visualmodel.org/skg#
- skos
-
http://www.w3.org/2004/02/skos/core#
- sosa
-
http://www.w3.org/ns/sosa/
- xsd
-
http://www.w3.org/2001/XMLSchema#
Legend
c | Classes |
op | Object Properties |
dp | Datatype Properties |