CARVIEW |
Select Language
HTTP/2 200
date: Thu, 09 Oct 2025 18:36:54 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 17:27:10 GMT
cache-control: max-age=2592000, public
expires: Sat, 08 Nov 2025 18:36:54 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98bffc72edbbe9c3
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: EXPIRED
set-cookie: __cf_bm=5CBnGvb8JX1ev4FzUq46cKMTVRg5QQn_Dj2zGSywDBQ-1760035014-1.0.1.1-ELAyaIjU.Rqd21nvMuldoQDqyZNH4J4ku8RfXt8HJ7tkl2.gkLv88f_PhulwAbZzSDVgm9v4oj0SO2Vm6ZUr2kRLy1dxgofjUuIPyNyVPV0; path=/; expires=Thu, 09-Oct-25 19:06:54 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98bffc72edbbe9c3-BLR
alt-svc: h3=":443"; ma=86400
XML in RDF in XML via XSLT: an infoset implementation from Dan Connolly on 2000-08-13 (www-rdf-interest@w3.org from August 2000)
XML in RDF in XML via XSLT: an infoset implementation
- From: Dan Connolly <connolly@w3.org>
- Date: Sun, 13 Aug 2000 07:20:02 -0500
- To: www-xml-infoset-comments@w3.org, www-rdf-interest@w3.org, jonathan@openhealth.org
- Message-ID: <39969272.F750E457@w3.org>
This is a little raw, but given the recent interest in the infoset and RDF in xml-dev lately https://lists.xml.org/archives/xml-dev/200008/msg00173.html -> https://www.openhealth.org/XSet/xml.xml I think it's timely to release it now; Share and Enjoy: https://www.w3.org/XML/2000/04rdf-parse/content.xsl It takes piece of XML content (i.e. stuff matching the content production, like you might find inside a parseType="literal" element in RDF) and represents it in RDF, per the schema in the infoset spec. I haven't integrated it into the rest of https://www.w3.org/XML/2000/04rdf-parse/rdfp.xsl but I plan to shortly. This highlights some of the differences between the infoset data model and the XPath data model, since I'm using XPath to destructure the input. I think it also clarifies some stuff about how xml:lang fits into the RDF model, and about how XML Schema datatypes (and structured types, for that matter) fit with RDF. anyway... I have just one rough example of the output now https://www.w3.org/XML/2000/04rdf-parse/test-content.xml which is the output of running content.xsl on https://www.w3.org/XML/2000/04rdf-parse/ex2.rdf Running it over the whole thing, that is, not just the contents of a parseType="literal" element. I don't think I can post to xml-dev, but if anybody wants to forward this there, please do. Also... www-rdf-interest folks might notice that the components in the XML Schema spec form a "directed, labelled graph". I hope to write an XSLT script that extracts that graph in RDF. Bonus points to anybody who beats me to it. A concern is that the properties in the XML schema spec aren't explicitly given URI names (though they are implicitly given URI names, via anchors in the actual HTML document). -- Dan Connolly, W3C https://www.w3.org/People/Connolly/
Received on Sunday, 13 August 2000 08:20:34 UTC