- From: Bijan Parsia <bparsia@isr.umd.edu>
- Date: Tue, 13 Apr 2004 09:43:20 -0400
- To: public-sws-ig <public-sws-ig@w3.org>
Service.owl I notice that there are still rdfs:comments of the sort below: <owl:Class rdf:ID="Service"> <rdfs:label>Service</rdfs:label> <rdfs:comment>See comments above</rdfs:comment> </owl:Class> The "above" refers to XML comments physically above this bit of text in the XML file. Of course, they all disappear once loaded into an RDF store, and order isn't preserved anyway. I would like the substantive comments moved from XML comments to the corresponding rdfs:comments. While this would be good policy everywhere, at the very least we should *delete* the rdfs:comments in their current form as they don't really make sense. Cheers, Bijan.
Received on Tuesday, 13 April 2004 09:43:49 UTC