wsmlVariant _"http://www.wsmo.org/wsml/wsml-syntax/wsml-flight" /* This ontology specifies the vocabulary for indicating the function of a block of text. The relation functionOfText( FUNCTION, TEXT_STRING) is used to make this staement. */ namespace { _"http://tripcom.org/ontologies/EDI/FreeTextFunction#", sd _"http://tripcom.org/ontologies/EDI/StatusDescription#", dc _"http://purl.org/dc/elements/1.1#" } ontology _"http://tripcom.org/ontologies/EDI/FreeTextFunction" nonFunctionalProperties dc#title hasValue "Free Text Function" dc#subject hasValue "Free Text Function" dc#description hasValue "Free Text Function" dc#contributor hasValue { _"http://www.tid.es/" } dc#date hasValue "2007-08-08" 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 importsOntology _"http://tripcom.org/ontologies/EDI/StatusDescription" concept cyc#AspatialInformationStore // Free text function // DE_4453 concept TextFunction subConceptOf sd#ObjectEventStatus nonFunctionalProperties dc#description hasValue "The function which a piece of text serves in the current context." endNonFunctionalProperties relation functionOfText( ofType TextFunction, ofType _string) nonFunctionalProperties dc#description hasValue "functionOfText( FUNCTION, TEXT) means that the text string, TEXT, serves the function, FUNCTION, in the current context." endNonFunctionalProperties instance TextForSubsequentUse memberOf TextFunction nonFunctionalProperties dc#description hasValue "The occurrence of this text does not affect message processing, but is for subsequent use." endNonFunctionalProperties // "1" Text for subsequent use instance TextReplacingMissingCode memberOf TextFunction nonFunctionalProperties dc#description hasValue "Text description of a coded data item for which there is no currently available code" endNonFunctionalProperties // "2" Text replacing missing code instance TextForInmediateUse memberOf TextFunction nonFunctionalProperties dc#description hasValue "Text must be read before actioning message." endNonFunctionalProperties // "3" Text for immediate use instance NoActionRequired memberOf TextFunction nonFunctionalProperties dc#description hasValue "No Action Required" endNonFunctionalProperties // "4" No action required instance TextForHeader memberOf TextFunction nonFunctionalProperties dc#description hasValue "Header" endNonFunctionalProperties // "5" Header instance TextParagraph memberOf TextFunction nonFunctionalProperties dc#description hasValue "Text is a paragraph" endNonFunctionalProperties // "7" Paragraph instance NumberedParagraph memberOf TextFunction nonFunctionalProperties dc#description hasValue "Text starts a new numbered paragraph." endNonFunctionalProperties statusGeneralization hasValue TextParagraph // "6" Numbered paragraph // Free text value // DE_4441 concept StandardTextBetweenTradingPartners subConceptOf cyc#AspatialInformationStore nonFunctionalProperties dc#description hasValue "Standard Text Between Trading Partners" endNonFunctionalProperties // "001" Standard text between trading partners concept DestinationControlStatement subConceptOf cyc#AspatialInformationStore nonFunctionalProperties dc#description hasValue "Destination Control Statement" endNonFunctionalProperties // "DCS" Destination control statement: A statement from the supplier to the customer informing him of legal or other restrictions which limit the resale or re-export of the product. /* // Free text function // DE_4453 http://www.ean.se/EANCOM_2002/ean02s4/experts/part3/dc69.htm "1" Text for subsequent use "2" Text replacing missing code "3" Text for immediate use // Complete for EANCOM All other EDIFACT codes: "4" No action required "5" Header "6" Numbered paragraph // Text starts a new numbered paragraph. "7" Paragraph // Text is a paragraph. // Free text value // DE_4441 http://www.gs1.se/EANCOM_2002/ean02s4/experts/part3/dc66.htm "001" Standard text between trading partners "DCS" Destination control statement: A statement from the supplier to the customer informing him of legal or other restrictions which limit the resale or re-export of the product. */