Skip to content

Commit 230a326

Browse files
Merge pull request #87 from semanticarts/issue-44-implement-the-stix-21-region-vocabulary
Adding the STIX Region vocabulary to vocabs.ttl
2 parents b6a371b + eba941c commit 230a326

File tree

1 file changed

+212
-0
lines changed

1 file changed

+212
-0
lines changed

ontologies/vocabs.ttl

Lines changed: 212 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,15 @@ gist:ProcessorArchitecture
144144
skos:prefLabel "Processor Architecture"^^xsd:string ;
145145
.
146146

147+
gist:StixRegion
148+
a owl:Class ;
149+
rdfs:subClassOf gist:StixCategoryObject ;
150+
skos:definition "A physical location used to categorize various aspects of threats and incidents."^^xsd:string ;
151+
skos:example "Origin of a threat actor, area targeted by a threat, location of victims and infrastructure."^^xsd:string ;
152+
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 ;
153+
skos:prefLabel "Region"^^xsd:string ;
154+
.
155+
147156
gist:ThreatActorRole
148157
a owl:Class ;
149158
rdfs:subClassOf gist:StixCategoryObject ;
@@ -1934,6 +1943,209 @@ gist:_ProcessorArchitecture_x8664
19341943
gist:stix-term "x86-64"^^xsd:string ;
19351944
.
19361945

