fadmaa / grefine-rdf-extension

An extension to Google Refine that enables graphical mapping of Google Refine project data to an RDF skeleton and then exporting it in RDF format
http://refine.deri.ie
Other
94 stars 55 forks source link

enhancement request for outputting RDF #28

Open ghost opened 13 years ago

ghost commented 13 years ago

I would like to have a separate output file for every subject in my generated rdf.

E.g.

... would lead to file 10003100.rdf when asking for rdf/xml output and to file 10003100.ttl when asking for ttl output. Every file would contain the triples with http://www.rubenianum.be/artefact/10003100 as subject. And the triples related to blank nodes used as object. rdf:valuewol en zijde; 352 x 507 cm/rdf:value /rdf:Description
cygri commented 13 years ago

You could achieve this by loading the generated RDF into a triple store, and running a DESCRIBE query (or CONSTRUCT) for each subject.

ghost commented 13 years ago

Thanks for the respons. Having done this in the past using SPARQLMotion to loop over all entities of a certain type and then doing for each a SPARQL CONSTRUCT and outputting the result to the file system in rdf, ttl and n3.

I'll explain the context of my question. I'm looking for a system that can be used by small cultural heritage institutions with no staff nor budget for getting the minimum of linked data publishing functionalities coming from a push on the button with no intermediate steps needed.