Package org.n52.shetland.rdf.foaf
Class Name
- java.lang.Object
-
- org.n52.shetland.rdf.AbstractValue
-
- org.n52.shetland.rdf.foaf.Name
-
- All Implemented Interfaces:
FoafRdfPrefix,RdfPrefix,ResourceAdder
public class Name extends AbstractValue implements FoafRdfPrefix
-
-
Field Summary
-
Fields inherited from interface org.n52.shetland.rdf.foaf.FoafRdfPrefix
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.AbstractValue
addToResource, 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.foaf.FoafRdfPrefix
getNamespace, getPrefix
-
Methods inherited from interface org.n52.shetland.rdf.RdfPrefix
addNsPrefix
-
-
-
-
Constructor Detail
-
Name
public Name(String value)
-
-
Method Detail
-
getProperty
public org.apache.jena.rdf.model.Property getProperty()
- Specified by:
getPropertyin classAbstractValue
-
-