Skip to content

Commit 79a0bd2

Browse files
committed
bugfix
1 parent 64fcb4b commit 79a0bd2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

lib-rdfa/src/constants.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,10 @@ lazy_static::lazy_static! {
120120
("v","http://rdf.data-vocabulary.org/#"),
121121
("vcard","http://www.w3.org/2006/vcard/ns#"),
122122
("schema","http://schema.org/"),
123-
("powders","http://www.w3.org/2007/05/powder-s#"),
124-
("xvoc","http://www.w3.org/1999/xhtml/vocab#"),
123+
// specific
124+
("describedby","http://www.w3.org/2007/05/powder-s#describedby"),
125+
("license","http://www.w3.org/1999/xhtml/vocab#license"),
126+
("role","http://www.w3.org/1999/xhtml/vocab#role"),
125127
("locn", "http://www.w3.org/ns/locn#"),
126128
("adres", "https://data.vlaanderen.be/id/adres/")
127129

0 commit comments

Comments
 (0)