Skip to content

Commit f8b5f53

Browse files
brett-heffelfingerrjyounes
authored andcommitted
Changed gist:Text to be a subclass of gist:ContentExpression rather than gist:Content
1 parent ad88238 commit f8b5f53

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
@@ -1968,7 +1968,7 @@ gist:Text
19681968
owl:equivalentClass [
19691969
a owl:Class ;
19701970
owl:intersectionOf (
1971-
gist:Content
1971+
gist:ContentExpression
19721972
[
19731973
a owl:Restriction ;
19741974
owl:onProperty gist:isExpressedIn ;

0 commit comments

Comments
 (0)