Class SPARQLExt
- java.lang.Object
-
- fr.mines_stetienne.ci.sparql_generate.SPARQLExt
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SPARQLExt.SPARQLGenerateSyntax
This class must be used instead of classSyntax
.
-
Field Summary
Fields Modifier and Type Field Description static String
EXT
The File Extension for SPARQL-Generate documents.static String
FUN
The namespace of SPARQL-Generate binding functions.static String
ITER
The namespace of SPARQL-Generate iterator functions.static String
MEDIA_TYPE
The SPARQL-Generate media type.static String
MEDIA_TYPE_URI
The SPARQL-Generate media type URI.static String
NS
The namespace of SPARQL-Generate, also the root of SPARQL-Generate-defined parameter namesstatic Symbol
REGISTRY_ITERATORS
The iterators library registry key.static Syntax
SYNTAX
The SPARQL-Generate syntax.static String
SYNTAX_URI
The URI of the SPARQL-Generate syntax.
-
-
-
Field Detail
-
MEDIA_TYPE
public static final String MEDIA_TYPE
The SPARQL-Generate media type.- See Also:
- Constant Field Values
-
MEDIA_TYPE_URI
public static final String MEDIA_TYPE_URI
The SPARQL-Generate media type URI.- See Also:
- Constant Field Values
-
NS
public static final String NS
The namespace of SPARQL-Generate, also the root of SPARQL-Generate-defined parameter names- See Also:
- Constant Field Values
-
FUN
public static final String FUN
The namespace of SPARQL-Generate binding functions.- See Also:
- Constant Field Values
-
ITER
public static final String ITER
The namespace of SPARQL-Generate iterator functions.- See Also:
- Constant Field Values
-
SYNTAX_URI
public static final String SYNTAX_URI
The URI of the SPARQL-Generate syntax.- See Also:
- Constant Field Values
-
EXT
public static final String EXT
The File Extension for SPARQL-Generate documents.- See Also:
- Constant Field Values
-
SYNTAX
public static final Syntax SYNTAX
The SPARQL-Generate syntax.
-
REGISTRY_ITERATORS
public static final Symbol REGISTRY_ITERATORS
The iterators library registry key.
-
-