https://ontology.unifiedcyberontology.org/uco/action/techniqueID
An identifier for a technique within some cataloguing system. At the general level of UCO, techniqueID is left optional and minimally-described aside from needing to be Literal-valued. Specializations of Technique should also consider specializing a corresponding subproperty of techniqueID to enable support of global review of technique identifiers.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| action:Technique | action:techniqueID | owl:Thing (inferred) |
@prefix action: <https://ontology.unifiedcyberontology.org/uco/action/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
action:techniqueID a owl:DatatypeProperty ;
rdfs:label "techniqueID"@en ;
rdfs:comment "An identifier for a technique within some cataloguing system. At the general level of UCO, techniqueID is left optional and minimally-described aside from needing to be Literal-valued. Specializations of Technique should also consider specializing a corresponding subproperty of techniqueID to enable support of global review of technique identifiers."@en ;
rdfs:domain action:Technique .