wsmlVariant _"http://www.wsmo.org/wsml/wsml-syntax/wsml-flight" namespace {_"http://tripcom.org/ontologies/EDI/PartyFunction#", clra _"http://tripcom.org/ontologies/EDI/CodeListResponsibleAgency#", es _"http://tripcom.org/ontologies/EDI/EquipmentSupplier#", cyc _"http://sw.cyc.com/2006/07/27/cyc/#", dc _"http://purl.org/dc/elements/1.1#" } ontology _"http://tripcom.org/ontologies/EDI/PartyFunction" nonFunctionalProperties dc#title hasValue "Party Function" dc#subject hasValue "Party Function" dc#description hasValue "Party Function" dc#contributor hasValue { _"http://www.tid.es/" } dc#date hasValue "2007-08-30" 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.7 $" endNonFunctionalProperties // These are not subconcepts of cyc#Roleplaying -- a specialization of Acting. // Many of these are roles with respect to a Business and thus would normally // be modeled by relations. Some of these relations already exist in external // ontologies. // One could model them as instances of some class which each would map to // a relation. But this just means that the relation is only suggested, not // ontologized. This would be easier to model, but it would merely leave the // necessary work for later. With a higher-order logical language, these would // be both relations and instances. // Modeled as concepts these would either be the class of situations in which // the some entity has the role, or the class of agents who are currently (i.e., // while they are a member of the class) playing the role. Both of these are // rather awkward ontologically. This still would not make clear what the // entity has the role with respect to. concept cyc#Individual concept cyc#TemporalThing subConceptOf cyc#Individual concept cyc#Situation subConceptOf cyc#TemporalThing concept cyc#Event subConceptOf cyc#Situation concept cyc#Action subConceptOf cyc#Event concept cyc#GeneralizedTransfer subConceptOf cyc#Event concept cyc#InformationTransferEvent subConceptOf cyc#GeneralizedTransfer concept cyc#Communicating subConceptOf {cyc#InformationTransferEvent, cyc#Action} concept _"http://sw.cyc.com/2006/07/27/cyc/Acknowledging-CommunicationAct" subConceptOf cyc#Communicating concept cyc#ChangeInUserRights subConceptOf cyc#GeneralizedTransfer concept cyc#BorrowingSomething subConceptOf {cyc#Action, cyc#ChangeInUserRights} // things other than money can be borrowed. concept cyc#MonetaryExchangeOfUserRights subConceptOf {cyc#Action, cyc#ChangeInUserRights} concept cyc#MoneyTransfer subConceptOf cyc#MonetaryExchangeOfUserRights concept cyc#BusinessEvent subConceptOf cyc#PurposefulAction concept cyc#CommercialActivity subConceptOf {cyc#SocialOccurrence, cyc#EconomicAction} concept cyc#Shipping subConceptOf {cyc#BusinessEvent, cyc#CommercialActivity} concept cyc#MoneyTransaction subConceptOf {cyc#CommercialActivity, cyc#MoneyTransfer} concept cyc#Buying subConceptOf cyc#MoneyTransaction concept cyc#SomethingExisting subConceptOf cyc#TemporalThing concept _"http://sw.cyc.com/2006/07/27/cyc/Agent-Generic" subConceptOf cyc#SomethingExisting concept cyc#IntelligentAgent subConceptOf _"http://sw.cyc.com/2006/07/27/cyc/Agent-Generic" concept cyc#SocialBeing subConceptOf cyc#IntelligentAgent concept cyc#LegalAgent subConceptOf cyc#SocialBeing concept cyc#Organization subConceptOf cyc#SocialBeing concept cyc#PartiallyTangible subConceptOf cyc#SomethingExisting concept cyc#Person subConceptOf {cyc#LegalAgent, cyc#PartiallyTangible} concept cyc#FinancialOrganization subConceptOf {cyc#Organization, cyc#LegalAgent} concept cyc#LegalCorporation subConceptOf {cyc#Organization, cyc#LegalAgent} concept cyc#CommercialOrganization subConceptOf {cyc#Organization, cyc#LegalAgent} concept cyc#RetailStore subConceptOf cyc#CommercialOrganization concept cyc#BankOrganization subConceptOf {cyc#FinancialOrganization, cyc#CommercialOrganization, cyc#LegalOrganization} concept cyc#Department subConceptOf cyc#Organization nonFunctionalProperties dc#description hasValue "An element of Department is a major sub-organization of a business, government, or academic organization. An element of Department is part of the organization to which it belongs, NOT a separate legal entity (such as a partly or wholly owned subsidiary company), and it performs some of the activity of that organization." endNonFunctionalProperties concept cyc#ConceptualWork subConceptOf cyc#SomethingExisting concept cyc#LegalAgreement subConceptOf cyc#ConceptualWork concept cyc#Account subConceptOf cyc#LegalAgreement nonFunctionalProperties dc#description hasValue "Each instance of Account is a recorded obligation (of some particular type) between specified parties, consisting of ``funds'' (not necessarily monetary funds) which typically can be added to and drawn upon. Eexamples include instances of RetirementAccount, TravelExpenseAccount, and of the many types of FinancialAccount. Note that the contents of an account need not be monetary; for example, the contents may be amounts of time, as in the specializations VacationAccount and SickLeaveAccount." endNonFunctionalProperties concept cyc#Artifact subConceptOf cyc#PartiallyTangible concept cyc#PhysicalDevice subConceptOf cyc#Artifact concept cyc#MechanicalDevice subConceptOf cyc#PhysicalDevice concept cyc#CashRegister subConceptOf cyc#MechanicalDevice relation cyc#situationConstituents( ofType cyc#Situation, ofType cyc#Individual) relation cyc#affectedAgent( ofType cyc#Event, ofType _"http://sw.cyc.com/2006/07/27/cyc/Agent-Generic") subRelationOf cyc#situationConstituents relation cyc#actors ( ofType cyc#Event, ofType cyc#SomethingExisting) subRelationOf cyc#situationConstituents nonFunctionalProperties dc#description hasValue "actors(EVENT, ACTOR) means that ACTOR is somehow saliently (directly or indirectly) involved in EVENT during EVENT. An ``actor'' in the relevant sense is not restricted to things that play ``active'' (as opposed to passive or instrumental) roles in a given event." endNonFunctionalProperties relation cyc#doneBy (ofType cyc#Event, ofType cyc#SomethingExisting) subRelationOf cyc#actors nonFunctionalProperties dc#description hasValue "doneBy(EVENT, DOER) means that DOER is a ``doer'' in the event EVENT: some activity on the part of DOER causes or carries out EVENT. This predicate is agnostic as to whether DOER does EVENT intentionally or not. Note that DOER need not even be animate or an agent; e.g. the famous vocanic eruption that buried Pompeii was doneBy Mt. Vesuvius. Note also that an event might have more than one doer; consider a chess game." endNonFunctionalProperties relation cyc#performedBy (ofType cyc#Action, ofType _"http://sw.cyc.com/2006/07/27/cyc/Agent-Generic") subRelationOf cyc#doneBy nonFunctionalProperties dc#description hasValue "(performedBy ACT DOER) means that DOER deliberately does ACT. An action can have multiple deliberate performers." endNonFunctionalProperties relation cyc#fromPossessor( ofType cyc#ChangeInUserRights, ofType _"http://sw.cyc.com/2006/07/27/cyc/Agent-Generic") subRelationOf {cyc#affectedAgent, cyc#actors} relation cyc#toPossessor( ofType cyc#ChangeInUserRights, ofType _"http://sw.cyc.com/2006/07/27/cyc/Agent-Generic") subRelationOf {cyc#affectedAgent, cyc#actors} relation _"http://sw.cyc.com/2006/07/27/cyc/bank-Role" ( ofType cyc#Event, ofType cyc#LegalAgent) // cyc#bank-Role subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "bank-Role (SITUATION, BANK) says that the social being, BANK plays the role of bank in the situation SITUATION. BANK might be, e.g., a bank, a savings and loan institution, or a loan shark." endNonFunctionalProperties relation cyc#positiveVestedInterest( ofType cyc#IntelligentAgent, ofType cyc#TemporalThing) nonFunctionalProperties dc#description hasValue "positiveVestedInterest(AGENT, THING) means that the Agent-Generic AGENT has a positive interest in the TemporalThing THING. If THING is an instance of SomethingExisting, then positiveVestedInterest(AGENT, THING) will generally imply that AGENT has a positive interest in the preservation or flourishing of THING, and that AGENT will be adversely affected if THING is not preserved, or does not flourish. If THING is an instance of Event, then positiveVestedInterest(AGENT, THING) will generally imply that AGENT stands to benefit from the outcome of THING." endNonFunctionalProperties relation cyc#represents ( ofType cyc#IntelligentAgent, ofType cyc#IntelligentAgent) subRelationOf cyc#positiveVestedInterest nonFunctionalProperties dc#description hasValue "represents(REPRESENTATIVE, AGENT) means that REPRESENTATIVE represents the interests of AGENT." endNonFunctionalProperties relation cyc#subOrganizations ( ofType cyc#Organization, ofType cyc#Organization) subRelationOf cyc#positiveVestedInterest // subRelationOf {cyc#hasAgents, cyc#affiliatedWith, cyc#compositeParts, cyc#subGroups} nonFunctionalProperties dc#description hasValue "The predicate subOrganizations relates a particular organization to one of its sub-organizations -- i.e., a smaller organization which is part of it or which it somehow subsumes. subOrganizations(ORG, SUBORG) holds both when SUBORG is only one organizational level down from ORG and when it is several levels down the hierarchy." endNonFunctionalProperties relation cyc#controllingSuborganizations ( ofType cyc#Organization, ofType cyc#Organization) subRelationOf cyc#subOrganizations nonFunctionalProperties dc#description hasValue "controllingSuborganizations(ORG, SUBORG) means that SUBORG is a subOrganizations of ORG which has controlling power over ORG. An organization may have a hierarchy of controlling suborganizations, e.g. a corporate office and a board of directors." endNonFunctionalProperties relation cyc#informationTerminal ( ofType cyc#InformationTransferEvent, ofType cyc#TemporalThing ) // subRelationOf cyc# relation cyc#senderOfInfo ( ofType cyc#InformationTransferEvent, ofType _"http://sw.cyc.com/2006/07/27/cyc/Agent-Generic" ) subRelationOf {cyc#informationTerminal, cyc#directingAgent} nonFunctionalProperties dc#description hasValue "senderOfInfo(TRANSFER, SENDER) means that SENDER is an agent who intentionally transfers information in the InformationTransferEvent TRANSFER." endNonFunctionalProperties relation cyc#recipientOfInfo ( ofType cyc#InformationTransferEvent, ofType _"http://sw.cyc.com/2006/07/27/cyc/Agent-Generic" ) subRelationOf cyc#informationTerminal nonFunctionalProperties dc#description hasValue "recipientOfInfo (TRANSFER, RECIPIENT) means that RECIPIENT is an agent who receives information in the InformationTransferEvent TRANSFER." endNonFunctionalProperties relation cyc#target ( ofType cyc#GeneralizedTransfer, ofType cyc#SomethingExisting) subRelationOf cyc#actors nonFunctionalProperties dc#description hasValue "target(TRANSFER, TARGET) means that an agent playing either the performedBy or directingAgent role in the GeneralizedTransfer TRANSFER intends that some tangible thing playing the transferredThing role in TRANSFER be at TARGET upon the completion of TRANSFER." endNonFunctionalProperties relation cyc#communicationTarget ( ofType cyc#Communicating, ofType cyc#SocialBeing) subRelationOf cyc#target relation cyc#identificationStrings ( ofType cyc#Individual, ofType _string) // inverseSubrelationOf cyc#signifies nonFunctionalProperties dc#description hasValue "identificationStrings(THING, STRING) means that STRING is used somehow to identify THING. It has many specializations suchAs taxIDNumber and serialNumber. STRING may be a unique identifier for THING or it may be possible that more than one thing is identified by STRING." endNonFunctionalProperties /* ================================================================================== // DE_3285 Instruction receiving party ================================================================================== */ concept: FinancialInstitution subConceptof cyc#FinancialOrganization nonFunctionalProperties dc#description hasValue "A financial institution such as a bank, credit union, or savings and loan association, which manages savings, checking, and often credit card accounts for individuals and/or corporations.". endNonFunctionalProperties relation cyc#beneficiary( ofType cyc#Event, ofType cyc#SocialBeing ) subRelationOf cyc#affectedAgent // "4" Beneficiary (DE_3285) relation receivingBank( ofType cyc#MoneyTransfer, ofType cyc#FinancialInstitution) subRelationOf {cyc#toPossessor, financialInstitutionFor} // "12" Receiving bank (DE_3285) relation cyc#borrower( ofType cyc#BorrowingSomething, ofType cyc#SocialBeing) subRelationOf cyc#toPossessor // "15" Debtor (old code: YW8) (DE_3285) relation cyc#creditor ( ofType cyc#BorrowingSomething, ofType cyc#SocialBeing) subRelationOf cyc#affectedAgent // "15" Creditor (SWIFT Code) (DE_3285) relation payee ( ofType cyc#MoneyTransfer, ofType cyc#SocialBeing) subRelationOf cyc#toPossessor // "YC6" Payee (SWIFT Code) (DE_3285) relation cyc#buyer ( ofType cyc#MonetaryExchangeOfUserRights, ofType cyc#SocialBeing) subRelationOf cyc#toPossessor // "4" Buyer (DE_3301) relation contactParty1( ofType cyc#Event, ofType cyc#SocialBeing) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "contactParty1 (COMMERCE, PARTY) means that PARTY is the first party who should be contacted." endNonFunctionalProperties // "5" Contact party 1 (DE_3285) relation creditorsBank( ofType cyc#MoneyTransfer, ofType cyc#FinancialInstitution) subRelationOf financialInstitutionFor // "CRB" Creditor's bank (SWIFT Code) (DE_3285, DE_3301) relation orderedBank( ofType cyc#Event, ofType cyc#FinancialInstitution) subRelationOf financialInstitutionFor // "YC5" Ordered bank (SWIFT Code) (DE_3285) // "YC7" Ordered bank (SWIFT Code) (DE_3301) /* ================================================================================== // DE_3301 Enacting party ================================================================================== */ relation beneficiarysBank( ofType cyc#MoneyTransaction, ofType cyc#FinancialInstitution) subRelationOf financialInstitutionFor nonFunctionalProperties dc#description hasValue "beneficiarysBank(TRANSACT, BANK) means that BANK is the account servicer for the beneficiary or the payee of the montary transaction, TRANSACT." endNonFunctionalProperties // "1" Beneficiary's bank (DE_3301) relation cyc#seller ( ofType cyc#MonetaryExchangeOfUserRights, ofType cyc#SocialBeing) subRelationOf cyc#toPossessor // "5" Buyer (DE_3301) relation debtorsBank( ofType cyc#BorrowingSomething, ofType cyc#FinancialInstitution) subRelationOf financialInstitutionFor // "8" Debtor's bank (DE_3301) /* ================================================================================== // DE_3035 Party function code qualifier ================================================================================== */ relation billedParty ( ofType cyc#CommercialActivity, ofType cyc#SocialBeing) subRelationOf cyc#performedBy // cyc#performedBy-Partially nonFunctionalProperties dc#description hasValue "billedParty (TRANSACTION, PARTY) means that the legal person, AGENT, is billed for the financial transaction, TRANSACTION." endNonFunctionalProperties // "AA" Party to be billed (AAR Accounting rule 11) relation cyc#buyingAgent ( ofType cyc#Buying, ofType cyc#SocialBeing) subRelationOf cyc#performedBy // cyc#performedBy-Partially nonFunctionalProperties dc#description hasValue "buyingAgent(PURCHASE, AGENT) means that AGENT is a third party who arranged the purchase of merchandise on behalf of the actual buyer." endNonFunctionalProperties // "AB" Buyer's agent/representative relation partyForIntraDistributorMovement ( ofType cyc#Shipping, ofType cyc#SocialBeing) subRelationOf cyc#actors // inverseSubrelationOf cyc#positiveVestedInterest nonFunctionalProperties dc#description hasValue "partyForIntraDistributorMovement (SHIPPING, PARTY) means that PARTY is involved with moving goods for a shipment within a distributor." endNonFunctionalProperties // "AD" Intra-distributor movement (EDIFICE code) relation legalRepresentativeTo ( ofType cyc#LegalAgent, ofType cyc#LegalAgent) subRelationOf cyc#represents nonFunctionalProperties dc#description hasValue "legalRepresentativeTo(REPRESENTATIVE, AGENT) means that REPRESENTATIVE is a natural or legal person who makes a declaration to an official body on behalf of AGENT, another natural or legal person, where legally permitted." endNonFunctionalProperties // "AE" Declarant's agent relation acknowledgementRecipient ( ofType _"http://sw.cyc.com/2006/07/27/cyc/Acknowledging-CommunicationAct", ofType cyc#SocialBeing) subRelationOf cyc#communicationTarget nonFunctionalProperties dc#description hasValue "acknowledgementRecipient(ACK, RECIPIENT) means that RECIPIENT is the (intended) recipient of the acknowledgement, ACK." endNonFunctionalProperties // "AK" Acknowledgement recipient relation acceptingParty ( ofType cyc#TemporalThing, ofType cyc#SocialBeing) subRelationOf cyc#performedBy // cyc#performedBy-Partially nonFunctionalProperties dc#description hasValue "acceptingParty( ACCEPTED, ACCEPTOR) means that ACCEPTOR is the party accepting goods, products, services, etc., ACCEPTED." endNonFunctionalProperties // "AP" Accepting party relation accountServicingFinancialInstitution ( ofType cyc#CommercialActivity, ofType cyc#FinancialOrganization) nonFunctionalProperties dc#description hasValue "accountServicingFinancialInstitution( TRANSACT, BANK) means that BANK is the financial institution servicing the account(s) for the business transaction, TRANSACT." endNonFunctionalProperties // "AS" Account servicing financial institution relation paymentBeneficiary ( ofType cyc#MoneyTransaction, ofType cyc#SocialBeing) subRelationOf cyc#beneficiary nonFunctionalProperties dc#description hasValue "paymentBeneficiary(PAYING, AGENT) means that AGENT is the ultimate recipient of the funds. Normally the account owner who is reimbursed by the payor." endNonFunctionalProperties // "BE" Beneficiary // relation beneficiarysBank ( ofType cyc#MoneyTransaction, ofType cyc#FinancialOrganization) // "BF" Beneficiary's bank // Note that this is not limited to a bank, just to an "account servicer". relation financialInstitutionFor ( ofType cyc#MoneyTransaction, ofType cyc#FinancialOrganization) subRelationOf _"http://sw.cyc.com/2006/07/27/cyc/bank-Role" nonFunctionalProperties dc#description hasValue "financialInstitutionFor(TRANSACT, BANK) means that BANK is a financial institution for the beneficiary or the payee of the montary transaction, TRANSACT." endNonFunctionalProperties // "BK" Financial institution relation salesBrokerOrOffice ( ofType cyc#Buying, ofType cyc#SocialBeing) subRelationOf cyc#performedBy // cyc#performedBy-Partially nonFunctionalProperties dc#description hasValue "salesBrokerOrOffice(PURCHASE, AGENT) means that AGENT is a third party acting in the name of the seller as broker or as sales office." endNonFunctionalProperties // "BO" Broker or sales office relation chequeDrawnBank ( ofType cyc#MoneyTransaction, ofType cyc#FinancialOrganization) subRelationOf performedBy nonFunctionalProperties dc#description hasValue "chequeDrawnBank (TRANSACT, BANK) means that BANK is the financial institution on which the cheque should be drawn for the financial transaction, TRANSACT, as instructed by the ordering customer." endNonFunctionalProperties // "BQ" Cheque drawn bank relation billAndShipTo ( ofType cyc#CommercialActivity , ofType cyc#SocialBeing) subRelationOf financialInstitutionFor nonFunctionalProperties dc#description hasValue "billAndShipTo(TRANSACT, PARTY) means that PARTY receives the goods and relevant invoice in the transaction, TRANSACT." endNonFunctionalProperties // "BS" Bill and ship to /* relation cyc#buyer ( ofType cyc#Buying, ofType cyc#SocialBeing) subRelationOf cyc#performedBy nonFunctionalProperties dc#description hasValue "buyer(EXCHANGE, BUYER) means that BUYER purchases goods or services or access rights for sale in EXCHANGE. BUYER might make the purchase either directly or through an agent." endNonFunctionalProperties // "BY" Buyer (DE_3035, DE_7495) */ relation es#carrierOfGoods ( ofType cyc#Shipping, ofType cyc#SocialBeing) // subRelationOf cyc#performedBy // nonFunctionalProperties // dc#description hasValue "Party undertaking or arranging transport of goods between named points." // endNonFunctionalProperties // "CA" Carrier relation carriersAgent ( ofType cyc#Shipping, ofType cyc#SocialBeing) subRelationOf cyc#actors // inverseSubrelationOf cyc#positiveVestedInterest nonFunctionalProperties dc#description hasValue "Party authorized to act for or on behalf of carrier with regard to a shipment." endNonFunctionalProperties // "CG" Carrier's agent relation emptyEquipmentDespatchParty ( ofType cyc#Shipping, ofType cyc#SocialBeing) subRelationOf cyc#performedBy nonFunctionalProperties dc#description hasValue "Party from whose premises empty equipment will be or has been despatched." endNonFunctionalProperties // "CK" Empty equipment despatch party relation cyc#competitors ( ofType cyc#SocialBeing, ofType cyc#SocialBeing) subRelationOf cyc#performedBy nonFunctionalProperties dc#description hasValue "competitors( PARTY1, PARTY2) means that ." endNonFunctionalProperties // "CMP" Competitor (EDIFICE code) relation consignee ( ofType cyc#Shipping, ofType cyc#SocialBeing) subRelationOf cyc#actors nonFunctionalProperties dc#description hasValue "Party to which goods are consigned" endNonFunctionalProperties // "CN" Consignee relation corporateOffice ( ofType cyc#LegalCorporation, ofType cyc#Department) subRelationOf cyc#controllingSuborganizations nonFunctionalProperties dc#description hasValue "corporateOffice(COMPANY, OFFICE) means that OFFICE is the Head Office within a company." endNonFunctionalProperties // "CO" Corporate office (DE_3035, DE_7495) relation checkTo ( ofType cyc#MoneyTransfer, ofType cyc#LegalAgent) subRelationOf cyc#payee nonFunctionalProperties dc#description hasValue "checkTo(PAYING, PAYEE) means that PAYEE is the party to which the cheque will be ordered, when different from the beneficiary." endNonFunctionalProperties // "CQ" Cheque order relation emptyEquipmentReturnParty ( ofType cyc#Shipping, ofType cyc#SocialBeing) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "emptyEquipmentReturnParty (SHIPMENT, PARTY) means that PARTY is the party to whose premises empty equipment from a shipment will be or has been returned." endNonFunctionalProperties // "CR" Empty equipment return party // relation creditorsBank // "CRB" Creditor's bank (SWIFT Code) // relation cyc#creditor // "CRE" Creditor (SWIFT Code) relation consolidator ( ofType cyc#BusinessEvent, ofType cyc#SocialBeing) nonFunctionalProperties dc#description hasValue "consolidator (SHIPMENT, PARTY) means that PARTY is the party consolidating various consignments, payments etc." endNonFunctionalProperties // "CS" Consolidator relation equipmentOwner ( ofType cyc#Shipping, ofType cyc#LegalAgent) nonFunctionalProperties dc#description hasValue "emptyEquipmentReturnParty (SHIPMENT, OWNER) means that OWNER owns equipment (container, etc.) used in a shipment." endNonFunctionalProperties // "CW" Equipment owner // see cyc#owns( PARTY, STUFF) relation consignor ( ofType cyc#Shipping, ofType cyc#SocialBeing) subRelationOf {cyc#actors, cyc#fromPossessor} nonFunctionalProperties dc#description hasValue "Party which, by contract with a carrier, consigns or sends goods with the carrier, or has them conveyed by him. Synonym: shipper, sender" endNonFunctionalProperties // "CZ" Consignor // relation debtorsBank // "DBB" Debtor's bank (SWIFT Code) relation factoringCompany ( ofType cyc#BusinessEvent, ofType cyc#LegalCorporation) subRelationOf cyc#actors // inverseSubrelationOf cyc#positiveVestedInterest nonFunctionalProperties dc#description hasValue "Company offering a financial service whereby a firm sells or transfers title to its accounts receivable to the factoring company." endNonFunctionalProperties // "DL" Factor relation deliveryParty ( ofType cyc#Shipping, ofType cyc#SocialBeing) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "deliveryParty (SHIPPING, DP) means that DP is the party to which the goods should be delivered (and not to the buyer)." endNonFunctionalProperties // "DP" Delivery party (DE_3035, DE_7495) relation distributingAgent ( ofType cyc#BusinessEvent, ofType cyc#SocialBeing) subRelationOf cyc#performedBy nonFunctionalProperties dc#description hasValue "distributor (COMMERCE, PARTY) means that PARTY is the party distributing goods, financial payments, or documents." endNonFunctionalProperties // "DS" Distributor relation exporter ( ofType cyc#Shipping, ofType cyc#LegalAgent) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "exporter (SHIPPING, EXPORTER) means that EXPORTER is the party who makes - or on whose behalf a Customs clearing agent or other authorized person makes - an export declaration. This may include a manufacturer, seller or other person. Within a Customs union, consignor may have the same meaning as exporter." endNonFunctionalProperties // "EX" Exporter relation freightOrChargesPayer ( ofType cyc#Shipping, ofType cyc#SocialBeing) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "freightOrChargesPayer (SHIPPING, PAYER) means that PAYER is the party responsible for the payment of freight." endNonFunctionalProperties // "FP" Freight/charges payer relation messageFrom ( ofType cyc#BusinessEvent, ofType cyc#SocialBeing) subRelationOf cyc#senderOfInfo nonFunctionalProperties dc#description hasValue "messageFrom (COMMERCE, SENDER) means that SENDER is the party from whom the message comes." endNonFunctionalProperties // "FR" Message from relation freightForwarder ( ofType cyc#Shipping, ofType cyc#SocialBeing) subRelationOf cyc#performedBy nonFunctionalProperties dc#description hasValue "freightForwarder (SHIPPING, PAYER) means that PAYER is the party arranging forwarding of goods." endNonFunctionalProperties // "FW" Freight forwarder concept SociallyInsuredPerson subConceptOf cyc#Person nonFunctionalProperties dc#description hasValue "A person who is registered in a social security scheme." endNonFunctionalProperties // "GL" Socially insured person relation goodsOwner( ofType cyc#PartiallyTangible, ofType cyc#LegalAgent) // inverseSubrelationOf cyc#owns nonFunctionalProperties dc#description hasValue "goodsOwner (GOODS, OWNER) means that OWNER is the is the owner of the physical GOODS." endNonFunctionalProperties // "GO" Goods owner relation centralCatalogueParty( ofType cyc#BusinessEvent, ofType cyc#SocialBeing) // subRelationOf cyc# nonFunctionalProperties dc#description hasValue "centralCatalogueParty (COMMERCE, PARTY) means that PARTY controls a central catalogue used in the business event, COMMERCE." endNonFunctionalProperties // "GX" Central catalogue party relation inventoryReportingParty( ofType cyc#BusinessEvent, ofType cyc#SocialBeing) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "centralCatalogueParty (COMMERCE, PARTY) means that PARTY reports inventory information relating to the business event, COMMERCE." endNonFunctionalProperties // "GY" Inventory reporting party relation finalMessageRecipient ( ofType cyc#BusinessEvent, ofType cyc#SocialBeing) subRelationOf messageRecipient nonFunctionalProperties dc#description hasValue "finalMessageRecipient (COMMERCE, RECIPIENT) means that RECIPIENT is the final recipient of the message." endNonFunctionalProperties // "HP" Final message recipient relation cyc#accountHolder ( ofType cyc#Account, ofType cyc#LegalAgent) // inverseSubrelationOf cyc#owns nonFunctionalProperties dc#description hasValue "accountHolder (ACCT, AGENT) means that the account ACCT is held by the individual or organization AGENT; thus, money (or some other valuable such as vacation leave) is owed to or from AGENT in the amount shown in the account (see accountBalance), and can be added to or drawn upon." endNonFunctionalProperties // "HQ" Owner of account (SWIFT Code) // cyc#borrower // "HX" Debtor (SWIFT Code) relation intermediaryBank1 ( ofType cyc#BusinessEvent, ofType cyc#FinancialInstitution) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "intermediaryBank1 (COMMERCE, BANK) means that BANK is the first financial institution between the ordered bank and the beneficiary's bank." endNonFunctionalProperties // "I1" Intermediary bank 1 relation intermediaryBank2 ( ofType cyc#BusinessEvent, ofType cyc#FinancialInstitution) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "intermediaryBank2 (COMMERCE, BANK) means that BANK is the second financial institution between the ordered bank and the beneficiary's bank." endNonFunctionalProperties // "I2" Intermediary bank 2 relation issuerOfInvoice ( ofType cyc#Buying, ofType cyc#SocialBeing) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "issuerOfInvoice (COMMERCE, ISSUER) means that ISSUER is the party issuing an invoice for a given business event, COMMERCE." endNonFunctionalProperties // "II" Issuer of invoice relation intermediateCustomer ( ofType cyc#Buying, ofType cyc#SocialBeing) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "intermediateCustomer (COMMERCE, CUST) means that CUST is the an intermediate customer for given commercial activity, COMMERCE." endNonFunctionalProperties // "IK" Intermediate customer (EDIFICE code) relation partyInformationParty ( ofType cyc#BusinessEvent, ofType cyc#SocialBeing) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "partyInformationParty (COMMERCE, PARTY) means that PARTY is the party in a company who is responsible for the party information. The PARTIN message may be requested from or sent by this party." endNonFunctionalProperties // "IPA" Party information party (EAN Code) relation articleInformationParty ( ofType cyc#BusinessEvent, ofType cyc#SocialBeing) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "articleInformationParty (COMMERCE, PARTY) means that PARTY is the party in a company who is responsible for the pricing or other article information. The PRICAT or PRODAT messages may be requested from or sent by this party." endNonFunctionalProperties // "IPD" Article information party (EAN Code) relation priceInformationParty ( ofType cyc#BusinessEvent, ofType cyc#SocialBeing) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "partyInformationParty (COMMERCE, PARTY) means that PARTY is the party in a company who is responsible for the price information. The PRICAT message may be requested from or sent by this party." endNonFunctionalProperties // "IPR" Price information party (EAN Code) relation invoiceRecipientParty ( ofType cyc#CommercialActivity, ofType cyc#SocialBeing) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "invoiceRecipientParty (COMMERCE, RECIP) means that RECIP is the party to whom the invoice is sent and who processes the invoice on behalf of the invoicee. Note, the invoicee is legally responsible for the invoice and can be different to the processing party." endNonFunctionalProperties // "ITO" Invoice recipient party (EAN Code) relation invoicee ( ofType cyc#CommercialActivity, ofType cyc#LegalAgent) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "invoicee (Buying, INVOICEE) means that INVOICEE is the party to whom the invoice is issued." endNonFunctionalProperties // "IV" Invoicee relation goodsCollectionParty ( ofType cyc#Shipping, ofType cyc#SocialBeing) subRelationOf cyc#toPossessor nonFunctionalProperties dc#description hasValue "goodsCollectionParty (COMMERCE, PARTY) means that PARTY is the party that will collect or has collected the goods." endNonFunctionalProperties // "JB" Goods collection party relation partyDeclaringVAT ( ofType cyc#Buying, ofType cyc#SocialBeing) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "partyDeclaringVAT (COMMERCE, PARTY) means that PARTY is the party who is responsible for declaring the Value Added Tax (VAT) on the sale of goods or services." endNonFunctionalProperties // "LC" Party declaring the Value Added Tax (VAT) relation partyRecoveringVAT ( ofType cyc#Buying, ofType cyc#SocialBeing) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "partyRecoveringVAT (COMMERCE, PARTY) means that PARTY is the party who is eligible to recover the Value Added Tax (VAT) on the sale of goods or services." endNonFunctionalProperties // "LD" Party recovering the Value Added Tax (VAT) relation buyersCorporateOffice ( ofType cyc#Buying, ofType cyc#Organization) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "buyersCorporateOffice (COMMERCE, OFFICE) means that OFFICE is the buyer's corporate office." endNonFunctionalProperties // "LF" Buyer's corporate office relation suppliersCorporateOffice ( ofType cyc#CommercialActivity, ofType cyc#Organization) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "suppliersCorporateOffice (COMMERCE, OFFICE) means that OFFICE is the supplier's corporate office." endNonFunctionalProperties // "LG" Supplier's corporate office relation clra#logisticServiceProvider ( ofType cyc#BusinessEvent, ofType cyc#LegalAgent) subRelationOf cyc#performedBy nonFunctionalProperties dc#description hasValue "logisticServiceProvider (COMMERCE, PARTY) means that PARTY is a party providing logistic services for another party (e.g re-packing suppliers products) on products which may lead to added value for the product." endNonFunctionalProperties // "LSP" Logistic Service Provider (EAN Code) relation ultimateRecipient ( ofType cyc#Shipping, ofType cyc#SocialBeing) subRelationOf {cyc#toPossessor, cyc#target} nonFunctionalProperties dc#description hasValue "ultimateRecipient (SHIPPING, PARTY) means that PARTY is a party for whom the shipment (item) is ultimately intended." endNonFunctionalProperties // "MA" Party for whom item is ultimately intended relation manufacturerOfGoods ( ofType cyc#CommercialActivity, ofType cyc#SocialBeing) subRelationOf cyc#affectedAgent // inverseSubRelationOf cyc#positiveVestedInterest nonFunctionalProperties dc#description hasValue "manufacturerOfGoods (COMMERCE, PARTY) means that PARTY is a party who manufactures the goods." endNonFunctionalProperties // "MF" Manufacturer of goods // see cyc#madeBy relation messageRecipient( ofType cyc#BusinessEvent, ofType cyc#SocialBeing) subRelationOf cyc#recipientOfInfo nonFunctionalProperties dc#description hasValue "messageRecipient (COMMERCE, RECIPIENT) means that RECIPIENT is a party to receive a message or messages." endNonFunctionalProperties // "MR" Message recipient relation documentIssuerOrSender( ofType cyc#Communicating, ofType cyc#SocialBeing) subRelationOf cyc#senderOfInfo nonFunctionalProperties dc#description hasValue "documentIssuerOrSender (COMMUNICATION, MAKER) means that MAKER is the issuer of a document and/or sender of a message." endNonFunctionalProperties // "MS" Document/message issuer/sender relation notificationParty ( ofType cyc#CommercialActivity, ofType cyc#SocialBeing) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "notificationParty (COMMERCE, PARTY) means that PARTY is to be notified of arrival of goods." endNonFunctionalProperties // "NI" Notify party relation defaultPartyResponsible ( ofType cyc#CommercialActivity, ofType cyc#SocialBeing) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "defaultPartyResponsible (COMMERCE, PARTY) means that PARTY is capable of carrying out all or most functions within the party. PARTY is either a member or suborganization of the seller, shipper, or buyer. If the party it is part of is responsible for some activity, PARTY will carry out that function unless otherwise stated." endNonFunctionalProperties // "NFP" No function priority allocated (EAN Code) relation orderedBy ( ofType cyc#CommercialActivity, ofType cyc#SocialBeing) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "orderedBy (COMMERCE, PARTY) means that PARTY issued an order for goods or services." endNonFunctionalProperties // "OB" Ordered by // relation orderedBank // "OR" Ordered bank relation financialInstructionOrderer ( ofType cyc#CommercialActivity, ofType cyc#SocialBeing) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "orderingCustomer (COMMERCE, PARTY) means that PARTY is the originator of a financial instruction." endNonFunctionalProperties // "OY" Ordering customer // relation contactParty1 // "P1" Contact party 1 relation contactParty2( ofType cyc#Event, ofType cyc#SocialBeing) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "contactParty2 (COMMERCE, PARTY) means that PARTY is the second party who should be contacted." endNonFunctionalProperties // "P2" Contact party 2 relation payingBank ( ofType cyc#MoneyTransaction, ofType cyc#FinancialOrganization) subRelationOf {cyc#fromPossessor, financialInstitutionFor} nonFunctionalProperties dc#description hasValue "payingBank (PAYING, BANK) means that BANK is the financial institution designated to make payment." endNonFunctionalProperties // "PB" Paying financial institution relation purchasersActualCustomer ( ofType cyc#Buying, ofType cyc#SocialBeing) subRelationOf cyc#toPossessor nonFunctionalProperties dc#description hasValue "purchasersActualCustomer (PURCHASE, CUST) means that CUST is the customer of the purchaser for purchased goods, PURCHASE." endNonFunctionalProperties // "PC" Actual purchaser's customer // relation payee // "PE" Payee relation cyc#payer ( ofType cyc#MoneyTransfer, ofType cyc#SocialBeing) subRelationOf {cyc#fromPossessor, cyc#actors} nonFunctionalProperties dc#description hasValue "payer(MONEY-TRANSFER, PAYER) means that MONEY-TRANSFER is an instance of MoneyTransfer in which PAYER is an agent which provides (some of) the money." endNonFunctionalProperties // "PL" Payor // see "PR" Payer // "PR" Payer // see "PL" Payor relation despatchParty ( ofType cyc#Shipping, ofType cyc#SocialBeing) subRelationOf {cyc#fromPossessor, cyc#performedBy} nonFunctionalProperties dc#description hasValue "despatchParty (SHIPPING, PARTY) means that PARTY is a party where goods are collected or taken over by the carrier (i.e. if other than consignor)." endNonFunctionalProperties // "PW" Despatch party relation quotationParty ( ofType cyc#BusinessEvent, ofType cyc#SocialBeing) subRelationOf cyc#affectedAgent // ?? cyc#informationTerminal, cyc#actors nonFunctionalProperties dc#description hasValue "orderingCustomer (COMMERCE, PARTY) means that PARTY is the party sending the requests for quotation and receiving the quotation." endNonFunctionalProperties // "QP" Quotation party relation regulatingAuthorityOrCentralBank ( ofType cyc#CommercialActivity, ofType cyc#Organization) subRelationOf cyc#affectedAgent // ?? cyc#recipientOfInfo nonFunctionalProperties dc#description hasValue "orderingCustomer (COMMERCE, PARTY) means that PARTY is a central bank or regulatory authority which must be informed of certain aspects of a message." endNonFunctionalProperties // "RA" Central bank or regulatory authority // see cyc#influencingAgent & cyc#InfluencingAnAgent => cyc#Supervising // relation receivingBank // "RB" Receiving financial institution relation partyForInterDistributorMovement ( ofType cyc#Shipping, ofType cyc#SocialBeing) subRelationOf cyc#actors // inverseSubrelationOf cyc#positiveVestedInterest nonFunctionalProperties dc#description hasValue "partyForInterDistributorMovement (SHIPPING, PARTY) means that PARTY is involved with moving goods for a shipment between distributors." endNonFunctionalProperties // "RD" Inter-distributor movement (EDIFICE code) relation partyToReceiveCommercialInvoiceRemittance ( ofType cyc#Buying, ofType cyc#SocialBeing) subRelationOf cyc#toPossessor nonFunctionalProperties dc#description hasValue "partyToReceiveCommercialInvoiceRemittance (PURCHASE, PARTY) means that payment for a commercial invoice or bill should be remitted to PARTY." endNonFunctionalProperties // "RE" Party to receive commercial invoice remittance relation chequeRecipient ( ofType cyc#Buying, ofType cyc#SocialBeing) subRelationOf cyc#payee nonFunctionalProperties dc#description hasValue "chequeRecipient (PURCHASE, PARTY) means that PARTY is to receive the actual cheque, when different from the receiver of funds." endNonFunctionalProperties // "RV" Receiver of cheque relation salesPersonNumber ( ofType cyc#Person, ofType _string) subRelationOf cyc#identificationStrings nonFunctionalProperties dc#description hasValue "salesPersonNumber (PERSON, STRING) means that STRING is the ID ``number'' of the specified person. STRING may have non-digit characters and leading zeros, so it is a character string, not an integer." endNonFunctionalProperties // "SA" Sales person number (EAN Code) // relation cyc#seller // "SE" Seller relation shipFrom ( ofType cyc#Shipping, ofType cyc#SocialBeing) subRelationOf {cyc#fromPossessor, cyc#performedBy} nonFunctionalProperties dc#description hasValue "shipFrom (SHIPPING, PARTY) means that PARTY is a party from where goods are shipped." endNonFunctionalProperties // "SF" Ship from relation shipper ( ofType cyc#Shipping, ofType cyc#SocialBeing) subRelationOf {cyc#performedBy, cyc#directingAgent} nonFunctionalProperties dc#description hasValue "shipFrom (SHIPPING, PARTY) means that PARTY is a party from which goods are shipped." endNonFunctionalProperties // "SH" Shipper (EAN Code) relation storeNumber ( ofType cyc#RetailStore, ofType _string) subRelationOf cyc#identificationStrings nonFunctionalProperties dc#description hasValue "storeNumber (STORE, STRING) means that STRING is the ID ``number'' of the specified party keeping a shop or store. STRING may have non-digit characters and leading zeros, so it is a character string, not an integer." endNonFunctionalProperties // "SN" Store number relation suppliersAgent ( ofType cyc#Buying, ofType cyc#SocialBeing) subRelationOf cyc#performedBy // cyc#performedBy-Partially nonFunctionalProperties dc#description hasValue "suppliersAgent (PURCHASE, AGENT) means that AGENT is a third party representing the seller for the purpose of the trade transaction." endNonFunctionalProperties // "SR" Supplier's agent/representative relation socialSecurityPremiumCollector ( ofType cyc#SocialBeing, ofType cyc#SocialBeing) subRelationOf cyc#performedBy // cyc#performedBy-Partially nonFunctionalProperties dc#description hasValue "socialSecurityPremiumCollector (PAYER, OFFICE) means that social securities premiums required to be payed by PAYER (for its employees or itself) are due to be paid to OFFICE." endNonFunctionalProperties // "SS" Social securities collector's office relation shipTo ( ofType cyc#Shipping, ofType cyc#SocialBeing) subRelationOf {cyc#toPossessor, cyc#affectedAgent} nonFunctionalProperties dc#description hasValue "shipTo (SHIPPING, PARTY) means that PARTY is a party to whom goods are shipped." endNonFunctionalProperties // "ST" Ship to relation supplier ( ofType cyc#Shipping, ofType cyc#SocialBeing) subRelationOf {cyc#fromPossessor, cyc#performedBy} nonFunctionalProperties dc#description hasValue "shipTo (SHIPPING, PARTY) means that PARTY is a party which provides service(s) and/or manufactures or otherwise has possession of goods, and consigns or makes them available in trade." endNonFunctionalProperties // "SU" Supplier relation taxCollector ( ofType cyc#TemporallyExistingThing, ofType cyc#SocialBeing) // NOT: subRelationOf cyc#toPossessor nonFunctionalProperties dc#description hasValue "taxCollector (TAXABLE, TAXMAN) means that TAXMAN is a party (often an office) collecting taxes due for the taxable thing, TAXABLE." endNonFunctionalProperties // "TC" Tax collector's office relation testingParty ( ofType cyc#TemporallyExistingThing, ofType cyc#SocialBeing) subRelationOf cyc#performedBy nonFunctionalProperties dc#description hasValue "testingParty (THING, PARTY) means that PARTY is a party authorized to carry out a specified test related to THING." endNonFunctionalProperties // "TPE" Testing party (EAN Code) relation certifiedTestResultRecipient ( ofType cyc#TemporallyExistingThing, ofType cyc#SocialBeing) subRelationOf cyc#affectedAgent // cyc#recipientOfInfo nonFunctionalProperties dc#description hasValue "testingParty (THING, PARTY) means that PARTY is a party to whom the certified test results (related to THING) should be sent." endNonFunctionalProperties // "TS" Party to receive certified test results relation ultimateConsignee ( ofType cyc#Shipping, ofType cyc#SocialBeing) subRelationOf {cyc#toPossessor, cyc#affectedAgent} nonFunctionalProperties dc#description hasValue "ultimateConsignee (SHIPPING, PARTY) means that PARTY has been designated on the invoice or packing list as the final recipient of the stated merchandise." endNonFunctionalProperties // "UC" Ultimate consignee relation warehouseKeeper ( ofType cyc#Shipping, ofType cyc#SocialBeing) subRelationOf {cyc#toPossessor, cyc#affectedAgent} nonFunctionalProperties dc#description hasValue "warehouseKeeper (SHIPPING, PARTY) means that PARTY takes responsibility for goods entered into a warehouse." endNonFunctionalProperties // "WH" Warehouse keeper relation cashRegisterNumber ( ofType cyc#CashRegister, ofType _string) subRelationOf cyc#identificationStrings nonFunctionalProperties dc#description hasValue "cashRegisterNumber (REGISTER, STRING) means that STRING is the ID ``number'' of the specified cash register. STRING may have non-digit characters and leading zeros, so it is a character string, not an integer." endNonFunctionalProperties // "X47" Cash register number (EAN Code) relation corporateParty ( ofType cyc#CommercialActivity, ofType cyc#LegalCorporation) subRelationOf cyc#affectedAgent nonFunctionalProperties dc#description hasValue "corporateParty (COMMERCE, CORP) means that CORP is the corporation to whom all other parties of the same commercial organisation are linked. If any of its subcomponent parties are responsible for some activity, CORP is legally responsible." endNonFunctionalProperties // "X48" Corporate identity (EAN Code) /* ================================================================================== // DE_4043 Trade class ================================================================================== */ concept Contractor_Generic subConceptOf cyc#SocialBeing nonFunctionalProperties dc#description hasValue "A person or group acting as a contractor." endNonFunctionalProperties // "CR" Contractor (EAN Code) // see cyc#contractor cyc#contractee relation cyc#contractor ( ofType cyc#BusinessEvent, ofType cyc#SocialBeing) relation cyc#contractee ( ofType cyc#BusinessEvent, ofType cyc#SocialBeing) concept cyc#ProductDistributionOrganization subConceptOf cyc#Organization nonFunctionalProperties dc#description hasValue "A person or group acting as a contractor." endNonFunctionalProperties // "DI" Distributor concept cyc#ManufacturingOrganization subConceptOf cyc#CommercialOrganization nonFunctionalProperties dc#description hasValue "A person or organization reselling goods." endNonFunctionalProperties // "MF" Manufacturer concept cyc#SellingOrganization subConceptOf cyc#Organization concept cyc#BuyingOrganization subConceptOf cyc#Organization concept cyc#ResaleOrganization subConceptOf {cyc#SellingOrganization, cyc#BuyingOrganization} nonFunctionalProperties dc#description hasValue "A person or organization reselling goods." endNonFunctionalProperties // "RS" Resale concept cyc#Wholesaler subConceptOf cyc#SellingOrganization nonFunctionalProperties dc#description hasValue "A person or organization reselling goods." endNonFunctionalProperties // "WH" Wholesaler concept cyc#MedicalPatient subConceptOf cyc#Person // !! actually, cyc#MedicalPatient accepts non-human animals as patients as well. // see predicate milo#MedicalPatient concept OutOfHospitalPatient subConceptOf cyc#MedicalPatient nonFunctionalProperties dc#description hasValue "A patient treated outside of a hospital." endNonFunctionalProperties // "WT" Out patient concept InHospitalPatient subConceptOf cyc#MedicalPatient nonFunctionalProperties dc#description hasValue "A patient who is medically treated in the hospital." endNonFunctionalProperties // "WU" In patient concept cyc#OutPatient subConceptOf cyc#MedicalPatient nonFunctionalProperties dc#description hasValue "A patient not under the full time care of a hospital but visits a medical facility from time to time for treatment." endNonFunctionalProperties // "WT" Out patient concept cyc#InPatient subConceptOf InHospitalPatient nonFunctionalProperties dc#description hasValue "A patient who is medically treated in the hospital and under its full time care." endNonFunctionalProperties // "WU" In patient /* ================================================================================== // DE_7495 Object type qualifier ================================================================================== */ // relation cyc#buyer // "BY" Buyer // relation corporateOffice // "CO" Corporate office // relation deliveryParty // "DP" Delivery party // relation issuerOfInvoice // "II" Issuer of invoice // relation invoicee // "IV" Invoicee // relation defaultPartyResponsible // "NFP" No function priority allocated (EAN Code) // relation orderedBy // "OB" Ordered by // relation payee // "PE" Payee // relation cyc#payer // "PR" Payer // relation quotationParty // "QP" Quotation party // relation cyc#seller // "SE" Seller // relation shipFrom // "SF" Ship from // relation shipper // "SH" Shipper (EAN Code) // relation shipTo // "ST" Ship to // relation supplier // "SU" Supplier // relation corporateParty // "X48" Corporate identity (EAN Code) /* // Instruction receiving party // DE_3285 http://www.ean.se/EANCOM_2002/ean02s4/experts/part3/dc4x.htm // complete for EANCOM "4" Beneficiary "5" Contact party 1 "12" Receiving bank "15" Debtor (old code: YW8) "CRB" Creditor's bank (SWIFT Code) "CRE" Creditor (SWIFT Code) "YC5" Ordered bank (SWIFT Code) "YC6" Payee (SWIFT Code) // Enacting party -- the party enacting a financial instruction. // DE_3301 http://www.ean.se/EANCOM_2002/ean02s4/experts/part3/dc4y.htm // complete for EANCOM "1" Beneficiary's bank "4" Buyer "5" Seller "8" Debtor's bank (SWIFT Code) "CRB" Creditor's bank (SWIFT Code) "YC7" Ordered bank (SWIFT Code) // Party function code qualifier // DE_3035 http://www.ean.se/EANCOM_2002/ean02s4/experts/part3/dc44.htm "AA" Party to be billed (AAR Accounting rule 11) "AB" Buyer's agent/representative "AD" Intra-distributor movement (EDIFICE code) "AE" Declarant's agent/representative "AK" Acknowledgement recipient "AP" Accepting party "AS" Account servicing financial institution "BE" Beneficiary "BF" Beneficiary's bank "BK" Financial institution "BO" Broker or sales office "BQ" Cheque drawn bank "BS" Bill and ship to "BY" Buyer "CA" Carrier "CG" Carrier's agent "CK" Empty equipment despatch party "CMP" Competitor (EDIFICE code) "CN" Consignee "CO" Corporate office "CQ" Cheque order "CR" Empty equipment return party "CRB" Creditor's bank (SWIFT Code) "CRE" Creditor (SWIFT Code) "CS" Consolidator "CW" Equipment owner "CZ" Consignor "DBB" Debtor's bank (SWIFT Code) "DL" Factor: Company offering a financial service whereby a firm sells or transfers title to its accounts receivable to the factoring company. "DP" Delivery party "DS" Distributor "EX" Exporter "FP" Freight/charges payer "FR" Message from "FW" Freight forwarder "GL" Socially insured person "GO" Goods owner "GX" Central catalogue party "GY" Inventory reporting party "HP" Final message recipient "HQ" Owner of account (SWIFT Code) "HX" Debtor (SWIFT Code) "I1" Intermediary bank 1 "I2" Intermediary bank 2 "II" Issuer of invoice "IK" Intermediate customer (EDIFICE code) "IPA" Party information party (EAN Code) "IPD" Article information party (EAN Code) "IPR" Price information party (EAN Code) "ITO" Invoice recipient party (EAN Code) "IV" Invoicee "JB" Goods collection party "LC" Party declaring the Value Added Tax (VAT) "LD" Party recovering the Value Added Tax (VAT) "LF" Buyer's corporate office "LG" Supplier's corporate office "LSP" Logistic Service Provider (EAN Code) "MA" Party for whom item is ultimately intended "MF" Manufacturer of goods "MR" Message recipient "MS" Document/message issuer/sender "NI" Notify party "OB" Ordered by "OR" Ordered bank "OY" Ordering customer "P1" Contact party 1 "P2" Contact party 2 "PB" Paying financial institution "PC" Actual purchaser's customer "PE" Payee "PL" Payor // see "PR" Payer "PR" Payer // see "PL" Payor "PW" Despatch party "RA" Central bank or regulatory authority "RB" Receiving financial institution "RD" Inter-distributor movement (EDIFICE code) "RE" Party to receive commercial invoice remittance "RV" Receiver of cheque "SA" Sales person number (EAN Code) "SE" Seller "SF" Ship from "SH" Shipper (EAN Code) "SN" Store number "SR" Supplier's agent/representative "SS" Social securities collector's office "ST" Ship to "SU" Supplier "TC" Tax collector's office "TPE" Testing party (EAN Code) "TS" Party to receive certified test results "UC" Ultimate consignee "WH" Warehouse keeper "X47" Cash register number (EAN Code) "X48" Corporate identity (EAN Code) // Trade class // DE_4043 http://www.ean.se/EANCOM_2002/ean02s4/experts/part3/dc5c.htm // complete for EANCOM "CR" Contractor (EAN Code) "DI" Distributor "MF" Manufacturer "RDN" Return the delivery note signed by the goods recipient (EAN Code) "RPD" Return the number of the "proof of delivery" generated by the goods recipient (EAN Code) "RS" Resale "WH" Wholesaler "WT" Out patient "WU" In patient // Object type qualifier // DE_7495 http://www.ean.se/EANCOM_2002/ean02s4/experts/part3/dc9q.htm "BY" Buyer (EAN Code) "CO" Corporate office (EAN Code) "DP" Delivery party (EAN Code) "II" Issuer of invoice (EAN Code) "IV" Invoicee (EAN Code) "NFP" No function priority allocated (EAN Code) "OB" Ordered by (EAN Code) "PE" Payee (EAN Code) "PR" Payer (EAN Code) "QP" Quotation party (EAN Code) "SE" Seller (EAN Code) "SF" Ship from (EAN Code) "SH" Shipper (EAN Code) "ST" Ship to (EAN Code) "SU" Supplier (EAN Code) "X48" Corporate identity (EAN Code) */