|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
part-whole semantic relationshipPart-Whole relationships. Part(s) describing surronding Whole.The idea is to develop kind of data structure, with parts nested compounding a whole, and the inner parts of the structure knows, in reverse order, the containing tree of elements or structure around it.
1: Definitions:
2. Example:
( superPart ( part ( ( superPart ) ( subPart ( part ( superPart ) ) ) ) ) NID: 0 1 2 2 3 4 SeqID: 0 1 0 2 1 0 OccID: 0 0 1 0 1 2 CID: 0 1 2 3 4 5 MvtID: S I O I O E
<superPart NID="0">
<part NID="1">
<superPart NID="2"/>
<subPart NID="2">
<part NID="3">
</superPart NID="4">
</part>
</subPart>
</part>
</superPart>
( head ( face ( ( head ) ( eyes ( face ( head ) ) ) ) ) NID: 0 1 2 2 3 4 SeqID: 0 1 0 2 1 0 OccID: 0 0 1 0 1 2 CID: 0 1 2 3 4 5 MvtID: S I O I O E 3. Composite IDs:Combining CID, NID, SeqID and OccID, other IDs for easier retrieval of elements in statement can be achieved. For example: NID + OccID = CID (Count of elements inside a specific nesting level) ( head ( face ( ( head ) ( eyes ( face ( head ) ) ) ) ) NID: 0 1 2 2 3 4 SeqID: 0 1 0 2 1 0 OccID: 0 0 1 0 1 2 CID: 0 1 2 3 4 5 OrderID: (0.0) (1.0) (2.0) (2.1) (3.0) (4.0) 4. Terms (Parts) Relationships and Roles:In specific context of container part, another part plays a role or function in the context of container part. This is the semantics of the containment relationship, for example: John, inside a specific Team, is a player, more specificaly, a goalkeeper. Parsing Example: [previousElement]:[role/type] => [actualElement]:[role/type] => [nextElement]:[role/type] 5. Measurement units:superUnit (eg.: Kilometer) unit (eg.: Meter) subUnit (eg.: Centimeter) Ratio: superUnit (1) => unit (1/n) => subUnit (1/n : n) -- [first: sebastián] [last: samaruga] [email: tianxama@...] [url: http://www.simetris.com.ar] |
| Free Forum Powered by Nabble | Forum Help |