| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- @prefix gesli: <https://gesli.example/ontology#> .
- @prefix sample: <https://gesli.example/sample#> .
- @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
- # Customer preference signals used by the deterministic recommendation engine.
- sample:HaierTradeProfile
- gesli:customerPriceSensitivity "0.45"^^xsd:decimal ;
- gesli:customerTimeSensitivity "0.75"^^xsd:decimal ;
- gesli:customerReliabilitySensitivity "0.90"^^xsd:decimal .
- sample:HisenseTradeProfile
- gesli:customerPriceSensitivity "0.80"^^xsd:decimal ;
- gesli:customerTimeSensitivity "0.50"^^xsd:decimal ;
- gesli:customerReliabilitySensitivity "0.70"^^xsd:decimal .
- sample:MarketBenchmark_QD_LA_202607 a gesli:MarketPriceBenchmark ;
- rdfs:label "青岛-洛杉矶2026年7月市场基准"@zh ;
- gesli:marketBenchmarkAmount "55000"^^xsd:decimal ;
- gesli:currency "CNY" ;
- gesli:originLocation "青岛港" ;
- gesli:destinationLocation "洛杉矶港" ;
- gesli:validFrom "2026-07-20"^^xsd:date ;
- gesli:validTo "2026-07-31"^^xsd:date .
- sample:Strategy_QD_LA_Scale_Active a gesli:ScalePricingStrategy ;
- rdfs:label "青岛-洛杉矶规模价格策略(启用)"@zh ;
- gesli:strategyCode "STR-QD-LA-SCALE-ACTIVE" ;
- gesli:strategyName "青岛-洛杉矶规模价格策略" ;
- gesli:strategyObjective "聚合青岛出口货量并保持客户价格竞争力" ;
- gesli:strategyEnabled true ;
- gesli:strategyStatus "已启用" ;
- gesli:strategyAdjustmentRate "-0.035"^^xsd:decimal ;
- gesli:strategyScopeOrigin "青岛港" ;
- gesli:strategyScopeDestination "洛杉矶港" ;
- gesli:validFrom "2026-07-20"^^xsd:date ;
- gesli:validTo "2026-07-31"^^xsd:date .
- # Current schedules and quotes for the two existing Maersk sales channels.
- sample:Schedule_Maersk_QD_LA_20260728 a gesli:ScheduledServiceInstance ;
- rdfs:label "马士基青岛-洛杉矶2026-07-28班期"@zh ;
- gesli:scheduleCode "SCH-MSK-QD-LA-20260728" ;
- gesli:scheduleOfProduct sample:Product_Maersk_QD_LA_DirectFcl ;
- gesli:documentCutoffTime "2026-07-26T16:00:00+08:00"^^xsd:dateTime ;
- gesli:estimatedDepartureTime "2026-07-28T22:00:00+08:00"^^xsd:dateTime ;
- gesli:estimatedArrivalTime "2026-08-12T08:00:00+08:00"^^xsd:dateTime ;
- gesli:estimatedTransitDays "15"^^xsd:decimal .
- sample:Quote_Maersk_QD_LA_20260720 a gesli:SupplierQuote ;
- rdfs:label "马士基青岛分支机构当前报价"@zh ;
- gesli:quoteNo "SQ-MSK-20260720-001" ;
- gesli:quotedBySupplier sample:MaerskQingdaoBranch ;
- gesli:quotedForOffering sample:Offering_MaerskBranch_Maersk_QD_LA ;
- gesli:quoteAppliesToSchedule sample:Schedule_Maersk_QD_LA_20260728 ;
- gesli:supplierCostAmount "45500"^^xsd:decimal ;
- gesli:currency "CNY" ;
- gesli:validFrom "2026-07-20"^^xsd:date ;
- gesli:validTo "2026-07-31"^^xsd:date .
- sample:Quote_AgentA_Maersk_QD_LA_20260720 a gesli:SupplierQuote ;
- rdfs:label "青岛订舱代理A当前报价"@zh ;
- gesli:quoteNo "SQ-AGENTA-MSK-20260720-001" ;
- gesli:quotedBySupplier sample:QingdaoOceanBookingAgentA ;
- gesli:quotedForOffering sample:Offering_AgentA_Maersk_QD_LA ;
- gesli:quoteAppliesToSchedule sample:Schedule_Maersk_QD_LA_20260728 ;
- gesli:supplierCostAmount "44300"^^xsd:decimal ;
- gesli:currency "CNY" ;
- gesli:validFrom "2026-07-20"^^xsd:date ;
- gesli:validTo "2026-07-31"^^xsd:date .
- # A faster, more reliable alternative for the same route.
- sample:Oocl a gesli:ServiceBrand ;
- rdfs:label "东方海外"@zh ;
- gesli:brandCode "OOCL" ;
- gesli:brandName "东方海外" .
- sample:OoclQingdaoBranch a gesli:SupplierLocalUnit, gesli:Carrier ;
- rdfs:label "东方海外青岛分支机构"@zh ;
- gesli:supplierNature "商务型" ;
- gesli:platformSupplierType "船公司" ;
- gesli:serviceCountry "CN" ;
- gesli:serviceCity "Qingdao" ;
- gesli:servicePort "青岛港" ;
- gesli:isActivePartner true ;
- gesli:authorizedForServiceBrand sample:Oocl ;
- gesli:hasProductOffering sample:Offering_Oocl_QD_LA_Express .
- sample:OoclQdLaPerformance a gesli:ProductPerformanceProfile ;
- rdfs:label "东方海外青岛-洛杉矶快线履约画像"@zh ;
- gesli:etdAtdOnTimeRate "0.96"^^xsd:decimal ;
- gesli:etaAtaOnTimeRate "0.94"^^xsd:decimal ;
- gesli:scheduleDelayRate "0.04"^^xsd:decimal ;
- gesli:scheduleChangeRate "0.03"^^xsd:decimal .
- sample:Product_Oocl_QD_LA_Express a gesli:ContainerOceanProduct ;
- rdfs:label "东方海外青岛-洛杉矶直航快线"@zh ;
- gesli:productCode "OOCL-QD-LA-EXPRESS" ;
- gesli:productName "青岛-洛杉矶直航快线40HQ" ;
- gesli:hasServiceBrand sample:Oocl ;
- gesli:hasProductPerformanceProfile sample:OoclQdLaPerformance ;
- gesli:transportMode "海运" ;
- gesli:transportSubMode "集装箱海运" ;
- gesli:serviceForm "包柜" ;
- gesli:routeType "直航" ;
- gesli:originLocation "青岛港" ;
- gesli:destinationLocation "洛杉矶港" ;
- gesli:estimatedTransitDays "13"^^xsd:decimal .
- sample:Offering_Oocl_QD_LA_Express a gesli:SupplierProductOffering ;
- rdfs:label "东方海外青岛分支机构销售青岛-洛杉矶快线"@zh ;
- gesli:offeringCode "OFF-OOCL-QD-LA-EXPRESS" ;
- gesli:offeredBySupplier sample:OoclQingdaoBranch ;
- gesli:offeringProduct sample:Product_Oocl_QD_LA_Express ;
- gesli:offeringChannel "分公司直营" ;
- gesli:agencyLevel "产品品牌本地分支机构" ;
- gesli:capacityCommitment "每周保证12TEU" ;
- gesli:capacityAvailable true ;
- gesli:supportsDangerousGoods false ;
- gesli:bookingSuccessRate "0.98"^^xsd:decimal ;
- gesli:spaceReleaseSuccessRate "0.97"^^xsd:decimal ;
- gesli:serviceLevelCommitment "工作日1小时内确认订舱" .
- sample:Schedule_Oocl_QD_LA_20260729 a gesli:ScheduledServiceInstance ;
- rdfs:label "东方海外青岛-洛杉矶2026-07-29快线"@zh ;
- gesli:scheduleCode "SCH-OOCL-QD-LA-20260729" ;
- gesli:scheduleOfProduct sample:Product_Oocl_QD_LA_Express ;
- gesli:documentCutoffTime "2026-07-27T14:00:00+08:00"^^xsd:dateTime ;
- gesli:estimatedDepartureTime "2026-07-29T18:00:00+08:00"^^xsd:dateTime ;
- gesli:estimatedArrivalTime "2026-08-11T08:00:00+08:00"^^xsd:dateTime ;
- gesli:estimatedTransitDays "13"^^xsd:decimal .
- sample:Quote_Oocl_QD_LA_20260720 a gesli:SupplierQuote ;
- rdfs:label "东方海外青岛-洛杉矶快线当前报价"@zh ;
- gesli:quoteNo "SQ-OOCL-20260720-001" ;
- gesli:quotedBySupplier sample:OoclQingdaoBranch ;
- gesli:quotedForOffering sample:Offering_Oocl_QD_LA_Express ;
- gesli:quoteAppliesToSchedule sample:Schedule_Oocl_QD_LA_20260729 ;
- gesli:supplierCostAmount "48600"^^xsd:decimal ;
- gesli:currency "CNY" ;
- gesli:validFrom "2026-07-20"^^xsd:date ;
- gesli:validTo "2026-07-31"^^xsd:date .
- # An intentionally expired economy candidate demonstrates hard-condition rejection.
- sample:Evergreen a gesli:ServiceBrand ;
- rdfs:label "长荣海运"@zh ;
- gesli:brandCode "EVERGREEN" ;
- gesli:brandName "长荣海运" .
- sample:QingdaoEconomyAgent a gesli:ShippingAgencyCompany ;
- rdfs:label "青岛经济航线代理"@zh ;
- gesli:supplierNature "商务型" ;
- gesli:platformSupplierType "船代公司" ;
- gesli:serviceCountry "CN" ;
- gesli:serviceCity "Qingdao" ;
- gesli:servicePort "青岛港" ;
- gesli:isActivePartner true ;
- gesli:authorizedForServiceBrand sample:Evergreen ;
- gesli:hasProductOffering sample:Offering_Evergreen_QD_LA_Economy .
- sample:Product_Evergreen_QD_LA_Economy a gesli:ContainerOceanProduct ;
- rdfs:label "长荣海运青岛-洛杉矶中转经济线"@zh ;
- gesli:productCode "EGL-QD-LA-ECONOMY" ;
- gesli:productName "青岛-洛杉矶中转经济线40HQ" ;
- gesli:hasServiceBrand sample:Evergreen ;
- gesli:transportMode "海运" ;
- gesli:transportSubMode "集装箱海运" ;
- gesli:serviceForm "包柜" ;
- gesli:routeType "中转" ;
- gesli:originLocation "青岛港" ;
- gesli:destinationLocation "洛杉矶港" ;
- gesli:estimatedTransitDays "22"^^xsd:decimal .
- sample:Offering_Evergreen_QD_LA_Economy a gesli:SupplierProductOffering ;
- rdfs:label "青岛经济航线代理销售长荣经济线"@zh ;
- gesli:offeringCode "OFF-EGL-QD-LA-ECONOMY" ;
- gesli:offeredBySupplier sample:QingdaoEconomyAgent ;
- gesli:offeringProduct sample:Product_Evergreen_QD_LA_Economy ;
- gesli:offeringChannel "订舱代理" ;
- gesli:agencyLevel "二级代理" ;
- gesli:capacityCommitment "以单票确认为准" ;
- gesli:capacityAvailable true ;
- gesli:supportsDangerousGoods false ;
- gesli:bookingSuccessRate "0.84"^^xsd:decimal ;
- gesli:spaceReleaseSuccessRate "0.82"^^xsd:decimal .
- sample:Schedule_Evergreen_QD_LA_20260730 a gesli:ScheduledServiceInstance ;
- rdfs:label "长荣青岛-洛杉矶2026-07-30中转班期"@zh ;
- gesli:scheduleCode "SCH-EGL-QD-LA-20260730" ;
- gesli:scheduleOfProduct sample:Product_Evergreen_QD_LA_Economy ;
- gesli:documentCutoffTime "2026-07-28T12:00:00+08:00"^^xsd:dateTime ;
- gesli:estimatedDepartureTime "2026-07-30T20:00:00+08:00"^^xsd:dateTime ;
- gesli:estimatedArrivalTime "2026-08-21T08:00:00+08:00"^^xsd:dateTime ;
- gesli:estimatedTransitDays "22"^^xsd:decimal .
- sample:Quote_Evergreen_QD_LA_Expired a gesli:SupplierQuote ;
- rdfs:label "长荣青岛-洛杉矶已过期经济报价"@zh ;
- gesli:quoteNo "SQ-EGL-20260710-EXPIRED" ;
- gesli:quotedBySupplier sample:QingdaoEconomyAgent ;
- gesli:quotedForOffering sample:Offering_Evergreen_QD_LA_Economy ;
- gesli:quoteAppliesToSchedule sample:Schedule_Evergreen_QD_LA_20260730 ;
- gesli:supplierCostAmount "42000"^^xsd:decimal ;
- gesli:currency "CNY" ;
- gesli:validFrom "2026-07-10"^^xsd:date ;
- gesli:validTo "2026-07-18"^^xsd:date .
|