Skip to content
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

Remove TreatyOrganization (accidentally left in) #877

Merged
merged 2 commits into from
Jun 19, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
28 changes: 1 addition & 27 deletions gistCore.ttl
Original file line number Diff line number Diff line change
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 @@ -2532,29 +2529,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
4 changes: 0 additions & 4 deletions gistSubClassAssertions.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -500,10 +500,6 @@ gist:Transaction
rdfs:subClassOf gist:Event ;
.

gist:TreatyOrganization
rdfs:subClassOf gist:IntergovernmentalOrganization ;
.

gist:Volume
rdfs:subClassOf gist:ProductMagnitude ;
.
Expand Down