global-shipment.ttl 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  1. @prefix gesli: <https://gesli.example/ontology#> .
  2. @prefix owl: <http://www.w3.org/2002/07/owl#> .
  3. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  4. @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  5. gesli:GlobalShipmentOntology a owl:Ontology ;
  6. rdfs:label "格士立全球运输与自主货代运营本体"@zh ;
  7. rdfs:comment "描述全球运输、往来单位、产品服务、平台供应商、市场定价、履约操作、异常与风险。青岛出口仅作为样例场景。"@zh .
  8. gesli:BusinessObject a owl:Class ; rdfs:label "业务对象"@zh .
  9. gesli:Party a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "参与方"@zh .
  10. gesli:BusinessPartner a owl:Class ; rdfs:subClassOf gesli:Party ; rdfs:label "往来单位"@zh .
  11. gesli:Customer a owl:Class ; rdfs:subClassOf gesli:BusinessPartner ; rdfs:label "客户"@zh .
  12. gesli:PeerForwarderCustomer a owl:Class ; rdfs:subClassOf gesli:Customer ; rdfs:label "同行客户"@zh .
  13. gesli:OverseasAgentCustomer a owl:Class ; rdfs:subClassOf gesli:Customer ; rdfs:label "海外代理客户"@zh .
  14. gesli:Supplier a owl:Class ; rdfs:subClassOf gesli:BusinessPartner ; rdfs:label "平台供应商"@zh .
  15. gesli:CommercialPlatformSupplier a owl:Class ; rdfs:subClassOf gesli:Supplier ; rdfs:label "商务型平台供应商"@zh .
  16. gesli:PublicAgencyPlatformSupplier a owl:Class ; rdfs:subClassOf gesli:Supplier ; rdfs:label "公务机构型平台供应商"@zh .
  17. gesli:SupplierLocalUnit a owl:Class ; rdfs:subClassOf gesli:Supplier ; rdfs:label "平台供应商本地签约/服务单元"@zh .
  18. gesli:Carrier a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "船公司/承运人供应商"@zh .
  19. gesli:ShippingAgencyCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "船代公司"@zh .
  20. gesli:AirlineCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "航空公司"@zh .
  21. gesli:AirCargoAgent a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "航空代理"@zh .
  22. gesli:FreightForwarderSupplier a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "货代公司"@zh .
  23. gesli:RailAgent a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "铁路代理"@zh .
  24. gesli:RailwayAuthoritySupplier a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "铁路当局"@zh .
  25. gesli:TruckingCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "拖车公司"@zh .
  26. gesli:CustomsBroker a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "报关公司"@zh .
  27. gesli:WarehouseCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "仓储公司"@zh .
  28. gesli:EquipmentLeasingCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "设备租赁公司"@zh .
  29. gesli:TerminalStationCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "场站公司"@zh .
  30. gesli:StevedoringCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "装卸公司"@zh .
  31. gesli:LaborServiceCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "劳务公司"@zh .
  32. gesli:InsuranceCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "保险公司"@zh .
  33. gesli:TallyCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "理货公司"@zh .
  34. gesli:InspectionBrokerCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "报检公司"@zh .
  35. gesli:EscortCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "押运公司"@zh .
  36. gesli:CustomsAuthority a owl:Class ; rdfs:subClassOf gesli:PublicAgencyPlatformSupplier ; rdfs:label "海关"@zh .
  37. gesli:CommodityInspectionAuthority a owl:Class ; rdfs:subClassOf gesli:PublicAgencyPlatformSupplier ; rdfs:label "商检"@zh .
  38. gesli:MaritimeSafetyAuthority a owl:Class ; rdfs:subClassOf gesli:PublicAgencyPlatformSupplier ; rdfs:label "海事"@zh .
  39. gesli:BorderInspectionAuthority a owl:Class ; rdfs:subClassOf gesli:PublicAgencyPlatformSupplier ; rdfs:label "边检"@zh .
  40. gesli:TaxAuthority a owl:Class ; rdfs:subClassOf gesli:PublicAgencyPlatformSupplier ; rdfs:label "税务"@zh .
  41. gesli:MarketRegulationAuthority a owl:Class ; rdfs:subClassOf gesli:PublicAgencyPlatformSupplier ; rdfs:label "工商/市场监管"@zh .
  42. gesli:Employee a owl:Class ; rdfs:subClassOf gesli:Party ; rdfs:label "员工"@zh .
  43. gesli:TradingCounterparty a owl:Class ; rdfs:subClassOf gesli:Party ; rdfs:label "交易对象"@zh .
  44. gesli:CustomerCounterparty a owl:Class ; rdfs:subClassOf gesli:TradingCounterparty ; rdfs:label "客户的客户"@zh .
  45. gesli:SupplierCounterparty a owl:Class ; rdfs:subClassOf gesli:TradingCounterparty ; rdfs:label "客户的供应商"@zh .
  46. gesli:BusinessPartnerBasicInfo a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "往来单位基本信息"@zh .
  47. gesli:BusinessPartnerContact a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "往来单位联系人"@zh .
  48. gesli:CustomerProfile a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "客户画像"@zh .
  49. gesli:CustomerBasicInfo a owl:Class ; rdfs:subClassOf gesli:BusinessPartnerBasicInfo, gesli:CustomerProfile ; rdfs:label "客户基本信息(兼容旧类)"@zh .
  50. gesli:CustomerContact a owl:Class ; rdfs:subClassOf gesli:BusinessPartnerContact, gesli:CustomerProfile ; rdfs:label "客户联系人(兼容旧类)"@zh .
  51. gesli:CustomerTradeProfile a owl:Class ; rdfs:subClassOf gesli:CustomerProfile ; rdfs:label "客户贸易画像"@zh .
  52. gesli:CustomerCreditProfile a owl:Class ; rdfs:subClassOf gesli:CustomerProfile ; rdfs:label "客户信用画像"@zh .
  53. gesli:CustomerServiceProfile a owl:Class ; rdfs:subClassOf gesli:CustomerProfile ; rdfs:label "客户服务画像"@zh .
  54. gesli:CustomerTransactionRecord a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "客户询价/交易记录"@zh .
  55. gesli:PlatformSupplierProfile a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "平台供应商画像"@zh .
  56. gesli:PlatformSupplierBasicInfo a owl:Class ; rdfs:subClassOf gesli:BusinessPartnerBasicInfo, gesli:PlatformSupplierProfile ; rdfs:label "平台供应商基本信息(兼容旧类)"@zh .
  57. gesli:PlatformSupplierContact a owl:Class ; rdfs:subClassOf gesli:BusinessPartnerContact, gesli:PlatformSupplierProfile ; rdfs:label "平台供应商联系人(兼容旧类)"@zh .
  58. gesli:SupplierConcentrationProfile a owl:Class ; rdfs:subClassOf gesli:PlatformSupplierProfile ; rdfs:label "供应商航线产品服务集中度画像"@zh .
  59. gesli:SupplierServiceCapabilityProfile a owl:Class ; rdfs:subClassOf gesli:PlatformSupplierProfile ; rdfs:label "供应商总航线产品服务画像"@zh .
  60. gesli:SupplierPunctualityProfile a owl:Class ; rdfs:subClassOf gesli:PlatformSupplierProfile ; rdfs:label "供应商准点与变更画像(兼容旧类)"@zh ; owl:deprecated true .
  61. gesli:SupplierSettlementProfile a owl:Class ; rdfs:subClassOf gesli:PlatformSupplierProfile ; rdfs:label "平台供应商结算与信用画像"@zh .
  62. gesli:ServiceBrand a owl:Class ;
  63. rdfs:subClassOf gesli:BusinessObject ;
  64. rdfs:label "产品/服务品牌"@zh ;
  65. rdfs:comment "市场识别的运输或服务名称,例如马士基、中远海运;它本身不是格士立的采购供应商。"@zh .
  66. gesli:ServiceProduct a owl:Class ;
  67. rdfs:subClassOf gesli:BusinessObject ;
  68. rdfs:label "具体产品/服务"@zh ;
  69. rdfs:comment "由品牌、运输方式、路由、服务形态和适用范围共同定义,可由多个平台供应商销售。"@zh .
  70. gesli:ProductPerformanceProfile a owl:Class ;
  71. rdfs:subClassOf gesli:BusinessObject ;
  72. rdfs:label "产品履约表现画像"@zh ;
  73. rdfs:comment "记录具体产品的ETD/ATD、ETA/ATA、班期延误、班期更换和路由变动等客观表现。"@zh .
  74. gesli:SupplierServiceProduct a owl:Class ;
  75. rdfs:subClassOf gesli:ServiceProduct ;
  76. rdfs:label "平台供应商产品/服务(兼容旧类)"@zh ;
  77. owl:deprecated true .
  78. gesli:OceanFreightProduct a owl:Class ; rdfs:subClassOf gesli:ServiceProduct ; rdfs:label "海运产品"@zh .
  79. gesli:AirFreightProduct a owl:Class ; rdfs:subClassOf gesli:ServiceProduct ; rdfs:label "空运产品"@zh .
  80. gesli:RoadFreightProduct a owl:Class ; rdfs:subClassOf gesli:ServiceProduct ; rdfs:label "陆运产品"@zh .
  81. gesli:RailFreightProduct a owl:Class ; rdfs:subClassOf gesli:ServiceProduct ; rdfs:label "铁路产品"@zh .
  82. gesli:PostalProduct a owl:Class ; rdfs:subClassOf gesli:ServiceProduct ; rdfs:label "邮政产品"@zh .
  83. gesli:SmallParcelProduct a owl:Class ; rdfs:subClassOf gesli:ServiceProduct ; rdfs:label "小包产品"@zh .
  84. gesli:BreakBulkOceanProduct a owl:Class ; rdfs:subClassOf gesli:OceanFreightProduct ; rdfs:label "件杂船运输产品"@zh .
  85. gesli:ContainerOceanProduct a owl:Class ; rdfs:subClassOf gesli:OceanFreightProduct ; rdfs:label "集装箱海运产品"@zh .
  86. gesli:RoRoOceanProduct a owl:Class ; rdfs:subClassOf gesli:OceanFreightProduct ; rdfs:label "滚装运输产品"@zh .
  87. gesli:BulkOceanProduct a owl:Class ; rdfs:subClassOf gesli:OceanFreightProduct ; rdfs:label "散货船运输产品"@zh .
  88. gesli:ServiceComponent a owl:Class ; rdfs:subClassOf gesli:ServiceProduct ; rdfs:label "解决方案服务组件"@zh .
  89. gesli:SupplierProductOffering a owl:Class ;
  90. rdfs:subClassOf gesli:BusinessObject ;
  91. rdfs:label "供应商产品关系"@zh ;
  92. rdfs:comment "表示某个平台供应商销售某个具体产品时的代理级别、舱位承诺和服务条件,是产品与供应商之间的多对多关系。"@zh .
  93. gesli:ScheduledServiceInstance a owl:Class ;
  94. rdfs:subClassOf gesli:BusinessObject ;
  95. rdfs:label "班期/运力实例"@zh ;
  96. rdfs:comment "具体日期的船期、航班、车次或其他可履约运力;ETD、ATD、ETA和ATA记录在这里。"@zh .
  97. gesli:SupplierQuote a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "平台供应商报价"@zh .
  98. gesli:SolutionPlan a owl:Class ;
  99. rdfs:subClassOf gesli:BusinessObject ;
  100. rdfs:label "客户运输解决方案"@zh ;
  101. rdfs:comment "由一个或多个产品、供应商产品关系和服务组件组成,可形成经济、均衡、时效等候选方案。"@zh .
  102. gesli:MarketPriceBenchmark a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "市场基准价格"@zh .
  103. gesli:AIMarketStrategy a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "AI市场策略"@zh .
  104. gesli:ProductStrategy a owl:Class ; rdfs:subClassOf gesli:AIMarketStrategy ; rdfs:label "AI市场产品策略"@zh .
  105. gesli:ScalePricingStrategy a owl:Class ; rdfs:subClassOf gesli:ProductStrategy ; rdfs:label "规模价格策略"@zh .
  106. gesli:SupplierDevelopmentStrategy a owl:Class ; rdfs:subClassOf gesli:ProductStrategy ; rdfs:label "供应商养成策略"@zh .
  107. gesli:MarketShareStrategy a owl:Class ; rdfs:subClassOf gesli:ProductStrategy ; rdfs:label "市场占有策略"@zh .
  108. gesli:SupplierShareGovernanceStrategy a owl:Class ;
  109. rdfs:subClassOf gesli:AIMarketStrategy ;
  110. rdfs:label "平台供应商份额治理策略"@zh ;
  111. rdfs:comment "在平台规模化阶段控制供应商集中度,为合格供应商保留合理份额并避免一家独大;可预先保留但不启用。"@zh .
  112. gesli:AIRecommendedPrice a owl:Class ;
  113. rdfs:subClassOf gesli:BusinessObject ;
  114. rdfs:label "AI市场推荐价格"@zh ;
  115. rdfs:comment "AI市场部依据市场基准和产品策略形成的销售推荐价格,不等同于供应商成本。"@zh .
  116. gesli:CustomerPremiumDecision a owl:Class ;
  117. rdfs:subClassOf gesli:BusinessObject ;
  118. rdfs:label "客户溢价/优惠决策"@zh ;
  119. rdfs:comment "依据客户忠诚度、信用、服务要求等客户因素,对AI市场推荐价格作客户级调整。"@zh .
  120. gesli:CustomerQuote a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "客户最终报价"@zh .
  121. gesli:Order a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "订单"@zh .
  122. gesli:Shipment a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "全球运输任务"@zh .
  123. gesli:ShipmentLeg a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "运输分段"@zh .
  124. gesli:ShipmentOrder a owl:Class ; rdfs:subClassOf gesli:Order ; rdfs:label "运输订单"@zh .
  125. gesli:ExportOrder a owl:Class ; rdfs:subClassOf gesli:ShipmentOrder ; rdfs:label "出口订单"@zh .
  126. gesli:ImportOrder a owl:Class ; rdfs:subClassOf gesli:ShipmentOrder ; rdfs:label "进口订单"@zh .
  127. gesli:QingdaoExportOrder a owl:Class ; rdfs:subClassOf gesli:ExportOrder ; rdfs:label "青岛出口订单"@zh .
  128. gesli:Port a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "港口"@zh .
  129. gesli:VesselVoyage a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "船名航次"@zh .
  130. gesli:OperationNode a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "操作节点"@zh .
  131. gesli:OrderAcceptanceNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "接单节点"@zh .
  132. gesli:BookingNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "订舱节点"@zh .
  133. gesli:SpaceReleaseNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "放舱节点"@zh .
  134. gesli:ContainerPickupOrderNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "打提柜单节点"@zh .
  135. gesli:TruckingNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "派车节点"@zh .
  136. gesli:ContainerLoadingNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "装箱节点"@zh .
  137. gesli:CustomsDeclarationNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "报关节点"@zh .
  138. gesli:CustomsReleaseNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "放行节点"@zh .
  139. gesli:TerminalReleaseNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "码放行节点"@zh .
  140. gesli:GateInNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "进港节点"@zh .
  141. gesli:VgmNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "VGM节点"@zh .
  142. gesli:SailingNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "开船节点"@zh .
  143. gesli:BillOfLadingNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "提单确认节点"@zh .
  144. gesli:ReconciliationNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "对账节点"@zh .
  145. gesli:PreAlertNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "PA/Pre Alert/到港预告节点"@zh .
  146. gesli:ExceptionEvent a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "异常事件"@zh .
  147. gesli:CustomsException a owl:Class ; rdfs:subClassOf gesli:ExceptionEvent ; rdfs:label "报关异常"@zh .
  148. gesli:DocumentException a owl:Class ; rdfs:subClassOf gesli:ExceptionEvent ; rdfs:label "单证异常"@zh .
  149. gesli:BookingException a owl:Class ; rdfs:subClassOf gesli:ExceptionEvent ; rdfs:label "订舱异常"@zh .
  150. gesli:TransportException a owl:Class ; rdfs:subClassOf gesli:ExceptionEvent ; rdfs:label "运输异常"@zh .
  151. gesli:PortException a owl:Class ; rdfs:subClassOf gesli:ExceptionEvent ; rdfs:label "港区异常"@zh .
  152. gesli:FinanceException a owl:Class ; rdfs:subClassOf gesli:ExceptionEvent ; rdfs:label "费用异常"@zh .
  153. gesli:MissingDocumentException a owl:Class ; rdfs:subClassOf gesli:DocumentException ; rdfs:label "资料缺失异常"@zh .
  154. gesli:ContainerPickupOrderCutoffException a owl:Class ; rdfs:subClassOf gesli:DocumentException ; rdfs:label "截打提柜单异常"@zh .
  155. gesli:ContainerPickupFailureException a owl:Class ; rdfs:subClassOf gesli:TransportException ; rdfs:label "提不到柜子异常"@zh .
  156. gesli:CustomerCancellationException a owl:Class ; rdfs:subClassOf gesli:ExceptionEvent ; rdfs:label "客户取消异常"@zh .
  157. gesli:CustomsInspectionException a owl:Class ; rdfs:subClassOf gesli:CustomsException ; rdfs:label "海关查验异常"@zh .
  158. gesli:RolledShipmentException a owl:Class ; rdfs:subClassOf gesli:BookingException ; rdfs:label "甩柜异常"@zh .
  159. gesli:ScheduleChangeException a owl:Class ; rdfs:subClassOf gesli:BookingException ; rdfs:label "船期变更异常"@zh .
  160. gesli:FeeOverrunException a owl:Class ; rdfs:subClassOf gesli:FinanceException ; rdfs:label "费用超支异常"@zh .
  161. gesli:BillOfLadingDelayException a owl:Class ; rdfs:subClassOf gesli:DocumentException ; rdfs:label "提单延迟异常"@zh .
  162. gesli:Risk a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "风险"@zh .
  163. gesli:DangerousGoodsRisk a owl:Class ; rdfs:subClassOf gesli:Risk ; rdfs:label "危险品风险"@zh .
  164. gesli:CustomsClearanceRisk a owl:Class ; rdfs:subClassOf gesli:Risk ; rdfs:label "报关放行风险"@zh .
  165. gesli:ShippingRisk a owl:Class ; rdfs:subClassOf gesli:Risk ; rdfs:label "出运风险"@zh .
  166. gesli:ScheduleRisk a owl:Class ; rdfs:subClassOf gesli:Risk ; rdfs:label "船期风险"@zh .
  167. gesli:PortCutoffRisk a owl:Class ; rdfs:subClassOf gesli:Risk ; rdfs:label "截港风险"@zh .
  168. gesli:DocumentRisk a owl:Class ; rdfs:subClassOf gesli:Risk ; rdfs:label "单证风险"@zh .
  169. gesli:ProfitRisk a owl:Class ; rdfs:subClassOf gesli:Risk ; rdfs:label "利润风险"@zh .
  170. gesli:CustomerCommitmentRisk a owl:Class ; rdfs:subClassOf gesli:Risk ; rdfs:label "客户承诺风险"@zh .
  171. gesli:FeeItem a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "费用项目"@zh .
  172. gesli:belongsToCustomer a owl:ObjectProperty ; rdfs:label "属于客户"@zh .
  173. gesli:hasCarrier a owl:ObjectProperty ; rdfs:label "使用船公司(兼容旧关系)"@zh ; owl:deprecated true .
  174. gesli:hasCustomsBroker a owl:ObjectProperty ; rdfs:label "使用报关行"@zh .
  175. gesli:hasTruckingCompany a owl:ObjectProperty ; rdfs:label "使用车队"@zh .
  176. gesli:hasOwner a owl:ObjectProperty ; rdfs:label "责任人"@zh .
  177. gesli:hasProfile a owl:ObjectProperty ; rdfs:label "拥有画像"@zh .
  178. gesli:hasBasicInfo a owl:ObjectProperty ; rdfs:label "拥有往来单位基本信息"@zh .
  179. gesli:hasBusinessPartnerBasicInfo a owl:ObjectProperty ; rdfs:label "拥有往来单位基本信息"@zh .
  180. gesli:hasContact a owl:ObjectProperty ; rdfs:label "拥有往来单位联系人"@zh .
  181. gesli:hasBusinessPartnerContact a owl:ObjectProperty ; rdfs:label "拥有往来单位联系人"@zh .
  182. gesli:hasTradeProfile a owl:ObjectProperty ; rdfs:label "拥有贸易画像"@zh .
  183. gesli:hasCreditProfile a owl:ObjectProperty ; rdfs:label "拥有信用画像"@zh .
  184. gesli:hasServiceProfile a owl:ObjectProperty ; rdfs:label "拥有服务画像"@zh .
  185. gesli:hasTradingCounterparty a owl:ObjectProperty ; rdfs:label "拥有交易对象"@zh .
  186. gesli:hasCustomerCounterparty a owl:ObjectProperty ; rdfs:label "拥有客户方交易对象"@zh .
  187. gesli:hasSupplierCounterparty a owl:ObjectProperty ; rdfs:label "拥有供应商方交易对象"@zh .
  188. gesli:hasTransactionRecord a owl:ObjectProperty ; rdfs:label "拥有询价/交易记录"@zh .
  189. gesli:transactionCustomer a owl:ObjectProperty ; rdfs:label "交易所属客户"@zh .
  190. gesli:transactionCounterparty a owl:ObjectProperty ; rdfs:label "交易对象"@zh .
  191. gesli:hasPlatformSupplierProfile a owl:ObjectProperty ; rdfs:label "拥有平台供应商画像"@zh .
  192. gesli:hasPlatformSupplierBasicInfo a owl:ObjectProperty ; rdfs:label "拥有往来单位基本信息(平台供应商)"@zh .
  193. gesli:hasPlatformSupplierContact a owl:ObjectProperty ; rdfs:label "拥有往来单位联系人(平台供应商)"@zh .
  194. gesli:hasSupplierConcentrationProfile a owl:ObjectProperty ; rdfs:label "拥有供应商集中度画像"@zh .
  195. gesli:hasSupplierServiceCapabilityProfile a owl:ObjectProperty ; rdfs:label "拥有供应商总服务能力画像"@zh .
  196. gesli:hasSupplierPunctualityProfile a owl:ObjectProperty ; rdfs:label "拥有供应商准点与变更画像"@zh .
  197. gesli:hasSupplierSettlementProfile a owl:ObjectProperty ; rdfs:label "拥有平台供应商结算与信用画像"@zh .
  198. gesli:hasServiceBrand a owl:ObjectProperty ; rdfs:label "采用产品/服务品牌"@zh .
  199. gesli:hasProductPerformanceProfile a owl:ObjectProperty ; rdfs:label "拥有产品履约表现画像"@zh .
  200. gesli:authorizedForServiceBrand a owl:ObjectProperty ; rdfs:label "获授权销售产品/服务品牌"@zh .
  201. gesli:hasProductOffering a owl:ObjectProperty ; rdfs:label "拥有供应商产品关系"@zh .
  202. gesli:offeredBySupplier a owl:ObjectProperty ; rdfs:label "由平台供应商销售"@zh .
  203. gesli:offeringProduct a owl:ObjectProperty ; rdfs:label "供应商关系对应产品/服务"@zh .
  204. gesli:hasServiceProduct a owl:ObjectProperty ; rdfs:label "拥有产品/服务(兼容旧关系)"@zh ; owl:deprecated true .
  205. gesli:hasLocalUnit a owl:ObjectProperty ; rdfs:label "拥有本地服务单元"@zh .
  206. gesli:localUnitOf a owl:ObjectProperty ; rdfs:label "隶属于平台供应商主体"@zh .
  207. gesli:productSupplier a owl:ObjectProperty ; rdfs:label "产品所属平台供应商(兼容旧关系)"@zh ; owl:deprecated true .
  208. gesli:hasScheduledService a owl:ObjectProperty ; rdfs:label "拥有班期/运力实例"@zh .
  209. gesli:scheduleOfProduct a owl:ObjectProperty ; rdfs:label "班期对应具体产品/服务"@zh .
  210. gesli:hasSupplierQuote a owl:ObjectProperty ; rdfs:label "拥有平台供应商报价"@zh .
  211. gesli:quotedForOffering a owl:ObjectProperty ; rdfs:label "报价对应供应商产品关系"@zh .
  212. gesli:quoteAppliesToSchedule a owl:ObjectProperty ; rdfs:label "报价适用班期/运力实例"@zh .
  213. gesli:quotedForProduct a owl:ObjectProperty ; rdfs:label "报价对应产品/服务(兼容旧关系)"@zh ; owl:deprecated true .
  214. gesli:quotedBySupplier a owl:ObjectProperty ; rdfs:label "报价平台供应商"@zh .
  215. gesli:usesSupplierQuote a owl:ObjectProperty ; rdfs:label "使用平台供应商报价"@zh .
  216. gesli:selectedServiceProductRef a owl:ObjectProperty ; rdfs:label "选择的产品/服务对象"@zh .
  217. gesli:selectedSolutionRef a owl:ObjectProperty ; rdfs:label "选择的运输解决方案"@zh .
  218. gesli:selectedSupplierOffering a owl:ObjectProperty ; rdfs:label "选择的供应商产品关系"@zh .
  219. gesli:includesServiceProduct a owl:ObjectProperty ; rdfs:label "方案包含产品/服务"@zh .
  220. gesli:includesSupplierOffering a owl:ObjectProperty ; rdfs:label "方案包含供应商产品关系"@zh .
  221. gesli:usesServiceBrand a owl:ObjectProperty ; rdfs:label "使用产品/服务品牌"@zh .
  222. gesli:usesServiceProductRef a owl:ObjectProperty ; rdfs:label "使用具体产品/服务"@zh .
  223. gesli:usesSupplierOffering a owl:ObjectProperty ; rdfs:label "使用供应商产品关系"@zh .
  224. gesli:usesScheduledService a owl:ObjectProperty ; rdfs:label "使用班期/运力实例"@zh .
  225. gesli:hasShipment a owl:ObjectProperty ; rdfs:label "对应全球运输任务"@zh .
  226. gesli:hasShipmentLeg a owl:ObjectProperty ; rdfs:label "包含运输分段"@zh .
  227. gesli:nextLeg a owl:ObjectProperty ; rdfs:label "下一运输分段"@zh .
  228. gesli:previousLeg a owl:ObjectProperty ; rdfs:label "上一运输分段"@zh .
  229. gesli:hasAIRecommendedPrice a owl:ObjectProperty ; rdfs:label "拥有AI市场推荐价格"@zh .
  230. gesli:recommendedForProduct a owl:ObjectProperty ; rdfs:label "推荐价格对应产品/服务"@zh .
  231. gesli:recommendedForSolution a owl:ObjectProperty ; rdfs:label "推荐价格对应解决方案"@zh .
  232. gesli:basedOnMarketBenchmark a owl:ObjectProperty ; rdfs:label "依据市场基准价格"@zh .
  233. gesli:basedOnProductStrategy a owl:ObjectProperty ; rdfs:label "依据AI市场产品策略"@zh .
  234. gesli:premiumForCustomer a owl:ObjectProperty ; rdfs:label "溢价/优惠对应客户"@zh .
  235. gesli:basedOnAIRecommendedPrice a owl:ObjectProperty ; rdfs:label "依据AI市场推荐价格"@zh .
  236. gesli:hasCustomerPremiumDecision a owl:ObjectProperty ; rdfs:label "拥有客户溢价/优惠决策"@zh .
  237. gesli:hasCustomerQuote a owl:ObjectProperty ; rdfs:label "拥有客户最终报价"@zh .
  238. gesli:quoteForCustomer a owl:ObjectProperty ; rdfs:label "报价对应客户"@zh .
  239. gesli:quoteForSolution a owl:ObjectProperty ; rdfs:label "报价对应解决方案"@zh .
  240. gesli:usesRecommendedPrice a owl:ObjectProperty ; rdfs:label "采用AI市场推荐价格"@zh .
  241. gesli:usesPremiumDecision a owl:ObjectProperty ; rdfs:label "采用客户溢价/优惠决策"@zh .
  242. gesli:originPort a owl:ObjectProperty ; rdfs:label "起运港"@zh .
  243. gesli:destinationPort a owl:ObjectProperty ; rdfs:label "目的港"@zh .
  244. gesli:usesVesselVoyage a owl:ObjectProperty ; rdfs:label "使用船名航次"@zh .
  245. gesli:hasCurrentNode a owl:ObjectProperty ; rdfs:label "当前节点"@zh .
  246. gesli:hasException a owl:ObjectProperty ; rdfs:label "发生异常"@zh .
  247. gesli:hasRisk a owl:ObjectProperty ; rdfs:label "存在风险"@zh .
  248. gesli:hasFeeItem a owl:ObjectProperty ; rdfs:label "产生费用"@zh .
  249. gesli:affectsNode a owl:ObjectProperty ; rdfs:label "影响节点"@zh .
  250. gesli:mayCauseRisk a owl:ObjectProperty ; rdfs:label "可能导致风险"@zh .
  251. gesli:nextNode a owl:ObjectProperty ; rdfs:label "下一节点"@zh .
  252. gesli:previousNode a owl:ObjectProperty ; rdfs:label "上一节点"@zh .
  253. gesli:handledByRole a owl:ObjectProperty ; rdfs:label "负责角色"@zh .
  254. gesli:orderNo a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "订单号"@zh .
  255. gesli:status a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "状态"@zh .
  256. gesli:nodeSequence a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "节点顺序"@zh .
  257. gesli:deadlineName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "关键时限名称"@zh .
  258. gesli:plannedTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "计划时间"@zh .
  259. gesli:actualTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "实际完成时间"@zh .
  260. gesli:cutoffTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "截止时间"@zh .
  261. gesli:customsCutoffTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "截关时间"@zh .
  262. gesli:terminalCutoffTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "截港时间"@zh .
  263. gesli:vgmCutoffTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "VGM截止时间"@zh .
  264. gesli:estimatedSailingTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "预计开船时间"@zh .
  265. gesli:isCompleted a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:label "是否完成"@zh .
  266. gesli:isDelayed a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:label "是否超时"@zh .
  267. gesli:estimatedAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "预估金额"@zh .
  268. gesli:actualAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "实际金额"@zh .
  269. gesli:businessPartnerName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "往来单位名称"@zh .
  270. gesli:businessPartnerRole a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "往来单位角色"@zh .
  271. gesli:customerName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "客户名称(兼容旧字段)"@zh .
  272. gesli:country a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "国家"@zh .
  273. gesli:region a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "地区"@zh .
  274. gesli:businessRegistrationNo a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "工商登记号"@zh .
  275. gesli:taxNo a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "税号"@zh .
  276. gesli:contactName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "联系人姓名"@zh .
  277. gesli:contactRole a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "联系人角色"@zh .
  278. gesli:phone a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "电话"@zh .
  279. gesli:socialAccountType a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "社交账号类型"@zh .
  280. gesli:socialAccountNo a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "社交账号号码"@zh .
  281. gesli:quoteWinRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "报价成交率"@zh .
  282. gesli:dealPriceMarketPriceRatio a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "成交价市场价百分比"@zh .
  283. gesli:repeatPurchaseCount a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "复购次数"@zh .
  284. gesli:grossMarginRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "毛利率"@zh .
  285. gesli:grossMarginAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "毛利总额"@zh .
  286. gesli:selectedServiceProduct a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "选择的服务或产品"@zh .
  287. gesli:creditTermDays a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "账期天数"@zh .
  288. gesli:overdueDays a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "逾期天数"@zh .
  289. gesli:tradeTerms a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "交易条款"@zh .
  290. gesli:industry a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "行业"@zh .
  291. gesli:routeName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "航线"@zh .
  292. gesli:shipmentVolume a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "出货量"@zh .
  293. gesli:orderCount a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "订单数"@zh .
  294. gesli:seasonality a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "季节性"@zh .
  295. gesli:notificationRequirement a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "通知要求"@zh .
  296. gesli:documentRequirement a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "单证要求"@zh .
  297. gesli:exceptionResponseRequirement a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "异常响应要求"@zh .
  298. gesli:complaintRecordCount a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "投诉记录数"@zh .
  299. gesli:transactionNo a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "询价/交易记录号"@zh .
  300. gesli:inquiryNo a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "询价号"@zh .
  301. gesli:inquiryDate a owl:DatatypeProperty ; rdfs:range xsd:date ; rdfs:label "询价日期"@zh .
  302. gesli:quoteDate a owl:DatatypeProperty ; rdfs:range xsd:date ; rdfs:label "报价日期"@zh .
  303. gesli:isWon a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:label "是否成交"@zh .
  304. gesli:dealStatus a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "成交状态"@zh .
  305. gesli:quotedAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "报价金额"@zh .
  306. gesli:marketAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "市场参考金额"@zh .
  307. gesli:dealAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "成交金额"@zh .
  308. gesli:currency a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "币种"@zh .
  309. gesli:lossReason a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "未成交原因"@zh .
  310. gesli:supplierNature a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "供应商性质"@zh .
  311. gesli:platformSupplierType a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "平台供应商类型"@zh .
  312. gesli:branchRole a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "本地服务单元角色"@zh .
  313. gesli:serviceCountry a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "服务国家"@zh .
  314. gesli:serviceRegion a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "服务地区"@zh .
  315. gesli:serviceCity a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "服务城市"@zh .
  316. gesli:servicePort a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "服务港口/口岸"@zh .
  317. gesli:serviceScope a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "服务范围"@zh .
  318. gesli:supplierName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "平台供应商名称(兼容旧字段)"@zh .
  319. gesli:supplierRegistrationNo a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "平台供应商工商登记号(兼容旧字段)"@zh .
  320. gesli:supplierTaxNo a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "平台供应商税号(兼容旧字段)"@zh .
  321. gesli:qualificationCertificate a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "资质证书"@zh .
  322. gesli:isActivePartner a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:label "是否有效合作方"@zh .
  323. gesli:routeConcentrationRatio a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "航线集中度"@zh .
  324. gesli:productConcentrationRatio a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "产品集中度"@zh .
  325. gesli:serviceConcentrationRatio a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "服务集中度"@zh .
  326. gesli:primaryRouteName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "主要航线"@zh .
  327. gesli:primaryProductName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "主要产品"@zh .
  328. gesli:primaryServiceForm a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "主要服务形态"@zh .
  329. gesli:totalRouteCount a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "总航线数"@zh .
  330. gesli:totalProductCount a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "总产品数"@zh .
  331. gesli:totalServiceFormCount a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "总服务形态数"@zh .
  332. gesli:coveredTransportModes a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "覆盖运输方式"@zh .
  333. gesli:coveredRoutes a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "覆盖航线"@zh .
  334. gesli:coveredServiceForms a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "覆盖服务形态"@zh .
  335. gesli:etdAtdOnTimeRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "ETD对ATD准时率"@zh .
  336. gesli:etaAtaOnTimeRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "ETA对ATA准时率"@zh .
  337. gesli:scheduleDelayRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "班期延误率"@zh .
  338. gesli:scheduleChangeRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "班期更换率"@zh .
  339. gesli:routeChangeRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "路由变动率"@zh .
  340. gesli:averageDepartureDelayHours a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "平均起运延误小时数"@zh .
  341. gesli:averageArrivalDelayHours a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "平均到达延误小时数"@zh .
  342. gesli:settlementTermDays a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "供应商账期天数"@zh .
  343. gesli:prepaymentRequired a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:label "是否要求预付"@zh .
  344. gesli:feeDisputeCount a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "费用争议次数"@zh .
  345. gesli:productCode a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "产品编码"@zh .
  346. gesli:productName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "产品名称"@zh .
  347. gesli:brandCode a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "产品/服务品牌编码"@zh .
  348. gesli:brandName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "产品/服务品牌名称"@zh .
  349. gesli:offeringCode a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "供应商产品关系编码"@zh .
  350. gesli:offeringChannel a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "供应渠道"@zh .
  351. gesli:agencyLevel a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "代理等级/合作身份"@zh .
  352. gesli:capacityCommitment a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "运力/舱位承诺"@zh .
  353. gesli:bookingSuccessRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "订舱成功率"@zh .
  354. gesli:spaceReleaseSuccessRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "放舱成功率"@zh .
  355. gesli:serviceLevelCommitment a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "供应商服务承诺"@zh .
  356. gesli:scheduleCode a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "班期/运力实例编码"@zh .
  357. gesli:solutionCode a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "解决方案编码"@zh .
  358. gesli:solutionName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "解决方案名称"@zh .
  359. gesli:solutionType a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "解决方案类型"@zh .
  360. gesli:transportMode a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "运输方式"@zh .
  361. gesli:transportSubMode a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "运输细分方式"@zh .
  362. gesli:serviceForm a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "服务形态"@zh .
  363. gesli:routeType a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "直航或中转"@zh .
  364. gesli:transitPortName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "中转港/中转地"@zh .
  365. gesli:originLocation a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "起运地"@zh .
  366. gesli:destinationLocation a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "目的地"@zh .
  367. gesli:documentCutoffTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "截单时间"@zh .
  368. gesli:estimatedDepartureTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "预计起运时间"@zh .
  369. gesli:actualDepartureTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "实际起运时间"@zh .
  370. gesli:estimatedArrivalTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "预计到达时间"@zh .
  371. gesli:actualArrivalTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "实际到达时间"@zh .
  372. gesli:estimatedTransitDays a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "预估运输时间天数"@zh .
  373. gesli:actualTransitDays a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "实际运输时间天数"@zh .
  374. gesli:validFrom a owl:DatatypeProperty ; rdfs:range xsd:date ; rdfs:label "有效开始日期"@zh .
  375. gesli:validTo a owl:DatatypeProperty ; rdfs:range xsd:date ; rdfs:label "有效结束日期"@zh .
  376. gesli:supplierCostAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "平台供应商成本金额"@zh .
  377. gesli:quoteNo a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "报价编号"@zh .
  378. gesli:strategyCode a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "AI市场策略编码"@zh .
  379. gesli:strategyName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "AI市场策略名称"@zh .
  380. gesli:strategyObjective a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "AI市场策略目标"@zh .
  381. gesli:strategyEnabled a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:label "策略是否启用"@zh .
  382. gesli:strategyStatus a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "策略状态"@zh .
  383. gesli:activationCondition a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "策略启用条件"@zh .
  384. gesli:governanceScope a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "份额治理范围"@zh .
  385. gesli:supplierShareFloorRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "供应商份额下限"@zh .
  386. gesli:supplierShareCeilingRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "供应商份额上限"@zh .
  387. gesli:dominantSupplierAlertRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "单一供应商集中度预警线"@zh .
  388. gesli:minimumQualifiedSupplierCount a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "最少合格供应商数量"@zh .
  389. gesli:marketBenchmarkAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "市场基准价格金额"@zh .
  390. gesli:aiRecommendedAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "AI市场推荐价格金额"@zh .
  391. gesli:allowedQuoteLowerAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "允许报价下限"@zh .
  392. gesli:allowedQuoteUpperAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "允许报价上限"@zh .
  393. gesli:customerPremiumRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "客户溢价/优惠率"@zh .
  394. gesli:customerPremiumAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "客户溢价/优惠金额"@zh .
  395. gesli:loyaltyTransactionCount a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "忠诚度重复交易次数"@zh .
  396. gesli:salespersonAdjustmentAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "业务员授权调整金额"@zh .
  397. gesli:finalQuoteAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "客户最终报价金额"@zh .
  398. gesli:pricingExplanation a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "定价解释"@zh .
  399. gesli:portToPortTransitDays a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "港到港运输时间天数"@zh .
  400. gesli:doorToDoorTransitDays a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "全程运输时间天数"@zh .
  401. gesli:pickupLocation a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "提货地"@zh .
  402. gesli:deliveryLocation a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "送货地"@zh .
  403. gesli:cargoName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "货名"@zh .
  404. gesli:dangerousGoodsClass a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "危货等级"@zh .
  405. gesli:cargoVolume a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "货量"@zh .