We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb2910 commit c077f1dCopy full SHA for c077f1d
README.md
@@ -2,14 +2,24 @@
2
3
A Rust library & CLI for reading RDFa data from HTML.
4
5
-## Installation
+### Installation
6
7
```console
8
$ cargo install html2rdf-cli
9
```
10
11
-## CLI usage
+### CLI usage
12
13
14
$ html2rdf http://games.porg.es/games/tic-tac-toe
15
16
+
17
+## Goals & Support
18
19
+Currently, html2rdf supports (most of) RDFa 1.1. It may support some of RDFa 1.0 but this has not been properly tested.
20
21
+Missing features are:
22
+- XML output is not canonicalized at all
23
+- (optional) RDF entailment is not performed
24
25
+Eventually, html2rdf will also implement Microdata and JSON-LD, but this has not been started at all.
0 commit comments