org.gedcomx.build.enunciate.rdf
Class RDFSchema

java.lang.Object
  extended by org.gedcomx.build.enunciate.rdf.RDFSchema

public class RDFSchema
extends Object

Basic XML model for an RDF schema document.

Author:
Ryan Heaton

Nested Class Summary
static class RDFSchema.RDFDescription
           
static class RDFSchema.RDFResourceReference
           
static class RDFSchema.StringToResourceAdapter
           
 
Field Summary
static String DUBLIN_CORE_NAMESPACE
           
static String DUBLIN_CORE_TYPE_NAMESPACE
           
static String RDF_NAMESPACE
           
static String RDF_PROPERTY_TYPE
           
static String RDFS_CLASS_TYPE
           
static String RDFS_LITERAL_RANGE
           
static String RDFS_NAMESPACE
           
 
Constructor Summary
RDFSchema()
           
 
Method Summary
 void addDescription(RDFSchema.RDFDescription description)
           
 void addDescriptions(RDFSchema schema)
           
 RDFSchema.RDFDescription findDescription(String about)
           
 List<RDFSchema.RDFDescription> getDescriptions()
           
 void setDescriptions(List<RDFSchema.RDFDescription> descriptions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RDF_NAMESPACE

public static final String RDF_NAMESPACE
See Also:
Constant Field Values

RDF_PROPERTY_TYPE

public static final String RDF_PROPERTY_TYPE
See Also:
Constant Field Values

RDFS_NAMESPACE

public static final String RDFS_NAMESPACE
See Also:
Constant Field Values

RDFS_CLASS_TYPE

public static final String RDFS_CLASS_TYPE
See Also:
Constant Field Values

RDFS_LITERAL_RANGE

public static final String RDFS_LITERAL_RANGE
See Also:
Constant Field Values

DUBLIN_CORE_NAMESPACE

public static final String DUBLIN_CORE_NAMESPACE
See Also:
Constant Field Values

DUBLIN_CORE_TYPE_NAMESPACE

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

RDFSchema

public RDFSchema()
Method Detail

getDescriptions

public List<RDFSchema.RDFDescription> getDescriptions()

setDescriptions

public void setDescriptions(List<RDFSchema.RDFDescription> descriptions)

addDescription

public void addDescription(RDFSchema.RDFDescription description)

findDescription

public RDFSchema.RDFDescription findDescription(String about)

addDescriptions

public void addDescriptions(RDFSchema schema)


Copyright © 2015. All rights reserved.