Skip to content

Commit 868f317

Browse files
authored
Merge pull request #86 from semanticarts/issue-43-implement-the-stix-21-processor-architecture-vocabulary
Adding the STIX 2.1 Processor Architectures to vocabs.ttl
2 parents fe94992 + 754476e commit 868f317

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed

ontologies/vocabs.ttl

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ skos:prefLabel
2323
a owl:AnnotationProperty ;
2424
.
2525

26+
gist:stix-term
27+
a owl:AnnotationProperty ;
28+
.
29+
2630
gist:AccountType
2731
a owl:Class ;
2832
rdfs:subClassOf gist:StixCategoryObject ;
@@ -136,6 +140,14 @@ gist:PatternType
136140
skos:scopeNote "PatternType is a non-exhaustive, open vocabulary that covers common pattern languages and is intended to characterize the pattern language that an indicator pattern is expressed in."^^xsd:string ;
137141
.
138142

143+
gist:ProcessorArchitecture
144+
a owl:Class ;
145+
rdfs:subClassOf gist:StixCategoryObject ;
146+
skos:definition ""^^xsd:string ;
147+
skos:note """"""^^xsd:string ;
148+
skos:prefLabel "Processor Architecture"^^xsd:string ;
149+
.
150+
139151
gist:ThreatActorRole
140152
a owl:Class ;
141153
rdfs:subClassOf gist:StixCategoryObject ;
@@ -1731,6 +1743,70 @@ Specifies the Perl Compatible Regular Expressions language [PCRE]."""^^xsd:strin
17311743
skos:prefLabel "pcre"^^xsd:string ;
17321744
.
17331745

1746+
gist:_ProcessorArchitecture_alpha
1747+
a gist:ProcessorArchitecture ;
1748+
skos:definition """STIX 2.1 description:
1749+
Specifies the Alpha architecture."""^^xsd:string ;
1750+
skos:prefLabel "Alpha"^^xsd:string ;
1751+
gist:stix-term "alpha"^^xsd:string ;
1752+
.
1753+
1754+
gist:_ProcessorArchitecture_arm
1755+
a gist:ProcessorArchitecture ;
1756+
skos:definition """STIX 2.1 description:
1757+
Specifies the ARM architecture."""^^xsd:string ;
1758+
skos:prefLabel "ARM"^^xsd:string ;
1759+
gist:stix-term "arm"^^xsd:string ;
1760+
.
1761+
1762+
gist:_ProcessorArchitecture_ia64
1763+
a gist:ProcessorArchitecture ;
1764+
skos:definition """STIX 2.1 description:
1765+
Specifies the 64-bit IA (Itanium) architecture."""^^xsd:string ;
1766+
skos:prefLabel "64-bit IA (Itanium)"^^xsd:string ;
1767+
gist:stix-term "ia-64"^^xsd:string ;
1768+
.
1769+
1770+
gist:_ProcessorArchitecture_mips
1771+
a gist:ProcessorArchitecture ;
1772+
skos:definition """STIX 2.1 description:
1773+
Specifies the MIPS architecture."""^^xsd:string ;
1774+
skos:prefLabel "MIPS"^^xsd:string ;
1775+
gist:stix-term "mips"^^xsd:string ;
1776+
.
1777+
1778+
gist:_ProcessorArchitecture_powerpc
1779+
a gist:ProcessorArchitecture ;
1780+
skos:definition """STIX 2.1 description:
1781+
Specifies the PowerPC architecture."""^^xsd:string ;
1782+
skos:prefLabel "PowerPC"^^xsd:string ;
1783+
gist:stix-term "powerpc"^^xsd:string ;
1784+
.
1785+
1786+
gist:_ProcessorArchitecture_sparc
1787+
a gist:ProcessorArchitecture ;
1788+
skos:definition """STIX 2.1 description:
1789+
Specifies the SPARC architecture."""^^xsd:string ;
1790+
skos:prefLabel "SPARC"^^xsd:string ;
1791+
gist:stix-term "sparc"^^xsd:string ;
1792+
.
1793+
1794+
gist:_ProcessorArchitecture_x86
1795+
a gist:ProcessorArchitecture ;
1796+
skos:definition """STIX 2.1 description:
1797+
Specifies the 32-bit x86 architecture."""^^xsd:string ;
1798+
skos:prefLabel "32-bit x86"^^xsd:string ;
1799+
gist:stix-term "x86"^^xsd:string ;
1800+
.
1801+
1802+
gist:_ProcessorArchitecture_x8664
1803+
a gist:ProcessorArchitecture ;
1804+
skos:definition """STIX 2.1 description:
1805+
Specifies the 64-bit x86 architecture."""^^xsd:string ;
1806+
skos:prefLabel "64-bit x86"^^xsd:string ;
1807+
gist:stix-term "x86-64"^^xsd:string ;
1808+
.
1809+
17341810
gist:_ThreatActorRole_Agent
17351811
a gist:ThreatActorRole ;
17361812
skos:definition """STIX 2.1 description:

0 commit comments

Comments
 (0)