Skip to content

Commit

Permalink
Merge pull request #910 from semanticarts/release/12.0.0
Browse files Browse the repository at this point in the history
Release/12.0.0
  • Loading branch information
rjyounes authored Jun 30, 2023
2 parents 314738f + c2b6e6d commit 06b97ba
Show file tree
Hide file tree
Showing 39 changed files with 107 additions and 179 deletions.
2 changes: 1 addition & 1 deletion bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ actions:
includes:
- "*.ttl"
query: >
prefix gist: <https://w3id.org/semanticarts/gist/>
prefix gist: <https://w3id.org/semanticarts/ns/ontology/gist/>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix skos: <http://www.w3.org/2004/02/skos/core#>
Expand Down
10 changes: 5 additions & 5 deletions docs/Namespace.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
The Ontology Namespace vs the Ontology IRI
=====

Welcome to the gist namespace.
Welcome to the `gist` namespace.

You requested [https://w3id.org/semanticarts/gist](https://w3id.org/semanticarts/gist), which is the gist namespace.
You requested [https://w3id.org/semanticarts/ns/ontology/gist](https://w3id.org/semanticarts/ns/ontology/gist), which is the gist namespace.

You may have been looking for the gist ontology; if so, you can find it at
[https://w3id.org/semanticarts/gistCore](https://w3id.org/semanticarts/gistCore)
[https://w3id.org/semanticarts/ontology/gistCore](https://w3id.org/semanticarts/ontology/gistCore)
(which you can click on or copy and paste into your ontology editing
tool).

Expand Down Expand Up @@ -80,7 +80,7 @@ For over a decade, the gist namespace was `http://ontologies.semanticarts.com/gi
and later `https://ontologies.semanticarts.com/gist/`. Both of these namespaces
are based on the domain name `semanticarts.com`, which Semantic Arts owns.

We recently migrated to the namespace `https://w3id.org/semanticarts/gist/`.
We recently migrated to the namespace `https://w3id.org/semanticarts/ns/ontology/gist/`.
This is essentially a path within the domain name `w3id.org`, whose owners
have given us exclusive control over. When we mint new terms, we will do so
in this namespace.
Expand All @@ -94,7 +94,7 @@ its namespace, consider the following legitimate ontology.
```bash
1 @prefix sa: <https://ontologies.semanticarts.com/SemArts/> .
2 @prefix dbr: <http://dbpedia.org/resource> .
3 @prefix gist: <https://ontologies.semanticarts.com/gist/> .
3 @prefix gist: <https://w3id.org/semanticarts/ns/ontology/gist/> .
4 @prefix owl: <http://www.w3.org/2002/07/owl#> .
5 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
6 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
Expand Down
8 changes: 4 additions & 4 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ This is a major release which includes several changes which break compatibility
### Major Updates

- Changed the gist ontology IRIs and namespace IRI to the `w3id` domain. Issues [#683](https://github.com/semanticarts/gist/issues/683), [#853](https://github.com/semanticarts/gist/issues/853), [#859](https://github.com/semanticarts/gist/issues/859).
- The gist ontology IRIs have changed from `https://ontologies.semanticarts.com/o/<ontology-name>` to `https://w3id.org/semanticarts/<ontology-name>`. For example, `https://ontologies.semanticarts.com/o/gistCore` is now `https://w3id.org/semanticarts/gistCore`.
- The gist namespace has changed from `https://ontologies.semanticarts.com/gist` to `https://w3id.org/semanticarts/gist`.
- The gist ontology IRIs have changed from `https://ontologies.semanticarts.com/o/<ontology-name>` to `https://w3id.org/semanticarts/ontology/<ontology-name>`. For example, `https://ontologies.semanticarts.com/o/gistCore` is now `https://w3id.org/semanticarts/ontology/gistCore`.
- The gist namespace has changed from `https://ontologies.semanticarts.com/gist/` to `https://w3id.org/semanticarts/ns/ontology/gist/`.
- Deleted all inverse properties. Issue [#506](<https://github.com/semanticarts/gist/issues/506>).
- For each pair of inverses, the property deemed clearest, simplest, and/or most useful was retained.
- Axioms referring to the deleted properties were reformulated using `owl:inverseOf`.
Expand Down Expand Up @@ -85,10 +85,10 @@ This is a major release which includes several changes which break compatibility
- Updated user documentation to reflect these changes.
- Fixed broken links to gist logo in `docs/README.*`. Issue [#750](https://github.com/semanticarts/gist/issues/750).
- Added scripts to migrate from `11.x.x` versions to version `12.0.0`. Issue [#816](https://github.com/semanticarts/gist/issues/816).
- - Documentation updates. Issues [#567](https://github.com/semanticarts/gist/issues/567), [#576](https://github.com/semanticarts/gist/issues/576), [#734](https://github.com/semanticarts/gist/issues/734), [#736](https://github.com/semanticarts/gist/issues/736), [#758](https://github.com/semanticarts/gist/issues/758), [#801](https://github.com/semanticarts/gist/issues/801), [#802](https://github.com/semanticarts/gist/issues/802), [#810](https://github.com/semanticarts/gist/issues/810).
- Documentation updates. Issues [#567](https://github.com/semanticarts/gist/issues/567), [#576](https://github.com/semanticarts/gist/issues/576), [#734](https://github.com/semanticarts/gist/issues/734), [#736](https://github.com/semanticarts/gist/issues/736), [#758](https://github.com/semanticarts/gist/issues/758), [#801](https://github.com/semanticarts/gist/issues/801), [#802](https://github.com/semanticarts/gist/issues/802), [#810](https://github.com/semanticarts/gist/issues/810).
- Miscellaneous non-semantic annotation updates. Issues [#734](https://github.com/semanticarts/gist/issues/734),[#753](https://github.com/semanticarts/gist/issues/753), [#758](https://github.com/semanticarts/gist/issues/758).

Import URL: <https://w3id.org/semanticarts/gistCore12.0.0>.
Import URL: <https://w3id.org/semanticarts/ontology/gistCore12.0.0>.

Release 11.1.0
-----
Expand Down
102 changes: 18 additions & 84 deletions gistCore.ttl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@prefix : <https://w3id.org/semanticarts/gistCore#> .
@prefix gist: <https://w3id.org/semanticarts/gist/> .
@prefix : <https://w3id.org/semanticarts/ontology/gistCore#> .
@prefix gist: <https://w3id.org/semanticarts/ns/ontology/gist/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
Expand All @@ -8,9 +8,9 @@
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://w3id.org/semanticarts/gistCore>
<https://w3id.org/semanticarts/ontology/gistCore>
a owl:Ontology ;
owl:versionIRI <https://w3id.org/semanticarts/gistCoreX.x.x> ;
owl:versionIRI <https://w3id.org/semanticarts/ontology/gistCoreX.x.x> ;
skos:definition "gist is a minimalist upper ontology created by Semantic Arts."^^xsd:string ;
skos:prefLabel "gist"^^xsd:string ;
sh:declare gist:_PrefixDeclaration_gist ;
Expand Down Expand Up @@ -1140,10 +1140,7 @@ gist:GovernedGeoRegion
gist:GovernmentOrganization
a owl:Class ;
rdfs:subClassOf gist:Organization ;
owl:disjointWith
gist:IntergovernmentalOrganization ,
gist:TreatyOrganization
;
owl:disjointWith gist:IntergovernmentalOrganization ;
skos:definition "An organization which exercises political and/or regulatory authority over a political unit, people, geo-region, etc., as well as performing certain functions for this unit or body. Differs from a corporation in that it cannot be owned."^^xsd:string ;
skos:example "The State of Washington Office of Financial Management; the Food and Drug Administration; the Scottish Parliament."^^xsd:string ;
skos:prefLabel "Government Organization"^^xsd:string ;
Expand Down Expand Up @@ -1264,9 +1261,9 @@ gist:IntergovernmentalOrganization
]
) ;
] ;
skos:definition "An organization whose members are government organizations."^^xsd:string ;
skos:example "The United Nations, the European Union"^^xsd:string ;
skos:prefLabel "Inter-Governmental Organization"^^xsd:string ;
skos:definition "An organization whose members are government organizations. This can comprise regional, municipal, state/province, or national level entities."^^xsd:string ;
skos:example "The United Nations, the European Union, the MTA (Metropolitan Transit Authority)"^^xsd:string ;
skos:prefLabel "Intergovernmental Organization"^^xsd:string ;
.

gist:Landmark
Expand Down Expand Up @@ -2491,38 +2488,15 @@ gist:Text
skos:prefLabel "Text"^^xsd:string ;
.

gist:TimeZone
a owl:Class ;
owl:equivalentClass [
a owl:Class ;
owl:intersectionOf (
gist:GeoRegion
[
a owl:Restriction ;
owl:onProperty gist:hasOffsetToUniversal ;
owl:someValuesFrom gist:Duration ;
]
) ;
] ;
skos:definition "A region that observes a uniform standard time for legal, commercial, and social purposes. A typical time zone averages 15? of longitude in width and typically observes a clock time one hour earlier than the zone immediately to the east."^^xsd:string ;
skos:prefLabel "Time Zone"^^xsd:string ;
.

gist:TimeZoneStandard
gist:TimeInterval
a owl:Class ;
owl:equivalentClass [
a owl:Class ;
owl:intersectionOf (
gist:Specification
[
a owl:Restriction ;
owl:onProperty gist:isBasedOn ;
owl:someValuesFrom gist:TimeZone ;
]
) ;
] ;
skos:definition "The algorithm for getting from Greenwich Mean Time to local time, which includes the time zone offset and rules about daylight savings time."^^xsd:string ;
skos:prefLabel "Time Zone Standard"^^xsd:string ;
skos:definition "A span of time with a known start time, end time, and duration. As long as two of the three are known, the third can be inferred."^^xsd:string ;
skos:example "7pm to 9pm on Jan 1, 2001; fiscal year 2023; the week starting at midnight of January 12, 2023 and lasting exactly 168 hours."^^xsd:string ;
skos:prefLabel "Time Interval"^^xsd:string ;
skos:scopeNote
"An ongoing state of affairs with an unknown end time in the future cannot be a time interval; e.g. the lifespan of a living person cannot be a time interval, as the end time is unknown."^^xsd:string ,
"This is distinct from a gist:Duration, which describes how long a time interval lasts (e.g., one hour; 3 days; 22 minutes)."^^xsd:string
;
.

gist:Transaction
Expand All @@ -2532,29 +2506,6 @@ gist:Transaction
skos:prefLabel "Transaction"^^xsd:string ;
.

gist:TreatyOrganization
a owl:Class ;
owl:equivalentClass [
a owl:Class ;
owl:intersectionOf (
gist:IntergovernmentalOrganization
[
a owl:Restriction ;
owl:onProperty gist:hasMember ;
owl:allValuesFrom gist:CountryGovernment ;
]
[
a owl:Restriction ;
owl:onProperty gist:hasMember ;
owl:minCardinality "2"^^xsd:nonNegativeInteger ;
]
) ;
] ;
skos:definition "An organization whose members are country governments."^^xsd:string ;
skos:example "NATO, the Louisiana Purchase, the Treaty of Versailles"^^xsd:string ;
skos:prefLabel "Treaty Organization"^^xsd:string ;
.

gist:UnitOfMeasure
a owl:Class ;
skos:definition "Standard unit by which we measure things"^^xsd:string ;
Expand Down Expand Up @@ -2604,7 +2555,7 @@ gist:VolumeUnit

gist:_PrefixDeclaration_gist
a sh:PrefixDeclaration ;
sh:namespace "https://w3id.org/semanticarts/gist/"^^xsd:anyURI ;
sh:namespace "https://w3id.org/semanticarts/ns/ontology/gist/"^^xsd:anyURI ;
sh:prefix "gist"^^xsd:string ;
.

Expand Down Expand Up @@ -2899,7 +2850,7 @@ The subproperties allow the ontologist to do three things:
All datetimes are of the same format: '2021-06-01T08:03:27.12324-6:00'^^xsd:dateTime. This is compatible with and a subset of ISO 8601.
Time zone offset, such as -6:00 (of which there are a few dozen) is recognized in the date itself, as shown. The actual time zone standard (of which there are 131) may optionally be attached to the event or other object itself; see property gist:usesTimeZoneStandard.
Time zone offset, such as -6:00 (of which there are a few dozen) is recognized in the date itself, as shown. The actual time zone standard (of which there are 131) may optionally be attached to the event or other object itself.
There will be many historical dates that do not have a time zone offset (e.g., Lincoln's birthday, as well as about 75% of all legacy systems), and in that case the offset can be omitted.
Expand All @@ -2908,7 +2859,6 @@ The conventions for precision that are repeated in each property name are as fol
- *Date refers to a calendar date (e.g., birthdays and invoice dates) and is assumed to have precision of one day. Time zone offset is allowed.
- *Minute refers to clock time; e.g., a meeting will start at 9:15 with a timezone offset. Precision is assumed to have precision of one minute.
- *Microsecond refers to system time, and it will be as precise as the system can supply; typically at least milliseconds, sometime microseconds.
"""^^xsd:string ;
.

Expand Down Expand Up @@ -3222,14 +3172,6 @@ gist:hasNumerator
skos:prefLabel "has numerator"^^xsd:string ;
.

gist:hasOffsetToUniversal
a owl:ObjectProperty ;
rdfs:domain gist:TimeZone ;
rdfs:range gist:Duration ;
skos:definition "How many hours the time zone is off GMT"^^xsd:string ;
skos:prefLabel "has offset to universal"^^xsd:string ;
.

gist:hasPart
a
owl:ObjectProperty ,
Expand Down Expand Up @@ -3890,14 +3832,6 @@ gist:unitSymbolUnicode
skos:prefLabel "unit symbol Unicode"^^xsd:string ;
.

gist:usesTimeZoneStandard
a owl:ObjectProperty ;
rdfs:range gist:TimeZoneStandard ;
skos:definition "The time zone, including daylight savings time adjustment, of an event or other object that can have a date and time."^^xsd:string ;
skos:example "EST (Eastern Standard Time), PST (Pacific Daylight Time)."^^xsd:string ;
skos:prefLabel "uses time zone standard"^^xsd:string ;
.

[]
a owl:AllDifferent ;
owl:distinctMembers (
Expand Down
10 changes: 5 additions & 5 deletions gistMediaTypes.ttl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# imports: https://w3id.org/semanticarts/gistCoreX.x.x
# imports: https://w3id.org/semanticarts/ontology/gistCoreX.x.x

@prefix gist: <https://w3id.org/semanticarts/gist/> .
@prefix gist: <https://w3id.org/semanticarts/ns/ontology/gist/> .
@prefix media-app: <https://www.iana.org/assignments/media-types/application/> .
@prefix media-txt: <https://www.iana.org/assignments/media-types/text/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
Expand All @@ -10,10 +10,10 @@
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://w3id.org/semanticarts/gistMediaTypes>
<https://w3id.org/semanticarts/ontology/gistMediaTypes>
a owl:Ontology ;
owl:imports <https://w3id.org/semanticarts/gistCoreX.x.x> ;
owl:versionIRI <https://w3id.org/semanticarts/gistMediaTypesX.x.x> ;
owl:imports <https://w3id.org/semanticarts/ontology/gistCoreX.x.x> ;
owl:versionIRI <https://w3id.org/semanticarts/ontology/gistMediaTypesX.x.x> ;
skos:definition "Definitions of IANA Media Types."^^xsd:string ;
skos:prefLabel "gist Media Types"^^xsd:string ;
gist:license "https://creativecommons.org/licenses/by-sa/3.0/"^^xsd:string ;
Expand Down
6 changes: 3 additions & 3 deletions gistPrefixDeclarations.ttl
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
@prefix gist: <https://w3id.org/semanticarts/gist/> .
@prefix gist: <https://w3id.org/semanticarts/ns/ontology/gist/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://w3id.org/semanticarts/gistPrefixDeclarations>
<https://w3id.org/semanticarts/ontology/gistPrefixDeclarations>
a owl:Ontology ;
owl:versionIRI <https://w3id.org/semanticarts/gistPrefixDeclarationsX.x.x> ;
owl:versionIRI <https://w3id.org/semanticarts/ontology/gistPrefixDeclarationsX.x.x> ;
skos:definition "Prefix declarations, which pair a prefix with a namespace, used in the gist ontology. Provided to support applications such as visualizers."^^xsd:string ;
skos:prefLabel "gist Prefix Declarations"^^xsd:string ;
gist:license "https://creativecommons.org/licenses/by-sa/3.0/"^^xsd:string ;
Expand Down
Loading

0 comments on commit 06b97ba

Please sign in to comment.