-
Notifications
You must be signed in to change notification settings - Fork 0
Issue 52 implement the stix 21 windows service status enumeration #108
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
Issue 52 implement the stix 21 windows service status enumeration #108
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.
IRI label mismatch.
'service' in IRI & label is redundant. Change all instances.
gist:WindowsServiceStatus | ||
a owl:Class ; | ||
rdfs:subClassOf gist:StixCategoryObject ; | ||
skos:definition "A category describing Windows service statuses."^^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.
skos:definition "A category describing Windows service statuses."^^xsd:string ; | |
skos:definition "A category indicating the status of a Windows service."^^xsd:string ; |
gist:_WindowsServiceStatus_service-continue-pending | ||
a gist:WindowsServiceStatus ; | ||
skos:definition """STIX 2.1 description: | ||
The service continue is pending."""^^xsd:string ; | ||
skos:prefLabel "SERVICE_CONTINUE_PENDING"^^xsd:string ; | ||
gist:stixTerm "SERVICE_CONTINUE_PENDING"^^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.
IRI label mismatch.
'service' in IRI & label is redundant. Change all instances.
gist:_WindowsServiceStatus_service-continue-pending | |
a gist:WindowsServiceStatus ; | |
skos:definition """STIX 2.1 description: | |
The service continue is pending."""^^xsd:string ; | |
skos:prefLabel "SERVICE_CONTINUE_PENDING"^^xsd:string ; | |
gist:stixTerm "SERVICE_CONTINUE_PENDING"^^xsd:string ; | |
. | |
gist:_WindowsServiceStatus_continue-pending | |
a gist:WindowsServiceStatus ; | |
skos:definition """STIX 2.1 description: | |
The service continue is pending."""^^xsd:string ; | |
skos:prefLabel "continue pending"^^xsd:string ; | |
gist:stixTerm "SERVICE_CONTINUE_PENDING"^^xsd:string ; | |
. |
Closes #52
Need feedback/suggestions on the triples as they relate to the idea of enumeration, like in #103.