it.uniroma2.art.owlart.vocabulary
Class RDF

java.lang.Object
  extended by it.uniroma2.art.owlart.vocabulary.RDF

public class RDF
extends java.lang.Object

Vocabulary file for the RDF language specification

Author:
Armando Stellato

Nested Class Summary
static class RDF.Res
           
 
Field Summary
static java.lang.String ALT
          http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt
static java.lang.String BAG
          http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
static java.lang.String FIRST
          http://www.w3.org/1999/02/22-rdf-syntax-ns#first
static java.lang.String LI
          http://www.w3.org/1999/02/22-rdf-syntax-ns#li
static java.lang.String LIST
          http://www.w3.org/1999/02/22-rdf-syntax-ns#List
static java.lang.String NAMESPACE
          http://www.w3.org/1999/02/22-rdf-syntax-ns#
static java.lang.String NIL
          http://www.w3.org/1999/02/22-rdf-syntax-ns#nil
static java.lang.String OBJECT
          http://www.w3.org/1999/02/22-rdf-syntax-ns#object
static java.lang.String PLAINLITERAL
          http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral
this property has been proposed to be added to RDF vocabulary.
static java.lang.String PREDICATE
          http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate
static java.lang.String PROPERTY
          http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
static java.lang.String REST
          http://www.w3.org/1999/02/22-rdf-syntax-ns#rest
static java.lang.String SEQ
          http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq
static java.lang.String STATEMENT
          http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement
static java.lang.String SUBJECT
          http://www.w3.org/1999/02/22-rdf-syntax-ns#subject
static java.lang.String TYPE
          http://www.w3.org/1999/02/22-rdf-syntax-ns#type
static java.lang.String VALUE
          http://www.w3.org/1999/02/22-rdf-syntax-ns#value
static java.lang.String XMLLITERAL
          http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral
 
Constructor Summary
RDF()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final java.lang.String NAMESPACE
http://www.w3.org/1999/02/22-rdf-syntax-ns#

See Also:
Constant Field Values

TYPE

public static final java.lang.String TYPE
http://www.w3.org/1999/02/22-rdf-syntax-ns#type

See Also:
Constant Field Values

PROPERTY

public static final java.lang.String PROPERTY
http://www.w3.org/1999/02/22-rdf-syntax-ns#Property

See Also:
Constant Field Values

XMLLITERAL

public static final java.lang.String XMLLITERAL
http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral

See Also:
Constant Field Values

SUBJECT

public static final java.lang.String SUBJECT
http://www.w3.org/1999/02/22-rdf-syntax-ns#subject

See Also:
Constant Field Values

PREDICATE

public static final java.lang.String PREDICATE
http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate

See Also:
Constant Field Values

OBJECT

public static final java.lang.String OBJECT
http://www.w3.org/1999/02/22-rdf-syntax-ns#object

See Also:
Constant Field Values

STATEMENT

public static final java.lang.String STATEMENT
http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement

See Also:
Constant Field Values

BAG

public static final java.lang.String BAG
http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag

See Also:
Constant Field Values

ALT

public static final java.lang.String ALT
http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt

See Also:
Constant Field Values

SEQ

public static final java.lang.String SEQ
http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq

See Also:
Constant Field Values

VALUE

public static final java.lang.String VALUE
http://www.w3.org/1999/02/22-rdf-syntax-ns#value

See Also:
Constant Field Values

LI

public static final java.lang.String LI
http://www.w3.org/1999/02/22-rdf-syntax-ns#li

See Also:
Constant Field Values

LIST

public static final java.lang.String LIST
http://www.w3.org/1999/02/22-rdf-syntax-ns#List

See Also:
Constant Field Values

FIRST

public static final java.lang.String FIRST
http://www.w3.org/1999/02/22-rdf-syntax-ns#first

See Also:
Constant Field Values

REST

public static final java.lang.String REST
http://www.w3.org/1999/02/22-rdf-syntax-ns#rest

See Also:
Constant Field Values

NIL

public static final java.lang.String NIL
http://www.w3.org/1999/02/22-rdf-syntax-ns#nil

See Also:
Constant Field Values

PLAINLITERAL

public static final java.lang.String PLAINLITERAL
http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral
this property has been proposed to be added to RDF vocabulary.
See also: http://www.w3.org/TR/rdf-plain-literal-1/

See Also:
Constant Field Values
Constructor Detail

RDF

public RDF()


Copyright © 2011 ART Group, University of Rome, Tor Vergata. All Rights Reserved.