observable:properties leaf node


URI

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

Label

properties

Description

Specifies the properties that were enumerated as a result of the action on the observable object.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:properties xsd:string

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

observable:properties a owl:DatatypeProperty ;
    rdfs:label "properties"@en ;
    rdfs:comment "Specifies the properties that were enumerated as a result of the action on the observable object."@en ;
    rdfs:range xsd:string .