de.fuberlin.wiwiss.ng4j.swp.vocabulary
Class DP

java.lang.Object
  extended by de.fuberlin.wiwiss.ng4j.swp.vocabulary.DP

public class DP
extends Object

Vocabulary definitions from dp.owl

Author:
Auto-generated by schemagen on 04 Nov 2004 23:55

Field Summary
static Resource Agent
           
static Resource Authority
           
static Property branch
           
static Property coAuthor
           
static Property content
           
static Property dateAccepted
           
static Property dateSubmitted
           
static Property description
           
static Resource Document
          A digital document that is referencable by a URI.
static Property firstVersion
           
static Property format
           
static Property hasClass
           
static Property inverse_of_dp_Slot_10
           
static Property isReplacedBy
           
static Property isReplacedByLevenshtein
           
static Property language
           
static Property latestVersion
           
static Property maker
           
static Property modified
           
static Resource NAMESPACE
          The namespace of the vocabulary as a resource
static String NS
          The namespace of the vocabulary as a string
static Resource Project
           
static Property recent
           
static Property replaces
           
static Property replacesLevenshtein
           
static Property reverseRefactor
           
static Property revision
           
static Property title
           
static Property versionHistory
           
static Property versionList
           
static Resource Warrant
           
static Resource Wikipage
          A wikipage as a desciptive representation of a dp:Document.
 
Constructor Summary
DP()
           
 
Method Summary
static String getURI()
          The namespace of the vocabulary as a string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS

public static final String NS

The namespace of the vocabulary as a string

See Also:
Constant Field Values

NAMESPACE

public static final Resource NAMESPACE

The namespace of the vocabulary as a resource


latestVersion

public static final Property latestVersion

firstVersion

public static final Property firstVersion

versionHistory

public static final Property versionHistory

inverse_of_dp_Slot_10

public static final Property inverse_of_dp_Slot_10

maker

public static final Property maker

branch

public static final Property branch

versionList

public static final Property versionList

revision

public static final Property revision

replaces

public static final Property replaces

description

public static final Property description

modified

public static final Property modified

dateSubmitted

public static final Property dateSubmitted

recent

public static final Property recent

replacesLevenshtein

public static final Property replacesLevenshtein

isReplacedByLevenshtein

public static final Property isReplacedByLevenshtein

title

public static final Property title

isReplacedBy

public static final Property isReplacedBy

format

public static final Property format

dateAccepted

public static final Property dateAccepted

content

public static final Property content

language

public static final Property language

hasClass

public static final Property hasClass

reverseRefactor

public static final Property reverseRefactor

coAuthor

public static final Property coAuthor

Wikipage

public static final Resource Wikipage

A wikipage as a desciptive representation of a dp:Document.


Document

public static final Resource Document

A digital document that is referencable by a URI.


Warrant

public static final Resource Warrant

Agent

public static final Resource Agent

Authority

public static final Resource Authority

Project

public static final Resource Project
Constructor Detail

DP

public DP()
Method Detail

getURI

public static String getURI()

The namespace of the vocabulary as a string

See Also:
NS