valueflows

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

commit 238f5c9504c2041897c966ad1302910050b7afeb
parent 73b8f1f45d6c454574c5e0c98dee4f18b4608eb8
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Sat, 17 Oct 2015 08:23:52 -0500

Merge pull request #72 from valueflows/owl-inverse-of

add `inverseOf` to context
Diffstat:
Mcontext.jsonld | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/context.jsonld b/context.jsonld @@ -12,6 +12,7 @@ "labelMap": { "@id": "skos:prefLabel", "@container": "@language" }, "note": "skos:note", "noteMap": { "@id": "skos:note", "@container": "@language" }, + "inverseOf": "owl:inverseOf", "subject": { "@id": "vf:subject", "@type": "@id" }, "relationship": { "@id": "vf:relationship", "@type": "@id" }, "object": { "@id": "vf:object", "@type": "@id" }