Skip to content

Issue #1155 Annotations conform to style guide #1160

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

Open
wants to merge 41 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
b556938
Issue #1155 Annotations conform to style guide
kstudzin Sep 17, 2024
6b1aea2
Issue #1155 Add periods back to example list
kstudzin Sep 17, 2024
6cb3f39
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
9d4d1c2
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
8bc4b9d
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
24ea693
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
9ac4c7f
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
a258be3
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
527906f
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
91c302c
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
82204ff
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
eb03976
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
3b34d4d
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
d2c4713
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
6c60623
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
213370e
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
e4aa461
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
b4eed22
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
34e9a5a
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
b5aca3b
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
932fd4e
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
a89a6bf
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
b54d568
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
7e73a83
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
c2347de
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
1d8c2a9
Update gist:Behavior definition
kstudzin Sep 18, 2024
792455e
Update intellectual property scope note
kstudzin Sep 18, 2024
231de43
Update ontologies/gistCore.ttl
kstudzin Sep 18, 2024
04e39bd
Fix capitalization in Message example
kstudzin Sep 18, 2024
0d60dbd
Update gist:allows example
kstudzin Sep 18, 2024
058f50f
Update gist:isSupersededBy example
kstudzin Sep 18, 2024
20966fc
Add periods to definitions
kstudzin Sep 18, 2024
4cddfe7
Align LivingThing definitions with birthDate
kstudzin Sep 18, 2024
707ae26
Apply suggestions from code review
kstudzin Sep 23, 2024
af129ae
Updates from review
kstudzin Sep 24, 2024
0016972
Updates from review
kstudzin Sep 24, 2024
4e495d6
Updates from review
kstudzin Sep 24, 2024
7442d49
Update GeoPoint def
kstudzin Sep 26, 2024
f1720d6
Update docs/gistStyleGuide.md
kstudzin Sep 26, 2024
1adb4ff
Missing oxford comma
kstudzin Sep 26, 2024
630923e
Physical substance negative example
kstudzin Sep 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update intellectual property scope note
  • Loading branch information
kstudzin committed Sep 18, 2024
commit 792455ea56de9a2e24146c3a6b9fb83921c1bbdd
7 changes: 5 additions & 2 deletions ontologies/gistCore.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ gist:Determination
a owl:Class ;
rdfs:subClassOf gist:Event ;
skos:definition "An event whose purpose is to establish a specific result, value, or outcome, usually by research, measuring, evaluating, or calculating."^^xsd:string ;
skos:example "Measuring the sulphur content of crude oil; evaluating a loan application for approval; estimating the price of gas for the next three months; determining whether and by how much an interest rate should change."^^xsd:string ;
skos:example "Measuring the sulphur content of crude oil; evaluating a loan application for approval; estimating the price of gas for the next three months; determining whether and by how much an interest rate should change; classifying a purchase into a budget category."^^xsd:string ;
skos:prefLabel "Determination"^^xsd:string ;
.

Expand Down Expand Up @@ -931,7 +931,10 @@ gist:IntellectualProperty
skos:definition "A work, invention or concept existing as tacit knowledge, know-how, or skill or expressed in text, audio, video, image, or live performance."^^xsd:string ;
skos:example "The book 'The Old Man and the Sea' is a work; the Page Rank algorithm is an invention; the Coca Cola brand is a concept."^^xsd:string ;
skos:prefLabel "Intellectual Property"^^xsd:string ;
skos:scopeNote "For literature this could be called the 'work,' except that 'work' is a highly overloaded term (expenditure of energy, resource consumption, art). Often the first expression precedes our recognition of the IP, but subsequent expressions are known to be derivatives of the IP, even if they are expression-to-expression translations (or copies)."^^xsd:string ;
skos:scopeNote
"For literature this could be called the 'work,' except that 'work' is a highly overloaded term (expenditure of energy, resource consumption, art). Often the first expression precedes our recognition of the IP."^^xsd:string ,
"This term is not intended to mean intellectual property in a strictly legal sense. For example, a book whose copyright has expired is still intellectual property."^^xsd:string
;
.

gist:Intention
Expand Down