/* ; FormulaArgPositions.wsml ; ; Commonly used instances of edis#FormulaArgPosition ; The use of predefined instances obviates the need for functional specification. ; ; The format of the names is FAPn[_m[_l...]], with 'n', 'm', etc. being ; positive numbers. This name represents the nth subcomponent's mth ; subcomponent['s lth ...]. FAP0 represents the current structure position. ; If a supercomponent is referenced, 'n' is preceded by an underscore, such ; that FAP_1 represents the immediately enclosing supercomponent. ; ; Each instance of edis#FormulaArgPosition has an edis#dataStructureLine1 ; for 'n', and if 'm' exists, an edis#dataStructureLine2. Provision ; is made for line 3 and line 4 using the attributes edis#dataStructureLine3 ; and edis#dataStructureLine4. ; ; More instances should be added to this file as the need arises. ; ; douglas foxvog ; April 2007 */ wsmlVariant _"http://www.wsmo.org/wsml/wsml-syntax/wsml-rule" namespace {_"http://tripcom.org/ontologies/EDI/FormulaArgPositions#", fap _"http://tripcom.org/ontologies/EDI/FormulaArgPositions#", edis _"http://tripcom.org/ontologies/EDI/EDI_Semantics#", dc _"http://purl.org/dc/elements/1.1#" } ontology _"http://tripcom.org/ontologies/EDI/FormulaArgPositions" nonFunctionalProperties dc#title hasValue "FormulaArgPositions.wsml" dc#subject hasValue "Commonly used instances of edis#FormulaArgPosition" dc#description hasValue "Vocabulary for commonly used instances of edis#FormulaArgPosition" dc#contributor hasValue { _"http://foxvog.org/doug"} dc#date hasValue "2007-04-18" dc#type hasValue _"http://www.wsmo.org/2004/d2/v1.0/#ontologies" dc#format hasValue "text/plain" dc#language hasValue "en-US" dc#rights hasValue _"http://www.deri.org/privacy.html" version hasValue "$Revision: 1.2 $" endNonFunctionalProperties instance FAP0 memberOf edis#FormulaArgPosition nonFunctionalProperties dc#description hasValue "FAP_0 is the position of the current structure." endNonFunctionalProperties edis#dataStructureLine1 hasValue 0 instance FAP1 memberOf edis#FormulaArgPosition nonFunctionalProperties dc#description hasValue "FAP1 is the position of the first subcomponent of the current structure." endNonFunctionalProperties edis#dataStructureLine1 hasValue 1 instance FAP1_1 memberOf edis#FormulaArgPosition nonFunctionalProperties dc#description hasValue "FAP1 is the position of the first subcomponent of the first subcomponent of the current structure." endNonFunctionalProperties edis#dataStructureLine1 hasValue 1 edis#dataStructureLine2 hasValue 1 instance FAP2 memberOf edis#FormulaArgPosition nonFunctionalProperties dc#description hasValue "FAP2 is the position of the second subcomponent of the current structure." endNonFunctionalProperties edis#dataStructureLine1 hasValue 2 instance FAP3 memberOf edis#FormulaArgPosition nonFunctionalProperties dc#description hasValue "FAP3 is the position of the third subcomponent of the current structure." endNonFunctionalProperties edis#dataStructureLine1 hasValue 3 instance FAP4 memberOf edis#FormulaArgPosition nonFunctionalProperties dc#description hasValue "FAP4 is the position of the fourth subcomponent of the current structure." endNonFunctionalProperties edis#dataStructureLine1 hasValue 4 instance FAP5 memberOf edis#FormulaArgPosition nonFunctionalProperties dc#description hasValue "FAP5 is the position of the fifth subcomponent of the current structure." endNonFunctionalProperties edis#dataStructureLine1 hasValue 5 instance FAP6 memberOf edis#FormulaArgPosition nonFunctionalProperties dc#description hasValue "FAP6 is the position of the sixth subcomponent of the current structure." endNonFunctionalProperties edis#dataStructureLine1 hasValue 6 instance FAP7 memberOf edis#FormulaArgPosition nonFunctionalProperties dc#description hasValue "FAP7 is the position of the seventh subcomponent of the current structure." endNonFunctionalProperties edis#dataStructureLine1 hasValue 7 instance FAP8 memberOf edis#FormulaArgPosition nonFunctionalProperties dc#description hasValue "FAP8 is the position of the eighth subcomponent of the current structure." endNonFunctionalProperties edis#dataStructureLine1 hasValue 8 instance FAP9 memberOf edis#FormulaArgPosition nonFunctionalProperties dc#description hasValue "FAP9 is the position of the ninth subcomponent of the current structure." endNonFunctionalProperties edis#dataStructureLine1 hasValue 9 instance FAP_1 memberOf edis#FormulaArgPosition nonFunctionalProperties dc#description hasValue "FAP_1 is the position of the first enclosing supercomponent of the current structure." endNonFunctionalProperties edis#dataStructureLine1 hasValue _integer("-1") instance FAP_2 memberOf edis#FormulaArgPosition nonFunctionalProperties dc#description hasValue "FAP_2 is the position of the second enclosing supercomponent of the current structure." endNonFunctionalProperties edis#dataStructureLine1 hasValue _integer("-2")