wsmlVariant _"http://www.wsmo.org/wsml/wsml-syntax/wsml-core" namespace {_"http://tripcom.org/ontologies/EDI/RelativeTime#", pt _"http://tripcom.org/ontologies/EDI/PaymentTerms#", cyc _"http://sw.cyc.com/2006/07/27/cyc/#", dc _"http://purl.org/dc/elements/1.1#" } ontology _"http://tripcom.org/ontologies/EDI/RelativeTime" nonFunctionalProperties dc#title hasValue "Relative time" dc#subject hasValue "Relative time" dc#description hasValue "Relative time" dc#contributor hasValue { _"http://foxvog.org/doug/" } dc#date hasValue "2007-07-02" 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 concept RelativeTime subConceptOf pt#PaymentTerms // Should these be relations? instance OnDate memberOf RelativeTime // "1" Reference date instance BeforeDate memberOf RelativeTime // "2" Before reference instance AfterDate memberOf RelativeTime // "3" After reference instance End10DayPeriodContainingDate memberOf RelativeTime // "4" End of 10-day period containing the reference date instance End2WeekPeriodContainingDate memberOf RelativeTime // "5" End of 2-week period containing the reference date instance EndMonthContainingDate memberOf RelativeTime // "6" End of the month containing the reference date instance EndMonthFollowingDate memberOf RelativeTime // "7" End of the month following the reference date instance EndQuarterContainingDate memberOf RelativeTime // "8" End of the quarter containing the reference date instance EndYearContainingDate memberOf RelativeTime // "9" End of the year containing the reference date instance EndWeekContainingDate memberOf RelativeTime // "10" End of the week containing the reference date instance End10DayPeriodPostMonth memberOf RelativeTime // "11" "11E" End of 10-day period following month after reference date's month instance EndHalfYearContainingDate memberOf RelativeTime // "12" End of the half year containing the reference date instance FromDate memberOf RelativeTime // "13" From reference: Payment terms related to a time inclusive of and after a reference date instance End15DayPeriodPeriodDate memberOf RelativeTime // "14" "10E" End of 15-day period containing the reference date instance EndSemiMonthPostPeriod memberOf RelativeTime // "16" "12E" Whichever is first, the 15th or last day of the month following the payment terms period instance AfterEndMonthContainingDate memberOf RelativeTime // "17" "13E" After end of month containing the reference date /* // Relative time "Terms time relation" // DE_2009 http://www.ean.se/EANCOM_2002/ean02s4/experts/part3/dc3v.htm // http://www.unece.org/trade/untdid/d98b/uncl/uncl2009.htm // complete for EANCOM, EDIFACT (98A) "11" End of ten day period following month after reference date's month "11E" End of ten day period following month after reference date's month // old EANCOM code "12" End of half year containing the reference date: End of the half year in which the referred date falls. "13" From reference: Payment terms related to a time inclusive of and after a reference date. "14" End of 15-day period containing the reference date "10E" End of 15-day period containing the reference date // old EANCOM code "16" Whichever is first, the 15th or last day of the month following the payment terms period "12E" Whichever is first, the 15th or last day of the month following the payment terms period // old EANCOM code "17" After end of month containing the reference date "13E" After end of month containing the reference date // old EANCOM code */