Skip to content
Merged
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
4 changes: 4 additions & 0 deletions docs/release_notes/pr825.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Minor Updates

- Removed `gist:TreatyOrganization` per issue [#766](https://github.com/semanticarts/gist/issues/766)
- Updated definition and label on `gist:IntergovernmentalOrganization` per issue [#756](https://github.com/semanticarts/gist/issues/756)
29 changes: 3 additions & 26 deletions gistCore.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1251,9 +1251,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 @@ -2446,29 +2446,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