Package org.n52.shetland.rdf.dcat
Class DistributionProperty
- java.lang.Object
-
- org.n52.shetland.rdf.AbstractValue
-
- org.n52.shetland.rdf.AbstractResource
-
- org.n52.shetland.rdf.dcat.DistributionProperty
-
- All Implemented Interfaces:
DcatRdfPrefix,RdfPrefix,ResourceAdder
public class DistributionProperty extends AbstractResource implements DcatRdfPrefix
-
-
Field Summary
-
Fields inherited from interface org.n52.shetland.rdf.dcat.DcatRdfPrefix
NS_PREFIX
-
-
Constructor Summary
Constructors Constructor Description DistributionProperty(String value)DistributionProperty(Distribution distribution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.jena.rdf.model.ResourceaddToResource(org.apache.jena.rdf.model.Model model, org.apache.jena.rdf.model.Resource parent)DistributiongetDistribution()org.apache.jena.rdf.model.PropertygetProperty()-
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.dcat.DcatRdfPrefix
getNamespace, getPrefix
-
Methods inherited from interface org.n52.shetland.rdf.RdfPrefix
addNsPrefix
-
-
-
-
Constructor Detail
-
DistributionProperty
public DistributionProperty(String value)
-
DistributionProperty
public DistributionProperty(Distribution distribution)
-
-
Method Detail
-
getDistribution
public Distribution getDistribution()
-
getProperty
public org.apache.jena.rdf.model.Property getProperty()
- Specified by:
getPropertyin classAbstractValue
-
addToResource
public org.apache.jena.rdf.model.Resource addToResource(org.apache.jena.rdf.model.Model model, org.apache.jena.rdf.model.Resource parent)- Specified by:
addToResourcein interfaceResourceAdder- Overrides:
addToResourcein classAbstractResource
-
-