Skip to content

Commit

Permalink
Fixed definition of Magnitude.
Browse files Browse the repository at this point in the history
  • Loading branch information
uscholdm committed Nov 9, 2023
1 parent 82c787c commit e22a6f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/release_notes/965-magnitude-definition.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Patch Updates
Issue [#965](https://github.com/semanticarts/gist/issues/965). Changes:

- Updated definition of `gist:Magnitude`
8 changes: 6 additions & 2 deletions gistCore.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1403,7 +1403,8 @@ gist:Magnitude
]
) ;
] ;
skos:definition "Base class for units which can be converted. The primitive units can be converted from one measurement system to another; the complex units (ratio or product) have to decompose to their primitives."^^xsd:string ;
skos:definition "A quantity expressed with a unit of measure and a number."^^xsd:string ;
skos:example "3 millimeters; 70 miles per hour; 110 degrees F"^^xsd:string ;
skos:prefLabel "Magnitude"^^xsd:string ;
skos:scopeNote
"Magnitudes of the same dimensional type (i.e., duration or electric current) can be compared with a greater-than or less-than operator, but can still differ in their relationToTheWorld type. (I.e., you can compare actuals to estimates or references, so long as the dimension is the same.)"^^xsd:string ,
Expand Down Expand Up @@ -3194,7 +3195,10 @@ gist:hasMember
a owl:ObjectProperty ;
skos:definition "Relates something, such as a collection or organization, to its member individuals."^^xsd:string ;
skos:prefLabel "has member"^^xsd:string ;
gist:domainIncludes gist:Collection , gist:Organization
gist:domainIncludes
gist:Collection ,
gist:Organization
;
.

gist:hasMultiplicand
Expand Down

0 comments on commit e22a6f6

Please sign in to comment.