Package com.sodius.oslc.core.model
Class Rdf
- java.lang.Object
-
- com.sodius.oslc.core.model.Namespace
-
- com.sodius.oslc.core.model.Rdf
-
public class Rdf extends Namespace
Namespace of W3C Resource Description Framework.See the Resource Description Framework specification for details:
https://www.w3.org/RDF/- Since:
- 1.1.0
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAMESPACE_PREFIX
static String
NAMESPACE_URI
static String
NIL
static String
PROPERTY_TYPE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Rdf
getInstance()
static QName
qname(String localPart)
-
Methods inherited from class com.sodius.oslc.core.model.Namespace
equals, getPrefix, getPrefixed, getQName, getUri, hashCode, parseQName, toString
-
-
-
-
Field Detail
-
NAMESPACE_URI
public static final String NAMESPACE_URI
- See Also:
- Constant Field Values
-
NAMESPACE_PREFIX
public static final String NAMESPACE_PREFIX
- See Also:
- Constant Field Values
-
NIL
public static final String NIL
- Since:
- 3.7.0
- See Also:
- Constant Field Values
-
PROPERTY_TYPE
public static final String PROPERTY_TYPE
- Since:
- 1.4.0
- See Also:
- Constant Field Values
-
-