https://github.com/google/cayley
Revision 243214c801c26d9b36436ed3d92d4ed18298b309 authored by Matt Mc on 17 July 2018, 23:28:33 UTC, committed by Denys Smirnov on 17 July 2018, 23:28:33 UTC
* Added some basic terms

* Added definition of morphism

* Improved formatting.

* Added definition of IRI and improved definition of RDF.

* Removed "this notion of a quad..." from the definition of Quad.

* Added a lot of definitions and sequenced them.

* Added an actual definition for "token".

* Re-sequenced and clarified some definitions.
1 parent 945c425
Raw File
Tip revision: 243214c801c26d9b36436ed3d92d4ed18298b309 authored by Matt Mc on 17 July 2018, 23:28:33 UTC
Begin the Glossary (#728)
Tip revision: 243214c
.relego.yaml
build:
  - platform: src
  - platform: linux
    arch:
      - amd64
      - arm64
      - arm
      - "386"
  - platform: darwin
    arch:
      - "386"
      - amd64
  - platform: windows
    arch:
      - "386"
      - amd64
ld:
  versionPath: "github.com/cayleygraph/cayley/version.Version"
  buildDatePath: "github.com/cayleygraph/cayley/version.BuildDate"
  gitHashPath: "github.com/cayleygraph/cayley/version.GitHash"
mains:
  - "./cmd/cayley"
include:
  - README.md
  - LICENSE
  - AUTHORS
  - CONTRIBUTORS
  - docs
  - static
  - templates
  - cayley_example.yml
  - data
outputDir: "$GOPATH/bin"
back to top