- From: by way of <Olivier.Corby@sophia.inria.fr>
- Date: Sun, 31 Mar 2002 13:32:22 -0500
- To: www-rdf-comments@w3.org
[freed from spam trap -rrs]
Date: Fri, 29 Mar 2002 04:12:07 -0500 (EST)
From: Olivier Corby <Olivier.Corby@sophia.inria.fr>
Message-Id: <200203290910.g2T9AgM17551@primo.inria.fr>
To: www-rdf-comments@w3.org
There are two errors in the p3p rdf schema,
http://www.w3.org/TR/p3p-rdfschema/
:
<rdfs:Class rdf:about="&p3p;PolicyRefResource">
<rdfs:label xml:lang="en">Policy Reference Resource</rdfs:label>
<rdfs:comment xml:lang="en">
A collection of, or a single, PolicyReference
</rdfs:comment>
<rdfs:subClassOf rdf:resource="&rdfs;PolicyResource"/>
<!-- ********** should be &p3p;PolicyResource -->
</rdfs:Class>
<rdfs:Class rdf:about="&p3p;RecipientClass">
<rdfs:label xml:lang="en">recipient class</rdfs:label>
<rdfs:comment xml:lang="en">
A class of legal entities, or domains, beyond the
service provider and its agents where data may be
distributed
</rdfs:comment>
<rdfs:subClassOf rdf:resource="rdfs:Class"/>
<!-- *********** should be &rdfs;Class -->
</rdfs:Class>
Olivier.
---
Olivier Corby, Acacia project, INRIA Sophia Antipolis
email : Olivier.Corby@sophia.inria.fr tel : +33 4 92 38 78 71
http://www.inria.fr/acacia/personnel/corby
Received on Sunday, 31 March 2002 13:34:03 UTC