Skip to content

Commit ac76bbf

Browse files
committed
Deleted two deprecated terms and updated release notes.
1 parent 5b9d03c commit ac76bbf

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

docs/ReleaseNotes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Release 13.0.0
44

5-
This is a major release that includes several changes which break compatibility with previous versions of gist, most notably an entirely revised model of units and magnitudes and a new address model. See the [migration guide](./MajorVersionMigration.md) for documentation on updating existing gist-based ontologies and instance data. [Migration scripts and documentation](../migration/v13.0) are provided to facilitate the upgrade process.
5+
This is a major release that includes several changes which break compatibility with previous versions of gist, most notably an entirely rearchitected model of units of measure and magnitudes and a new address model. See the [migration guide](./MajorVersionMigration.md) for documentation on updating existing gist-based ontologies and instance data. [Migration scripts and documentation](../migration/v13.0) are provided to facilitate the upgrade process.
66

77
### New Model of Units and Magnitudes
88

@@ -188,6 +188,7 @@ Issue [#1060](https://github.com/semanticarts/gist/issues/1060).
188188
- Shortened local name of `gist:isGeographicallyContainedin` to `isGeoContainedin`. Issue [#812](https://github.com/semanticarts/gist/issues/812).
189189
- Removed classes and properties deprecated since the last major release and made corresponding updates to axioms referencing those terms. Issue [#947](https://github.com/semanticarts/gist/issues/947).
190190
- Removed `gist:isCharacterizedAs` and associated axiom on `gist:Event`. (Original issue: [#820](https://github.com/semanticarts/gist/issues/820).)
191+
- Removed `gist:isRecognizedDirectlyBy`.
191192
- Changes to contained text properties. (Original issue: [#372](https://github.com/semanticarts/gist/issues/372).)
192193
- Removed property `gist:tagText`.
193194
- Changed restriction on `gist:Tag` to reference `gist:containedText` rather than `gist:tagText`.

ontologies/gistCore.ttl

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
owl:versionIRI <https://w3id.org/semanticarts/ontology/gistCoreX.x.x> ;
1414
skos:definition "gist is a minimalist upper ontology created by Semantic Arts."^^xsd:string ;
1515
skos:historyNote """
16-
gist 13.0.0 released 2024-Jul-12.
16+
gist 13.0.0 released 2024-Jul-19.
1717
gist 12.1.0 released 2024-Feb-27.
1818
gist 12.0.1 released 2023-Jul-28.
1919
gist 12.0.0 released 2023-Jul-05.
@@ -3020,14 +3020,6 @@ gist:isRecognizedBy
30203020
skos:prefLabel "is recognized by"^^xsd:string ;
30213021
.
30223022

3023-
gist:isRecognizedDirectlyBy
3024-
a owl:ObjectProperty ;
3025-
rdfs:subPropertyOf gist:isRecognizedBy ;
3026-
owl:deprecated "true"^^xsd:boolean ;
3027-
skos:definition "The party doing the recognition"^^xsd:string ;
3028-
skos:prefLabel "is recognized directly by"^^xsd:string ;
3029-
.
3030-
30313023
gist:isRecordedAt
30323024
a owl:DatatypeProperty ;
30333025
rdfs:subPropertyOf gist:atDateTime ;
@@ -3371,14 +3363,6 @@ gist:symbol
33713363
gist:domainIncludes gist:UnitOfMeasure ;
33723364
.
33733365

3374-
gist:tagText
3375-
a owl:DatatypeProperty ;
3376-
owl:deprecated "true"^^xsd:boolean ;
3377-
skos:definition "Used for folksonomy style categories (non controlled vocabulary)"^^xsd:string ;
3378-
skos:editorialNote "See guidance on removing tagText property in the next major release at https://github.com/semanticarts/gist/issues/947#issuecomment-1780220876."^^xsd:string ;
3379-
skos:prefLabel "tag text"^^xsd:string ;
3380-
.
3381-
33823366
gist:uniqueText
33833367
a
33843368
owl:DatatypeProperty ,

0 commit comments

Comments
 (0)