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>)  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  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=&quot;dcterms:identifier&quot;&gt;<br>
        &lt;rdfs:domain rdf:resource=&quot;#MediaResource&quot;/&gt;<br>
    &lt;/owl:DatatypeProperty&gt;<br>
    <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=&quot;#Identifier&quot;&gt;<br>        &lt;rdf:type rdf:resource=&quot;owl:FunctionalProperty&quot;/&gt;<br>        &lt;owl:equivalentProperty rdf:resource=dcterms:identifier&quot;/&gt;<br>
        &lt;rdfs:domain rdf:resource=&quot;#MediaResource&quot;/&gt;<br>        &lt;rdfs:range rdf:resource=&quot;xsd:anyURI&quot;/&gt;<br> &lt;/owl:DatatypeProperty&gt;<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  imported and resolved.  Does  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  in itself...<br>
<br>Thanks<br><br>Bob<br>p.s. I&#39;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>&gt;</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. </div><div><br></div><div>For
good data provenance you need a crystal ball. 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. If we only knew how tall the photographer was we could .....
 Which version of which software library compiled on which architecture
was used to compress this image? Without a crystal ball you have to
record everything just incase and I figure the law
of diminishing 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&#39;t.  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&#39;t.   I hope people will join that discussion.  At the simplest level, what we do is use DC (and other standards) URI&#39;s for the URI of the term we are adopting.  Some DC remains very vague and sloppy, even in the 2008 revision.  The current &quot;controversy&quot; 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>&gt;</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&#39;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&#39;t see this happening. In the meantime, I&#39;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 </li><li>All files should be openable in 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 &#39;Bricks&#39; and as such <b>import or reference no other files, classes or individuals</b>. e.g. TaxonName does not mention a higher &#39;Name&#39; object in the class hierarchy.</li>
 <li>Other files are &#39;Mortar&#39;. 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&#39;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 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 acquiescence on the grounds that any movement is better than none -  though I don&#39;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> Roger Hyam - Project Officer WP4</div><div> Pan European Species Infrastructure</div><div> +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: <a href="http://www.facebook.com/profile.php?id=1112517192" target="_blank">http://www.facebook.com/profile.php?id=1112517192</a></div><div>Twitter: <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>