- From: Sebastian Hellmann <hellmann@informatik.uni-leipzig.de>
- Date: Sun, 23 Sep 2012 08:42:29 +0200
- To: semantic-web <semantic-web@w3.org>, public-lod <public-lod@w3.org>
Dear lists, We are currently looking to deploy a medium sized data set as linked data: http://thedatahub.org/dataset/masc Solution 1: The easiest would actually be to have a script, that makes one RDF/XML file per subject URI. This would generate quite a lot of files (didn't count them yet), which we could simply move to an Apache web /var/www/ . The URIs would bluntly end on ".rdf" , e.g http://www.anc.org/graf/MASC-1.0.3/110CYL069/CYL069_vc.rdf without HTML or content negotiation (both are not requirements for linked data, right?) Solution 2: Optionally, the folder would contain an .htaccess for content negotiation and either an xsl template for rendering html or pre-rendered html files, so that: http://www.anc.org/graf/MASC-1.0.3/110CYL069/CYL069_vc redirect to 303 for RDF: http://www.anc.org/graf/MASC-1.0.3/110CYL069/CYL069_vc.rdf 303 for HTML: http://www.anc.org/graf/MASC-1.0.3/110CYL069/CYL069_vc.html Here are my questions: 1. Is this feasible or best practice? I am not sure, how many files can be handled, efficiently by Apache. 2. Is there a conversion script, somewhere, that produces one RDF/XML file per subject URI? 3. Is there some generic XSL template for rendering RDF as HTML? 4. Alternatively, is there a script somewhere that converts RDF to a pre-rendered HTML representation? It would be nice, if we were able to just give data owners the data, we converted for them, as a zip file and say: please unzip in your /var/www to have linked data. All the best, Sebastian -- Dipl. Inf. Sebastian Hellmann Department of Computer Science, University of Leipzig Events: * http://sabre2012.infai.org/mlode (Leipzig, Sept. 23-24-25, 2012) * http://wole2012.eurecom.fr (*Deadline: July 31st 2012*) Projects: http://nlp2rdf.org , http://dbpedia.org Homepage: http://bis.informatik.uni-leipzig.de/SebastianHellmann Research Group: http://aksw.org
Received on Sunday, 23 September 2012 06:43:16 UTC