LinkedMARCCodes
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:An RDF dataset used by http://purl.org/NET/marccodes/, represented as Turtle documents for collaborative editing.
Linked Data MARC Codes data
=======================

This project contains the source data for http://purl.org/NET/marccodes/

The files are RDF/Turtle fragments that represent the graph found at the analogous URI (e.g. codes/gacs/a-af.ttl is the data for http://purl.org/NET/marccodes/gacs/a-af).  All files in a directory share the same PREFIX.ttl, which would need to be concatenated with the graph file to make a valid turtle document.

The data is being shared in github so that others can contribute links/data/etc.  It is an experiment to see how well a service like github can work for collaboratively managing datasets.

To edit a resource, clone the repository, make your changes, check to make sure your change results in valid RDF (and says what you think you're saying) using a tool like rapper (http://librdf.org/raptor/rapper.html).

For example:
  $ cat ./gacs/PREFIX.ttl ./gacs/a-af.ttl | rapper -q -i turtle -o ntriples - ./

should produce something that looks like:

   .
  "Afghanistan"@en .
   .
   .
   .
   .
   .
  "a-af" .

If you are satisfied with your edits, send me a pull request (http://help.github.com/pull-requests/) and, assuming the assertions are legit, I'll add them to the site.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。