-
Notifications
You must be signed in to change notification settings - Fork 22
issue 1234, update scope note on gist:description #1254
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
base: develop
Are you sure you want to change the base?
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.
I don't know why there were other things besides the changed scope note for gist:description. I didn't review those - I only reviewed the scope note change.
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.
New scope note at 2337-2339 is great.
Co-authored-by: Jamie-SA <45212760+Jamie-SA@users.noreply.github.com>
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.
You will need a release note for this change as well. Please follow the directions in Contributing.md. This is a patch update.
skos:scopeNote """This property is to be used to describe data individuals which are not part of the ontology subject matter. | ||
A definition and a description have different semantics. Use skos:definition when it is 'a statement of the exact meaning of a thing', | ||
and gist:description when it is a representation or account of a thing, but not a statement of meaning."""^^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.
I suggest the following:
skos:scopeNote """This property is to be used to describe data individuals which are not part of the ontology subject matter. | |
A definition and a description have different semantics. Use skos:definition when it is 'a statement of the exact meaning of a thing', | |
and gist:description when it is a representation or account of a thing, but not a statement of meaning."""^^xsd:string ; | |
skos:scopeNote "This property is used to describe instance data which is not part of the ontology. A definition and a description have different semantics. Use skos:definition for a statement of the meaning of a thing and gist:description to describe a thing's attributes, characteristics, or features."^^xsd:string ; | |
skos:example "A person does not have a definition, but might be described as being 6 feet tall with brown hair and blue eyes; an ontology class or taxonomy term has a definition."^^xsd:string ; |
@pwin Please update with the latest version of develop. |
…hub.com/semanticarts/gist into pwin/1234-add-scope-note-to-description
Closes #1234.
scope note edited taking into account contributions from both Michael and Mark.