Skip to content

Commit 08db625

Browse files
committed
corrected PatterType instances from wrong AccountType assertion
1 parent 3dd47e6 commit 08db625

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

ontologies/vocabs.ttl

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ gist:MalwareResult
9292
gist:PatternType
9393
a owl:Class ;
9494
rdfs:subClassOf gist:StixCategoryObject ;
95-
skos:definition "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 ;
95+
skos:definition "A language used to express and indicator pattern"^^xsd:string ;
9696
skos:prefLabel "Pattern Type"^^xsd:string ;
97+
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 ;
9798
.
9899

99100
gist:ThreatActorRole
@@ -1090,48 +1091,48 @@ The tool was unable to determine whether the malware binary is malicious."""^^xs
10901091
skos:prefLabel "unknown"^^xsd:string ;
10911092
.
10921093

1093-
gist:_PatternType_Pcre
1094-
a gist:AccountType ;
1095-
skos:definition """STIX 2.1 description:
1096-
Specifies the Perl Compatible Regular Expressions language [PCRE]."""^^xsd:string ;
1097-
skos:prefLabel "pcre"^^xsd:string ;
1098-
.
1099-
11001094
gist:_PatternType_Sigma
1101-
a gist:AccountType ;
1095+
a gist:PatternType ;
11021096
skos:definition """STIX 2.1 description:
11031097
Specifies the SIGMA language."""^^xsd:string ;
11041098
skos:prefLabel "sigma"^^xsd:string ;
11051099
.
11061100

11071101
gist:_PatternType_Snort
1108-
a gist:AccountType ;
1102+
a gist:PatternType ;
11091103
skos:definition """STIX 2.1 description:
11101104
Specifies the SNORT language [SNORT]."""^^xsd:string ;
11111105
skos:prefLabel "snort"^^xsd:string ;
11121106
.
11131107

11141108
gist:_PatternType_Stix
1115-
a gist:AccountType ;
1109+
a gist:PatternType ;
11161110
skos:definition """STIX 2.1 description:
11171111
Specifies the STIX pattern language defined in section 9 of the specification."""^^xsd:string ;
11181112
skos:prefLabel "stix"^^xsd:string ;
11191113
.
11201114

11211115
gist:_PatternType_Suricata
1122-
a gist:AccountType ;
1116+
a gist:PatternType ;
11231117
skos:definition """STIX 2.1 description:
11241118
Specifies the SURICATA language [Suricata]."""^^xsd:string ;
11251119
skos:prefLabel "suricata"^^xsd:string ;
11261120
.
11271121

11281122
gist:_PatternType_Yara
1129-
a gist:AccountType ;
1123+
a gist:PatternType ;
11301124
skos:definition """STIX 2.1 description:
11311125
Specifies the YARA language [YARA]."""^^xsd:string ;
11321126
skos:prefLabel "yara"^^xsd:string ;
11331127
.
11341128

1129+
gist:_PatternType_pcre
1130+
a gist:PatternType ;
1131+
skos:definition """STIX 2.1 description:
1132+
Specifies the Perl Compatible Regular Expressions language [PCRE]."""^^xsd:string ;
1133+
skos:prefLabel "pcre"^^xsd:string ;
1134+
.
1135+
11351136
gist:_ThreatActorRole_Agent
11361137
a gist:ThreatActorRole ;
11371138
skos:definition """STIX 2.1 description:

0 commit comments

Comments
 (0)