W3C-HCLSIG / HCLSDatasetDescriptions

7 stars 13 forks source link

VOID deployment #83

Closed VladimirAlexiev closed 9 years ago

VladimirAlexiev commented 9 years ago

I think the spec should address VOID deployment, in the case where the dataset is deployed on a SPARQL and/or RDF (Linked Data Platform) server. It could recommend the following.

  1. Put the description in <server>/void.ttl, as per http://www.w3.org/TR/void/#void-file
  2. Provide 302-redirect from <server>/.well-known/void to the above, as per http://www.w3.org/TR/void/#well-known
  3. Link to the dataset with the statements below
  4. Return the VOID info in sd:defaultDatasetDescription as per http://www.w3.org/TR/void/#sparql-sd

For 3:

<server>/.well-known/void  foaf:primaryTopic :dataset.
:dataset void:sparqlEndpoint <server>/sparql.

Note: 1,2,3 are implemented for the Getty vocabs, see http://vocab.getty.edu/doc/#VOID_Deployment. 3 is justified in that document. And we'll likely implement 4.

AlasdairGray commented 9 years ago

How about we refer people to the VoID Note Section?

KimJBaran commented 9 years ago

As discussed: include a sentence in the note addressing points 1 and 4 and refer to VOID deployment for further information.

Link suggested by Alasdair during call: http://www.w3.org/TR/void/#deploying