You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JDT is an ORM implementation of the current [Thing Description](https://www.w3.org/TR/wot-thing-description/) model standardised by the [W3C Web of Things group](https://www.w3.org/WoT/). The current features are:
5
5
* Serialise:
@@ -11,8 +11,9 @@ The JDT is an ORM implementation of the current [Thing Description](https://www.
11
11
* Translate a set of RDF triples into its equivalent JSON-LD framed document
12
12
* Validation
13
13
* Validate a JTD using [SHACL shapes](https://www.w3.org/TR/shacl/)
14
-
* Validate a JTD using [JSON schema](https://json-schema.org/) **(coming soon)**
15
-
* Validate a JTD according to the [restrictions specified in the standard](https://www.w3.org/TR/wot-thing-description/) **(coming soon)**
14
+
* Validate a JTD using [JSON schema](https://json-schema.org/) **(coming soon)**
15
+
* Validate a JTD according to the [restrictions specified in the standard](https://www.w3.org/TR/wot-thing-description/) **(coming soon)**
16
+
16
17
17
18
If you have any feedback or feature suggestion, please let us know posting an issue with the label <spanstyle="color:#EFA914">**feedback**</span>
18
19
@@ -41,16 +42,16 @@ Import the JDTs library as a maven dependency, **be sure to specify the latest v
41
42
<dependency>
42
43
<groupId>es.upm.fi.oeg</groupId>
43
44
<artifactId>wot-jtd</artifactId>
44
-
<version>0.2.1</version>
45
+
<version>0.2.2</version>
45
46
</dependency>
46
47
```
47
48
48
49
Alternatively, the dependency can be installed manually. First, download the latest jar from the [releases section](), and then install the dependency as follows (**be sure to specify the latest version**):
Check our [Maven Central Repository page](https://search.maven.org/artifact/es.upm.fi.oeg/wot-jtd/0.2.1/jar) to discover other installation options like Gradle Groovy or Kotlin, Scala, and others.
54
+
Check our [Maven Central Repository page](https://search.maven.org/artifact/es.upm.fi.oeg/wot-jtd/0.2.2/jar) to discover other installation options like Gradle Groovy or Kotlin, Scala, and others.
##### Using restrictions in the model (*comming soon*)
160
161
162
+
161
163
### Support or Contact
162
164
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/).
0 commit comments