Skip to content

Commit af2ce27

Browse files
committed
Cleanups for issue # 499
1 parent 6ad8036 commit af2ce27

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

docs/ReleaseNotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ gist Release Notes
44
Release X.x.x
55
-----
66

7+
### Major Updates
8+
9+
- Remodeled times to use datatype properties rather than TimeInstant, per issue [#499](https://github.com/semanticarts/gist/issues/499).
10+
711
### Minor Updates
812

913
- Improved definitions for 'navigational' predicates, per issue [#523](https://github.com/semanticarts/gist/issues/523).

gistCore.ttl

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@prefix : <https://ontologies.semanticarts.com/o/gistCore#> .
21
@prefix gist: <https://ontologies.semanticarts.com/gist/> .
32
@prefix owl: <http://www.w3.org/2002/07/owl#> .
43
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@@ -11,25 +10,10 @@
1110
a owl:Ontology ;
1211
owl:versionIRI <https://ontologies.semanticarts.com/o/gistCoreX.x.x> ;
1312
skos:definition "gist is a minimalist upper ontology created by Semantic Arts"^^xsd:string ;
13+
skos:prefLabel "gist Core"^^xsd:string ;
1414
gist:license "https://creativecommons.org/licenses/by-sa/3.0/"^^xsd:string ;
1515
.
1616

17-
skos:definition
18-
a owl:AnnotationProperty ;
19-
.
20-
21-
skos:example
22-
a owl:AnnotationProperty ;
23-
.
24-
25-
skos:prefLabel
26-
a owl:AnnotationProperty ;
27-
.
28-
29-
skos:scopeNote
30-
a owl:AnnotationProperty ;
31-
.
32-
3317
gist:Account
3418
a owl:Class ;
3519
owl:equivalentClass [

0 commit comments

Comments
 (0)