Skip to content

Commit

Permalink
Move conventionalShortName, conventionalLongName and abbreviation fro…
Browse files Browse the repository at this point in the history
…m Government to Mid-level-ontology.
  • Loading branch information
jefft0 committed Jul 12, 2016
1 parent e69555b commit 57490d2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 34 deletions.
32 changes: 0 additions & 32 deletions Government.kif
Original file line number Diff line number Diff line change
Expand Up @@ -55,38 +55,6 @@

;; A. Country name

(instance conventionalLongName BinaryPredicate)

(documentation conventionalLongName EnglishLanguage "(&%conventionalLongName ?NAME ?THING)
means that the string ?NAME is the long form of the name conventionally
used for ?THING.")

(domain conventionalLongName 1 SymbolicString)
(domain conventionalLongName 2 Entity)
(termFormat EnglishLanguage conventionalLongName "official name" )
(subrelation conventionalLongName names)

(instance conventionalShortName BinaryPredicate)

(documentation conventionalShortName EnglishLanguage "(&%conventionalShortName ?NAME
?THING) means that the string ?NAME is the short form of the name
conventionally used for ?THING. For a more specialized subset of short
names, see &%abbreviation.")

(domain conventionalShortName 1 SymbolicString)
(domain conventionalShortName 2 Entity)
(subrelation conventionalShortName names)

(instance abbreviation BinaryPredicate)
(domain abbreviation 1 SymbolicString)
(domain abbreviation 2 Entity)
(subrelation abbreviation conventionalShortName)

(documentation abbreviation EnglishLanguage "(&%abbreviation ?STRING ?THING) means that
?STRING is an abbreviation used to refer to ?THING. Abbreviations include
acronyms and other abbreviated forms.")

(termFormat EnglishLanguage conventionalShortName "acronym")

;; CIA World Fact Book classifications into
;; IndependentState and DependencyOrSpecialSovereigntyArea:
Expand Down
38 changes: 36 additions & 2 deletions Mid-level-ontology.kif
Original file line number Diff line number Diff line change
Expand Up @@ -24340,6 +24340,41 @@ principles or a plan or course of action adopted by that organization.")
(agent ?CREATE ?AGENT)
(result ?CREATE ?POLICY))))

;; Abbreviations and conventional names.

(instance conventionalLongName BinaryPredicate)

(documentation conventionalLongName EnglishLanguage "(&%conventionalLongName ?NAME ?THING)
means that the string ?NAME is the long form of the name conventionally
used for ?THING.")

(domain conventionalLongName 1 SymbolicString)
(domain conventionalLongName 2 Entity)
(termFormat EnglishLanguage conventionalLongName "official name" )
(subrelation conventionalLongName names)

(instance conventionalShortName BinaryPredicate)

(documentation conventionalShortName EnglishLanguage "(&%conventionalShortName ?NAME
?THING) means that the string ?NAME is the short form of the name
conventionally used for ?THING. For a more specialized subset of short
names, see &%abbreviation.")

(domain conventionalShortName 1 SymbolicString)
(domain conventionalShortName 2 Entity)
(subrelation conventionalShortName names)

(instance abbreviation BinaryPredicate)
(domain abbreviation 1 SymbolicString)
(domain abbreviation 2 Entity)
(subrelation abbreviation conventionalShortName)

(documentation abbreviation EnglishLanguage "(&%abbreviation ?STRING ?THING) means that
?STRING is an abbreviation used to refer to ?THING. Abbreviations include
acronyms and other abbreviated forms.")

(termFormat EnglishLanguage conventionalShortName "acronym")

;; -----------------------------------------------------------------------------
;; Import from elements.kif
;; -----------------------------------------------------------------------------
Expand All @@ -24361,8 +24396,7 @@ principles or a plan or course of action adopted by that organization.")
; under GNU license) is being released in the public domain, in keeping
; with the view of the original compiler of the material.

; This file depends on SUMO and the Government ontology (although only
; for conventionalShortName).
; This file depends on Merge.kif.

; The original information has since been augmented with data for melting
; and boiling points.
Expand Down

0 comments on commit 57490d2

Please sign in to comment.