observable:creator leaf node


URI

https://ontology.unifiedcyberontology.org/uco/observable/creator

Label

creator

Description

Specifies the name of the creator of the registry key.

Usage

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

Implementation

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

observable:creator a owl:ObjectProperty ;
    rdfs:label "creator"@en ;
    rdfs:comment "Specifies the name of the creator of the registry key."@en ;
    rdfs:range observable:ObservableObject .