org.mindswap.rdfparser.rdf
Class RDFDescription
java.lang.Object
|
+--org.mindswap.rdfparser.rdf.RDFResource
|
+--org.mindswap.rdfparser.rdf.RDFClass
|
+--org.mindswap.rdfparser.rdf.RDFDescription
- All Implemented Interfaces:
- java.lang.Cloneable, RDFConsts, java.io.Serializable
- public class RDFDescription
- extends RDFClass
- See Also:
- Serialized Form
Fields inherited from interface org.mindswap.rdfparser.consts.RDFConsts |
OLD_DAMLURL, RDF, RDF_About, RDF_AboutEach, RDF_AboutEachPrefix, RDF_Alt, RDF_Bag, RDF_BagID, RDF_Class, RDF_Comment, RDF_ConstraintProperty, RDF_Description, RDF_Domain, RDF_First, RDF_ID, RDF_IsDefinedBy, RDF_Label, RDF_Li, RDF_Nil, RDF_NodeID, RDF_Object, RDF_ParseType, RDF_Predicate, RDF_Property, RDF_Range, RDF_Resource, RDF_Rest, RDF_SeeAlso, RDF_Seq, RDF_SubClass, RDF_Subject, RDF_SubProperty, RDF_TERMS, RDF_Type, RDF_Value, RDFSURL, RDFURL |
Method Summary |
org.mindswap.n3.ntriples.NTripleList |
getNTriples(Namespaces ns)
Return a list of NTriples that are equivalent to this resource.
|
org.mindswap.n3.ntriples.NTripleList |
getNTriples(java.lang.String subject,
Namespaces ns)
Return a list of NTriples that are equivalent to this resource.
|
java.lang.String |
getType()
Returns the type of this object as a string.
|
Methods inherited from class org.mindswap.rdfparser.rdf.RDFClass |
addNode, clone, createInstance, equals, getProperties, getPropertyById, getPropertyByType, getPropertyByType, getSameClasses, getSuperClasses, hasAncestor, hasAncestor, hasSuperClass, listProperties, merge, setProperty, toRDF, validate |
Methods inherited from class org.mindswap.rdfparser.rdf.RDFResource |
addAttribute, addAttributes, addEquivalentTo, addNodes, getAttributeByName, getAttributes, getComment, getEquivalentTos, getFriendlyId, getFriendlyType, getId, getLabel, getNodes, getNTriples, getResourceByType, getTriples, getTriples, getURI, removeEquivalentTo, setAttributes, setComment, setEquivalentTos, setId, setLabel, toRDF, toRDF, toString |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
RDFDescription
public RDFDescription()
RDFDescription
public RDFDescription(java.lang.String s)
getType
public java.lang.String getType()
- Description copied from class:
RDFResource
- Returns the type of this object as a string.
- Overrides:
getType
in class RDFClass
- Following copied from class:
org.mindswap.rdfparser.rdf.RDFResource
- Returns:
- the object's type
- See Also:
XMLConsts
,
RDFConsts
,
DAMLConsts
,
OWLConsts
getNTriples
public org.mindswap.n3.ntriples.NTripleList getNTriples(Namespaces ns)
- Description copied from class:
RDFResource
- Return a list of NTriples that are equivalent to this resource.
- Overrides:
getNTriples
in class RDFClass
- Following copied from class:
org.mindswap.rdfparser.rdf.RDFResource
- Returns:
- The NTriples that correspond to this resource
- See Also:
RDFResource.getNTriples()
,
RDFResource.getNTriples(String, org.mindswap.xmlparser.Namespaces)
getNTriples
public org.mindswap.n3.ntriples.NTripleList getNTriples(java.lang.String subject,
Namespaces ns)
- Description copied from class:
RDFResource
- Return a list of NTriples that are equivalent to this resource.
- Overrides:
getNTriples
in class RDFClass
- Following copied from class:
org.mindswap.rdfparser.rdf.RDFResource
- Returns:
- The NTriples that correspond to this resource
- See Also:
RDFResource.getNTriples()
,
RDFResource.getNTriples(org.mindswap.xmlparser.Namespaces)