Skip to content

Commit ad58dcc

Browse files
Merge branch 'master' into master
2 parents 8a05a83 + 25a3e44 commit ad58dcc

File tree

2 files changed

+3
-38
lines changed

2 files changed

+3
-38
lines changed

.github/workflows/deploy-release.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ The JDT is an ORM implementation of the current [Thing Description](https://www.
99
* Round trip-translation:
1010
* Translate from a JSON-LD framed document into a set of equivalent RDF triples
1111
* Translate a set of RDF triples into its equivalent JSON-LD framed document
12-
* Validation **(coming soon)**
12+
* Validation
1313
* Validate a JTD using [SHACL shapes](https://www.w3.org/TR/shacl/)
1414
* Validate a JTD using [JSON schema](https://json-schema.org/) **(coming soon)**
1515
* Validate a JTD according to the [restrictions specified in the standard](https://www.w3.org/TR/wot-thing-description/) **(coming soon)**
1616

17+
1718
If you have any feedback or feature suggestion, please let us know posting an issue with the label <span style="color:#EFA914">**feedback**</span>
1819

1920
## Table of contents
@@ -161,3 +162,4 @@ ValidationReport shapeReport = JTD.validateWithShape(thing, shapesGraph);
161162

162163
### Support or Contact
163164
WoT-JTD was created by [Andrea Cimmino](https://scholar.google.es/citations?user=_6U9WMcAAAAJ&hl=es&oi=ao) ([email protected]) and [Raúl García Castro](http://garcia-castro.com/) ([email protected]) at the [Universidad Politécnica de Madrid](https://www.upm.es/) in the research group [Ontology Engineering Group](https://oeg.fi.upm.es/).
165+

0 commit comments

Comments
 (0)