Re: SKOS/Datasets

Ross Singer wrote:
> On Wed, Mar 3, 2010 at 9:59 AM, Kingsley Idehen <kidehen@openlinksw.com> wrote:
>
>   
>> Ross,
>>
>> Are you able to add a <link/> based reference to the master RDF resource
>> from <http://purl.org/NET/marccodes/> ?
>>     
>
> I'm not exactly sure what you're asking for here (there is no RDF
> representation, currently, at that level), but suggestions and
> recommendations are welcome.
>   
But you can use <link/> to guide user agents to associated RDF resources.
>> Also, please add a relation to your RDF doc that connects it to the entities
>> it describes. To demonstrate the point:
>>
>> 1.
>> http://linkeddata.uriburner.com/about/html/http/marccodes.heroku.com/countries/aa
>> -- attempts to describe the RDF document, but it isn't in any relation re.
>> the triples it hosts
>> 2.
>> http://linkeddata.uriburner.com/ode/?uri%5B%5D=http%3A%2F%2Flinkeddata.uriburner.com%2Fabout%2Fid%2Fentity%2Fhttp%2Fmarccodes.heroku.com%2Fcountries%2Faa&
>>  -- Explores the RDF docs content
>>
>>     
>
> This is doable.  I have a "best practices" question, in return.  If
> the client requests the hash-URI, should this resource still be
> returned?
>   What is the preferred predicate in each direction?
> foaf:primaryTopic/foaf:isPrimaryTopicOf?
>   
You will only be able to return the resource at the address part of the 
URI. Thus, you can use a hash URI for the relation between the container 
resource (the RDF doc) and the things it describes e.g.

Statement options:

@prefix : <http://xyz/code/x.rdf#> .
@prefix aa: <http://purl.org/NET/marccodes/gacs/e-aa#> .
@prefix wdrs: <http://www.w3.org/2007/05/powder-s#> .

:location wdrs:describedby :this

and/or:

:this foaf:primarytopic :location

Kingsley
> Thanks,
> -Ross.
>
>   


-- 

Regards,

Kingsley Idehen	      
President & CEO 
OpenLink Software     
Web: http://www.openlinksw.com
Weblog: http://www.openlinksw.com/blog/~kidehen
Twitter/Identi.ca: kidehen 

Received on Wednesday, 3 March 2010 16:16:06 UTC