We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64fcb4b commit 79a0bd2Copy full SHA for 79a0bd2
1 file changed
lib-rdfa/src/constants.rs
@@ -120,8 +120,10 @@ lazy_static::lazy_static! {
120
("v","http://rdf.data-vocabulary.org/#"),
121
("vcard","http://www.w3.org/2006/vcard/ns#"),
122
("schema","http://schema.org/"),
123
- ("powders","http://www.w3.org/2007/05/powder-s#"),
124
- ("xvoc","http://www.w3.org/1999/xhtml/vocab#"),
+ // specific
+ ("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"),
127
("locn", "http://www.w3.org/ns/locn#"),
128
("adres", "https://data.vlaanderen.be/id/adres/")
129
0 commit comments