Skip to content

Commit c077f1d

Browse files
committed
Update README
1 parent 4eb2910 commit c077f1d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,24 @@
22

33
A Rust library & CLI for reading RDFa data from HTML.
44

5-
## Installation
5+
### Installation
66

77
```console
88
$ cargo install html2rdf-cli
99
```
1010

11-
## CLI usage
11+
### CLI usage
1212

1313
```console
1414
$ html2rdf http://games.porg.es/games/tic-tac-toe
1515
```
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

Comments
 (0)