User dorian taylor - Semantic Overflowmost recent 30 from http://www.semanticoverflow.com2010-09-09T18:45:09Zhttp://www.semanticoverflow.com/feeds/user/223http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://www.semanticoverflow.com/questions/345/is-there-a-suitable-predicate-to-define-a-recommended-namespace-prefixIs there a suitable predicate to define a recommended namespace prefix?Dorian Taylor2009-11-24T12:32:37Z2009-11-24T12:43:48Z
<p>Suppose I had a resource which was ultimately a namespace, e.g. <<a href="http://xmlns.com/foaf/0.1/" rel="nofollow">http://xmlns.com/foaf/0.1/</a>>.</p>
<p>Is anyone aware of an existing vocab that enables me to say the following?</p>
<pre><code><http://xmlns.com/foaf/0.1/> ns:prefix "foaf" .
</code></pre>
<p>Once upon a time I found a sort of data-housekeeping schema buried in some ancient Java source code (Jena maybe?) that did this, but it didn't dereference.</p>