File tree Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ gist Release Notes
4
4
Release X.x.x
5
5
-----
6
6
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
+
7
11
### Minor Updates
8
12
9
13
- Improved definitions for 'navigational' predicates, per issue [ #523 ] ( https://github.com/semanticarts/gist/issues/523 ) .
Original file line number Diff line number Diff line change 1
- @prefix : <https://ontologies.semanticarts.com/o/gistCore#> .
2
1
@prefix gist: <https://ontologies.semanticarts.com/gist/> .
3
2
@prefix owl: <http://www.w3.org/2002/07/owl#> .
4
3
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
11
10
a owl:Ontology ;
12
11
owl:versionIRI <https://ontologies.semanticarts.com/o/gistCoreX.x.x> ;
13
12
skos:definition " gist is a minimalist upper ontology created by Semantic Arts" ^^xsd:string ;
13
+ skos:prefLabel " gist Core" ^^xsd:string ;
14
14
gist:license " https://creativecommons.org/licenses/by-sa/3.0/" ^^xsd:string ;
15
15
.
16
16
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
-
33
17
gist:Account
34
18
a owl:Class ;
35
19
owl:equivalentClass [
You can’t perform that action at this time.
0 commit comments