Re: Service description schema

Beside the SIOC option, would something like this work for you?

<some-resource> rdfs:seeAlso <http://sparql.example/endpoint> .
<http://sparql.example/endpoint> a sparql:Endpoint .

Not creating a new property, but reusing a class that surely must
already exist out there.

Jacek



On Tue, 2009-08-11 at 07:12 +0100, Steve Harris wrote:
> I'm acutely aware of the dangers of scope creep, but one thing I think  
> we ought to be able to say is something like:
> 
> <some-resource> sparql:seeEndpoint <http://sparql.example/endpoint> .
> 
> ie. an equivalent of rdfs:seeSlso, but with slightly stronger  
> semantics, and meaning that there's a SPARQL endpoint at the object  
> URI, that has some information about the the resource in the subject.
> 
> It's something we needed to be able to say when building the FAOF  
> Builder (http://foafbuilder.qdos.com/), but weren't able to. In the  
> end we settled for rdfs:seeAlso, which is a pretty bad fit.
> 
> - Steve
> 

Received on Tuesday, 11 August 2009 16:38:46 UTC