CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 04:02:48 GMT
content-type: text/turtle; charset=utf-8
content-length: 1147
cf-ray: 98cb76c96aade084-BLR
last-modified: Fri, 26 Jan 2007 13:33:45 GMT
etag: "47b-427f193ac8040"
content-md5: fqkcMoRgJy6NLwensf4Fwg==
cache-control: max-age=21600
expires: Sat, 11 Oct 2025 10:02:48 GMT
vary: Origin, Accept-Encoding
access-control-allow-origin: *
x-backend: www-mirrors
x-request-id: 98cb76c96aade084
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=CEyEOP0KydtAocv49nRW_tAKBv2RS0TbiDT6HdgFO50-1760155368-1.0.1.1-mcdbFjlASLMO6j0ls9bGMrwpSD2Y4OCD9V6rGE9UlJCKUwCV4ejxTf0PXRC6ALIiGhXqeP0WrpcMz8lUDvfDv50qBim3alaj8GNSMW.XXII; path=/; expires=Sat, 11-Oct-25 04:32:48 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
alt-svc: h3=":443"; ma=86400
# Example SAWSDL schemaMapping file -- XSD to RDF via SPDL.
@prefix spat: .
@prefix foaf: .
@prefix order: .
@prefix : .
@prefix xsd1: .
# SPARQL annotations:
:OReq spat:SPAT
'_:req :hasCustomer
[ a :Customer;
:hasCustomerName
[ a :Name;
:hasLexicalRespresentation xpath(concat(order:firstName, " ", order:lastName)) ] ] .' .
:item spat:SPAT
'_:req a :OrderRequest;
:hasLineItems
[ a :LineItem;
:hasPart
[ a :part;
:hasPartCode
[ a :partNum;
:hasLexicalRespresentation xpath(order:itemCode) ] ];
:hasDueDate
[ a :date;
:hasLexicalRespresentation xpath(order:dueDate) ];
:hasQuantity xpath(order:quantity)^^xsd:float;
:hasBillingInfo xpath(order:billingInfo)^^xsd1:POBilling; ] .' .