uk.ac.soton.ecs.grimoires.server.impl.metadata.datamodel
Class MetadataRDF

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.metadata.datamodel.MetadataRDF

public final class MetadataRDF
extends Object

Version:
$Id: MetadataRDF.java,v 1.6 2005/06/07 13:54:00 wf Exp $ Created: 05 November 2003 Copyright 2003 Simon Miles, Luc Moreau, Juri Papay
Author:
Simon Miles

Field Summary
static String hasAuthor
           
static String hasDate
           
static String hasEntityReference
           
static String hasMetadata
           
static String hasMetadataKey
           
static String hasMetadataType
           
static String hasMetadataValue
           
static String hasString
           
static String hasTriplesAssertion
           
static String hasURI
           
static String metaData
           
static String metadataBag
           
static String metadataValue
           
static String myGridMetadataNS
           
static String triplesAssertion
           
 
Constructor Summary
MetadataRDF()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myGridMetadataNS

public static final String myGridMetadataNS
See Also:
Constant Field Values

hasMetadata

public static final String hasMetadata
See Also:
Constant Field Values

metadataBag

public static final String metadataBag
See Also:
Constant Field Values

metaData

public static final String metaData
See Also:
Constant Field Values

hasMetadataKey

public static final String hasMetadataKey
See Also:
Constant Field Values

hasMetadataType

public static final String hasMetadataType
See Also:
Constant Field Values

hasDate

public static final String hasDate
See Also:
Constant Field Values

hasAuthor

public static final String hasAuthor
See Also:
Constant Field Values

hasMetadataValue

public static final String hasMetadataValue
See Also:
Constant Field Values

hasEntityReference

public static final String hasEntityReference
See Also:
Constant Field Values

metadataValue

public static final String metadataValue
See Also:
Constant Field Values

hasString

public static final String hasString
See Also:
Constant Field Values

hasURI

public static final String hasURI
See Also:
Constant Field Values

hasTriplesAssertion

public static final String hasTriplesAssertion
See Also:
Constant Field Values

triplesAssertion

public static final String triplesAssertion
See Also:
Constant Field Values
Constructor Detail

MetadataRDF

public MetadataRDF()