org.gedcomx.build.enunciate.rdf
Class RDFSchema
java.lang.Object
org.gedcomx.build.enunciate.rdf.RDFSchema
public class RDFSchema
- extends Object
Basic XML model for an RDF schema document.
- Author:
- Ryan Heaton
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
RDFSchema
public RDFSchema()
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 © 2016. All rights reserved.