rda schema

Classes

Mixins

Slots

  • alternateName - An alias for the item (Alternative names that have been used to refer to this dataset, such as aliases or abbreviations.)
  • citation - A citation or reference to another creative work, such as another publication, web page, scholarly article, etc. (Identifies academic articles that are recommended by the data provider be cited in addition to the dataset itself. Provide the citation for the dataset itself with other properties, such as name, identifier, creator, and publisher properties. For example, this property can uniquely identify a related academic publication such as a data descriptor, data paper, or an article for which this dataset is supplementary material for.)
  • contactPoint - A contact point, e.g. email, telephone, address
  • contentSize - File size in (mega/kilo) bytes.
  • contentURL - Actual bytes of the media object, for example the image file or video file.
  • contributor - A secondary contributor to the CreativeWork or Event.
  • copyrightHolder - The party holding the legal copyright to the CreativeWork.
  • copyrightYear - The year during which the claimed copyright for the CreativeWork was first asserted.
  • creator - The creator/author of this CreativeWork (dataset). This is the same as the Author property for CreativeWork. (To uniquely identify individuals, use ORCID ID as the value of the sameAs property of the Person type. To uniquely identify institutions and organizations, use ROR ID. )
  • dateCreated - The date on which the CreativeWork was created or the item was added to a DataFeed.
  • dateModified - The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed.
  • datePublished - Date of first broadcast/publication.
  • description - A description of the item.
  • distribution - A downloadable form of this dataset, at a specific location, in a specific format (The description of the location for download of the dataset and the file format for download.)
  • distribution.contentUrl - (The link for the download.)
  • distribution.encodingFormat - (The file format of the distribution.)
  • editor - Specifies the Person who edited the CreativeWork.
  • encodingFormat - Media type typically expressed using a MIME format
  • fileFormat (superseded by encordingFormat) - Media type, typically MIME format (see IANA site) of the content e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry.
  • funder - A person or organization that supports (sponsors) something through some kind of financial contribution.
  • hasPart - Indicates a CreativeWork that is (in some sense) a part of this CreativeWork. Reverse property isPartOf
  • identifier - The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See background notes for more details.
  • inLanguage - The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard.
  • includedInDataCatalog - A data catalog which contains this dataset. (The catalog to which the dataset belongs.)
  • isAccessibleForFree - A flag to signal that the publication is accessible for free.
  • isBasedOn - A resource from which this work is derived or from which it is a modification or adaption
  • isPartOf - Indicates a CreativeWork that this CreativeWork is (in some sense) part of. Reverse property hasPart. If the dataset is a collection of smaller datasets, use the hasPart property to denote such relationship. Conversly, if the dataset is part of a larger dataset, use isPartOf.
  • isRelatedTo - A pointer to another, somehow related product (or multiple products).
  • keywords - Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.
  • license - A license document that applies to this content, typically indicated by URL. (A license under which the dataset is distributed.)
  • measurementTechnique - A technique or technology used in a Dataset (or DataDownload, DataCatalog), corresponding to the method used for measuring the corresponding variable(s)
  • mentions - Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.
  • name - A descriptive name of the item (e.g. dataset, software, Organization).
  • producer - The person or organization who produced the work (e.g. music album, movie, tv/radio series etc.).
  • publisher - The publisher of the creative work
  • repeatFrequency - This term is proposed for full integration into Schema.org* Defines the frequency at which Events will occur according to a schedule Schedule. The intervals between events should be defined as a Duration of time.
  • sameAs - URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.
  • spatialCoverage - The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. (You can provide a single point that describes the spatial aspect of the dataset. Only include this property if the dataset has a spatial dimension.)
  • subjectOf - The subject matter of content
  • temporalCoverage - The temporalCoverage of a CreativeWork indicates the period that the content applies to (The data in the dataset covers a specific time interval. Only include this property if the dataset has a temporal dimension.)
  • url - URL of the item. (Location of a page describing the dataset.)
  • variableMeasured - The variableMeasured property can indicate (repeated as necessary) the variables that are measured in some dataset, either described as text or as pairs of identifier and description using PropertyValue. (The variable that this dataset measures. For example, temperature or pressure.)
  • version - The version of the CreativeWork embodied by a specified resource.

Enums

Subsets

Types

Built in

  • Bool
  • Decimal
  • ElementIdentifier
  • NCName
  • NodeIdentifier
  • URI
  • URIorCURIE
  • XSDDate
  • XSDDateTime
  • XSDTime
  • float
  • int
  • str

Defined

  • Boolean (Bool) - A binary (true or false) value
  • Date (XSDDate) - a date (year, month and day) in an idealized calendar
  • Datetime (XSDDateTime) - The combination of a date and time
  • Decimal (Decimal) - A real number with arbitrary precision that conforms to the xsd:decimal specification
  • Double (float) - A real number that conforms to the xsd:double specification
  • Float (float) - A real number that conforms to the xsd:float specification
  • Integer (int) - An integer
  • Ncname (NCName) - Prefix part of CURIE
  • Nodeidentifier (NodeIdentifier) - A URI, CURIE or BNODE that represents a node in a model.
  • Objectidentifier (ElementIdentifier) - A URI or CURIE that represents an object in the model.
  • String (str) - A character string
  • Time (XSDTime) - A time object represents a (local) time of day, independent of any particular day
  • Uri (URI) - a complete URI
  • Uriorcurie (URIorCURIE) - a URI or a CURIE