RDF.ex v0.6.1 RDF.NS.XSD View Source
The XML Schema datatypes vocabulary.
Link to this section Summary
Functions
Returns all known IRIs of the vocabulary.
RDF.Description
builder for anyURI/0
RDF.Description
builder for boolean/0
RDF.Description
builder for byte/0
RDF.Description
builder for date/0
RDF.Description
builder for dateTime/0
RDF.Description
builder for decimal/0
RDF.Description
builder for double/0
RDF.Description
builder for duration/0
RDF.Description
builder for float/0
RDF.Description
builder for gDay/0
RDF.Description
builder for gMonth/0
RDF.Description
builder for gMonthDay/0
RDF.Description
builder for gYear/0
RDF.Description
builder for gYearMonth/0
RDF.Description
builder for hexBinary/0
RDF.Description
builder for int/0
RDF.Description
builder for integer/0
RDF.Description
builder for language/0
RDF.Description
builder for long/0
RDF.Description
builder for short/0
RDF.Description
builder for string/0
RDF.Description
builder for time/0
RDF.Description
builder for token/0
RDF.Description
builder for unsignedInt/0
Link to this section Functions
__iris__() View Source
Returns all known IRIs of the vocabulary.
anyURI() View Source
anyURI(subject, object) View Source
RDF.Description
builder for anyURI/0
base64Binary() View Source
base64Binary(subject, object) View Source
RDF.Description
builder for base64Binary/0
boolean() View Source
boolean(subject, object) View Source
RDF.Description
builder for boolean/0
byte() View Source
byte(subject, object) View Source
RDF.Description
builder for byte/0
date() View Source
date(subject, object) View Source
RDF.Description
builder for date/0
dateTime() View Source
dateTime(subject, object) View Source
RDF.Description
builder for dateTime/0
dayTimeDuration() View Source
dayTimeDuration(subject, object) View Source
RDF.Description
builder for dayTimeDuration/0
decimal() View Source
decimal(subject, object) View Source
RDF.Description
builder for decimal/0
double() View Source
double(subject, object) View Source
RDF.Description
builder for double/0
duration() View Source
duration(subject, object) View Source
RDF.Description
builder for duration/0
float() View Source
float(subject, object) View Source
RDF.Description
builder for float/0
gDay() View Source
gDay(subject, object) View Source
RDF.Description
builder for gDay/0
gMonth() View Source
gMonth(subject, object) View Source
RDF.Description
builder for gMonth/0
gMonthDay() View Source
gMonthDay(subject, object) View Source
RDF.Description
builder for gMonthDay/0
gYear() View Source
gYear(subject, object) View Source
RDF.Description
builder for gYear/0
gYearMonth() View Source
gYearMonth(subject, object) View Source
RDF.Description
builder for gYearMonth/0
hexBinary() View Source
hexBinary(subject, object) View Source
RDF.Description
builder for hexBinary/0
int(subject, object) View Source
RDF.Description
builder for int/0
integer() View Source
integer(subject, object) View Source
RDF.Description
builder for integer/0
language() View Source
language(subject, object) View Source
RDF.Description
builder for language/0
long() View Source
long(subject, object) View Source
RDF.Description
builder for long/0
negativeInteger() View Source
negativeInteger(subject, object) View Source
RDF.Description
builder for negativeInteger/0
nonNegativeInteger() View Source
nonNegativeInteger(subject, object) View Source
RDF.Description
builder for nonNegativeInteger/0
nonPositiveInteger() View Source
nonPositiveInteger(subject, object) View Source
RDF.Description
builder for nonPositiveInteger/0
normalizedString() View Source
normalizedString(subject, object) View Source
RDF.Description
builder for normalizedString/0
positiveInteger() View Source
positiveInteger(subject, object) View Source
RDF.Description
builder for positiveInteger/0
short() View Source
short(subject, object) View Source
RDF.Description
builder for short/0
string() View Source
string(subject, object) View Source
RDF.Description
builder for string/0
time() View Source
time(subject, object) View Source
RDF.Description
builder for time/0
token() View Source
token(subject, object) View Source
RDF.Description
builder for token/0
unsignedByte() View Source
unsignedByte(subject, object) View Source
RDF.Description
builder for unsignedByte/0
unsignedInt() View Source
unsignedInt(subject, object) View Source
RDF.Description
builder for unsignedInt/0
unsignedLong() View Source
unsignedLong(subject, object) View Source
RDF.Description
builder for unsignedLong/0
unsignedShort() View Source
unsignedShort(subject, object) View Source
RDF.Description
builder for unsignedShort/0
yearMonthDuration() View Source
yearMonthDuration(subject, object) View Source
RDF.Description
builder for yearMonthDuration/0