1946+
gist:_StixRegion_africa
1947+
a gist:StixRegion ;
1948+
skos:definition """The STIX tag for the Africa region."""^^xsd:string ;
1949+
skos:prefLabel "Africa"^^xsd:string ;
1950+
gist:stix-term "africa"^^xsd:string ;
1951+
.
1952+
1953+
gist:_StixRegion_eastern-africa
1954+
a gist:StixRegion ;
1955+
skos:definition """The STIX tag for the Eastern Africa region."""^^xsd:string ;
1956+
skos:prefLabel "Eastern Africa"^^xsd:string ;
1957+
gist:stix-term "eastern-africa"^^xsd:string ;
1958+
.
1959+
1960+
gist:_StixRegion_middle-africa
1961+
a gist:StixRegion ;
1962+
skos:definition """The STIX tag for the Middle Africa region."""^^xsd:string ;
1963+
skos:prefLabel "Middle Africa"^^xsd:string ;
1964+
gist:stix-term "middle-africa"^^xsd:string ;
1965+
.
1966+
1967+
gist:_StixRegion_northern-africa
1968+
a gist:StixRegion ;
1969+
skos:definition """The STIX tag for the Northern Africa region."""^^xsd:string ;
1970+
skos:prefLabel "Northern Africa"^^xsd:string ;
1971+
gist:stix-term "northern-africa"^^xsd:string ;
1972+
.
1973+
1974+
gist:_StixRegion_southern-africa
1975+
a gist:StixRegion ;
1976+
skos:definition """The STIX tag for the Southern Africa region."""^^xsd:string ;
1977+
skos:prefLabel "Southern Africa"^^xsd:string ;
1978+
gist:stix-term "southern-africa"^^xsd:string ;
1979+
.
1980+
1981+
gist:_StixRegion_western-africa
1982+
a gist:StixRegion ;
1983+
skos:definition """The STIX tag for the Western Africa region."""^^xsd:string ;
1984+
skos:prefLabel "Western Africa"^^xsd:string ;
1985+
gist:stix-term "western-africa"^^xsd:string ;
1986+
.
1987+
1988+
gist:_StixRegion_americas
1989+
a gist:StixRegion ;
1990+
skos:definition """The STIX tag for the Americas regions."""^^xsd:string ;
1991+
skos:prefLabel "Americas"^^xsd:string ;
1992+
gist:stix-term "americas"^^xsd:string ;
1993+
.
1994+
1995+
gist:_StixRegion_latin-america-caribbean
1996+
a gist:StixRegion ;
1997+
skos:definition """The STIX tag for the Latin America/Caribbean region."""^^xsd:string ;
1998+
skos:prefLabel "Latin America/Caribbean"^^xsd:string ;
1999+
gist:stix-term "latin-america-caribbean"^^xsd:string ;
2000+
.
2001+
2002+
gist:_StixRegion_south-america
2003+
a gist:StixRegion ;
2004+
skos:definition """The STIX tag for the South America region."""^^xsd:string ;
2005+
skos:prefLabel "South America"^^xsd:string ;
2006+
gist:stix-term "south-america"^^xsd:string ;
2007+
.
2008+
2009+
gist:_StixRegion_caribbean
2010+
a gist:StixRegion ;
2011+
skos:definition """The STIX tag for the Caribbean region."""^^xsd:string ;
2012+
skos:prefLabel "Caribbean"^^xsd:string ;
2013+
gist:stix-term "caribbean"^^xsd:string ;
2014+
.
2015+
2016+
gist:_StixRegion_central-america
2017+
a gist:StixRegion ;
2018+
skos:definition """The STIX tag for the Central America region."""^^xsd:string ;
2019+
skos:prefLabel "Central America"^^xsd:string ;
2020+
gist:stix-term "central-america"^^xsd:string ;
2021+
.
2022+
2023+
gist:_StixRegion_northern-america
2024+
a gist:StixRegion ;
2025+
skos:definition """The STIX tag for the Northern America region."""^^xsd:string ;
2026+
skos:prefLabel "Northern America"^^xsd:string ;
2027+
gist:stix-term "northern-america"^^xsd:string ;
2028+
.
2029+
2030+
gist:_StixRegion_asia
2031+
a gist:StixRegion ;
2032+
skos:definition """The STIX tag for the Asia region."""^^xsd:string ;
2033+
skos:prefLabel "Asia"^^xsd:string ;
2034+
gist:stix-term "asia"^^xsd:string ;
2035+
.
2036+
2037+
gist:_StixRegion_central-asia
2038+
a gist:StixRegion ;
2039+
skos:definition """The STIX tag for the Central Asia region."""^^xsd:string ;
2040+
skos:prefLabel "Central Asia"^^xsd:string ;
2041+
gist:stix-term "central-asia"^^xsd:string ;
2042+
.
2043+
2044+
gist:_StixRegion_eastern-asia
2045+
a gist:StixRegion ;
2046+
skos:definition """The STIX tag for the Eastern Asia region."""^^xsd:string ;
2047+
skos:prefLabel "Eastern Asia"^^xsd:string ;
2048+
gist:stix-term "eastern-asia"^^xsd:string ;
2049+
.
2050+
2051+
gist:_StixRegion_southern-asia
2052+
a gist:StixRegion ;
2053+
skos:definition """The STIX tag for the Southern Asia region."""^^xsd:string ;
2054+
skos:prefLabel "Southern Asia"^^xsd:string ;
2055+
gist:stix-term "southern-asia"^^xsd:string ;
2056+
.
2057+
2058+
gist:_StixRegion_south-eastern-asia
2059+
a gist:StixRegion ;
2060+
skos:definition """The STIX tag for the South Eastern Asia region."""^^xsd:string ;
2061+
skos:prefLabel "South Eastern Asia"^^xsd:string ;
2062+
gist:stix-term "south-eastern-asia"^^xsd:string ;
2063+
.
2064+
2065+
gist:_StixRegion_western-asia
2066+
a gist:StixRegion ;
2067+
skos:definition """The STIX tag for the Western Asia region."""^^xsd:string ;
2068+
skos:prefLabel "Western Asia"^^xsd:string ;
2069+
gist:stix-term "western-asia"^^xsd:string ;
2070+
.
2071+
2072+
gist:_StixRegion_europe
2073+
a gist:StixRegion ;
2074+
skos:definition """The STIX tag for the Europe region."""^^xsd:string ;
2075+
skos:prefLabel "Europe"^^xsd:string ;
2076+
gist:stix-term "Europe"^^xsd:string ;
2077+
.
2078+
2079+
gist:_StixRegion_eastern-europe
2080+
a gist:StixRegion ;
2081+
skos:definition """The STIX tag for the Eastern Europe region."""^^xsd:string ;
2082+
skos:prefLabel "Eastern Europe"^^xsd:string ;
2083+
gist:stix-term "eastern-europe"^^xsd:string ;
2084+
.
2085+
2086+
gist:_StixRegion_northern-europe
2087+
a gist:StixRegion ;
2088+
skos:definition """The STIX tag for the Northern Europe region."""^^xsd:string ;
2089+
skos:prefLabel "Northern Europe"^^xsd:string ;
2090+
gist:stix-term "northern-europe"^^xsd:string ;
2091+
.
2092+
2093+
gist:_StixRegion_southern-europe
2094+
a gist:StixRegion ;
2095+
skos:definition """The STIX tag for the Southern Europe region."""^^xsd:string ;
2096+
skos:prefLabel "Southern Europe"^^xsd:string ;
2097+
gist:stix-term "southern-europe"^^xsd:string ;
2098+
.
2099+
2100+
gist:_StixRegion_western-europe
2101+
a gist:StixRegion ;
2102+
skos:definition """The STIX tag for the Western Europe region."""^^xsd:string ;
2103+
skos:prefLabel "Western Europe"^^xsd:string ;
2104+
gist:stix-term "western-europe"^^xsd:string ;
2105+
.
2106+
2107+
gist:_StixRegion_oceania
2108+
a gist:StixRegion ;
2109+
skos:definition """The STIX tag for the Oceania region."""^^xsd:string ;
2110+
skos:prefLabel "Oceania"^^xsd:string ;
2111+
gist:stix-term "oceania"^^xsd:string ;
2112+
.
2113+
2114+
gist:_StixRegion_antarctica
2115+
a gist:StixRegion ;
2116+
skos:definition """The STIX tag for the Antarctica region."""^^xsd:string ;
2117+
skos:prefLabel "Antarctica"^^xsd:string ;
2118+
gist:stix-term "antarctica"^^xsd:string ;
2119+
.
2120+
2121+
gist:_StixRegion_australia-new-zealand
2122+
a gist:StixRegion ;
2123+
skos:definition """The STIX tag for the Australia/New Zealand region."""^^xsd:string ;
2124+
skos:prefLabel "Australia/New Zealand"^^xsd:string ;
2125+
gist:stix-term "australia-new-zealand"^^xsd:string ;
2126+
.
2127+
2128+
gist:_StixRegion_melanesia
2129+
a gist:StixRegion ;
2130+
skos:definition """The STIX tag for the Melanesia region."""^^xsd:string ;
2131+
skos:prefLabel "melanesia"^^xsd:string ;
2132+
gist:stix-term "melanesia"^^xsd:string ;
2133+
.
2134+
2135+
gist:_StixRegion_micronesia
2136+
a gist:StixRegion ;
2137+
skos:definition """The STIX tag for the Micronesia region."""^^xsd:string ;
2138+
skos:prefLabel "Micronesia"^^xsd:string ;
2139+
gist:stix-term "micronesia"^^xsd:string ;
2140+
.
2141+
2142+
gist:_StixRegion_polynesia
2143+
a gist:StixRegion ;
2144+
skos:definition """The STIX tag for the Polynesia region."""^^xsd:string ;
2145+
skos:prefLabel "Polynesia"^^xsd:string ;
2146+
gist:stix-term "polynesia"^^xsd:string ;
2147+
.
2148+
19372149
gist:_ThreatActorRole_Agent
19382150
a gist:ThreatActorRole ;
19392151
skos:definition """STIX 2.1 description:

0 commit comments

Comments
 (0)