wsmlVariant _"http://www.wsmo.org/wsml/wsml-syntax/wsml-flight" namespace {_"http://tripcom.org/ontologies/EDI/PercentageBasis#", bo _"http://tripcom.org/ontologies/EDI/BankOperation#", cyc _"http://sw.cyc.com/2006/07/27/cyc/#", dc _"http://purl.org/dc/elements/1.1#" } ontology _"http://tripcom.org/ontologies/EDI/PercentageBasis" nonFunctionalProperties dc#title hasValue "Percentage basis" dc#subject hasValue "Percentage basis" dc#description hasValue "Percentage basis" dc#contributor hasValue { _"http://foxvog.org/doug/" } dc#date hasValue "2007-09-13" 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.3 $" endNonFunctionalProperties concept cyc#Individual concept cyc#UnitOfMeasure subConceptOf cyc#Individual concept cyc#ScalarInterval subConceptOf cyc#Individual units ofType cyc#UnitOfMeasure concept cyc#ScalarPointValue subConceptOf cyc#ScalarInterval concept cyc#TemporalThing subConceptOf cyc#Individual concept cyc#Event subConceptOf cyc#TemporalThing concept cyc#Action subConceptOf cyc#Event concept cyc#Communicating subConceptOf cyc#Action concept cyc#RequestingToMakeAPurchase subConceptOf cyc#Communicating concept cyc#SomethingExisting subConceptOf cyc#TemporalThing concept cyc#ConceptualWork subConceptOf cyc#SomethingExisting concept cyc#Obligation subConceptOf cyc#ConceptualWork concept cyc#FinancialObligation subConceptOf cyc#Obligation concept cyc#PaymentObligation subConceptOf cyc#FinancialObligation // See cyc#RequestingPayment concept InvoiceObligation subConceptOf cyc#FinancialObligation concept cyc#MonetaryValue subConceptOf cyc#ScalarPointValue // Actually subConceptOf cyc#ScalarInterval, but we restrict to point values, not ranges relation percentageForUnit (impliesType cyc#Individual, ofType _decimal) nonFunctionalProperties dc#description hasValue "percentageForUnit( UNIT, PERCENT) means that PERCENT is applied on a single unit basis." endNonFunctionalProperties // "1" per unit: Referenced percentage applies on a single unit basis. // ??? What unit is referred to -- physical units being purchased, units // appearing within the document, or something else? Is this referring to // a MonetaryValue, or might it refer to some other quantity (volume, mass) relation percentageOfInvoice (ofType InvoiceObligation , ofType _decimal) nonFunctionalProperties dc#description hasValue "percentageOfInvoice ( INVOICE, PERCENT) means that PERCENT is applied to the MonetaryValue charged in the INVOICE." endNonFunctionalProperties // "13" Invoice value: Referenced percentage applies on the invoice value. concept FinancialLineItem subConceptOf cyc#ConceptualWork relation lineItemPercentage (ofType FinancialLineItem , ofType _decimal) nonFunctionalProperties dc#description hasValue "lineItemValue( LINE, PERCENT) means that PERCENT is applied to the value of a FinancialLineItem in a document." endNonFunctionalProperties // "LV" Line item value: Percentage applies to the line item value. (EDIFICE code) concept PurchaseOrder subConceptOf cyc#RequestingToMakeAPurchase relation orderPercentage (ofType PurchaseOrder , ofType _decimal) nonFunctionalProperties dc#description hasValue "orderValue( ORDER, PERCENT) means that PERCENT is applied to the total value of the PurchaseOrder ORDER." endNonFunctionalProperties // "OV" Order value: Percentage applies to the total order value. (EDIFICE code) /* // Percentage basis // DE_5249 http://www.ean.se/EANCOM_2002/ean02s4/experts/part3/dc6x.htm // complete for EANCOM "1" per unit: Referenced percentage applies on a single unit basis. "13" Invoice value: Referenced percentage applies on the invoice value. "LV" Line item value: Percentage applies to the line item value. (EDIFICE code) "OV" Order value: Percentage applies to the total order value. (EDIFICE code) */