|
I looked everywhere
I could think of, and saw no examples or discusion of how SMW supports rdfs
subproperties.
There would have to
be a sub-relation analogous to subCategory, but I found no references to this,
nor to any workaround where by this may be supported.
Thanks
Michael
========================== ----------------------------------------------------
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Semediawiki-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/semediawiki-user |
|
Uschold, Michael F wrote:
> I looked everywhere I could think of, and saw no examples or discusion > of how SMW supports rdfs subproperties. > There would have to be a sub-relation analogous to subCategory, but I > found no references to this, nor to any workaround where by this may be > supported. If you look in the code, it seems people are thinking about it... MediaWiki doesn't have anything that maps directly to rdfs:subproperty, but you're free to create your own Relation:subproperty_of and use http://ontoworld.org/wiki/Help:Import_vocabulary to export it in RDF as rdfs:subPropertyOf. (subClassOf is not listed in http://ontoworld.org/wiki/MediaWiki:Smw_import_rdfs, so you can't currently do this on ontoworld.org.) Would you use it to say, e.g. Relation:isManufacturedFrom is a subproperty of Relation:ManufacturingInvolves ? -- =S ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Semediawiki-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/semediawiki-user |
|
Thanks.
The classic example of subProperties is: "brother is a subproperty of sibling". Because every pair of brothers is also a pair of siblings. I don't know the exact meaning of your predicates, but if it is true that Forall X, Y IF X isManufacturedFrom Y then it necessarily follows that X ManufacturingInvolves Y. Then the subpropertyOf holds, by definition. Michael ========================== Michael Uschold M&CT, Phantom Works 425 373-2845 [hidden email] ========================== ---------------------------------------------------- COOL TIP: to skip the phone menu tree and get a human on the phone, go to: http://gethuman.com/tips.html -----Original Message----- From: S Page [mailto:[hidden email]] Sent: Monday, August 13, 2007 3:34 PM To: Uschold, Michael F Cc: [hidden email] Subject: Re: [Semediawiki-user] Does SMW have any support for rdfs:subproperty? Uschold, Michael F wrote: > I looked everywhere I could think of, and saw no examples or discusion > of how SMW supports rdfs subproperties. > There would have to be a sub-relation analogous to subCategory, but I > found no references to this, nor to any workaround where by this may > be supported. If you look in the code, it seems people are thinking about it... MediaWiki doesn't have anything that maps directly to rdfs:subproperty, but you're free to create your own Relation:subproperty_of and use http://ontoworld.org/wiki/Help:Import_vocabulary to export it in RDF as rdfs:subPropertyOf. (subClassOf is not listed in http://ontoworld.org/wiki/MediaWiki:Smw_import_rdfs, so you can't currently do this on ontoworld.org.) Would you use it to say, e.g. Relation:isManufacturedFrom is a subproperty of Relation:ManufacturingInvolves ? -- =S ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Semediawiki-user mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/semediawiki-user |
| Powered by Nabble | Edit this page |
