-
Notifications
You must be signed in to change notification settings - Fork 0
fixes #42 , implemented the Pattern Type for Indicators vocabulary #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments
ontologies/vocabs.ttl
Outdated
gist:PatternType | ||
a owl:Class ; | ||
rdfs:subClassOf gist:StixCategoryObject ; | ||
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 ; | ||
skos:prefLabel "Pattern Type"^^xsd:string ; | ||
. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gist:PatternType | |
a owl:Class ; | |
rdfs:subClassOf gist:StixCategoryObject ; | |
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 ; | |
skos:prefLabel "Pattern Type"^^xsd:string ; | |
. | |
gist:PatternType | |
a owl:Class ; | |
rdfs:subClassOf gist:StixCategoryObject ; | |
skos:definition "A language used to express an indicator pattern."^^xsd:string ; | |
skos:example "Sigma, Stix"^^xsd:string ; | |
skos:scopeNote "STIX 2.1 description: | |
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 ; | |
skos:prefLabel "Pattern Type"^^xsd:string ; | |
. |
ontologies/vocabs.ttl
Outdated
gist:_PatternType_Pcre | ||
a gist:AccountType ; | ||
skos:definition """STIX 2.1 description: | ||
Specifies the Perl Compatible Regular Expressions language [PCRE]."""^^xsd:string ; | ||
skos:prefLabel "pcre"^^xsd:string ; | ||
. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Case inconsistency: Pcre & pcre
Or maybe label should be words spelled out and [create and] use gist:abbreviation for the short form (make it a subproperty of skos:note).
No description provided.