forked from inariksit/cclaw-zettelkasten
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
128 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
date: "2020-06-18" | ||
--- | ||
|
||
# SUMO | ||
|
||
SUMO (Suggested Upper-Merged Ontology) has the approach of _domain_ ontologies and _merge_ ontologies. Example: | ||
|
||
* Top level | ||
``` | ||
Entity | ||
/ \ | ||
Abstract Physical | ||
/ | | \ / | \ | ||
Attribute … … Object … Process | ||
``` | ||
* Domain ontology | ||
``` | ||
AirportsFromAtoK | ||
/ | \ | ||
<fine-grained distinctions> | ||
/ / | \ \ | ||
Arlanda … … Heathrow … | ||
``` | ||
|
||
All entries in SUMO are part of a single tree, starting from `Entity`. A domain ontology about airports is linked to the top level ontology, in a distant subtree of physical entities. | ||
|
||
TODO: I don't know how the linking works in practice, or if the technical details have any relevance to the scope of CCLAW readings. ([Niles, Pease (2001)](https://dl.acm.org/doi/pdf/10.1145/505168.505170) seems to describe the merging process, read later if interested.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
date: "2020-06-18" | ||
--- | ||
|
||
# WordNet | ||
|
||
[Princeton WordNet](https://wordnet.princeton.edu/) is a lexical database consisting of _synonym sets_ (synset). Each synset has | ||
- id | ||
- part-of-speech (noun, verb or adjective) | ||
- definition | ||
- example(s) of use | ||
|
||
The word "space" belongs to the following synsets. | ||
|
||
* 00028950-__n__ _the unlimited expanse in which everything is located; "they tested his ability to locate objects in space"_ | ||
* 13933399-__n__ _an empty area (usually bounded in some way between things); "the architect left space in front of the building"; "they stopped at an open space in the jungle"; "the space between his teeth"_ | ||
* 08670545-__n__ _an area reserved for some particular purpose; "the laboratory's floor space"_ | ||
* 08517454-__n__ _[astrology] any location outside the Earth's atmosphere; "the astronauts walked in outer space without a tether"; "the first major milestone in space exploration was in 1957, when the USSR's Sputnik 1 orbited the Earth"_ | ||
* 06852240-__n__ _[linguistics, publishing] a blank character used to separate successive words in writing or printing; "he said the space is the most important character in the alphabet"_ | ||
* 15197259-__n__ _[time period] the interval between two times; "it all happened in the space of 10 minutes"_ | ||
* 06401196-__n__ _a blank area; "write your name in the space provided" | ||
* 06875252-__n__ _[music] one of the areas between or below or above the lines of a musical staff; "the spaces are the notes F-A-C-E"_ | ||
* 04037131-__n__ _[publishing] a block of type without a raised letter; used for spacing between words or sentences_ | ||
* 01992094-__v__ _place at intervals; "Space the interviews so that you have some time between the different candidates"_ |