CARVIEW |
Select Language
HTTP/2 200
date: Thu, 09 Oct 2025 21:44:48 GMT
content-type: text/turtle; charset=utf-8
content-length: 1147
cf-ray: 98c10fb74dca6f7a-BLR
last-modified: Fri, 26 Jan 2007 13:33:45 GMT
etag: "47b-427f193ac8040"
content-md5: fqkcMoRgJy6NLwensf4Fwg==
cache-control: max-age=21600
expires: Fri, 10 Oct 2025 03:44:48 GMT
vary: Origin, Accept-Encoding
access-control-allow-origin: *
x-backend: www-mirrors
x-request-id: 98c10fb74dca6f7a
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=4ROs3yLzFtryR3lCQHIep0ELh07qiOpMwufiu47UCDk-1760046288-1.0.1.1-6rYXfmiPBWA2YyhQvKioB3e8OeQ_JVQdQ9DO5_021OLdKK84zOiJ8mL7j_OY55VORUw4jMlaK.pqxVwh40NeCsHyOJy1PXky11MpSTzPNKc; path=/; expires=Thu, 09-Oct-25 22:14: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; ] .' .