Package org.n52.shetland.rdf.dct
Class Modified
- java.lang.Object
-
- org.n52.shetland.rdf.AbstractValue
-
- org.n52.shetland.rdf.AbstractDatatype
-
- org.n52.shetland.rdf.dct.Modified
-
- All Implemented Interfaces:
DctRdfPrefix,RdfPrefix,ResourceAdder
public class Modified extends AbstractDatatype implements DctRdfPrefix
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.n52.shetland.rdf.AbstractDatatype
AbstractDatatype.DataType
-
-
Field Summary
-
Fields inherited from interface org.n52.shetland.rdf.dct.DctRdfPrefix
NS_PREFIX
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.jena.rdf.model.PropertygetProperty()-
Methods inherited from class org.n52.shetland.rdf.AbstractDatatype
addToResource, getDataType
-
Methods inherited from class org.n52.shetland.rdf.AbstractValue
getValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.n52.shetland.rdf.dct.DctRdfPrefix
getNamespace, getPrefix
-
Methods inherited from interface org.n52.shetland.rdf.RdfPrefix
addNsPrefix
-
-
-
-
Constructor Detail
-
Modified
@Deprecated public Modified(AbstractDatatype.DataType dataType, String value)
Deprecated.
-
Modified
public Modified(org.apache.jena.datatypes.RDFDatatype dataType, String value)
-
-
Method Detail
-
getProperty
public org.apache.jena.rdf.model.Property getProperty()
- Specified by:
getPropertyin classAbstractValue
-
-