Skip to content

An RDF dataset used by http:https://purl.org/NET/marccodes/, represented as Turtle documents for collaborative editing.

Notifications You must be signed in to change notification settings

rsinger/LinkedMARCCodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Linked Data MARC Codes data
=======================

This project contains the source data for http:https://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:https://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:https://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:

<http:https://purl.org/NET/marccodes/gacs/a-af#location> <http:https://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http:https://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> .
<http:https://purl.org/NET/marccodes/gacs/a-af#location> <http:https://www.w3.org/2004/02/skos/core#prefLabel> "Afghanistan"@en .
<http:https://purl.org/NET/marccodes/gacs/a-af#location> <http:https://www.w3.org/2002/07/owl#sameAs> <http:https://sws.geonames.org/1149361/> .
<http:https://purl.org/NET/marccodes/gacs/a-af#location> <http:https://www.w3.org/2002/07/owl#sameAs> <http:https://dbpedia.org/resource/Afghanistan> .
<http:https://purl.org/NET/marccodes/gacs/a-af#location> <http:https://www.w3.org/2002/07/owl#sameAs> <info:lc/vocabulary/gacs/a-af> .
<http:https://purl.org/NET/marccodes/gacs/a-af#location> <http:https://umbel.org/umbel#isAbout> <http:https://dbpedia.org/resource/Category:Afghanistan> .
<http:https://purl.org/NET/marccodes/gacs/a-af#location> <http:https://purl.org/dc/terms/isPartOf> <http:https://purl.org/NET/marccodes/gacs/a#location> .
<http:https://purl.org/NET/marccodes/gacs/a-af#location> <http:https://www.w3.org/2004/02/skos/core#notation> "a-af" .

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

About

An RDF dataset used by http:https://purl.org/NET/marccodes/, represented as Turtle documents for collaborative editing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published