We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f062f commit 57102d1Copy full SHA for 57102d1
1 file changed
core/rio/api/src/main/java/org/eclipse/rdf4j/rio/helpers/RDFaVersion.java
@@ -12,6 +12,8 @@
12
13
/**
14
* Enumeration for tracking versions of the RDFa specification to specify processing capabilities of RDFa modules.
15
+ * Note that although these settings are not used within RDF4J, they are in use by external plugins.
16
+ * @see <a href="https://github.com/eclipse-rdf4j/rdf4j/issues/4779">https://github.com/eclipse-rdf4j/rdf4j/issues/4779</a>
17
*
18
* @author Peter Ansell
19
*/
0 commit comments