@prefix gesli: . @prefix owl: . @prefix rdfs: . @prefix xsd: . gesli:GlobalShipmentOntology a owl:Ontology ; rdfs:label "格士立全球运输与自主货代运营本体"@zh ; rdfs:comment "描述全球运输、往来单位、产品服务、平台供应商、市场定价、履约操作、异常与风险。青岛出口仅作为样例场景。"@zh . gesli:BusinessObject a owl:Class ; rdfs:label "业务对象"@zh . gesli:Party a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "参与方"@zh . gesli:BusinessPartner a owl:Class ; rdfs:subClassOf gesli:Party ; rdfs:label "往来单位"@zh . gesli:Customer a owl:Class ; rdfs:subClassOf gesli:BusinessPartner ; rdfs:label "客户"@zh . gesli:PeerForwarderCustomer a owl:Class ; rdfs:subClassOf gesli:Customer ; rdfs:label "同行客户"@zh . gesli:OverseasAgentCustomer a owl:Class ; rdfs:subClassOf gesli:Customer ; rdfs:label "海外代理客户"@zh . gesli:Supplier a owl:Class ; rdfs:subClassOf gesli:BusinessPartner ; rdfs:label "平台供应商"@zh . gesli:CommercialPlatformSupplier a owl:Class ; rdfs:subClassOf gesli:Supplier ; rdfs:label "商务型平台供应商"@zh . gesli:PublicAgencyPlatformSupplier a owl:Class ; rdfs:subClassOf gesli:Supplier ; rdfs:label "公务机构型平台供应商"@zh . gesli:SupplierLocalUnit a owl:Class ; rdfs:subClassOf gesli:Supplier ; rdfs:label "平台供应商本地签约/服务单元"@zh . gesli:Carrier a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "船公司/承运人供应商"@zh . gesli:ShippingAgencyCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "船代公司"@zh . gesli:AirlineCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "航空公司"@zh . gesli:AirCargoAgent a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "航空代理"@zh . gesli:FreightForwarderSupplier a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "货代公司"@zh . gesli:RailAgent a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "铁路代理"@zh . gesli:RailwayAuthoritySupplier a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "铁路当局"@zh . gesli:TruckingCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "拖车公司"@zh . gesli:CustomsBroker a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "报关公司"@zh . gesli:WarehouseCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "仓储公司"@zh . gesli:EquipmentLeasingCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "设备租赁公司"@zh . gesli:TerminalStationCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "场站公司"@zh . gesli:StevedoringCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "装卸公司"@zh . gesli:LaborServiceCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "劳务公司"@zh . gesli:InsuranceCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "保险公司"@zh . gesli:TallyCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "理货公司"@zh . gesli:InspectionBrokerCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "报检公司"@zh . gesli:EscortCompany a owl:Class ; rdfs:subClassOf gesli:CommercialPlatformSupplier ; rdfs:label "押运公司"@zh . gesli:CustomsAuthority a owl:Class ; rdfs:subClassOf gesli:PublicAgencyPlatformSupplier ; rdfs:label "海关"@zh . gesli:CommodityInspectionAuthority a owl:Class ; rdfs:subClassOf gesli:PublicAgencyPlatformSupplier ; rdfs:label "商检"@zh . gesli:MaritimeSafetyAuthority a owl:Class ; rdfs:subClassOf gesli:PublicAgencyPlatformSupplier ; rdfs:label "海事"@zh . gesli:BorderInspectionAuthority a owl:Class ; rdfs:subClassOf gesli:PublicAgencyPlatformSupplier ; rdfs:label "边检"@zh . gesli:TaxAuthority a owl:Class ; rdfs:subClassOf gesli:PublicAgencyPlatformSupplier ; rdfs:label "税务"@zh . gesli:MarketRegulationAuthority a owl:Class ; rdfs:subClassOf gesli:PublicAgencyPlatformSupplier ; rdfs:label "工商/市场监管"@zh . gesli:Employee a owl:Class ; rdfs:subClassOf gesli:Party ; rdfs:label "员工"@zh . gesli:TradingCounterparty a owl:Class ; rdfs:subClassOf gesli:Party ; rdfs:label "交易对象"@zh . gesli:CustomerCounterparty a owl:Class ; rdfs:subClassOf gesli:TradingCounterparty ; rdfs:label "客户的客户"@zh . gesli:SupplierCounterparty a owl:Class ; rdfs:subClassOf gesli:TradingCounterparty ; rdfs:label "客户的供应商"@zh . gesli:BusinessPartnerBasicInfo a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "往来单位基本信息"@zh . gesli:BusinessPartnerContact a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "往来单位联系人"@zh . gesli:CustomerProfile a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "客户画像"@zh . gesli:CustomerBasicInfo a owl:Class ; rdfs:subClassOf gesli:BusinessPartnerBasicInfo, gesli:CustomerProfile ; rdfs:label "客户基本信息(兼容旧类)"@zh . gesli:CustomerContact a owl:Class ; rdfs:subClassOf gesli:BusinessPartnerContact, gesli:CustomerProfile ; rdfs:label "客户联系人(兼容旧类)"@zh . gesli:CustomerTradeProfile a owl:Class ; rdfs:subClassOf gesli:CustomerProfile ; rdfs:label "客户贸易画像"@zh . gesli:CustomerCreditProfile a owl:Class ; rdfs:subClassOf gesli:CustomerProfile ; rdfs:label "客户信用画像"@zh . gesli:CustomerServiceProfile a owl:Class ; rdfs:subClassOf gesli:CustomerProfile ; rdfs:label "客户服务画像"@zh . gesli:CustomerTransactionRecord a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "客户询价/交易记录"@zh . gesli:PlatformSupplierProfile a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "平台供应商画像"@zh . gesli:PlatformSupplierBasicInfo a owl:Class ; rdfs:subClassOf gesli:BusinessPartnerBasicInfo, gesli:PlatformSupplierProfile ; rdfs:label "平台供应商基本信息(兼容旧类)"@zh . gesli:PlatformSupplierContact a owl:Class ; rdfs:subClassOf gesli:BusinessPartnerContact, gesli:PlatformSupplierProfile ; rdfs:label "平台供应商联系人(兼容旧类)"@zh . gesli:SupplierConcentrationProfile a owl:Class ; rdfs:subClassOf gesli:PlatformSupplierProfile ; rdfs:label "供应商航线产品服务集中度画像"@zh . gesli:SupplierServiceCapabilityProfile a owl:Class ; rdfs:subClassOf gesli:PlatformSupplierProfile ; rdfs:label "供应商总航线产品服务画像"@zh . gesli:SupplierPunctualityProfile a owl:Class ; rdfs:subClassOf gesli:PlatformSupplierProfile ; rdfs:label "供应商准点与变更画像(兼容旧类)"@zh ; owl:deprecated true . gesli:SupplierSettlementProfile a owl:Class ; rdfs:subClassOf gesli:PlatformSupplierProfile ; rdfs:label "平台供应商结算与信用画像"@zh . gesli:ServiceBrand a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "产品/服务品牌"@zh ; rdfs:comment "市场识别的运输或服务名称,例如马士基、中远海运;它本身不是格士立的采购供应商。"@zh . gesli:ServiceProduct a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "具体产品/服务"@zh ; rdfs:comment "由品牌、运输方式、路由、服务形态和适用范围共同定义,可由多个平台供应商销售。"@zh . gesli:ProductPerformanceProfile a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "产品履约表现画像"@zh ; rdfs:comment "记录具体产品的ETD/ATD、ETA/ATA、班期延误、班期更换和路由变动等客观表现。"@zh . gesli:SupplierServiceProduct a owl:Class ; rdfs:subClassOf gesli:ServiceProduct ; rdfs:label "平台供应商产品/服务(兼容旧类)"@zh ; owl:deprecated true . gesli:OceanFreightProduct a owl:Class ; rdfs:subClassOf gesli:ServiceProduct ; rdfs:label "海运产品"@zh . gesli:AirFreightProduct a owl:Class ; rdfs:subClassOf gesli:ServiceProduct ; rdfs:label "空运产品"@zh . gesli:RoadFreightProduct a owl:Class ; rdfs:subClassOf gesli:ServiceProduct ; rdfs:label "陆运产品"@zh . gesli:RailFreightProduct a owl:Class ; rdfs:subClassOf gesli:ServiceProduct ; rdfs:label "铁路产品"@zh . gesli:PostalProduct a owl:Class ; rdfs:subClassOf gesli:ServiceProduct ; rdfs:label "邮政产品"@zh . gesli:SmallParcelProduct a owl:Class ; rdfs:subClassOf gesli:ServiceProduct ; rdfs:label "小包产品"@zh . gesli:BreakBulkOceanProduct a owl:Class ; rdfs:subClassOf gesli:OceanFreightProduct ; rdfs:label "件杂船运输产品"@zh . gesli:ContainerOceanProduct a owl:Class ; rdfs:subClassOf gesli:OceanFreightProduct ; rdfs:label "集装箱海运产品"@zh . gesli:RoRoOceanProduct a owl:Class ; rdfs:subClassOf gesli:OceanFreightProduct ; rdfs:label "滚装运输产品"@zh . gesli:BulkOceanProduct a owl:Class ; rdfs:subClassOf gesli:OceanFreightProduct ; rdfs:label "散货船运输产品"@zh . gesli:ServiceComponent a owl:Class ; rdfs:subClassOf gesli:ServiceProduct ; rdfs:label "解决方案服务组件"@zh . gesli:SupplierProductOffering a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "供应商产品关系"@zh ; rdfs:comment "表示某个平台供应商销售某个具体产品时的代理级别、舱位承诺和服务条件,是产品与供应商之间的多对多关系。"@zh . gesli:ScheduledServiceInstance a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "班期/运力实例"@zh ; rdfs:comment "具体日期的船期、航班、车次或其他可履约运力;ETD、ATD、ETA和ATA记录在这里。"@zh . gesli:SupplierQuote a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "平台供应商报价"@zh . gesli:SolutionPlan a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "客户运输解决方案"@zh ; rdfs:comment "由一个或多个产品、供应商产品关系和服务组件组成,可形成经济、均衡、时效等候选方案。"@zh . gesli:MarketPriceBenchmark a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "市场基准价格"@zh . gesli:AIMarketStrategy a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "AI市场策略"@zh . gesli:ProductStrategy a owl:Class ; rdfs:subClassOf gesli:AIMarketStrategy ; rdfs:label "AI市场产品策略"@zh . gesli:ScalePricingStrategy a owl:Class ; rdfs:subClassOf gesli:ProductStrategy ; rdfs:label "规模价格策略"@zh . gesli:SupplierDevelopmentStrategy a owl:Class ; rdfs:subClassOf gesli:ProductStrategy ; rdfs:label "供应商养成策略"@zh . gesli:MarketShareStrategy a owl:Class ; rdfs:subClassOf gesli:ProductStrategy ; rdfs:label "市场占有策略"@zh . gesli:SupplierShareGovernanceStrategy a owl:Class ; rdfs:subClassOf gesli:AIMarketStrategy ; rdfs:label "平台供应商份额治理策略"@zh ; rdfs:comment "在平台规模化阶段控制供应商集中度,为合格供应商保留合理份额并避免一家独大;可预先保留但不启用。"@zh . gesli:AIRecommendedPrice a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "AI市场推荐价格"@zh ; rdfs:comment "AI市场部依据市场基准和产品策略形成的销售推荐价格,不等同于供应商成本。"@zh . gesli:CustomerPremiumDecision a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "客户溢价/优惠决策"@zh ; rdfs:comment "依据客户忠诚度、信用、服务要求等客户因素,对AI市场推荐价格作客户级调整。"@zh . gesli:CustomerQuote a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "客户最终报价"@zh . gesli:Order a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "订单"@zh . gesli:Shipment a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "全球运输任务"@zh . gesli:ShipmentLeg a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "运输分段"@zh . gesli:ShipmentOrder a owl:Class ; rdfs:subClassOf gesli:Order ; rdfs:label "运输订单"@zh . gesli:ExportOrder a owl:Class ; rdfs:subClassOf gesli:ShipmentOrder ; rdfs:label "出口订单"@zh . gesli:ImportOrder a owl:Class ; rdfs:subClassOf gesli:ShipmentOrder ; rdfs:label "进口订单"@zh . gesli:QingdaoExportOrder a owl:Class ; rdfs:subClassOf gesli:ExportOrder ; rdfs:label "青岛出口订单"@zh . gesli:Port a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "港口"@zh . gesli:VesselVoyage a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "船名航次"@zh . gesli:OperationNode a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "操作节点"@zh . gesli:OrderAcceptanceNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "接单节点"@zh . gesli:BookingNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "订舱节点"@zh . gesli:SpaceReleaseNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "放舱节点"@zh . gesli:ContainerPickupOrderNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "打提柜单节点"@zh . gesli:TruckingNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "派车节点"@zh . gesli:ContainerLoadingNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "装箱节点"@zh . gesli:CustomsDeclarationNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "报关节点"@zh . gesli:CustomsReleaseNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "放行节点"@zh . gesli:TerminalReleaseNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "码放行节点"@zh . gesli:GateInNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "进港节点"@zh . gesli:VgmNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "VGM节点"@zh . gesli:SailingNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "开船节点"@zh . gesli:BillOfLadingNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "提单确认节点"@zh . gesli:ReconciliationNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "对账节点"@zh . gesli:PreAlertNode a owl:Class ; rdfs:subClassOf gesli:OperationNode ; rdfs:label "PA/Pre Alert/到港预告节点"@zh . gesli:ExceptionEvent a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "异常事件"@zh . gesli:CustomsException a owl:Class ; rdfs:subClassOf gesli:ExceptionEvent ; rdfs:label "报关异常"@zh . gesli:DocumentException a owl:Class ; rdfs:subClassOf gesli:ExceptionEvent ; rdfs:label "单证异常"@zh . gesli:BookingException a owl:Class ; rdfs:subClassOf gesli:ExceptionEvent ; rdfs:label "订舱异常"@zh . gesli:TransportException a owl:Class ; rdfs:subClassOf gesli:ExceptionEvent ; rdfs:label "运输异常"@zh . gesli:PortException a owl:Class ; rdfs:subClassOf gesli:ExceptionEvent ; rdfs:label "港区异常"@zh . gesli:FinanceException a owl:Class ; rdfs:subClassOf gesli:ExceptionEvent ; rdfs:label "费用异常"@zh . gesli:MissingDocumentException a owl:Class ; rdfs:subClassOf gesli:DocumentException ; rdfs:label "资料缺失异常"@zh . gesli:ContainerPickupOrderCutoffException a owl:Class ; rdfs:subClassOf gesli:DocumentException ; rdfs:label "截打提柜单异常"@zh . gesli:ContainerPickupFailureException a owl:Class ; rdfs:subClassOf gesli:TransportException ; rdfs:label "提不到柜子异常"@zh . gesli:CustomerCancellationException a owl:Class ; rdfs:subClassOf gesli:ExceptionEvent ; rdfs:label "客户取消异常"@zh . gesli:CustomsInspectionException a owl:Class ; rdfs:subClassOf gesli:CustomsException ; rdfs:label "海关查验异常"@zh . gesli:RolledShipmentException a owl:Class ; rdfs:subClassOf gesli:BookingException ; rdfs:label "甩柜异常"@zh . gesli:ScheduleChangeException a owl:Class ; rdfs:subClassOf gesli:BookingException ; rdfs:label "船期变更异常"@zh . gesli:FeeOverrunException a owl:Class ; rdfs:subClassOf gesli:FinanceException ; rdfs:label "费用超支异常"@zh . gesli:BillOfLadingDelayException a owl:Class ; rdfs:subClassOf gesli:DocumentException ; rdfs:label "提单延迟异常"@zh . gesli:Risk a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "风险"@zh . gesli:DangerousGoodsRisk a owl:Class ; rdfs:subClassOf gesli:Risk ; rdfs:label "危险品风险"@zh . gesli:CustomsClearanceRisk a owl:Class ; rdfs:subClassOf gesli:Risk ; rdfs:label "报关放行风险"@zh . gesli:ShippingRisk a owl:Class ; rdfs:subClassOf gesli:Risk ; rdfs:label "出运风险"@zh . gesli:ScheduleRisk a owl:Class ; rdfs:subClassOf gesli:Risk ; rdfs:label "船期风险"@zh . gesli:PortCutoffRisk a owl:Class ; rdfs:subClassOf gesli:Risk ; rdfs:label "截港风险"@zh . gesli:DocumentRisk a owl:Class ; rdfs:subClassOf gesli:Risk ; rdfs:label "单证风险"@zh . gesli:ProfitRisk a owl:Class ; rdfs:subClassOf gesli:Risk ; rdfs:label "利润风险"@zh . gesli:CustomerCommitmentRisk a owl:Class ; rdfs:subClassOf gesli:Risk ; rdfs:label "客户承诺风险"@zh . gesli:FeeItem a owl:Class ; rdfs:subClassOf gesli:BusinessObject ; rdfs:label "费用项目"@zh . gesli:belongsToCustomer a owl:ObjectProperty ; rdfs:label "属于客户"@zh . gesli:hasCarrier a owl:ObjectProperty ; rdfs:label "使用船公司(兼容旧关系)"@zh ; owl:deprecated true . gesli:hasCustomsBroker a owl:ObjectProperty ; rdfs:label "使用报关行"@zh . gesli:hasTruckingCompany a owl:ObjectProperty ; rdfs:label "使用车队"@zh . gesli:hasOwner a owl:ObjectProperty ; rdfs:label "责任人"@zh . gesli:hasProfile a owl:ObjectProperty ; rdfs:label "拥有画像"@zh . gesli:hasBasicInfo a owl:ObjectProperty ; rdfs:label "拥有往来单位基本信息"@zh . gesli:hasBusinessPartnerBasicInfo a owl:ObjectProperty ; rdfs:label "拥有往来单位基本信息"@zh . gesli:hasContact a owl:ObjectProperty ; rdfs:label "拥有往来单位联系人"@zh . gesli:hasBusinessPartnerContact a owl:ObjectProperty ; rdfs:label "拥有往来单位联系人"@zh . gesli:hasTradeProfile a owl:ObjectProperty ; rdfs:label "拥有贸易画像"@zh . gesli:hasCreditProfile a owl:ObjectProperty ; rdfs:label "拥有信用画像"@zh . gesli:hasServiceProfile a owl:ObjectProperty ; rdfs:label "拥有服务画像"@zh . gesli:hasTradingCounterparty a owl:ObjectProperty ; rdfs:label "拥有交易对象"@zh . gesli:hasCustomerCounterparty a owl:ObjectProperty ; rdfs:label "拥有客户方交易对象"@zh . gesli:hasSupplierCounterparty a owl:ObjectProperty ; rdfs:label "拥有供应商方交易对象"@zh . gesli:hasTransactionRecord a owl:ObjectProperty ; rdfs:label "拥有询价/交易记录"@zh . gesli:transactionCustomer a owl:ObjectProperty ; rdfs:label "交易所属客户"@zh . gesli:transactionCounterparty a owl:ObjectProperty ; rdfs:label "交易对象"@zh . gesli:hasPlatformSupplierProfile a owl:ObjectProperty ; rdfs:label "拥有平台供应商画像"@zh . gesli:hasPlatformSupplierBasicInfo a owl:ObjectProperty ; rdfs:label "拥有往来单位基本信息(平台供应商)"@zh . gesli:hasPlatformSupplierContact a owl:ObjectProperty ; rdfs:label "拥有往来单位联系人(平台供应商)"@zh . gesli:hasSupplierConcentrationProfile a owl:ObjectProperty ; rdfs:label "拥有供应商集中度画像"@zh . gesli:hasSupplierServiceCapabilityProfile a owl:ObjectProperty ; rdfs:label "拥有供应商总服务能力画像"@zh . gesli:hasSupplierPunctualityProfile a owl:ObjectProperty ; rdfs:label "拥有供应商准点与变更画像"@zh . gesli:hasSupplierSettlementProfile a owl:ObjectProperty ; rdfs:label "拥有平台供应商结算与信用画像"@zh . gesli:hasServiceBrand a owl:ObjectProperty ; rdfs:label "采用产品/服务品牌"@zh . gesli:hasProductPerformanceProfile a owl:ObjectProperty ; rdfs:label "拥有产品履约表现画像"@zh . gesli:authorizedForServiceBrand a owl:ObjectProperty ; rdfs:label "获授权销售产品/服务品牌"@zh . gesli:hasProductOffering a owl:ObjectProperty ; rdfs:label "拥有供应商产品关系"@zh . gesli:offeredBySupplier a owl:ObjectProperty ; rdfs:label "由平台供应商销售"@zh . gesli:offeringProduct a owl:ObjectProperty ; rdfs:label "供应商关系对应产品/服务"@zh . gesli:hasServiceProduct a owl:ObjectProperty ; rdfs:label "拥有产品/服务(兼容旧关系)"@zh ; owl:deprecated true . gesli:hasLocalUnit a owl:ObjectProperty ; rdfs:label "拥有本地服务单元"@zh . gesli:localUnitOf a owl:ObjectProperty ; rdfs:label "隶属于平台供应商主体"@zh . gesli:productSupplier a owl:ObjectProperty ; rdfs:label "产品所属平台供应商(兼容旧关系)"@zh ; owl:deprecated true . gesli:hasScheduledService a owl:ObjectProperty ; rdfs:label "拥有班期/运力实例"@zh . gesli:scheduleOfProduct a owl:ObjectProperty ; rdfs:label "班期对应具体产品/服务"@zh . gesli:hasSupplierQuote a owl:ObjectProperty ; rdfs:label "拥有平台供应商报价"@zh . gesli:quotedForOffering a owl:ObjectProperty ; rdfs:label "报价对应供应商产品关系"@zh . gesli:quoteAppliesToSchedule a owl:ObjectProperty ; rdfs:label "报价适用班期/运力实例"@zh . gesli:quotedForProduct a owl:ObjectProperty ; rdfs:label "报价对应产品/服务(兼容旧关系)"@zh ; owl:deprecated true . gesli:quotedBySupplier a owl:ObjectProperty ; rdfs:label "报价平台供应商"@zh . gesli:usesSupplierQuote a owl:ObjectProperty ; rdfs:label "使用平台供应商报价"@zh . gesli:selectedServiceProductRef a owl:ObjectProperty ; rdfs:label "选择的产品/服务对象"@zh . gesli:selectedSolutionRef a owl:ObjectProperty ; rdfs:label "选择的运输解决方案"@zh . gesli:selectedSupplierOffering a owl:ObjectProperty ; rdfs:label "选择的供应商产品关系"@zh . gesli:includesServiceProduct a owl:ObjectProperty ; rdfs:label "方案包含产品/服务"@zh . gesli:includesSupplierOffering a owl:ObjectProperty ; rdfs:label "方案包含供应商产品关系"@zh . gesli:usesServiceBrand a owl:ObjectProperty ; rdfs:label "使用产品/服务品牌"@zh . gesli:usesServiceProductRef a owl:ObjectProperty ; rdfs:label "使用具体产品/服务"@zh . gesli:usesSupplierOffering a owl:ObjectProperty ; rdfs:label "使用供应商产品关系"@zh . gesli:usesScheduledService a owl:ObjectProperty ; rdfs:label "使用班期/运力实例"@zh . gesli:hasShipment a owl:ObjectProperty ; rdfs:label "对应全球运输任务"@zh . gesli:hasShipmentLeg a owl:ObjectProperty ; rdfs:label "包含运输分段"@zh . gesli:nextLeg a owl:ObjectProperty ; rdfs:label "下一运输分段"@zh . gesli:previousLeg a owl:ObjectProperty ; rdfs:label "上一运输分段"@zh . gesli:hasAIRecommendedPrice a owl:ObjectProperty ; rdfs:label "拥有AI市场推荐价格"@zh . gesli:recommendedForProduct a owl:ObjectProperty ; rdfs:label "推荐价格对应产品/服务"@zh . gesli:recommendedForSolution a owl:ObjectProperty ; rdfs:label "推荐价格对应解决方案"@zh . gesli:basedOnMarketBenchmark a owl:ObjectProperty ; rdfs:label "依据市场基准价格"@zh . gesli:basedOnProductStrategy a owl:ObjectProperty ; rdfs:label "依据AI市场产品策略"@zh . gesli:premiumForCustomer a owl:ObjectProperty ; rdfs:label "溢价/优惠对应客户"@zh . gesli:basedOnAIRecommendedPrice a owl:ObjectProperty ; rdfs:label "依据AI市场推荐价格"@zh . gesli:hasCustomerPremiumDecision a owl:ObjectProperty ; rdfs:label "拥有客户溢价/优惠决策"@zh . gesli:hasCustomerQuote a owl:ObjectProperty ; rdfs:label "拥有客户最终报价"@zh . gesli:quoteForCustomer a owl:ObjectProperty ; rdfs:label "报价对应客户"@zh . gesli:quoteForSolution a owl:ObjectProperty ; rdfs:label "报价对应解决方案"@zh . gesli:usesRecommendedPrice a owl:ObjectProperty ; rdfs:label "采用AI市场推荐价格"@zh . gesli:usesPremiumDecision a owl:ObjectProperty ; rdfs:label "采用客户溢价/优惠决策"@zh . gesli:originPort a owl:ObjectProperty ; rdfs:label "起运港"@zh . gesli:destinationPort a owl:ObjectProperty ; rdfs:label "目的港"@zh . gesli:usesVesselVoyage a owl:ObjectProperty ; rdfs:label "使用船名航次"@zh . gesli:hasCurrentNode a owl:ObjectProperty ; rdfs:label "当前节点"@zh . gesli:hasException a owl:ObjectProperty ; rdfs:label "发生异常"@zh . gesli:hasRisk a owl:ObjectProperty ; rdfs:label "存在风险"@zh . gesli:hasFeeItem a owl:ObjectProperty ; rdfs:label "产生费用"@zh . gesli:affectsNode a owl:ObjectProperty ; rdfs:label "影响节点"@zh . gesli:mayCauseRisk a owl:ObjectProperty ; rdfs:label "可能导致风险"@zh . gesli:nextNode a owl:ObjectProperty ; rdfs:label "下一节点"@zh . gesli:previousNode a owl:ObjectProperty ; rdfs:label "上一节点"@zh . gesli:handledByRole a owl:ObjectProperty ; rdfs:label "负责角色"@zh . gesli:orderNo a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "订单号"@zh . gesli:status a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "状态"@zh . gesli:nodeSequence a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "节点顺序"@zh . gesli:deadlineName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "关键时限名称"@zh . gesli:plannedTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "计划时间"@zh . gesli:actualTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "实际完成时间"@zh . gesli:cutoffTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "截止时间"@zh . gesli:customsCutoffTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "截关时间"@zh . gesli:terminalCutoffTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "截港时间"@zh . gesli:vgmCutoffTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "VGM截止时间"@zh . gesli:estimatedSailingTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "预计开船时间"@zh . gesli:isCompleted a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:label "是否完成"@zh . gesli:isDelayed a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:label "是否超时"@zh . gesli:estimatedAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "预估金额"@zh . gesli:actualAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "实际金额"@zh . gesli:businessPartnerName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "往来单位名称"@zh . gesli:businessPartnerRole a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "往来单位角色"@zh . gesli:customerName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "客户名称(兼容旧字段)"@zh . gesli:country a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "国家"@zh . gesli:region a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "地区"@zh . gesli:businessRegistrationNo a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "工商登记号"@zh . gesli:taxNo a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "税号"@zh . gesli:contactName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "联系人姓名"@zh . gesli:contactRole a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "联系人角色"@zh . gesli:phone a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "电话"@zh . gesli:socialAccountType a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "社交账号类型"@zh . gesli:socialAccountNo a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "社交账号号码"@zh . gesli:quoteWinRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "报价成交率"@zh . gesli:dealPriceMarketPriceRatio a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "成交价市场价百分比"@zh . gesli:repeatPurchaseCount a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "复购次数"@zh . gesli:grossMarginRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "毛利率"@zh . gesli:grossMarginAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "毛利总额"@zh . gesli:selectedServiceProduct a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "选择的服务或产品"@zh . gesli:creditTermDays a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "账期天数"@zh . gesli:overdueDays a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "逾期天数"@zh . gesli:tradeTerms a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "交易条款"@zh . gesli:industry a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "行业"@zh . gesli:routeName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "航线"@zh . gesli:shipmentVolume a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "出货量"@zh . gesli:orderCount a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "订单数"@zh . gesli:seasonality a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "季节性"@zh . gesli:notificationRequirement a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "通知要求"@zh . gesli:documentRequirement a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "单证要求"@zh . gesli:exceptionResponseRequirement a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "异常响应要求"@zh . gesli:complaintRecordCount a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "投诉记录数"@zh . gesli:transactionNo a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "询价/交易记录号"@zh . gesli:inquiryNo a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "询价号"@zh . gesli:inquiryDate a owl:DatatypeProperty ; rdfs:range xsd:date ; rdfs:label "询价日期"@zh . gesli:quoteDate a owl:DatatypeProperty ; rdfs:range xsd:date ; rdfs:label "报价日期"@zh . gesli:isWon a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:label "是否成交"@zh . gesli:dealStatus a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "成交状态"@zh . gesli:quotedAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "报价金额"@zh . gesli:marketAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "市场参考金额"@zh . gesli:dealAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "成交金额"@zh . gesli:currency a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "币种"@zh . gesli:lossReason a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "未成交原因"@zh . gesli:supplierNature a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "供应商性质"@zh . gesli:platformSupplierType a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "平台供应商类型"@zh . gesli:branchRole a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "本地服务单元角色"@zh . gesli:serviceCountry a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "服务国家"@zh . gesli:serviceRegion a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "服务地区"@zh . gesli:serviceCity a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "服务城市"@zh . gesli:servicePort a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "服务港口/口岸"@zh . gesli:serviceScope a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "服务范围"@zh . gesli:supplierName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "平台供应商名称(兼容旧字段)"@zh . gesli:supplierRegistrationNo a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "平台供应商工商登记号(兼容旧字段)"@zh . gesli:supplierTaxNo a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "平台供应商税号(兼容旧字段)"@zh . gesli:qualificationCertificate a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "资质证书"@zh . gesli:isActivePartner a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:label "是否有效合作方"@zh . gesli:routeConcentrationRatio a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "航线集中度"@zh . gesli:productConcentrationRatio a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "产品集中度"@zh . gesli:serviceConcentrationRatio a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "服务集中度"@zh . gesli:primaryRouteName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "主要航线"@zh . gesli:primaryProductName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "主要产品"@zh . gesli:primaryServiceForm a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "主要服务形态"@zh . gesli:totalRouteCount a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "总航线数"@zh . gesli:totalProductCount a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "总产品数"@zh . gesli:totalServiceFormCount a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "总服务形态数"@zh . gesli:coveredTransportModes a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "覆盖运输方式"@zh . gesli:coveredRoutes a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "覆盖航线"@zh . gesli:coveredServiceForms a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "覆盖服务形态"@zh . gesli:etdAtdOnTimeRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "ETD对ATD准时率"@zh . gesli:etaAtaOnTimeRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "ETA对ATA准时率"@zh . gesli:scheduleDelayRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "班期延误率"@zh . gesli:scheduleChangeRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "班期更换率"@zh . gesli:routeChangeRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "路由变动率"@zh . gesli:averageDepartureDelayHours a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "平均起运延误小时数"@zh . gesli:averageArrivalDelayHours a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "平均到达延误小时数"@zh . gesli:settlementTermDays a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "供应商账期天数"@zh . gesli:prepaymentRequired a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:label "是否要求预付"@zh . gesli:feeDisputeCount a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "费用争议次数"@zh . gesli:productCode a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "产品编码"@zh . gesli:productName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "产品名称"@zh . gesli:brandCode a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "产品/服务品牌编码"@zh . gesli:brandName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "产品/服务品牌名称"@zh . gesli:offeringCode a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "供应商产品关系编码"@zh . gesli:offeringChannel a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "供应渠道"@zh . gesli:agencyLevel a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "代理等级/合作身份"@zh . gesli:capacityCommitment a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "运力/舱位承诺"@zh . gesli:bookingSuccessRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "订舱成功率"@zh . gesli:spaceReleaseSuccessRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "放舱成功率"@zh . gesli:serviceLevelCommitment a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "供应商服务承诺"@zh . gesli:scheduleCode a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "班期/运力实例编码"@zh . gesli:solutionCode a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "解决方案编码"@zh . gesli:solutionName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "解决方案名称"@zh . gesli:solutionType a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "解决方案类型"@zh . gesli:transportMode a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "运输方式"@zh . gesli:transportSubMode a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "运输细分方式"@zh . gesli:serviceForm a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "服务形态"@zh . gesli:routeType a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "直航或中转"@zh . gesli:transitPortName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "中转港/中转地"@zh . gesli:originLocation a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "起运地"@zh . gesli:destinationLocation a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "目的地"@zh . gesli:documentCutoffTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "截单时间"@zh . gesli:estimatedDepartureTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "预计起运时间"@zh . gesli:actualDepartureTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "实际起运时间"@zh . gesli:estimatedArrivalTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "预计到达时间"@zh . gesli:actualArrivalTime a owl:DatatypeProperty ; rdfs:range xsd:dateTime ; rdfs:label "实际到达时间"@zh . gesli:estimatedTransitDays a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "预估运输时间天数"@zh . gesli:actualTransitDays a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "实际运输时间天数"@zh . gesli:validFrom a owl:DatatypeProperty ; rdfs:range xsd:date ; rdfs:label "有效开始日期"@zh . gesli:validTo a owl:DatatypeProperty ; rdfs:range xsd:date ; rdfs:label "有效结束日期"@zh . gesli:supplierCostAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "平台供应商成本金额"@zh . gesli:quoteNo a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "报价编号"@zh . gesli:strategyCode a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "AI市场策略编码"@zh . gesli:strategyName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "AI市场策略名称"@zh . gesli:strategyObjective a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "AI市场策略目标"@zh . gesli:strategyEnabled a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:label "策略是否启用"@zh . gesli:strategyStatus a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "策略状态"@zh . gesli:activationCondition a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "策略启用条件"@zh . gesli:governanceScope a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "份额治理范围"@zh . gesli:supplierShareFloorRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "供应商份额下限"@zh . gesli:supplierShareCeilingRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "供应商份额上限"@zh . gesli:dominantSupplierAlertRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "单一供应商集中度预警线"@zh . gesli:minimumQualifiedSupplierCount a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "最少合格供应商数量"@zh . gesli:marketBenchmarkAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "市场基准价格金额"@zh . gesli:aiRecommendedAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "AI市场推荐价格金额"@zh . gesli:allowedQuoteLowerAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "允许报价下限"@zh . gesli:allowedQuoteUpperAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "允许报价上限"@zh . gesli:customerPremiumRate a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "客户溢价/优惠率"@zh . gesli:customerPremiumAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "客户溢价/优惠金额"@zh . gesli:loyaltyTransactionCount a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:label "忠诚度重复交易次数"@zh . gesli:salespersonAdjustmentAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "业务员授权调整金额"@zh . gesli:finalQuoteAmount a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "客户最终报价金额"@zh . gesli:pricingExplanation a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "定价解释"@zh . gesli:portToPortTransitDays a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "港到港运输时间天数"@zh . gesli:doorToDoorTransitDays a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "全程运输时间天数"@zh . gesli:pickupLocation a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "提货地"@zh . gesli:deliveryLocation a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "送货地"@zh . gesli:cargoName a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "货名"@zh . gesli:dangerousGoodsClass a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:label "危货等级"@zh . gesli:cargoVolume a owl:DatatypeProperty ; rdfs:range xsd:decimal ; rdfs:label "货量"@zh .