Formats

Formats are the types of data that GraphArch can process. Things to document can come from any number of sources providing data in a variety of formats, structures, and protocols.

  1. RDF File
  2. Markdown File
  3. JSON File
  4. CSV File
  5. XML File
  6. YAML File
  7. TOML File
  8. git
  9. SPARQL
  10. Cypher
  11. GSQL
  12. GraphQL
  13. SQL

Obviously, the primary focus is on RDF data, either retrieved via SPARQL queries or loaded from files in formats like Turtle, RDF/XML, N-Triples, JSON-LD, etc.

But other kinds of data could be supported as well, even non-RDF files such as JSON, CSV, XML, YAML, TOML, Parquet, again there’s no limit, as long as someone writes a plugin for it to support it.

  1. Markdown
  2. JSON
  3. CSV
  4. XML
  5. YAML
  6. TOML