Skip to content

endoli/rdf-syntax-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rdf-syntax-support

Build Status

This repository stores source files, build infrastructure, and tests for syntax definitions for various formats used for RDF data.

These definitions are used to generate files that are accepted by:

Currently, we are working on support for Turtle syntax, but plan to add support for N3, TriG, N-Triples, N-Quads, and probably additional formats.

Building

First, install syntaxdev and any other required packages by running:

npm install .

Then to generate the syntax definitions:

npm run build

Or to run the tests:

npm test

Contributing

Many things are still missing and there's a lot to do! Feel free to dig in!

  • File an issue first to discuss what you'd like to do.
  • Add your name to the CONTRIBUTORS.rst file.
  • Make sure you add tests for your changes.
  • Submit a clean pull request (no merge commits, no extra commits, and keep changes restricted to the purpose of the commit). Do ask for help if needed at this stage.

Useful Reading

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published