| |
|
| java.lang.Object com.hp.hpl.jena.vocabulary.XSD
XSD | public class XSD (Code) | | Defines Jena resources corresponding to the URIs for
the XSD primitive datatypes which are known to Jena.
author: Dave Reynolds version: $Revision: 1.13 $ on $Date: 2008/01/02 12:07:29 $ |
Method Summary | |
public static String | getURI() The RDF-friendly version of the XSD namespace
with trailing # character. |
ENTITIES | public static Resource ENTITIES(Code) | | Resource URI for xsd:ENTITIES
|
NMTOKEN | public static Resource NMTOKEN(Code) | | Resource URI for xsd:NMTOKEN
|
NMTOKENS | public static Resource NMTOKENS(Code) | | Resource URI for xsd:NMTOKENS
|
NOTATION | public static Resource NOTATION(Code) | | Resource URI for xsd:NOTATION
|
NS | public static String NS(Code) | | The XSD namespace. This is the real XML Schema namespace
and so lacks the RDF-friendly # character.
XSD.getURI() |
base64Binary | public static Resource base64Binary(Code) | | Resource URI for xsd:base64Binary
|
dateTime | public static Resource dateTime(Code) | | Resource URI for xsd:dateTime
|
decimal | public static Resource decimal(Code) | | Resource URI for xsd:decimal
|
duration | public static Resource duration(Code) | | Resource URI for xsd:duration
|
gMonthDay | public static Resource gMonthDay(Code) | | Resource URI for xsd:gMonthDay
|
gYearMonth | public static Resource gYearMonth(Code) | | Resource URI for xsd:gYearMonth
|
hexBinary | public static Resource hexBinary(Code) | | Resource URI for xsd:hexBinary
|
integer | public static Resource integer(Code) | | Resource URI for xsd:integer
|
language | public static Resource language(Code) | | Resource URI for xsd:language
|
negativeInteger | public static Resource negativeInteger(Code) | | Resource URI for xsd:negativeInteger
|
nonNegativeInteger | public static Resource nonNegativeInteger(Code) | | Resource URI for xsd:nonNegativeInteger
|
nonPositiveInteger | public static Resource nonPositiveInteger(Code) | | Resource URI for xsd:nonPositiveInteger
|
normalizedString | public static Resource normalizedString(Code) | | Resource URI for xsd:normalizedString
|
positiveInteger | public static Resource positiveInteger(Code) | | Resource URI for xsd:positiveInteger
|
unsignedByte | public static Resource unsignedByte(Code) | | Resource URI for xsd:unsignedByte
|
unsignedInt | public static Resource unsignedInt(Code) | | Resource URI for xsd:unsignedInt
|
unsignedLong | public static Resource unsignedLong(Code) | | Resource URI for xsd:unsignedLong
|
unsignedShort | public static Resource unsignedShort(Code) | | Resource URI for xsd:unsignedShort
|
xboolean | public static Resource xboolean(Code) | | Resource URI for xsd:boolean
|
xdouble | public static Resource xdouble(Code) | | Resource URI for xsd:double
|
xstring | public static Resource xstring(Code) | | Resource URI for xsd:string
|
getURI | public static String getURI()(Code) | | The RDF-friendly version of the XSD namespace
with trailing # character.
|
|
|
|