Skip to content

Commit c685a90

Browse files
committed
updated default prefix for DOAP
Signed-off-by: Alfredo Serafini <seralf@gmail.com>
1 parent 900074b commit c685a90

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • core/model/src/main/java/org/eclipse/rdf4j/model/vocabulary

core/model/src/main/java/org/eclipse/rdf4j/model/vocabulary/DCAT.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
*/
2323
public class DCAT {
2424

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-
3025
/**
3126
* Recommended prefix for the Data Catalog Vocabulary namespace: "dcat"
3227
*/
3328
public static final String PREFIX = "dcat";
3429

30+
/**
31+
* The DCAT namespace: http://www.w3.org/ns/dcat#
32+
*/
33+
public static final String NAMESPACE = "http://www.w3.org/ns/dcat#";
34+
3535
/**
3636
* An immutable {@link Namespace} constant that represents the Data Catalog Vocabulary namespace.
3737
*/

0 commit comments

Comments
 (0)