Documentation

RdfConstants
in package

AbstractYes

Some RDF constants.

Tags
author

Markus Lanthaler mail@markus-lanthaler.com

Table of Contents

Constants

RDF_FIRST  = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#first'
RDF_LIST  = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#List'
RDF_NIL  = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#nil'
RDF_REST  = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#rest'
RDF_TYPE  = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type'
XSD_BOOLEAN  = 'http://www.w3.org/2001/XMLSchema#boolean'
XSD_DOUBLE  = 'http://www.w3.org/2001/XMLSchema#double'
XSD_INTEGER  = 'http://www.w3.org/2001/XMLSchema#integer'
XSD_STRING  = 'http://www.w3.org/2001/XMLSchema#string'

Constants

RDF_FIRST

public mixed RDF_FIRST = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#first'

RDF_LIST

public mixed RDF_LIST = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#List'

RDF_NIL

public mixed RDF_NIL = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#nil'

RDF_REST

public mixed RDF_REST = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#rest'

RDF_TYPE

public mixed RDF_TYPE = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type'

XSD_BOOLEAN

public mixed XSD_BOOLEAN = 'http://www.w3.org/2001/XMLSchema#boolean'

XSD_DOUBLE

public mixed XSD_DOUBLE = 'http://www.w3.org/2001/XMLSchema#double'

XSD_INTEGER

public mixed XSD_INTEGER = 'http://www.w3.org/2001/XMLSchema#integer'

XSD_STRING

public mixed XSD_STRING = 'http://www.w3.org/2001/XMLSchema#string'

        
On this page

Search results