<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi Bob,</div><div><br></div><div>I think these are general OWL questions that belong on OWL message boards. If you would like to go and frame it there, expand your mind and come back and tell us the answer that would be great. But here are my thoughts anyhow.</div><div><br></div><div>Firstly why are we defining dcterms:identifier as having a domain of MediaResource? This entails, for any importing ontology, that&nbsp;dcterms:identifier is a property of&nbsp;MediaResource and therefore something that has a&nbsp;dcterms:identifier <b>is</b> a&nbsp;MediaResource.&nbsp;</div><div><br></div><div>[An analogy: if&nbsp;hasTopping &nbsp;has the domain Pizza and range PizzaTopping we are safe to assume that if "VeggieWopper hasTopping Onion" then a VeggieWopper is a Pizza and a&nbsp;Onion&nbsp;is a kind of&nbsp;PizzaTopping. If they aren't we get an inconsistency.]</div><div><br></div><div>Presumably dcterm:identifier could be used for lots of things that aren't&nbsp;MediaResources that might be imported into our ontologies. We don't want to assert that these other things are also MediaResources so we shouldn't assert that&nbsp;dcterms:identifier has a domain of&nbsp;MediaResources.</div><div><br></div><div>This is why DC don't specify a range - so you can apply it to anything without asserting what kind of thing it is.</div><div><br></div><div>We don't have to define a domain for&nbsp;dcterms:identifier&nbsp;for people to tag MediaResources with it. They can just do it. They may use all sorts of vocabularies to assert things about their MediaResources.</div><div><br></div><div>The problem that I don't have a compelling answer to is: How do we tell people we would like them to tag their instances of MediaResource with&nbsp;dcterms:identifier without entailing anything in our ontology?&nbsp;</div><div><br></div><div>The only answer I have to this question is: Documentation and examples - which isn't sexy and compelling.</div><div><br></div><div>One could go down the subPropertyOf route to make our own property with the domain of MediaResource but I feel uncomfortable with this as we are not subclassing the meaning of&nbsp;dcterms:identifier - I presume we really do mean it in the sense of Dublin Core.</div><div><br></div><div>The rule of thumb is: Think before you assert. If in doubt don't assert anything.&nbsp;All those aphorisms about he who keeps quite knows the most probably apply to ontologies. Small succinct statements are the most powerful. - So why isn't this post shorter I hear you say :)</div><div><br></div><div>Hope this helps,</div><div><br></div><div>Roger</div><div><br></div><br><div><div>On 14 May 2009, at 14:35, Bob Morris wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Yes, and I am trying to get my head around this in my early attempts to OWLify MRTG. This actually brings me to an owl design question I immediately ran into. Until the point of applying a reasoner, it is not supposed to matter whether referenced ontologies are resolvable or not, but with Protege4 I found it easier to import the third party ontologies that I wanted to reference. Protege 4 resolves imports if the URI is a URL to some RDF. This made it easier for me to see how MRTG issues should relate to, e.g. dc issues in my desire to capture the informally stated relationships we put in the MRTG normative document (i.e. vocabularies in <a href="http://www.keytonature.eu/wiki/MRTG_Schema_v0.7">http://www.keytonature.eu/wiki/MRTG_Schema_v0.7</a>)&nbsp; I am still left with the following design question:<br> <br>Loosely, the question is: to capture an intent to re-use something like dc, should an ontology locally retarget&nbsp; the original property by restricting its domain, or should it define a new property and declare it to be owl:equivalentProperty to the original. For example, MRTG has an Identifier attribute of a MediaResource that is supposed to uniquely identify the resource. <br> <br>One possibility is <br><br> &lt;owl:DatatypeProperty rdf:about="dcterms:identifier"><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;rdfs:domain rdf:resource="#MediaResource"/><br> &nbsp;&nbsp;&nbsp; &lt;/owl:DatatypeProperty><br> &nbsp;&nbsp;&nbsp; <br>This would let MRTG instance documents really reference dcterms:identifier and sidestep any mapping requirements in integration with resources already described by dc. It would also prohibit a MRTG valid description of a MediaResource have no other use of dcterms:identifier, which is probably a Good Thing for reasoning.<br> <br><br>Another is (note upper case I in Identifier)<br><br>&lt;owl:DatatypeProperty rdf:about="#Identifier"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;rdf:type rdf:resource="owl:FunctionalProperty"/><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;owl:equivalentProperty rdf:resource=dcterms:identifier"/><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;rdfs:domain rdf:resource="#MediaResource"/><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;rdfs:range rdf:resource="xsd:anyURI"/><br>&nbsp;&lt;/owl:DatatypeProperty><br><br>Is it easy to give a simple example of an axiom that would be consistent with one of these and inconsistent with another? <br> <br>If in fact they are logically equivalent, is one of them better than the other on some other grounds? <br><br>Assume that dcterms is&nbsp; imported and resolved.&nbsp; Does&nbsp; the owl:equivalentProperty guarantee these two models must be logically equivalent?<br> <br>For purposes of this question, ignore for the moment that dcterms:identifier actually has range xsd:Literal and is not declared a FunctionalProperty in the 2008 dcterms rdf. Also, pretend that it has the same range type that MRTG is after...a not entirely clear issue&nbsp; in itself...<br> <br>Thanks<br><br>Bob<br>p.s. I'm thinking that MRTG wiki needs some pages about modeling and representation and that questions like this belong there and/or on some related, more general, TDWG wiki... but which?<br><br> <br><div class="gmail_quote">On Thu, May 14, 2009 at 8:37 AM, Roger Hyam <span dir="ltr">&lt;<a href="mailto:rogerhyam@mac.com">rogerhyam@mac.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div style=""><div><br></div><div>Bob,</div><br><div><br></div><div>There is a difference between namespace re-use and importing of ontologies. When it comes to inference it depends on whether your inference engine goes off and pulls in the ontologies associated with the namespace or whether you override it in some way.&nbsp;</div><div><br></div><div>For good data provenance you need a crystal ball.&nbsp;Only after the event do you know what information should have been recorded in order to enable you to answer that all important question that has only now occurred to you.&nbsp;If we only knew how tall the photographer was we could ..... &nbsp;Which version of which software library compiled on which architecture was used to compress this image?&nbsp;Without a crystal ball you have to record everything just incase and I figure the law of&nbsp;diminishing&nbsp;returns kicks in pretty quickly.</div><div><br></div><div>Roger</div><div><div></div><div class="h5"><div><br></div><div><br></div><br><div><div>On 12 May 2009, at 15:28, Bob Morris wrote:</div><br><blockquote type="cite"> Sometimes DC works and sometimes it doesn't.&nbsp; See <a href="http://www.keytonature.eu/wiki/MRTG_Schema_v0.7" target="_blank">http://www.keytonature.eu/wiki/MRTG_Schema_v0.7</a> where we spent and continue to spend a lot of effort to sort out (in the case of multimedia resources) what does and doesn't.&nbsp;&nbsp; I hope people will join that discussion.&nbsp; At the simplest level, what we do is use DC (and other standards) URI's for the URI of the term we are adopting.&nbsp; Some DC remains very vague and sloppy, even in the 2008 revision.&nbsp; The current "controversy" on the MRTG wiki is whether too much complexity gets introduced by trying to provide for data provenance. To me, this is an issue very important for science data, but only somewhat so in the communities classically served by DC---the cultural artifacts community possibly being the biggest exception.<br> <br>Bob<br><br><br><div class="gmail_quote">On Tue, May 12, 2009 at 10:17 AM, Roderic Page <span dir="ltr">&lt;<a href="mailto:r.page@bio.gla.ac.uk" target="_blank">r.page@bio.gla.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div>Dear Roger,<div><br></div><div>This is probably off topic (and maybe I missed something), but it really worries me that much of the TDWG vocabulary is unique to TDWG. Journal publishers are busy pumping out Dublin Core and PRISM (sometimes with FOAF). I'm trying to link this to records nomenclators pump out. I seem to recall some statement that where possible TDWG would reuse existing vocabularies, but I don't see this happening. In the meantime, I'm busy mapping our idiosyncratic vocabulary to that used by publishers.</div> <div><br></div><div>Regards</div><div><br></div><div>Rod</div><div><br></div><div><br></div><div><br></div><div><br></div><div><div><div><div></div><div><div>On 12 May 2009, at 09:59, Roger Hyam wrote:</div><br> </div></div> <blockquote type="cite"><div><div></div><div><div>Hi All,<div><br></div><div>I need to do some work on the Taxon Name and Taxon Concept vocabularies and believe I have come up with a good way of organising the TDWG ontology space (everything within http:/<a href="http://rs.tdwg.org/ontology" target="_blank">rs.tdwg.org/ontology</a>).</div> <div><br></div><div>The following are the changes I suggest:</div><div><br></div><div><ul><li>All files should be OWL DL compliant&nbsp;</li><li>All files should be openable in&nbsp;Protege 4 (I believe this is now good enough to use for editing these small ontologies)</li> <li>We take a highly structured modular approach I call this the Bricks and Mortar design pattern</li><ul><li>Some files are 'Bricks' and as such <b>import or reference no other files, classes or individuals</b>. e.g. TaxonName does not mention a higher 'Name' object in the class hierarchy.</li> <li>Other files are 'Mortar'. These files import Bricks and stipulate relationships between things. Because we are using OWL it is easy to define things like the class hierarchy or the range of a property in a separate file to the file the original class or property was defined in.</li> <li>This pattern gives us maximum re-usability as the same Brick could be used in different ways. It does not bind us to any one implementation of one object.</li><li>An example of the usage pattern would be to define TaxonName, TaxonConcept, Rank, NomenclaturalCode as separate bricks that don't reference each other at all then create a TCS ontology that imports these 4 bricks and defines their relationships.</li> </ul><li>We move to some other method of presenting the ontologies on line - possibly the OWLDoc plug-in for Protege. This would lose us the branded look we have at the moment but would be more flexible and consistent in the long run.</li> </ul><div><br></div><div>As I need to do this for the TaxonName TaxonConcept vocabularies I volunteer to do manage the space this year if people are happy going down this route.</div><div><br></div><div>From the point of view of deployed systems (the nomenclators) there may be a need for a&nbsp;namespace change on some properties but I would review what is in use and this would be trivial - if necessary at all.</div> <div><br></div><div>What do you think? I will take silence as&nbsp;acquiescence on the grounds that any movement is better than none - &nbsp;though I don't suppose I will get round to doing anything about changes till after e-Biosphere in June.</div> <div><br></div><div>All the best,</div><div><br></div><div>Roger</div><div><br></div></div><div><div> <span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div> <span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div> <div><br>-----------------------------------------------------</div><div>&nbsp;Roger Hyam - Project Officer WP4</div><div>&nbsp;Pan European Species Infrastructure</div><div>&nbsp;+44 75 90 60 80 16</div><div>-----------------------------------------------------</div> </div></span><br></div></span><br></span><br> </div><br></div></div></div></div><div>_______________________________________________<br>tdwg-tag mailing list<br><a href="mailto:tdwg-tag@lists.tdwg.org" target="_blank">tdwg-tag@lists.tdwg.org</a><br> <a href="http://lists.tdwg.org/mailman/listinfo/tdwg-tag" target="_blank">http://lists.tdwg.org/mailman/listinfo/tdwg-tag</a><br></div></blockquote></div><br><div> <span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div> <span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div> <span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div> <span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div> <span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div> <div>---------------------------------------------------------</div><div>Roderic Page</div><div>Professor of Taxonomy</div><div>DEEB, FBLS</div><div>Graham Kerr Building</div><div>University of Glasgow</div><div>Glasgow G12 8QQ, UK</div> <div><br></div><div>Email: <a href="mailto:r.page@bio.gla.ac.uk" target="_blank">r.page@bio.gla.ac.uk</a></div><div>Tel: +44 141 330 4778</div><div>Fax: +44 141 330 2792</div><div>AIM: <a href="mailto:rodpage1962@aim.com" target="_blank">rodpage1962@aim.com</a></div> <div>Facebook:&nbsp;<a href="http://www.facebook.com/profile.php?id=1112517192" target="_blank">http://www.facebook.com/profile.php?id=1112517192</a></div><div>Twitter:&nbsp;<a href="http://twitter.com/rdmpage" target="_blank">http://twitter.com/rdmpage</a></div> <div>Blog: <a href="http://iphylo.blogspot.com" target="_blank">http://iphylo.blogspot.com</a></div><div>Home page: <a href="http://taxonomy.zoology.gla.ac.uk/rod/rod.html" target="_blank">http://taxonomy.zoology.gla.ac.uk/rod/rod.html</a></div> <div><br></div><div><br></div></div></span></div></span></div></span><br></div></span><br></div></span><br> </div><br></div></div><br>_______________________________________________<br> tdwg-tag mailing list<br> <a href="mailto:tdwg-tag@lists.tdwg.org" target="_blank">tdwg-tag@lists.tdwg.org</a><br> <a href="http://lists.tdwg.org/mailman/listinfo/tdwg-tag" target="_blank">http://lists.tdwg.org/mailman/listinfo/tdwg-tag</a><br> <br></blockquote></div><br><br clear="all"><br>-- <br>Robert A. Morris<br>Professor of Computer Science<br> UMASS-Boston<br><a href="mailto:ram@cs.umb.edu" target="_blank">ram@cs.umb.edu</a><br><a href="http://bdei.cs.umb.edu/" target="_blank">http://bdei.cs.umb.edu/</a><br> <a href="http://www.cs.umb.edu/%7Eram" target="_blank">http://www.cs.umb.edu/~ram</a><br> <a href="http://www.cs.umb.edu/%7Eram/calendar.html" target="_blank">http://www.cs.umb.edu/~ram/calendar.html</a><br>phone (+1)617 287 6466<br> _______________________________________________<br>tdwg-tag mailing list<br><a href="mailto:tdwg-tag@lists.tdwg.org" target="_blank">tdwg-tag@lists.tdwg.org</a><br> <a href="http://lists.tdwg.org/mailman/listinfo/tdwg-tag" target="_blank">http://lists.tdwg.org/mailman/listinfo/tdwg-tag</a><br></blockquote></div><br></div></div><div> <span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div style=""> <span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div style=""> <span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div style=""> <div>-------------------------------------------------------------<br>Roger Hyam<br><a href="mailto:Roger@BiodiversityCollectionsIndex.org" target="_blank">Roger@BiodiversityCollectionsIndex.org</a><br><a href="http://www.BiodiversityCollectionsIndex.org/" target="_blank">http://www.BiodiversityCollectionsIndex.org</a><br> -------------------------------------------------------------</div><div>Royal Botanic Garden Edinburgh</div><div>20A Inverleith Row, Edinburgh, EH3 5LR, UK</div><div>Tel: +44 131 552 7171 ext 3015</div><div>Fax: +44 131 248 2901</div> <div><div style="margin: 0px;"><a href="http://www.rbge.org.uk/" target="_blank">http://www.rbge.org.uk/</a></div></div><div>-------------------------------------------------------------</div><div><div><br></div></div></div> </span></div></span><br></div></span><br> </div><br></div></blockquote></div><br><br clear="all"><br>-- <br>Robert A. Morris<br>Professor of Computer Science<br>UMASS-Boston<br><a href="mailto:ram@cs.umb.edu">ram@cs.umb.edu</a><br> <a href="http://bdei.cs.umb.edu/">http://bdei.cs.umb.edu/</a><br><a href="http://www.cs.umb.edu/~ram">http://www.cs.umb.edu/~ram</a><br><a href="http://www.cs.umb.edu/~ram/calendar.html">http://www.cs.umb.edu/~ram/calendar.html</a><br> phone (+1)617 287 6466<br> _______________________________________________<br>tdwg-tag mailing list<br><a href="mailto:tdwg-tag@lists.tdwg.org">tdwg-tag@lists.tdwg.org</a><br>http://lists.tdwg.org/mailman/listinfo/tdwg-tag<br></blockquote></div><br><div> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br class="Apple-interchange-newline">-----------------------------------------------------</div><div>&nbsp;Roger Hyam - Project Officer WP4</div><div>&nbsp;Pan European Species Infrastructure</div><div>&nbsp;+44 75 90 60 80 16</div><div>-----------------------------------------------------</div></div></span><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline"></span><br class="Apple-interchange-newline"> </div><br></body></html>