- From: Garret Wilson <garret@globalmentor.com>
- Date: Sat, 9 Mar 2002 09:15:24 -0500
- To: <www-rdf-validator@w3.org>
report=The parser doesn't seem to like my use or <rdfs:comment>.
Garret Wilson
GlobalMentor, Inc.
garret@globalmentor.com
RDF=<?xml version="1.0">
<?xml version="1.0" encoding="UTF-8"?>
<xpackage:description
xmlns:xpackage="http://openebook.org/namespaces/package/2002/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:rddl="http://www.rddl.org/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<rdf:RDF>
<rddl:namespace rdf:about="http://www.ibiblio.org/xml/ns/recipe">
<dc:title>Resource Document for Recipes using XPackage</dc:title>
<rdfs:comment>
This namespace describes an XML application for
recipes adapted from an example in Chapters 12
and 13 of <cite>XML in a Nutshell</cite>
by Elliotte Rusty Harold and W. Scott Means.
The XPackage version was created by Garret Wilson
of <a href="http://www.globalmentor.com">GlobalMentor,
Inc.</a>.
</rdfs:comment>
<dc:creator>Elliotte Rusty Harold</dc:creator>
<dc:rights>Copyright 2001 Elliotte Rusty Harold</dc:rights>
<dc:creator>Garret Wilson</dc:creator>
<dc:rights>Copyright 2002 GlobalMentor, Inc.</dc:rights>
<dc:date>2002-03-06</dc:date>
<rddl:dtd rdf:resource="urn:public-id:-//Elliotte%20Rusty%20Harold//DTD%20Recipe%200.91//EN"/>
<xpackage:style rdf:resource="http://www.ibiblio.org/xml/styles/recipe.css"/>
</rddl:namespace>
<xpackage:resource rdf:about="urn:public-id:-//Elliotte%20Rusty%20Harold//DTD%20Recipe%200.91//EN">
<rdfs:label>DTD for validation</rdfs:label>
<xpackage:location xlink:href="http://www.ibiblio.org/xml/dtds/recipe.dtd"/>
<xpackage:contentType>text/xml-dtd</xpackage:contentType>
</xpackage:resource>
<xpackage:resource rdf:about="http://www.ibiblio.org/xml/styles/recipe.css">
<rdfs:label>CSS Style Sheet for Recipes</rdfs:label>
<xpackage:location xlink:href="http://www.ibiblio.org/xml/styles/recipe.css"/>
<xpackage:contentType>text/css</xpackage:contentType>
</xpackage:resource>
</rdf:RDF>
</xpackage:description>
Received on Saturday, 9 March 2002 12:35:11 UTC