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 and structures.

  1. RDF File
  2. Markdown File
  3. git
  4. SPARQL
  5. Cypher
  6. GSQL
  7. GraphQL
  8. 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