RE: Bug with subclassed collections

> SiRPAC 1.10 seems to have a bug with subclassed collections.
> 
> When I run org.w3c.rdf.SiRPAC with the following RDF file, I get the
> following error message twice: "Cannot nest Listitem inside Description"
> 
> 
> Here's the test RDF file:
> 
> 	<rdf:RDF 
> 		xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
> 		xmlns="testSchema#">
> 
> 		<Multivalue rdf:ID="SubjectValue">
> 			<rdf:li>ABC</rdf:li>
> 			<rdf:li>DEF</rdf:li>
> 		</Multivalue>
> 
> 	</rdf:RDF>
> 
> Here's a corresponding RDF schema file, testSchema:
> 
> 	<rdf:RDF xml:lang="en"
> 		xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
> 
> 	
> xmlns:rdfs="http://www.w3.org/TR/1999/PR-rdf-schema-19990303#"> 
> 
> 		<rdfs:Class rdf:ID="Multivalue">
> 			<rdfs:subClassOf
> rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"/>
> 		</rdfs:Class>
> 
> 	</rdf:RDF>
> 
> 
> Is this really a bug, and, if so, when can this be fixed?  Thanks a lot.
> 
> 
> Samuel C. Yang
> syang@peoplemoverinc.com
> 

Received on Friday, 19 March 1999 16:22:56 UTC