- From: Dan Connolly <connolly@w3.org>
- Date: Fri, 20 Oct 2000 17:27:17 -0500
- To: www-rdf-interest@w3.org
> From: Lee Jonas (lee.jonas@cakehouse.co.uk)
> Date: Tue, Oct 17 2000
> Can anyone point me at some examples?
RDF Syntax: An XML Schema Approach
in progress Aug 2000
http://www.w3.org/2000/07/DAML-0-5-syntax
> I am having difficulty reconciling XML Schema's tendancy to presume you are
> defining a single vocabulary (hence a single 'targetNamespace') with RDF's
> "feature(?)" of mixing and matching RDF, RDFS & specific RDF(S) namespaces
> (e.g. the Dublin Core).
You need an XML Schema document for each namespace;
they can be combined straightforwardly
(using import).
]
--
bind default <http://www.w3.org/People/Connolly/kb>
<mailto:connolly@w3.org> is mailbox of
[a Person; called "Dan Connolly";
affiliation [ a Consortium; called "W3C";
homePage <http://www.w3.org> ];
homePage <http://www.w3.org/People/Connolly/>;
]
Received on Friday, 20 October 2000 18:27:20 UTC