Class Dataset
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe Dataset Language Schemastatic enumThe Dataset Personal Data Schemastatic enumThe Dataset Sensitive Data Schema -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe Data Quality Assurance SchemaThe Dataset ID SchemaThe Dataset Description SchemaThe Dataset Distribution SchemaThe Dataset Date of Issue SchemaThe Dataset Keyword(s) SchemaThe Dataset Language SchemaThe Dataset Metadata SchemaThe Dataset Personal Data SchemaThe Dataset Preservation Statement SchemaThe Dataset Security and Policy SchemaThe Dataset Sensitive Data SchemaThe Dataset Technical Resource SchemagetTitle()The Dataset Title SchemagetType()The Dataset Type SchemainthashCode()voidsetAdditionalProperty(String name, Object value) voidsetDataQualityAssurance(List<String> dataQualityAssurance) The Data Quality Assurance SchemavoidsetDatasetId(DatasetId datasetId) The Dataset ID SchemavoidsetDescription(String description) The Dataset Description SchemavoidsetDistribution(List<Distribution> distribution) The Dataset Distribution SchemavoidThe Dataset Date of Issue SchemavoidsetKeyword(List<String> keyword) The Dataset Keyword(s) SchemavoidsetLanguage(Dataset.Language language) The Dataset Language SchemavoidsetMetadata(List<Metadatum> metadata) The Dataset Metadata SchemavoidsetPersonalData(Dataset.PersonalData personalData) The Dataset Personal Data SchemavoidsetPreservationStatement(String preservationStatement) The Dataset Preservation Statement SchemavoidsetSecurityAndPrivacy(List<SecurityAndPrivacy> securityAndPrivacy) The Dataset Security and Policy SchemavoidsetSensitiveData(Dataset.SensitiveData sensitiveData) The Dataset Sensitive Data SchemavoidsetTechnicalResource(List<TechnicalResource> technicalResource) The Dataset Technical Resource SchemavoidThe Dataset Title SchemavoidThe Dataset Type SchematoString()
-
Constructor Details
-
Dataset
public Dataset()
-
-
Method Details
-
getDataQualityAssurance
The Data Quality Assurance SchemaData Quality Assurance
-
setDataQualityAssurance
The Data Quality Assurance SchemaData Quality Assurance
-
getDatasetId
The Dataset ID SchemaDataset ID (Required)
-
setDatasetId
The Dataset ID SchemaDataset ID (Required)
-
getDescription
The Dataset Description SchemaDescription is a property in both Dataset and Distribution, in compliance with W3C DCAT. In some cases these might be identical, but in most cases the Dataset represents a more abstract concept, while the distribution can point to a specific file.
-
setDescription
The Dataset Description SchemaDescription is a property in both Dataset and Distribution, in compliance with W3C DCAT. In some cases these might be identical, but in most cases the Dataset represents a more abstract concept, while the distribution can point to a specific file.
-
getDistribution
The Dataset Distribution SchemaTo provide technical information on a specific instance of data.
-
setDistribution
The Dataset Distribution SchemaTo provide technical information on a specific instance of data.
-
getIssued
The Dataset Date of Issue SchemaIssued. Encoded using the relevant ISO 8601 Date and Time compliant string.
-
setIssued
The Dataset Date of Issue SchemaIssued. Encoded using the relevant ISO 8601 Date and Time compliant string.
-
getKeyword
The Dataset Keyword(s) SchemaKeywords
-
setKeyword
The Dataset Keyword(s) SchemaKeywords
-
getLanguage
The Dataset Language SchemaLanguage of the dataset expressed using ISO 639-3.
-
setLanguage
The Dataset Language SchemaLanguage of the dataset expressed using ISO 639-3.
-
getMetadata
The Dataset Metadata SchemaTo describe metadata standards used.
-
setMetadata
The Dataset Metadata SchemaTo describe metadata standards used.
-
getPersonalData
The Dataset Personal Data SchemaIf any personal data is contained. Allowed values: yes, no, unknown (Required)
-
setPersonalData
The Dataset Personal Data SchemaIf any personal data is contained. Allowed values: yes, no, unknown (Required)
-
getPreservationStatement
The Dataset Preservation Statement SchemaPreservation Statement
-
setPreservationStatement
The Dataset Preservation Statement SchemaPreservation Statement
-
getSecurityAndPrivacy
The Dataset Security and Policy SchemaTo list all issues and requirements related to security and privacy
-
setSecurityAndPrivacy
The Dataset Security and Policy SchemaTo list all issues and requirements related to security and privacy
-
getSensitiveData
The Dataset Sensitive Data SchemaIf any sensitive data is contained. Allowed values: yes, no, unknown (Required)
-
setSensitiveData
The Dataset Sensitive Data SchemaIf any sensitive data is contained. Allowed values: yes, no, unknown (Required)
-
getTechnicalResource
The Dataset Technical Resource SchemaTo list all technical resources needed to implement a DMP
-
setTechnicalResource
The Dataset Technical Resource SchemaTo list all technical resources needed to implement a DMP
-
getTitle
The Dataset Title SchemaTitle is a property in both Dataset and Distribution, in compliance with W3C DCAT. In some cases these might be identical, but in most cases the Dataset represents a more abstract concept, while the distribution can point to a specific file. (Required)
-
setTitle
The Dataset Title SchemaTitle is a property in both Dataset and Distribution, in compliance with W3C DCAT. In some cases these might be identical, but in most cases the Dataset represents a more abstract concept, while the distribution can point to a specific file. (Required)
-
getType
The Dataset Type SchemaIf appropriate, type according to: DataCite and/or COAR dictionary. Otherwise use the common name for the type, e.g. raw data, software, survey, etc. https://schema.datacite.org/meta/kernel-4.1/doc/DataCite-MetadataKernel_v4.1.pdf http://vocabularies.coar-repositories.org/pubby/resource_type.html
-
setType
The Dataset Type SchemaIf appropriate, type according to: DataCite and/or COAR dictionary. Otherwise use the common name for the type, e.g. raw data, software, survey, etc. https://schema.datacite.org/meta/kernel-4.1/doc/DataCite-MetadataKernel_v4.1.pdf http://vocabularies.coar-repositories.org/pubby/resource_type.html
-
getAdditionalProperties
-
setAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-