Skip to content

Commit 8ebbc0a

Browse files
authored
Merge branch 'develop' into pppelll/1188-changes-to-agreement-commitment-and-obligation
2 parents d85145c + f8b5f53 commit 8ebbc0a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Major Updates
2+
3+
- Changed `gist:Text` to be a subclass of `gist:ContentExpression` rather than `gist:Content`. Issue [1186](https://github.com/semanticarts/gist/issues/1186).

ontologies/gistCore.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1946,7 +1946,7 @@ gist:Text
19461946
owl:equivalentClass [
19471947
a owl:Class ;
19481948
owl:intersectionOf (
1949-
gist:Content
1949+
gist:ContentExpression
19501950
[
19511951
a owl:Restriction ;
19521952
owl:onProperty gist:isExpressedIn ;

0 commit comments

Comments
 (0)