public final class Metadata extends Object
Modifier and Type | Method and Description |
---|---|
void |
addLicense(URI licenseURI)
Adds a license the list of licenses.
|
void |
addPublisher(URI publisher)
Adds a publisher the list of publishers.
|
void |
addSource(URI sourceURI)
Adds a source the list of sources.
|
URI |
getDataBaseUrl()
Get base URL for inserted RDF data.
|
List<URI> |
getLicenses()
Get appendable list of licenses of insert operation.
|
String |
getPipelineName()
Returns name of data-processing pipeline to be used to process the inserted data in ODCleanStore.
|
String |
getProvenance()
Get additional provenance metadata associated with the inserted data.
|
List<URI> |
getPublishers()
Returns appendable list of publishers (identified by a URI) of the data.
|
List<URI> |
getSources()
Returns appendable list of sources of inserted data (as URIs).
|
String |
getUpdateTag()
Returns value of update tag which identifies a set of graphs that update each other.
|
UUID |
getUUID()
Get UUID of the insert operation.
|
void |
setDataBaseUrl(URI value)
Set base URL for inserted RDF data.
|
void |
setPipelineName(String pipelineName)
Sets name of data-processing pipeline to be used to process the inserted data in ODCleanStore.
|
void |
setProvenance(String value)
Set additional provenance metadata associated with the inserted data.
|
void |
setUpdateTag(String value)
Sets value of update tag which identifies a set of graphs that update each other.
|
void |
setUUID(UUID value)
Set UUID of the insert operation.
|
public Metadata(UUID uuid)
public UUID getUUID()
public void setUUID(UUID value)
value
- UUID of insert operationpublic List<URI> getPublishers()
public void addPublisher(URI publisher)
getPublishers()
public List<URI> getSources()
public void addSource(URI sourceURI)
getSources()
public List<URI> getLicenses()
public void addLicense(URI licenseURI)
getLicenses()
public String getProvenance()
public void setProvenance(String value)
value
- provenance metadatapublic URI getDataBaseUrl()
public void setDataBaseUrl(URI value)
value
- base URL for inserted RDF datapublic String getPipelineName()
public void setPipelineName(String pipelineName)
pipelineName
- name of data-processing pipelinepublic String getUpdateTag()
setUpdateTag(String)
public void setUpdateTag(String value)
getSources()
).Copyright © 2013. All Rights Reserved.