wsmlVariant _"http://www.wsmo.org/wsml/wsml-syntax/wsml-core" namespace {_"http://tripcom.org/ontologies/EDI/PackagingTerms#", sc _"http://tripcom.org/ontologies/EDI/SpecialConditions#", dc _"http://purl.org/dc/elements/1.1#" } ontology _"http://tripcom.org/ontologies/EDI/PackagingTerms" nonFunctionalProperties dc#title hasValue "Packaging terms and conditions" dc#subject hasValue "Packaging terms and conditions" dc#description hasValue "Packaging terms and conditions" dc#contributor hasValue { _"http://foxvog.org/doug/" } dc#date hasValue "2007-08-15" 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/SpecialConditions" concept PackagingTerms subConceptOf sc#StandardCondition instance PackagingCostPaidBySupplier memberOf PackagingTerms // "1" Packaging cost paid by supplier instance UnpackFrom memberOf PackagingTerms // "1E" Unpack from (EAN Code) instance PackagingCostPaidByRecipient memberOf PackagingTerms // "2" Packaging cost paid by recipient instance RepackIn memberOf PackagingTerms // "2E" Repack in (EAN Code) instance PackagingReturnableUncharged memberOf PackagingTerms // "3" Packaging cost not charged (returnable) instance PackIn memberOf PackagingTerms // "3E" Pack in (EAN Code) instance PackagingRented memberOf PackagingTerms // "4E" Rented (EAN Code) instance SafeReturnDeposit memberOf PackagingTerms // "25" Safe return deposit instance PackagingNotReusable memberOf PackagingTerms // "26" Not reusable instance PackagingExchangableAtDelivery memberOf PackagingTerms // "27" Package exchangeable at the point of delivery instance PackagingLabeled memberOf PackagingTerms // "LAB" Labeled (EAN Code) /* // Packaging terms and conditions // DE_7073 http://www.ean.se/EANCOM_2002/ean02s4/experts/part3/dc8n.htm "1" Packaging cost paid by supplier "1E" Unpack from (EAN Code) "2" Packaging cost paid by recipient "2E" Repack in (EAN Code) "3" Packaging cost not charged (returnable) "3E" Pack in (EAN Code) "4E" Rented (EAN Code) "25" Safe return deposit "26" Not reusable "27" Package exchangeable at the point of delivery "LAB" Labeled (EAN Code) */