File tree Expand file tree Collapse file tree
core/model-vocabulary/src/main/java/org/eclipse/rdf4j/model/vocabulary Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111package org .eclipse .rdf4j .model .vocabulary ;
1212
1313import org .eclipse .rdf4j .model .IRI ;
14+ import org .eclipse .rdf4j .model .Namespace ;
1415
1516/**
1617 * http://jena.hpl.hp.com/ARQ/function#.
@@ -27,6 +28,8 @@ private AFN() {
2728
2829 public static final String PREFIX = "afn" ;
2930
31+ public static final Namespace NS = Vocabularies .createNamespace (PREFIX , NAMESPACE );
32+
3033 /**
3134 * http://jena.hpl.hp.com/ARQ/function#localname The LocalName QueryModelNode as a SPARQL function.
3235 */
Original file line number Diff line number Diff line change 1111package org .eclipse .rdf4j .model .vocabulary ;
1212
1313import org .eclipse .rdf4j .model .IRI ;
14+ import org .eclipse .rdf4j .model .Namespace ;
1415
1516/**
1617 * http://jena.hpl.hp.com/ARQ/property#.
@@ -27,6 +28,8 @@ private APF() {
2728
2829 public static final String PREFIX = "apf" ;
2930
31+ public static final Namespace NS = Vocabularies .createNamespace (PREFIX , NAMESPACE );
32+
3033 public static final IRI STR_SPLIT ;
3134
3235 public static final IRI CONCAT ;
Original file line number Diff line number Diff line change 1111package org .eclipse .rdf4j .model .vocabulary ;
1212
1313import org .eclipse .rdf4j .model .IRI ;
14+ import org .eclipse .rdf4j .model .Namespace ;
1415
1516/**
1617 * Constants for EARL primitives and for the EARL namespace.
@@ -27,6 +28,8 @@ public class EARL {
2728 */
2829 public static final String PREFIX = "earl" ;
2930
31+ public static final Namespace NS = Vocabularies .createNamespace (PREFIX , NAMESPACE );
32+
3033 public final static IRI ASSERTOR ;
3134
3235 public final static IRI ASSERTION ;
Original file line number Diff line number Diff line change 1111package org .eclipse .rdf4j .model .vocabulary ;
1212
1313import org .eclipse .rdf4j .model .IRI ;
14+ import org .eclipse .rdf4j .model .Namespace ;
1415
1516/**
1617 * @see <a href=
@@ -20,6 +21,10 @@ public class GEOF {
2021
2122 public static final String NAMESPACE = "http://www.opengis.net/def/function/geosparql/" ;
2223
24+ public static final String PREFIX = "geof" ;
25+
26+ public static final Namespace NS = Vocabularies .createNamespace (PREFIX , NAMESPACE );
27+
2328 public static final IRI DISTANCE ;
2429
2530 public static final IRI BUFFER ;
Original file line number Diff line number Diff line change 1111package org .eclipse .rdf4j .model .vocabulary ;
1212
1313import org .eclipse .rdf4j .model .IRI ;
14+ import org .eclipse .rdf4j .model .Namespace ;
1415
1516/**
1617 * http://jena.hpl.hp.com/ARQ/list#.
@@ -27,6 +28,8 @@ private LIST() {
2728
2829 public static final String PREFIX = "list" ;
2930
31+ public static final Namespace NS = Vocabularies .createNamespace (PREFIX , NAMESPACE );
32+
3033 public static final IRI MEMBER ;
3134
3235 public static final IRI INDEX ;
Original file line number Diff line number Diff line change 1111package org .eclipse .rdf4j .model .vocabulary ;
1212
1313import org .eclipse .rdf4j .model .IRI ;
14+ import org .eclipse .rdf4j .model .Namespace ;
1415
1516/**
1617 * @version 1.4.0
@@ -25,6 +26,8 @@ public class SP {
2526
2627 public static final String PREFIX = "sp" ;
2728
29+ public static final Namespace NS = Vocabularies .createNamespace (PREFIX , NAMESPACE );
30+
2831 /**
2932 * http://spinrdf.org/sp#Path The base class of SPARQL property path expressions. Paths are used by sp:TriplePath
3033 * triple paths.
Original file line number Diff line number Diff line change 1111package org .eclipse .rdf4j .model .vocabulary ;
1212
1313import org .eclipse .rdf4j .model .IRI ;
14+ import org .eclipse .rdf4j .model .Namespace ;
1415
1516/**
1617 * http://spinrdf.org/spif#.
@@ -27,6 +28,8 @@ private SPIF() {
2728
2829 public static final String PREFIX = "spif" ;
2930
31+ public static final Namespace NS = Vocabularies .createNamespace (PREFIX , NAMESPACE );
32+
3033 public static final IRI MOD_FUNCTION ;
3134
3235 public static final IRI PARSE_DATE_FUNCTION ;
Original file line number Diff line number Diff line change 1111package org .eclipse .rdf4j .model .vocabulary ;
1212
1313import org .eclipse .rdf4j .model .IRI ;
14+ import org .eclipse .rdf4j .model .Namespace ;
1415
1516/**
1617 * @version 1.4.0
@@ -25,6 +26,8 @@ public class SPIN {
2526
2627 public static final String PREFIX = "spin" ;
2728
29+ public static final Namespace NS = Vocabularies .createNamespace (PREFIX , NAMESPACE );
30+
2831 /**
2932 * http://spinrdf.org/spin#Function Metaclass for functions that can be used in SPARQL expressions (e.g. FILTER or
3033 * BIND). The function themselves are classes that are instances of this metaclass. Function calls are instances of
Original file line number Diff line number Diff line change 1111package org .eclipse .rdf4j .model .vocabulary ;
1212
1313import org .eclipse .rdf4j .model .IRI ;
14+ import org .eclipse .rdf4j .model .Namespace ;
1415
1516/**
1617 * http://spinrdf.org/spinx#.
@@ -27,6 +28,8 @@ private SPINX() {
2728
2829 public static final String PREFIX = "spinx" ;
2930
31+ public static final Namespace NS = Vocabularies .createNamespace (PREFIX , NAMESPACE );
32+
3033 public static final IRI JAVA_SCRIPT_CODE_PROPERTY ;
3134
3235 public static final IRI JAVA_SCRIPT_FILE_PROPERTY ;
Original file line number Diff line number Diff line change 1111package org .eclipse .rdf4j .model .vocabulary ;
1212
1313import org .eclipse .rdf4j .model .IRI ;
14+ import org .eclipse .rdf4j .model .Namespace ;
1415
1516/**
1617 * SPIN Standard Module library.
@@ -27,6 +28,8 @@ private SPL() {
2728
2829 public static final String PREFIX = "spl" ;
2930
31+ public static final Namespace NS = Vocabularies .createNamespace (PREFIX , NAMESPACE );
32+
3033 /**
3134 * http://spinrdf.org/spl#Argument Provides metadata about an argument of a SPIN Function or Template.
3235 */
You can’t perform that action at this time.
0 commit comments