CARVIEW |
Select Language
HTTP/2 200
date: Fri, 10 Oct 2025 08:56:03 GMT
content-length: 1022
cf-ray: 98c4e6fde917c537-BLR
last-modified: Fri, 24 Aug 2007 02:16:05 GMT
etag: "3fe-4386896d2e340"
content-md5: fmz7fmfRk8rZs1dJnjKCQw==
cache-control: max-age=21600
expires: Fri, 10 Oct 2025 14:56:03 GMT
x-backend: www-mirrors
x-request-id: 98c4e6fde917c537
strict-transport-security: max-age=15552000; includeSubdomains; preload
content-security-policy: frame-ancestors 'self' https://cms.w3.org/ https://cms-dev.w3.org/; upgrade-insecure-requests
cf-cache-status: BYPASS
accept-ranges: bytes
set-cookie: __cf_bm=Qj6CW6AnIqhMoGb7l6qLcGwE0EntacrLylMelhpRDHk-1760086563-1.0.1.1-.XNuXrfgFYQ.sUv.uYipOr72rB4F_RJdsSOfxHMgBe6LDBymCeoLtBVufaZx9Zw4iZnlJKP1vbKZpji5f.TkMEdzLgd23NFS7o5A6PcpKmg; path=/; expires=Fri, 10-Oct-25 09:26:03 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
vary: Accept-Encoding
server: cloudflare
alt-svc: h3=":443"; ma=86400
wsmlVariant _"https://www.wsmo.org/wsml/wsml-syntax/wsml-full"
namespace { _"https://example.org#",
dc _"https://purl.org/dc/elements/1.1#",
onto _"https://example.org/ontology#",
wsml _"https://www.wsmo.org/wsml/#"
}
ontology _"https://www.example.org/ontologies/example"
axiom inputRule definedBy
?p[packageWeight hasValue ?w, address hasValue ?a] memberOf onto#package
and
wsml#lessEqual(?w,50)
and
?a[deliveryContinent hasValue ?c] memberOf onto#address
and
(wsml#equal(?c, "Europe") or wsml#equal(?c, "North America"))
and
?d[date hasValue ?dt] memberOf onto#delivery
and
?dt[deliveryHour hasValue ?h, day hasValue ?deliveryDay] memberOf onto#date
and
wsml#greaterEqual(?h,"07:00")
and
wsml#lessEqual(?h,"20:00")
and
?order[day hasValue ?orderDay] memberOf onto#order
and
numericGreaterThan(wsml#subtract\-dateTimes\-yielding\-day(?deliveryDay, ?orderDay),2).