valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

commit 6c5d56f404a0acc653c8b8238b76a822709962e6
parent e4e3e4a27ea016264c843a624c554abb4332d89b
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Wed, 21 Aug 2019 18:25:51 -0500

Json schema using repo (#576)

* experiment 2

* remove single json-schema page, not working

Diffstat:
Mdocs/SUMMARY.md | 2+-
Mdocs/specification/protege-spec.md | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md @@ -36,7 +36,7 @@ * [Classes and Properties](specification/protege-spec.md) * [External terms](specification/external-terms.md) * [Graphql Reference](https://github.com/valueflows/vf-graphql/tree/master/lib/schemas) -* [JSON-schema Reference](specification/json-schema-ref.md) +* [JSON-schema Reference](https://github.com/valueflows/vf-json-schema/tree/master/schemas) ## Examples diff --git a/docs/specification/protege-spec.md b/docs/specification/protege-spec.md @@ -14,4 +14,4 @@ For the current rdf turtle file reference, [click here](https://raw.githubuserco ### Complete References -For a complete reference, see the [UML diagram](https://valueflo.ws/specification/diagrams/uml.html), which also documents the appropriate rdf namespace for each element. Also the [graphql reference](https://github.com/valueflows/vf-graphql/tree/master/lib/schemas) includes the entire vocabulary in a non-rdf format, as does the [json-schema reference](https://valueflo.ws/specification/json-schema-ref.html). +For a complete reference, see the [UML diagram](https://valueflo.ws/specification/diagrams/uml.html), which also documents the appropriate rdf namespace for each element. Also the [graphql reference](https://github.com/valueflows/vf-graphql/tree/master/lib/schemas) includes the entire vocabulary in a non-rdf format, as does the [json-schema reference](https://github.com/valueflows/vf-json-schema/tree/master/schemas).