- From: Frederick Giasson <fred@fgiasson.com>
- Date: Thu, 29 Nov 2007 10:49:36 -0500
- To: Steve Harris <steve.harris@garlik.com>
- Cc: Chris Bizer <chris@bizer.de>, Semantic Web Interest Group <semantic-web@w3.org>
Hi Steve, Good initiative! However a couple of things: First I would suggest that you validate the syntax of "http://qdos.com/schema#" using: "http://www.rdfabout.com/demo/validator/" > The links to eg. wikipedia use the property > <http://qdos.com/schema#wikipedia>, is there something we can usefully > make those properties a subPropertyOf? I would have liked to use the > FOAF site membership properties, but they're unhelpful for the > particular data we're trying to handle. > Not sure it is a good idea to make it a sub property of anything considering how you described the q:wikipedia property. Also, I would suggest that you use rdfs:domain and rdfs:range to restrict the use of these properties. Otherwise, with the current state of the ontology; I can use any of these properties to relate any resource with any resource :) so, currently I can say: <foaf:Person> <q:ebay> <foaf:Person> This has no meaning with the current definition. Is there are documentation about the creation of this ontology? Would like to know what are modules, why you described all these properties to the rdf:Property properties, etc. Take care, Fred
Received on Thursday, 29 November 2007 15:51:07 UTC