Skip to content

Delete class gist:SchemaMetaData #1213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/release_notes/issue1200-remove-schemametadata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Major Updates

- Remove `gist:SchemaMetaData` from gistCore. Issue [#1200](https://github.com/semanticarts/gist/issues/1200). The class will still be available in gistComputing.
9 changes: 0 additions & 9 deletions ontologies/gistCore.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,6 @@ gist:Organization
owl:disjointWith
gist:PhysicalIdentifiableItem ,
gist:PhysicalSubstance ,
gist:SchemaMetaData ,
gist:UnitOfMeasure
;
skos:definition "A generic organization that can be formal or informal, legal or non-legal. It can have members, or not."^^xsd:string ;
Expand Down Expand Up @@ -1554,7 +1553,6 @@ gist:PhysicalIdentifiableItem
]
;
owl:disjointWith
gist:SchemaMetaData ,
gist:UnitOfMeasure
;
skos:definition "A discrete physical object which, if subdivided, will result in parts that are distinguishable in nature from the whole and in general also from the other parts."^^xsd:string ;
Expand Down Expand Up @@ -1742,13 +1740,6 @@ gist:ScheduledTask
skos:scopeNote "If work on the task has already started, but has not yet ended, it will have an actual start datetime. If the task is completed, it will also have an actual end datetime. The task always retains its planned start time, and thus continues to be a scheduled task."^^xsd:string ;
.

gist:SchemaMetaData
a owl:Class ;
owl:disjointWith gist:UnitOfMeasure ;
skos:definition "Superclass for all types of metadata, including owl concepts (such as class) and relational (tables, elements) and tool related (queries, R2RML maps etc etc)"^^xsd:string ;
skos:prefLabel "Schema Meta Data"^^xsd:string ;
.

gist:ServiceSpecification
a owl:Class ;
owl:equivalentClass [
Expand Down