rcao:PerceptualAwareness leaf node


URI

https://www.w3id.org/rcao#PerceptualAwareness

Label

PerceptualAwareness

Description

Level 1: Represents the direct, uninterpreted perception of an object and its attributes. An instance of this class would assert, for example, 'Subject S is aware of Object O at position (x, y, z) with velocity V.

Superclasses (1)

Usage

Instances of rcao:PerceptualAwareness can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class rcao:AwarenessState
rcao:hasConfidence owl:DatatypeProperty xsd:float
rcao:hasFusionStrategy owl:DatatypeProperty Describes the logic strategy used by the RCA_Algo (e.g., 'agreement_consolidation'). xsd:string
rcao:derivedFrom owl:ObjectProperty Links an awareness state to the source or previous state from which it was derived. Decoupled from PROV-O to prevent Entity coercion. owl:Thing
rcao:hasObject owl:ObjectProperty Connects what is being aware of. owl:Thing
rcao:hasOutcome owl:ObjectProperty Establishes the link of unique Outcomes from different sensors. rcao:InformationSource
rcao:hasResilience owl:ObjectProperty Associates an awareness state with its quality and trust metrics. rcao:ResilienceAttribute
rcao:hasSource owl:ObjectProperty Establishes the link of data from different sensors about perceptual awareness. rcao:InformationSource
rcao:hasSubject owl:ObjectProperty Connects who is aware of what. Identify the Subject (e.g., any instance of prov:Agent that is linked to an rcao:AwarenessState via the rcao:hasSubject property). ago:Object
rcao:informs owl:ObjectProperty Establishes the flow from lower levels to Comprehension. rcao:ComprehensionAwareness
rcao:isAwarenessOf owl:ObjectProperty Links an awareness state to the entity it is about. owl:Thing
rcao:wasComputedBy owl:ObjectProperty A customized provenance property. Links a computed AwarenessState to the specific computational Activity (e.g., PerceptionProcess, FusionProcess) that generated it, bypassing strict PROV-O Entity coercion. prov:Activity
From class owl:Thing
dc1:author owl:AnnotationProperty owl:Thing
dc1:contributor owl:AnnotationProperty owl:Thing
dc1:created owl:AnnotationProperty owl:Thing
dc1:creator owl:AnnotationProperty owl:Thing
dc1:description owl:AnnotationProperty owl:Thing
dc1:identifier owl:AnnotationProperty owl:Thing
dc1:license owl:AnnotationProperty owl:Thing
dc1:modified owl:AnnotationProperty owl:Thing
dc1:publisher owl:AnnotationProperty owl:Thing
dc1:title owl:AnnotationProperty owl:Thing
rcao:hasTimestamp owl:DatatypeProperty The time at which the data was generated or observed. xsd:dateTime
schema1:domainIncludes owl:AnnotationProperty owl:Thing
schema1:hasPart owl:ObjectProperty owl:Thing
schema1:isPartOf owl:ObjectProperty owl:Thing
schema1:logo owl:AnnotationProperty owl:Thing
schema1:rangeIncludes owl:AnnotationProperty owl:Thing
skos:altLabel owl:AnnotationProperty owl:Thing
skos:broader owl:AnnotationProperty owl:Thing
skos:definition owl:AnnotationProperty owl:Thing
skos:example owl:AnnotationProperty owl:Thing
skos:historyNote owl:AnnotationProperty owl:Thing
skos:inScheme owl:AnnotationProperty owl:Thing
skos:prefLabel owl:AnnotationProperty owl:Thing
vann:preferredNamespacePrefix owl:AnnotationProperty owl:Thing
vann:preferredNamespaceUri owl:AnnotationProperty owl:Thing

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rcao: <https://www.w3id.org/rcao#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

rcao:PerceptualAwareness a owl:Class ;
    rdfs:comment "Level 1: Represents the direct, uninterpreted perception of an object and its attributes. An instance of this class would assert, for example, 'Subject S is aware of Object O at position (x, y, z) with velocity V." ;
    rdfs:subClassOf rcao:AwarenessState ;
    owl:disjointWith rcao:ComprehensionAwareness .