We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee86d3 commit d11ef4dCopy full SHA for d11ef4d
ontologies/vocabs.ttl
@@ -151,8 +151,9 @@ gist:ProcessorArchitecture
151
gist:StixRegion
152
a owl:Class ;
153
rdfs:subClassOf gist:StixCategoryObject ;
154
- skos:definition ""^^xsd:string ;
155
- skos:note """"""^^xsd:string ;
+skos:definition "A physical location used to categorize various aspects of threats and incidents."^^xsd:string ;
+skos:example "Origin of a threat actor, area targeted by a threat, location of victims and infrastructure."^^xsd:string ;
156
+skos:note "Instances of this class are not categories in the usual sense, they are places being used to categorize things by location."^^xsd:string ;
157
skos:prefLabel "Region"^^xsd:string ;
158
.
159
0 commit comments