|
How do we identify Versions of an Abstract Dataset? |
There are a lot of conversion:version_identifiers that look like
"2010-Dec-09" and dataset URIs that have "version/2010-Dec-09". What
does that date mean? Does it have to be a... |
Now being maintained at https://github.com/timrdf/csv2rdf4lod-automation/wiki/Conversion-process-... |
1 |
|
What conventions should we use when choosing conversion:source_identifier, conversion:dataset_identifier, and conversion:version_identifier? |
Consistent naming conventions makes working with our data easier.<br> |
Now being maintained at https://github.com/timrdf/csv2rdf4lod-automation/wiki/Conversion-process-... |
2 |
|
For each dataset, where should I get the actual RDF? |
<br> |
While the URIs of an Abstract Dataset take the form of, e.g.,
http://logd.tw.rpi.edu/source/census... |
3 |
|
What happened on 12-13 Dec 2010? |
<p><em>Clarify what changes were made to LOGD (processes, triplestore(s), etc) over the weekend 10-12 Dec that broke applications on 13 Dec and what was done to solve the problem(s)</... |
MY QUESTION:
I'd like the team to explain with as much clarity as possible:
What changes were made... |
4 |
|
Which csv2rdf4lod source-me.sh should I use on LOGD? |
<p>csv2rdf4lod controls its behavior by a set of shell environment variables, set in source-me.sh (and viewable with cr-vars.sh). Do we use variables beyond the default? If so, where is LOGD... |
source /work/data-gov/v2010/csv2rdf4lod/source-me-bulk-compress-convert.sh before converting and... |
5 |
|
Why is csv2rdf4lod's cr-create-convert-sh.sh not creating a script, instead just printing it out? |
I'm trying to create the conversion script using:<br>
cr-create-convert-sh.sh manual/*.csv<br>
<br>
<br>
And its not being created. I get this instead:<br>
#!/... |
Add the write flag:
cr-create-convert-sh.sh -w manual/*.csv |
6 |
|
How to delete content? |
How it is possible to remove content from LOGD? |
Contributor users can remove their own content only. For Editors, it is possible to remove other... |
7 |
|
need instruction for adding creating a new version for dataset 92 |
I need the latest version of dataset 92. Would you mind show me a<br>
step-by-step shell command for creating a new version for dataset 92? |
ssh to logd
$ source /work/data-gov/v2010/csv2rdf4lod/source-me-bulk-compress-convert.sh
$ cd
/... |
8 |
|
How to I set up a csv2rdf4lod directory for a non data-gov dataset? |
Although csv2rdf4lod's <span style="font-family: Courier New,Courier,monospace;">dg-create-dataset-dir.sh</span> can be used to set up a csv2rdf4lod directory for a data-... |
mkdir -p source/[source-identifier]/[dataset-identifier]/version/[version-identifier]/source
cd... |
9 |
|
Enabling LOGD team to manually edit dataset metadata (esp. when empty) |
Our conversion process leads to some datasets being listed without some critical metadata. How can we enter metadata manually? |
Our semi-automated conversion process leads to some datasets being listed without some critical... |
10 |