We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900074b commit c685a90Copy full SHA for c685a90
1 file changed
core/model/src/main/java/org/eclipse/rdf4j/model/vocabulary/DCAT.java
@@ -22,16 +22,16 @@
22
*/
23
public class DCAT {
24
25
- /**
26
- * The DCAT namespace: http://www.w3.org/ns/dcat#
27
- */
28
- public static final String NAMESPACE = "http://www.w3.org/ns/dcat#";
29
-
30
/**
31
* Recommended prefix for the Data Catalog Vocabulary namespace: "dcat"
32
33
public static final String PREFIX = "dcat";
34
+ /**
+ * The DCAT namespace: http://www.w3.org/ns/dcat#
+ */
+ public static final String NAMESPACE = "http://www.w3.org/ns/dcat#";
+
35
36
* An immutable {@link Namespace} constant that represents the Data Catalog Vocabulary namespace.
37
0 commit comments