Skip to content

Commit fb70eb6

Browse files
JessSingJessica Singer
and
Jessica Singer
authored
Removing min cardinality of zero restriction on ProductUnit. Fixes #582. (#621)
* Removing min cardinality of zero restriction on ProductUnit, added scopeNote to use SHACL if needed. * Revised scope note of ProductUnit. * Updated release notes. * Removed 'non-zero' in scope note because the scope note should hint at a value irrespective of what that value is. * Matched formatting for issue 582 patch update note. Co-authored-by: Jessica Singer <jessica@onthecurb.io>
1 parent 6d2924b commit fb70eb6

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docs/ReleaseNotes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Release X.x.x
1616
- Added labels to gist instances, per issue [#370](https://github.com/semanticarts/gist/issues/370).
1717
- Added definitions for unit of measure instances per issue [#526](https://github.com/semanticarts/gist/issues/526).
1818
- Deprecated property `gist:hasOrderedMember`. `gist:hasMember` should be used instead. Issue [#540](https://github.com/semanticarts/gist/issues/540).
19+
- Removed min cardinality of zero restriction on `ProductUnit`, per issue [#582](https://github.com/semanticarts/gist/issues/582).
1920

2021
Import URL: <https://ontologies.semanticarts.com/o/gistCoreX.x.x>.
2122

gistCore.ttl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2055,17 +2055,12 @@ gist:ProductUnit
20552055
owl:onProperty gist:hasMultiplier ;
20562056
owl:someValuesFrom gist:UnitOfMeasure ;
20572057
]
2058-
[
2059-
a owl:Restriction ;
2060-
owl:onProperty gist:baseConversionFactor ;
2061-
owl:minQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
2062-
owl:onDataRange xsd:double ;
2063-
]
20642058
) ;
20652059
] ;
20662060
skos:definition "A unit of measure that is the product of two simpler ones."^^xsd:string ;
20672061
skos:example "Area and Volume are the classic cases. But other, more exotic cases exist, such as Newtons."^^xsd:string ;
20682062
skos:prefLabel "Product Unit"^^xsd:string ;
2063+
skos:scopeNote "A ProductUnit is intended have a value for baseConversionFactor."^^xsd:string ;
20692064
.
20702065

20712066
gist:Project

0 commit comments

Comments
 (0)