wsmlVariant _"http://www.wsmo.org/wsml/wsml-syntax/wsml-flight" namespace {_"http://tripcom.org/ontologies/EDI/InventoryMovement#", im _"http://tripcom.org/ontologies/EDI/InventoryMovement#", cyc _"http://sw.cyc.com/2006/07/27/cyc/#", dc _"http://purl.org/dc/elements/1.1#" } ontology _"http://tripcom.org/ontologies/EDI/InventoryMovement" nonFunctionalProperties dc#title hasValue "Inventory Movement" dc#subject hasValue "Inventory Movement" dc#description hasValue "Inventory Movement" dc#contributor hasValue { _"http://foxvog.org/doug/" } dc#date hasValue "2007-07-19" 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.4 $" endNonFunctionalProperties concept cyc#Individual concept cyc#TemporalThing subConceptOf cyc#Individual concept cyc#SpatialThing subConceptOf cyc#Individual // may include not-existing things such as hypothetical geometric shapes // used in math problems. concept cyc#TemporallyExistingThing subConceptOf cyc#TemporalThing concept cyc#SomethingExisting subConceptOf cyc#TemporallyExistingThing // may include non-spatial things such as agreements. concept cyc#Situation subConceptOf cyc#TemporallyExistingThing concept cyc#Event subConceptOf cyc#Situation concept cyc#PhysicalEvent subConceptOf {cyc#Event, cyc#SpatialThing} concept cyc#IntelligentAgent subConceptOf cyc#SomethingExisting concept cyc#Flaw subConceptOf cyc#Situation nonFunctionalProperties dc#description hasValue "Each element of this concept is a state of affairs that some Agent prefers would NOT hold. Often, flaws are perceived goal violations." endNonFunctionalProperties relation cyc#objectActedOn (ofType cyc#Event, ofType cyc#SomethingExisting) concept cyc#ChangeInUserRights subConceptOf cyc#Event nonFunctionalProperties dc#description hasValue "Each instance of ChangeInUserRights is an event in which some instance of #$Agent either gains or loses possession of something. ``Possession'' means having some right to use a thing that one has in hand or otherwise has access to." endNonFunctionalProperties objectOfPossessionTransfer ofType cyc#SomethingExisting relation cyc#objectOfPossessionTransfer ( ofType cyc#ChangeInUserRights, ofType cyc#SomethingExisting) concept cyc#LosingUserRights subConceptOf cyc#ChangeInUserRights relation cyc#fromPossessor ( ofType cyc#LosingUserRights , ofType cyc#IntelligentAgent) concept cyc#GainingUserRights subConceptOf cyc#ChangeInUserRights relation cyc#toPossessor ( ofType cyc#GainingUserRights , ofType cyc#IntelligentAgent) concept cyc#TransferringPossession subConceptOf {cyc#LosingUserRights, cyc#GainingUserRights} nonFunctionalProperties dc#description hasValue "In each instance of TransferringPossession, the possession of a single object (see objectOfPossessionTransfer) is transferred from one Agent to another. Such an event alters the rights of _two_ different agents to use the object in question: one agent loses some right over it, while the other agent gains some right over it. Thus each TransferringPossession event is both a LosingUserRights event and a GainingUserRights event." endNonFunctionalProperties concept cyc#IntangibleExistingThing subConceptOf cyc#SomethingExisting concept cyc#DevisedPracticeOrWork subConceptOf cyc#IntangibleExistingThing concept cyc#PropositionalConceptualWork subConceptOf cyc#DevisedPracticeOrWork concept _"http://sw.cyc.com/2006/07/27/cyc/#ReportOnSituation-CW" subConceptOf cyc#PropositionalConceptualWork concept InventoryTransfer subConceptOf cyc#ChangeInUserRights nonFunctionalProperties dc#description hasValue "A subConceptOf ChangeInUserRights. Such inventory movement corresponds to goods logically (and often physically) moved into, out of, or between an inventory accounts." endNonFunctionalProperties concept InventoryTransferOut subConceptOf {InventoryTransfer, cyc#LosingUserRights} nonFunctionalProperties dc#description hasValue "A subConceptOf InventoryTransfer. Such inventory movement corresponds to goods logically (and often physically) moved out of an inventory account. The goods may be moved to another inventory account (in which case it is also a case of InventoryTransferIn), to another party, or be destroyed." endNonFunctionalProperties // "1" Movement out of inventory [DE_4501] concept InventoryTransferIn subConceptOf {InventoryTransfer, cyc#GainingUserRights} nonFunctionalProperties dc#description hasValue "A subConceptOf InventoryMovement. Such inventory movement corresponds to goods logically (and often physically) moved into an inventory account. The goods may be moved from another inventory account (in which case it is also a case of InventoryTransferOut) or from outside the inventory." endNonFunctionalProperties // "2" Movement into inventory [DE_4501] concept cyc#MovementEvent subConceptOf cyc#PhysicalEvent nonFunctionalProperties dc#description hasValue "Each instance of MovementEvent is an event in which at least one object (see objectMoving) either translates some distance or moves from one rotational orientation to another, relative to a frame of reference that is not part of the translating/rotating object. The movement in question might be periodic or not, continuous or not." endNonFunctionalProperties relation cyc#objectMoving ( ofType cyc#MovementEvent , ofType cyc#SomethingExisting) relation cyc#primaryObjectMoving ( ofType cyc#MovementEvent , ofType cyc#SomethingExisting) subRelationOf cyc#objectMoving concept cyc#Translocation subConceptOf cyc#MovementEvent nonFunctionalProperties dc#description hasValue "A subConceptOf MovementEvent. Each instance of Translocation is a movement across a distance; thus there is both a location that it is a movement ``from'' (see fromLocation) and a location that it is a movement ``to'' (see toLocation). These two locations might or might not be distinct, considering round-trips." endNonFunctionalProperties relation cyc#fromLocation ( ofType cyc#Translocation , ofType cyc#SpatialThing) relation cyc#toLocation ( ofType cyc#Translocation , ofType cyc#SpatialThing) concept cyc#CausingAnotherObjectsTranslationalMotion subConceptOf {cyc#Translocation, cyc#Action} concept cyc#DirectedTranslation subConceptOf cyc#CausingAnotherObjectsTranslationalMotion concept cyc#ConveyingMaterials subConceptOf cyc#DirectedTranslation concept InventoryMovement subConceptOf cyc#ConveyingMaterials nonFunctionalProperties dc#description hasValue "The movement of goods in an inventory from one physical location to another." endNonFunctionalProperties concept InventoryReceipt subConceptOf {InventoryMovement, InventoryTransferIn} nonFunctionalProperties dc#description hasValue "A subConceptOf InventoryMovement. Goods received at warehouse from another party or warehouse." endNonFunctionalProperties // "1" Reception [DE_4499] concept InventoryDelivery subConceptOf {InventoryMovement, InventoryTransferOut} nonFunctionalProperties dc#description hasValue "A subConceptOf InventoryMovement. Goods have been delivered from the inventory to another party or warehouse." endNonFunctionalProperties // "2" Delivery [DE_4499] concept InventoryPartsScrapping subConceptOf {InventoryMovement, InventoryTransferOut, cyc#Flaw} nonFunctionalProperties dc#description hasValue "A subConceptOf InventoryMovement. Adjustment due to scrapped parts." endNonFunctionalProperties // "3" Scrapped parts [DE_4499] concept InventoryDifference subConceptOf cyc#Flaw nonFunctionalProperties dc#description hasValue "The difference between the inventory, as physically counted, and the inventory recorded by the system." endNonFunctionalProperties // "4" Difference [DE_4499] concept PropertyTransferWithinWarehouse subConceptOf {cyc#TransferringPossession, InventoryTransferOut, InventoryTransferIn} nonFunctionalProperties dc#description hasValue "An inventory movement issued when goods are moved (physically or logically) from one owner to another, whenever inventories are held in account of several owners of the same product within the same warehouse. There may or may not be a physical movement of the objectOfPossessionTransfer." endNonFunctionalProperties // "5" Property transfer within warehouse [DE_4499] concept InventoryRecycling subConceptOf {InventoryMovement, InventoryTransferOut, InventoryTransferIn} nonFunctionalProperties dc#description hasValue "A subConceptOf InventoryMovement. Such inventory movement is due to recycling of goods. For instance, defective goods have been repaired and are put back to the available inventory." endNonFunctionalProperties // "6" Inventory recycling [DE_4499] concept InventoryMovementReversal subConceptOf InventoryMovement nonFunctionalProperties dc#description hasValue "A subConceptOf InventoryMovement. Such inventory movement is issued to cancel a previously processed movement." endNonFunctionalProperties // "7" Reversal of previous movement [DE_4499] concept InventoryDefectsMovement subConceptOf {InventoryMovement, cyc#Flaw, InventoryTransferOut} nonFunctionalProperties dc#description hasValue "A subConceptOf InventoryMovement. Such inventory movement corresponds to parts with technical defect(s)." endNonFunctionalProperties // "8" Defects (technical) [DE_4499] concept CommercialInventoryMovement subConceptOf InventoryMovement nonFunctionalProperties dc#description hasValue "A subConceptOf InventoryMovement. Such inventory movement has been issued for commercial reasons." endNonFunctionalProperties // "9" Commercial [DE_4499] concept InventoryConversionMovement subConceptOf {InventoryMovement, cyc#TransferringPossession, cyc#Flaw, InventoryTransferOut} nonFunctionalProperties dc#description hasValue "A subConceptOf InventoryMovement. Such inventory movement is due to conversion (i.e., theft) of goods." endNonFunctionalProperties // "10" Conversion [DE_4499] concept InventoryConsumptionMovement subConceptOf {InventoryMovement, InventoryTransferOut} nonFunctionalProperties dc#description hasValue "A subConceptOf InventoryMovement. Such inventory movement corresponds to goods taken out of consigned inventory for consumption." endNonFunctionalProperties // "11" Consumption [DE_4499] concept Inventory subConceptOf _"http://sw.cyc.com/2006/07/27/cyc/#ReportOnSituation-CW" concept AcceptedProductInventory subConceptOf Inventory nonFunctionalProperties dc#description hasValue "Inventory of products accepted by control of incoming products." endNonFunctionalProperties // "1" Inventory of products accepted by control of incoming products. concept DamagedProductInventory subConceptOf Inventory nonFunctionalProperties dc#description hasValue "Inventory of damaged products." endNonFunctionalProperties // "2" Inventory of damaged products. concept BondedInventory subConceptOf Inventory nonFunctionalProperties dc#description hasValue "Inventory of products bonded for customs reasons." endNonFunctionalProperties // "3" Inventory of products bonded for customs reasons. concept ReservedInventory subConceptOf Inventory nonFunctionalProperties dc#description hasValue "Inventory related to reserved products." endNonFunctionalProperties // "4" Inventory related to reserved products /* // Reason for inventory movement // DE_4499 http://www.unece.org/trade/untdid/d98b/uncl/uncl4499.htm // complete for EDIFACT "1" Reception: Goods received at warehouse from another party or warehouse. "2" Delivery: Goods which have been delivered from the inventory to another party or warehouse. "3" Scrapped parts: Adjustment due to scrapped parts. "4" Difference: The difference between the inventory, as physically counted, and the inventory recorded by the system. "5" Property transfer within warehouse: An inventory movement issued when goods are moved (physically or logically) from one owner to another, whenever inventories are held in account of several owners of the same product within the same warehouse. "6" Inventory recycling: This inventory movement is due to recycling of goods. For instance, defective goods have been repaired and are put back to the available inventory. "7" Reversal of previous movement: This inventory movement is issued to cancel a previously processed movement. "8" Defects (technical): This inventory movement corresponds to parts with technical defect. "9" Commercial: The inventory movement has been issued for commercial reasons. "10" Conversion: The inventory movement is due to conversion of goods. "11" Consumption: The inventory movement corresponds to goods taken out of consigned inventory for consumption. // Inventory movement direction // DE_4501 http://www.gs1.se/EANCOM_2002/ean02s4/experts/part3/dc6j.htm // complete for EANCOM, EDIFACT "1" Movement out of inventory "2" Movement into inventory */