observable:newObject leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#newObject

Label

newObject

Description

Specifies the observable object and its properties as they are after the state change effect occurred.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:newObject observable:ObservableObject

Implementation

@prefix observable: <https://unifiedcyberontology.org/ontology/uco/observable#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

observable:newObject a owl:ObjectProperty ;
    rdfs:label "newObject"@en ;
    rdfs:comment "Specifies the observable object and its properties as they are after the state change effect occurred."@en ;
    rdfs:range observable:ObservableObject .