observable:symbolicName leaf node


URI

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

Label

symbolicName

Description

The symbolic name of a global flag. See also: http://msdn.microsoft.com/en-us/library/windows/hardware/ff549646(v=vs.85).aspx.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:symbolicName 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:symbolicName a owl:DatatypeProperty ;
    rdfs:label "symbolicName"@en ;
    rdfs:comment "The symbolic name of a global flag. See also: http://msdn.microsoft.com/en-us/library/windows/hardware/ff549646(v=vs.85).aspx."@en ;
    rdfs:range xsd:string .