Skip to content

Commit

Permalink
Merge pull request #231 from semanticarts/feature/issue82
Browse files Browse the repository at this point in the history
Correct gist:convertToBase value on gist:_minute from 1.0 to 60.0. Fixes #82.
  • Loading branch information
sa-bpelakh authored Apr 24, 2020
2 parents 92a2b5c + df19ea8 commit 02f115f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OntologyFiles/gistTime.owl
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
</gist:DurationUnit>

<gist:DurationUnit rdf:about="&gist;_minute">
<gist:convertToBase rdf:datatype="&xsd;double">1.0</gist:convertToBase>
<gist:convertToBase rdf:datatype="&xsd;double">60.0</gist:convertToBase>
<gist:hasBaseUnit rdf:resource="&gist;_second"/>
</gist:DurationUnit>

Expand Down
5 changes: 3 additions & 2 deletions doc/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
======



## Release notes gist 9.2.0
Release notes gist 9.2.0
-----

- Corrected issue [158](https://github.com/semanticarts/gist/issues/158) - to replace all "xs" namespace prefixes for XML Schema with "xsd"
- Corrected gist:convertToBase value for gist:_minute from 1.0 to 60.0. Fixed issue [82](https://github.com/semanticarts/gist/issues/82).

Release notes gist 9.1.0
--------------------------
Expand Down

0 comments on commit 02f115f

Please sign in to comment.