Skip to content

Commit 754476e

Browse files
Implementing gist:stix-term to hold STIX tags for ProcessorArchitecture
1 parent e9e04be commit 754476e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ontologies/vocabs.ttl

Lines changed: 12 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 ;
@@ -1744,55 +1748,63 @@ gist:_ProcessorArchitecture_alpha
17441748
skos:definition """STIX 2.1 description:
17451749
Specifies the Alpha architecture."""^^xsd:string ;
17461750
skos:prefLabel "Alpha"^^xsd:string ;
1751+
gist:stix-term "alpha"^^xsd:string ;
17471752
.
17481753

17491754
gist:_ProcessorArchitecture_arm
17501755
a gist:ProcessorArchitecture ;
17511756
skos:definition """STIX 2.1 description:
17521757
Specifies the ARM architecture."""^^xsd:string ;
17531758
skos:prefLabel "ARM"^^xsd:string ;
1759+
gist:stix-term "arm"^^xsd:string ;
17541760
.
17551761

17561762
gist:_ProcessorArchitecture_ia64
17571763
a gist:ProcessorArchitecture ;
17581764
skos:definition """STIX 2.1 description:
17591765
Specifies the 64-bit IA (Itanium) architecture."""^^xsd:string ;
17601766
skos:prefLabel "64-bit IA (Itanium)"^^xsd:string ;
1767+
gist:stix-term "ia-64"^^xsd:string ;
17611768
.
17621769

17631770
gist:_ProcessorArchitecture_mips
17641771
a gist:ProcessorArchitecture ;
17651772
skos:definition """STIX 2.1 description:
17661773
Specifies the MIPS architecture."""^^xsd:string ;
17671774
skos:prefLabel "MIPS"^^xsd:string ;
1775+
gist:stix-term "mips"^^xsd:string ;
17681776
.
17691777

17701778
gist:_ProcessorArchitecture_powerpc
17711779
a gist:ProcessorArchitecture ;
17721780
skos:definition """STIX 2.1 description:
17731781
Specifies the PowerPC architecture."""^^xsd:string ;
17741782
skos:prefLabel "PowerPC"^^xsd:string ;
1783+
gist:stix-term "powerpc"^^xsd:string ;
17751784
.
17761785

17771786
gist:_ProcessorArchitecture_sparc
17781787
a gist:ProcessorArchitecture ;
17791788
skos:definition """STIX 2.1 description:
17801789
Specifies the SPARC architecture."""^^xsd:string ;
17811790
skos:prefLabel "SPARC"^^xsd:string ;
1791+
gist:stix-term "sparc"^^xsd:string ;
17821792
.
17831793

17841794
gist:_ProcessorArchitecture_x86
17851795
a gist:ProcessorArchitecture ;
17861796
skos:definition """STIX 2.1 description:
17871797
Specifies the 32-bit x86 architecture."""^^xsd:string ;
17881798
skos:prefLabel "32-bit x86"^^xsd:string ;
1799+
gist:stix-term "x86"^^xsd:string ;
17891800
.
17901801

17911802
gist:_ProcessorArchitecture_x8664
17921803
a gist:ProcessorArchitecture ;
17931804
skos:definition """STIX 2.1 description:
17941805
Specifies the 64-bit x86 architecture."""^^xsd:string ;
17951806
skos:prefLabel "64-bit x86"^^xsd:string ;
1807+
gist:stix-term "x86-64"^^xsd:string ;
17961808
.
17971809

17981810
gist:_ThreatActorRole_Agent

0 commit comments

Comments
 (0)