java.lang.Object
org.apache.jena.vocabulary.XSD

public class XSD extends Object
Defines Jena resources corresponding to the URIs for the XSD primitive datatypes which are known to Jena.
  • Field Details

    • NS

      public static final String NS
      The namespace of the vocabulary as a string
      See Also:
    • xfloat

      public static Resource xfloat
      Resource URI for xsd:float
    • xdouble

      public static Resource xdouble
      Resource URI for xsd:double
    • xint

      public static Resource xint
      Resource URI for xsd:int
    • xlong

      public static Resource xlong
      Resource URI for xsd:long
    • xshort

      public static Resource xshort
      Resource URI for xsd:short
    • xbyte

      public static Resource xbyte
      Resource URI for xsd:byte
    • xboolean

      public static Resource xboolean
      Resource URI for xsd:boolean
    • xstring

      public static Resource xstring
      Resource URI for xsd:string
    • unsignedByte

      public static Resource unsignedByte
      Resource URI for xsd:unsignedByte
    • unsignedShort

      public static Resource unsignedShort
      Resource URI for xsd:unsignedShort
    • unsignedInt

      public static Resource unsignedInt
      Resource URI for xsd:unsignedInt
    • unsignedLong

      public static Resource unsignedLong
      Resource URI for xsd:unsignedLong
    • decimal

      public static Resource decimal
      Resource URI for xsd:decimal
    • integer

      public static Resource integer
      Resource URI for xsd:integer
    • nonPositiveInteger

      public static Resource nonPositiveInteger
      Resource URI for xsd:nonPositiveInteger
    • nonNegativeInteger

      public static Resource nonNegativeInteger
      Resource URI for xsd:nonNegativeInteger
    • positiveInteger

      public static Resource positiveInteger
      Resource URI for xsd:positiveInteger
    • negativeInteger

      public static Resource negativeInteger
      Resource URI for xsd:negativeInteger
    • normalizedString

      public static Resource normalizedString
      Resource URI for xsd:normalizedString
    • anyURI

      public static Resource anyURI
      Resource URI for xsd:anyURI
    • token

      public static Resource token
      Resource URI for xsd:token
    • Name

      public static Resource Name
      Resource URI for xsd:Name
    • QName

      public static Resource QName
      Resource URI for xsd:QName
    • language

      public static Resource language
      Resource URI for xsd:language
    • NMTOKEN

      public static Resource NMTOKEN
      Resource URI for xsd:NMTOKEN
    • ENTITIES

      public static Resource ENTITIES
      Resource URI for xsd:ENTITIES
    • NMTOKENS

      public static Resource NMTOKENS
      Resource URI for xsd:NMTOKENS
    • ENTITY

      public static Resource ENTITY
      Resource URI for xsd:ENTITY
    • ID

      public static Resource ID
      Resource URI for xsd:ID
    • NCName

      public static Resource NCName
      Resource URI for xsd:NCName
    • IDREF

      public static Resource IDREF
      Resource URI for xsd:IDREF
    • IDREFS

      public static Resource IDREFS
      Resource URI for xsd:IDREFS
    • NOTATION

      public static Resource NOTATION
      Resource URI for xsd:NOTATION
    • hexBinary

      public static Resource hexBinary
      Resource URI for xsd:hexBinary
    • base64Binary

      public static Resource base64Binary
      Resource URI for xsd:base64Binary
    • date

      public static Resource date
      Resource URI for xsd:date
    • time

      public static Resource time
      Resource URI for xsd:time
    • dateTime

      public static Resource dateTime
      Resource URI for xsd:dateTime
    • dateTimeStamp

      public static Resource dateTimeStamp
      Resource URI for xsd:dateTimeStamp
    • duration

      public static Resource duration
      Resource URI for xsd:duration
    • yearMonthDuration

      public static Resource yearMonthDuration
      Resource URI for xsd:yearMonthDuration
    • dayTimeDuration

      public static Resource dayTimeDuration
      Resource URI for xsd:dayTimeDuration
    • gDay

      public static Resource gDay
      Resource URI for xsd:gDay
    • gMonth

      public static Resource gMonth
      Resource URI for xsd:gMonth
    • gYear

      public static Resource gYear
      Resource URI for xsd:gYear
    • gYearMonth

      public static Resource gYearMonth
      Resource URI for xsd:gYearMonth
    • gMonthDay

      public static Resource gMonthDay
      Resource URI for xsd:gMonthDay
  • Constructor Details

    • XSD

      public XSD()
  • Method Details

    • getURI

      public static String getURI()
      The RDF-friendly version of the XSD namespace with trailing # character.