@@ -23,6 +23,10 @@ skos:prefLabel
23
23
a owl:AnnotationProperty ;
24
24
.
25
25
26
+ gist:stix-term
27
+ a owl:AnnotationProperty ;
28
+ .
29
+
26
30
gist:AccountType
27
31
a owl:Class ;
28
32
rdfs:subClassOf gist:StixCategoryObject ;
@@ -1744,55 +1748,63 @@ gist:_ProcessorArchitecture_alpha
1744
1748
skos:definition """ STIX 2.1 description:
1745
1749
Specifies the Alpha architecture.""" ^^xsd:string ;
1746
1750
skos:prefLabel " Alpha" ^^xsd:string ;
1751
+ gist:stix-term " alpha" ^^xsd:string ;
1747
1752
.
1748
1753
1749
1754
gist:_ProcessorArchitecture_arm
1750
1755
a gist:ProcessorArchitecture ;
1751
1756
skos:definition """ STIX 2.1 description:
1752
1757
Specifies the ARM architecture.""" ^^xsd:string ;
1753
1758
skos:prefLabel " ARM" ^^xsd:string ;
1759
+ gist:stix-term " arm" ^^xsd:string ;
1754
1760
.
1755
1761
1756
1762
gist:_ProcessorArchitecture_ia64
1757
1763
a gist:ProcessorArchitecture ;
1758
1764
skos:definition """ STIX 2.1 description:
1759
1765
Specifies the 64-bit IA (Itanium) architecture.""" ^^xsd:string ;
1760
1766
skos:prefLabel " 64-bit IA (Itanium)" ^^xsd:string ;
1767
+ gist:stix-term " ia-64" ^^xsd:string ;
1761
1768
.
1762
1769
1763
1770
gist:_ProcessorArchitecture_mips
1764
1771
a gist:ProcessorArchitecture ;
1765
1772
skos:definition """ STIX 2.1 description:
1766
1773
Specifies the MIPS architecture.""" ^^xsd:string ;
1767
1774
skos:prefLabel " MIPS" ^^xsd:string ;
1775
+ gist:stix-term " mips" ^^xsd:string ;
1768
1776
.
1769
1777
1770
1778
gist:_ProcessorArchitecture_powerpc
1771
1779
a gist:ProcessorArchitecture ;
1772
1780
skos:definition """ STIX 2.1 description:
1773
1781
Specifies the PowerPC architecture.""" ^^xsd:string ;
1774
1782
skos:prefLabel " PowerPC" ^^xsd:string ;
1783
+ gist:stix-term " powerpc" ^^xsd:string ;
1775
1784
.
1776
1785
1777
1786
gist:_ProcessorArchitecture_sparc
1778
1787
a gist:ProcessorArchitecture ;
1779
1788
skos:definition """ STIX 2.1 description:
1780
1789
Specifies the SPARC architecture.""" ^^xsd:string ;
1781
1790
skos:prefLabel " SPARC" ^^xsd:string ;
1791
+ gist:stix-term " sparc" ^^xsd:string ;
1782
1792
.
1783
1793
1784
1794
gist:_ProcessorArchitecture_x86
1785
1795
a gist:ProcessorArchitecture ;
1786
1796
skos:definition """ STIX 2.1 description:
1787
1797
Specifies the 32-bit x86 architecture.""" ^^xsd:string ;
1788
1798
skos:prefLabel " 32-bit x86" ^^xsd:string ;
1799
+ gist:stix-term " x86" ^^xsd:string ;
1789
1800
.
1790
1801
1791
1802
gist:_ProcessorArchitecture_x8664
1792
1803
a gist:ProcessorArchitecture ;
1793
1804
skos:definition """ STIX 2.1 description:
1794
1805
Specifies the 64-bit x86 architecture.""" ^^xsd:string ;
1795
1806
skos:prefLabel " 64-bit x86" ^^xsd:string ;
1807
+ gist:stix-term " x86-64" ^^xsd:string ;
1796
1808
.
1797
1809
1798
1810
gist:_ThreatActorRole_Agent
0 commit comments