Abstract protocol URIs

When you moved the protocol WD from monkeyfist.com to w3.org
I expected these URIs to change as well:

 tag:monkeyfist.com,2004-10-13:/sparql-p/abstract/operation/query

The vocabulary of operations is pretty clearly a namespace,
and W3C has a policy for namespace URIs
  http://www.w3.org/1999/10/nsuri

EricP, I'm pretty sure you won't be able to publish without
fixing this.

Then, since it's good practice* to make available a representation
of this namespace, and RDF is handy for describing resources,
we might as well use it to describe the abstract protocol, ala:

@prefix p: <http://www.w3.org/2004/sparql/prot#>.
@prefix dt: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: ...
@prefix owl: ...

p:getGraph
 util:inputTypes (
   OperationPoint
   [ owl:unionOf (
      owl:Nothing # optional
      p:OperationTarget
      p:OperationTargetSet
    ) ]
 ).


and so on.




* http://www.w3.org/TR/webarch/#pr-namespace-documents


-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/
D3C2 887B 0F92 6005 C541  0875 0F91 96DE 6E52 C29E

Received on Tuesday, 21 December 2004 03:40:47 UTC