ai-market-demo.ttl 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. @prefix gesli: <https://gesli.example/ontology#> .
  2. @prefix sample: <https://gesli.example/sample#> .
  3. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  4. @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  5. # Customer preference signals used by the deterministic recommendation engine.
  6. sample:HaierTradeProfile
  7. gesli:customerPriceSensitivity "0.45"^^xsd:decimal ;
  8. gesli:customerTimeSensitivity "0.75"^^xsd:decimal ;
  9. gesli:customerReliabilitySensitivity "0.90"^^xsd:decimal .
  10. sample:HisenseTradeProfile
  11. gesli:customerPriceSensitivity "0.80"^^xsd:decimal ;
  12. gesli:customerTimeSensitivity "0.50"^^xsd:decimal ;
  13. gesli:customerReliabilitySensitivity "0.70"^^xsd:decimal .
  14. sample:MarketBenchmark_QD_LA_202607 a gesli:MarketPriceBenchmark ;
  15. rdfs:label "青岛-洛杉矶2026年7月市场基准"@zh ;
  16. gesli:marketBenchmarkAmount "55000"^^xsd:decimal ;
  17. gesli:currency "CNY" ;
  18. gesli:originLocation "青岛港" ;
  19. gesli:destinationLocation "洛杉矶港" ;
  20. gesli:validFrom "2026-07-20"^^xsd:date ;
  21. gesli:validTo "2026-07-31"^^xsd:date .
  22. sample:Strategy_QD_LA_Scale_Active a gesli:ScalePricingStrategy ;
  23. rdfs:label "青岛-洛杉矶规模价格策略(启用)"@zh ;
  24. gesli:strategyCode "STR-QD-LA-SCALE-ACTIVE" ;
  25. gesli:strategyName "青岛-洛杉矶规模价格策略" ;
  26. gesli:strategyObjective "聚合青岛出口货量并保持客户价格竞争力" ;
  27. gesli:strategyEnabled true ;
  28. gesli:strategyStatus "已启用" ;
  29. gesli:strategyAdjustmentRate "-0.035"^^xsd:decimal ;
  30. gesli:strategyScopeOrigin "青岛港" ;
  31. gesli:strategyScopeDestination "洛杉矶港" ;
  32. gesli:validFrom "2026-07-20"^^xsd:date ;
  33. gesli:validTo "2026-07-31"^^xsd:date .
  34. # Current schedules and quotes for the two existing Maersk sales channels.
  35. sample:Schedule_Maersk_QD_LA_20260728 a gesli:ScheduledServiceInstance ;
  36. rdfs:label "马士基青岛-洛杉矶2026-07-28班期"@zh ;
  37. gesli:scheduleCode "SCH-MSK-QD-LA-20260728" ;
  38. gesli:scheduleOfProduct sample:Product_Maersk_QD_LA_DirectFcl ;
  39. gesli:documentCutoffTime "2026-07-26T16:00:00+08:00"^^xsd:dateTime ;
  40. gesli:estimatedDepartureTime "2026-07-28T22:00:00+08:00"^^xsd:dateTime ;
  41. gesli:estimatedArrivalTime "2026-08-12T08:00:00+08:00"^^xsd:dateTime ;
  42. gesli:estimatedTransitDays "15"^^xsd:decimal .
  43. sample:Quote_Maersk_QD_LA_20260720 a gesli:SupplierQuote ;
  44. rdfs:label "马士基青岛分支机构当前报价"@zh ;
  45. gesli:quoteNo "SQ-MSK-20260720-001" ;
  46. gesli:quotedBySupplier sample:MaerskQingdaoBranch ;
  47. gesli:quotedForOffering sample:Offering_MaerskBranch_Maersk_QD_LA ;
  48. gesli:quoteAppliesToSchedule sample:Schedule_Maersk_QD_LA_20260728 ;
  49. gesli:supplierCostAmount "45500"^^xsd:decimal ;
  50. gesli:currency "CNY" ;
  51. gesli:validFrom "2026-07-20"^^xsd:date ;
  52. gesli:validTo "2026-07-31"^^xsd:date .
  53. sample:Quote_AgentA_Maersk_QD_LA_20260720 a gesli:SupplierQuote ;
  54. rdfs:label "青岛订舱代理A当前报价"@zh ;
  55. gesli:quoteNo "SQ-AGENTA-MSK-20260720-001" ;
  56. gesli:quotedBySupplier sample:QingdaoOceanBookingAgentA ;
  57. gesli:quotedForOffering sample:Offering_AgentA_Maersk_QD_LA ;
  58. gesli:quoteAppliesToSchedule sample:Schedule_Maersk_QD_LA_20260728 ;
  59. gesli:supplierCostAmount "44300"^^xsd:decimal ;
  60. gesli:currency "CNY" ;
  61. gesli:validFrom "2026-07-20"^^xsd:date ;
  62. gesli:validTo "2026-07-31"^^xsd:date .
  63. # A faster, more reliable alternative for the same route.
  64. sample:Oocl a gesli:ServiceBrand ;
  65. rdfs:label "东方海外"@zh ;
  66. gesli:brandCode "OOCL" ;
  67. gesli:brandName "东方海外" .
  68. sample:OoclQingdaoBranch a gesli:SupplierLocalUnit, gesli:Carrier ;
  69. rdfs:label "东方海外青岛分支机构"@zh ;
  70. gesli:supplierNature "商务型" ;
  71. gesli:platformSupplierType "船公司" ;
  72. gesli:serviceCountry "CN" ;
  73. gesli:serviceCity "Qingdao" ;
  74. gesli:servicePort "青岛港" ;
  75. gesli:isActivePartner true ;
  76. gesli:authorizedForServiceBrand sample:Oocl ;
  77. gesli:hasProductOffering sample:Offering_Oocl_QD_LA_Express .
  78. sample:OoclQdLaPerformance a gesli:ProductPerformanceProfile ;
  79. rdfs:label "东方海外青岛-洛杉矶快线履约画像"@zh ;
  80. gesli:etdAtdOnTimeRate "0.96"^^xsd:decimal ;
  81. gesli:etaAtaOnTimeRate "0.94"^^xsd:decimal ;
  82. gesli:scheduleDelayRate "0.04"^^xsd:decimal ;
  83. gesli:scheduleChangeRate "0.03"^^xsd:decimal .
  84. sample:Product_Oocl_QD_LA_Express a gesli:ContainerOceanProduct ;
  85. rdfs:label "东方海外青岛-洛杉矶直航快线"@zh ;
  86. gesli:productCode "OOCL-QD-LA-EXPRESS" ;
  87. gesli:productName "青岛-洛杉矶直航快线40HQ" ;
  88. gesli:hasServiceBrand sample:Oocl ;
  89. gesli:hasProductPerformanceProfile sample:OoclQdLaPerformance ;
  90. gesli:transportMode "海运" ;
  91. gesli:transportSubMode "集装箱海运" ;
  92. gesli:serviceForm "包柜" ;
  93. gesli:routeType "直航" ;
  94. gesli:originLocation "青岛港" ;
  95. gesli:destinationLocation "洛杉矶港" ;
  96. gesli:estimatedTransitDays "13"^^xsd:decimal .
  97. sample:Offering_Oocl_QD_LA_Express a gesli:SupplierProductOffering ;
  98. rdfs:label "东方海外青岛分支机构销售青岛-洛杉矶快线"@zh ;
  99. gesli:offeringCode "OFF-OOCL-QD-LA-EXPRESS" ;
  100. gesli:offeredBySupplier sample:OoclQingdaoBranch ;
  101. gesli:offeringProduct sample:Product_Oocl_QD_LA_Express ;
  102. gesli:offeringChannel "分公司直营" ;
  103. gesli:agencyLevel "产品品牌本地分支机构" ;
  104. gesli:capacityCommitment "每周保证12TEU" ;
  105. gesli:capacityAvailable true ;
  106. gesli:supportsDangerousGoods false ;
  107. gesli:bookingSuccessRate "0.98"^^xsd:decimal ;
  108. gesli:spaceReleaseSuccessRate "0.97"^^xsd:decimal ;
  109. gesli:serviceLevelCommitment "工作日1小时内确认订舱" .
  110. sample:Schedule_Oocl_QD_LA_20260729 a gesli:ScheduledServiceInstance ;
  111. rdfs:label "东方海外青岛-洛杉矶2026-07-29快线"@zh ;
  112. gesli:scheduleCode "SCH-OOCL-QD-LA-20260729" ;
  113. gesli:scheduleOfProduct sample:Product_Oocl_QD_LA_Express ;
  114. gesli:documentCutoffTime "2026-07-27T14:00:00+08:00"^^xsd:dateTime ;
  115. gesli:estimatedDepartureTime "2026-07-29T18:00:00+08:00"^^xsd:dateTime ;
  116. gesli:estimatedArrivalTime "2026-08-11T08:00:00+08:00"^^xsd:dateTime ;
  117. gesli:estimatedTransitDays "13"^^xsd:decimal .
  118. sample:Quote_Oocl_QD_LA_20260720 a gesli:SupplierQuote ;
  119. rdfs:label "东方海外青岛-洛杉矶快线当前报价"@zh ;
  120. gesli:quoteNo "SQ-OOCL-20260720-001" ;
  121. gesli:quotedBySupplier sample:OoclQingdaoBranch ;
  122. gesli:quotedForOffering sample:Offering_Oocl_QD_LA_Express ;
  123. gesli:quoteAppliesToSchedule sample:Schedule_Oocl_QD_LA_20260729 ;
  124. gesli:supplierCostAmount "48600"^^xsd:decimal ;
  125. gesli:currency "CNY" ;
  126. gesli:validFrom "2026-07-20"^^xsd:date ;
  127. gesli:validTo "2026-07-31"^^xsd:date .
  128. # An intentionally expired economy candidate demonstrates hard-condition rejection.
  129. sample:Evergreen a gesli:ServiceBrand ;
  130. rdfs:label "长荣海运"@zh ;
  131. gesli:brandCode "EVERGREEN" ;
  132. gesli:brandName "长荣海运" .
  133. sample:QingdaoEconomyAgent a gesli:ShippingAgencyCompany ;
  134. rdfs:label "青岛经济航线代理"@zh ;
  135. gesli:supplierNature "商务型" ;
  136. gesli:platformSupplierType "船代公司" ;
  137. gesli:serviceCountry "CN" ;
  138. gesli:serviceCity "Qingdao" ;
  139. gesli:servicePort "青岛港" ;
  140. gesli:isActivePartner true ;
  141. gesli:authorizedForServiceBrand sample:Evergreen ;
  142. gesli:hasProductOffering sample:Offering_Evergreen_QD_LA_Economy .
  143. sample:Product_Evergreen_QD_LA_Economy a gesli:ContainerOceanProduct ;
  144. rdfs:label "长荣海运青岛-洛杉矶中转经济线"@zh ;
  145. gesli:productCode "EGL-QD-LA-ECONOMY" ;
  146. gesli:productName "青岛-洛杉矶中转经济线40HQ" ;
  147. gesli:hasServiceBrand sample:Evergreen ;
  148. gesli:transportMode "海运" ;
  149. gesli:transportSubMode "集装箱海运" ;
  150. gesli:serviceForm "包柜" ;
  151. gesli:routeType "中转" ;
  152. gesli:originLocation "青岛港" ;
  153. gesli:destinationLocation "洛杉矶港" ;
  154. gesli:estimatedTransitDays "22"^^xsd:decimal .
  155. sample:Offering_Evergreen_QD_LA_Economy a gesli:SupplierProductOffering ;
  156. rdfs:label "青岛经济航线代理销售长荣经济线"@zh ;
  157. gesli:offeringCode "OFF-EGL-QD-LA-ECONOMY" ;
  158. gesli:offeredBySupplier sample:QingdaoEconomyAgent ;
  159. gesli:offeringProduct sample:Product_Evergreen_QD_LA_Economy ;
  160. gesli:offeringChannel "订舱代理" ;
  161. gesli:agencyLevel "二级代理" ;
  162. gesli:capacityCommitment "以单票确认为准" ;
  163. gesli:capacityAvailable true ;
  164. gesli:supportsDangerousGoods false ;
  165. gesli:bookingSuccessRate "0.84"^^xsd:decimal ;
  166. gesli:spaceReleaseSuccessRate "0.82"^^xsd:decimal .
  167. sample:Schedule_Evergreen_QD_LA_20260730 a gesli:ScheduledServiceInstance ;
  168. rdfs:label "长荣青岛-洛杉矶2026-07-30中转班期"@zh ;
  169. gesli:scheduleCode "SCH-EGL-QD-LA-20260730" ;
  170. gesli:scheduleOfProduct sample:Product_Evergreen_QD_LA_Economy ;
  171. gesli:documentCutoffTime "2026-07-28T12:00:00+08:00"^^xsd:dateTime ;
  172. gesli:estimatedDepartureTime "2026-07-30T20:00:00+08:00"^^xsd:dateTime ;
  173. gesli:estimatedArrivalTime "2026-08-21T08:00:00+08:00"^^xsd:dateTime ;
  174. gesli:estimatedTransitDays "22"^^xsd:decimal .
  175. sample:Quote_Evergreen_QD_LA_Expired a gesli:SupplierQuote ;
  176. rdfs:label "长荣青岛-洛杉矶已过期经济报价"@zh ;
  177. gesli:quoteNo "SQ-EGL-20260710-EXPIRED" ;
  178. gesli:quotedBySupplier sample:QingdaoEconomyAgent ;
  179. gesli:quotedForOffering sample:Offering_Evergreen_QD_LA_Economy ;
  180. gesli:quoteAppliesToSchedule sample:Schedule_Evergreen_QD_LA_20260730 ;
  181. gesli:supplierCostAmount "42000"^^xsd:decimal ;
  182. gesli:currency "CNY" ;
  183. gesli:validFrom "2026-07-10"^^xsd:date ;
  184. gesli:validTo "2026-07-18"^^xsd:date .