Skip to content

Commit d11ef4d

Browse files
Update ontologies/vocabs.ttl
Adding definition, example, and note from Michael's suggestion Co-authored-by: Michael Uschold <uscholdm@users.noreply.github.com>
1 parent 9ee86d3 commit d11ef4d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ontologies/vocabs.ttl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,9 @@ gist:ProcessorArchitecture
151151
gist:StixRegion
152152
a owl:Class ;
153153
rdfs:subClassOf gist:StixCategoryObject ;
154-
skos:definition ""^^xsd:string ;
155-
skos:note """"""^^xsd:string ;
154+
skos:definition "A physical location used to categorize various aspects of threats and incidents."^^xsd:string ;
155+
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 ;
156157
skos:prefLabel "Region"^^xsd:string ;
157158
.
158159

0 commit comments

Comments
 (0)