User dorian taylor - Semantic Overflow most recent 30 from http://www.semanticoverflow.com 2010-09-09T18:45:09Z http://www.semanticoverflow.com/feeds/user/223 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://www.semanticoverflow.com/questions/345/is-there-a-suitable-predicate-to-define-a-recommended-namespace-prefix Is there a suitable predicate to define a recommended namespace prefix? Dorian Taylor 2009-11-24T12:32:37Z 2009-11-24T12:43:48Z <p>Suppose I had a resource which was ultimately a namespace, e.g. &lt;<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>&lt;http://xmlns.com/foaf/0.1/&gt; 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>