Skip to content
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/1380-remove-deprecated-terms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Major Updates

- Removed classes `gist:Building`, `gist:Landmark`, `gist:Language`, and `gist:SchemaMetaData`; and property `gist:prevents`, which was replaced by `gist:prohibits`. Issue [#1380](https://github.com/semanticarts/gist/issues/1380).
90 changes: 2 additions & 88 deletions ontologies/gistCore.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -233,19 +233,6 @@ gist:Behavior
skos:prefLabel "Behavior"^^xsd:string ;
.

gist:Building
a owl:Class ;
rdfs:subClassOf gist:Landmark ;
owl:deprecated "true"^^xsd:boolean ;
skos:definition "A relatively permanent man-made structure situated on a plot of land, having a roof and walls, commonly used for dwelling, entertaining, or working."^^xsd:string ;
skos:example
"A house, school, store, factory, chicken coop."^^xsd:string ,
"Negative examples: houseboats (not built on land), caves (not man-made), food trucks and RVs (not permanently situated)."^^xsd:string
;
skos:prefLabel "Building"^^xsd:string ;
skos:scopeNote "User discretion can be applied to edge cases: e.g., is a traditional yurt 'relatively permanently situated' although it is portable and has a tent-like construction?"^^xsd:string ;
.

gist:BundledDeliverableSpecification
a owl:Class ;
owl:equivalentClass [
Expand Down Expand Up @@ -679,7 +666,6 @@ gist:EquipmentType
gist:Event
a owl:Class ;
owl:disjointWith
gist:Language ,
gist:Magnitude ,
gist:TimeInterval ,
gist:UnitOfMeasure
Expand Down Expand Up @@ -750,7 +736,6 @@ gist:GeoPoint
owl:disjointWith
gist:IntellectualProperty ,
gist:Intention ,
gist:Language ,
gist:Magnitude ,
gist:Organization ,
gist:PhysicalIdentifiableItem ,
Expand Down Expand Up @@ -805,7 +790,6 @@ gist:GeoRegion
owl:disjointWith
gist:IntellectualProperty ,
gist:Intention ,
gist:Language ,
gist:Magnitude ,
gist:Organization ,
gist:PhysicalIdentifiableItem ,
Expand Down Expand Up @@ -1022,43 +1006,6 @@ This superclass is meant as a place for subclasses that will have the instances
In some ontologies what we are calling knowledge concepts are defined as classes; e.g., non-lymphoma small cell fusiform and alveolar adenocarcinoma would be two classes rather than two instances. But using a class makes it harder to connect the concept to other instances in a knowledge graph, and furthermore such classes would lack instances."""^^xsd:string ;
.

gist:Landmark
a owl:Class ;
rdfs:subClassOf
gist:PhysicalIdentifiableItem ,
[
a owl:Restriction ;
owl:onProperty gist:hasPhysicalLocation ;
owl:someValuesFrom [
a owl:Class ;
owl:unionOf (
gist:GeoRegion
gist:GeoVolume
) ;
] ;
]
;
owl:deprecated "true"^^xsd:boolean ;
skos:definition "Something permanently attached to the Earth."^^xsd:string ;
skos:editorialNote "See guidance on removing the term in the next major release at https://github.com/semanticarts/gist/issues/947#issuecomment-1679566885."^^xsd:string ;
skos:prefLabel "Landmark"^^xsd:string ;
.

gist:Language
a owl:Class ;
owl:deprecated "true"^^xsd:boolean ;
owl:disjointWith
gist:Magnitude ,
gist:Organization ,
gist:PhysicalIdentifiableItem ,
gist:PhysicalSubstance ,
gist:UnitOfMeasure
;
skos:definition "A recognized, organized set of symbols and grammar."^^xsd:string ;
skos:example "Natural languages such as English and Spanish; computer languages such as OWL, Python, and XML."^^xsd:string ;
skos:prefLabel "Language"^^xsd:string ;
.

gist:LivingThing
a owl:Class ;
owl:equivalentClass [
Expand Down Expand Up @@ -1409,7 +1356,6 @@ gist:Organization
owl:disjointWith
gist:PhysicalIdentifiableItem ,
gist:PhysicalSubstance ,
gist:SchemaMetaData ,
gist:UnitOfMeasure
;
skos:definition "A structured entity formed to achieve specific goals, typically involving members with defined roles."^^xsd:string ;
Expand Down Expand Up @@ -1545,10 +1491,7 @@ gist:PhysicalIdentifiableItem
owl:someValuesFrom gist:PhysicalSubstance ;
]
;
owl:disjointWith
gist:SchemaMetaData ,
gist:UnitOfMeasure
;
owl:disjointWith 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 ;
skos:example "A laptop, a physical book, a car, a building, a landmark (such as a tree stump with an etched marking to denote a campsite)."^^xsd:string ;
skos:prefLabel "Physical Identifiable Item"^^xsd:string ;
Expand Down Expand Up @@ -1678,7 +1621,7 @@ gist:Restriction
gist:Intention
[
a owl:Restriction ;
owl:onProperty gist:prevents ;
owl:onProperty gist:prohibits ;
owl:someValuesFrom gist:Behavior ;
]
) ;
Expand Down Expand Up @@ -1720,16 +1663,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:deprecated "true"^^xsd:boolean ;
owl:disjointWith gist:UnitOfMeasure ;
skos:definition "Superclass for all types of metadata."^^xsd:string ;
skos:example "Relational concepts, such as tables and columns; tool inputs, such as queries and R2RML maps."^^xsd:string ;
skos:prefLabel "Schema Meta Data"^^xsd:string ;
skos:scopeNote "The definition of this class needs additional work."^^xsd:string ;
.

gist:ServiceSpecification
a owl:Class ;
owl:equivalentClass [
Expand Down Expand Up @@ -1903,11 +1836,6 @@ gist:Text
a owl:Class ;
owl:intersectionOf (
gist:ContentExpression
[
a owl:Restriction ;
owl:onProperty gist:isExpressedIn ;
owl:someValuesFrom gist:Language ;
]
[
a owl:Restriction ;
owl:onProperty gist:containedText ;
Expand Down Expand Up @@ -2942,7 +2870,6 @@ gist:isExpressedIn
skos:definition "Relates something to the language it is expressed in."^^xsd:string ;
skos:prefLabel "is expressed in"^^xsd:string ;
gist:domainIncludes gist:Text ;
gist:rangeIncludes gist:Language ;
.

gist:isFirstMemberOf
Expand Down Expand Up @@ -3316,19 +3243,6 @@ gist:precedesDirectly
;
.

gist:prevents
a owl:ObjectProperty ;
rdfs:domain gist:Intention ;
rdfs:range gist:Behavior ;
owl:deprecated "true"^^xsd:boolean ;
owl:equivalentProperty gist:prohibits ;
skos:definition "Relates an intention to behavior that it prohibits."^^xsd:string ;
skos:editorialNote "See guidance on removing this term in the next major release at https://github.com/semanticarts/gist/issues/1380#issuecomment-3617257248"^^xsd:string ;
skos:example "A city ordinance prohibits jaywalking."^^xsd:string ;
skos:prefLabel "prevents"^^xsd:string ;
gist:isSupersededBy gist:prohibits ;
.

gist:prohibits
a owl:ObjectProperty ;
rdfs:domain gist:Intention ;
Expand Down
Loading