Digital Media Term
Open Digital Specimen List of Terms
Digital Media List of Terms
Title : Digital Media List of Terms
Date version issued : 2024-10-15
Date created : 2024-10-15
This version : 0.4.0
Latest version : 0.4.0
Abstract : The Digital Media contains information about Digital Media items connected to the Digital Specimen. It is modelled as a separate object to allow for a more flexible and scalable system. Each object will have a unique Digital Object Identifier (DOI) to uniquely identify it. The basis for the structure of the Digital Media object has been made in the GBIF UM as well as the Audiovisual Core TDWG standard.
Main contributors : Sam Leeflang, Soulaine Theocharides, Tom Dijkema, Wouter Addink, Sharif Islam, Claus Weiland, Jonas Grieb, David Fichtmüller
Creator : Distributed Infrastructure for Scientific Collections (DiSSCo)
Bibliographic citation : Distributed Infrastructure for Scientific Collections. 2024. Digital Media List of Terms.
1 Introduction
1.1 Status of the content of this document
The openDS data specification is in active development. This document is work in progres and might change until version 1.0.0 is released. Its main function at the moment is to inform the community about the current state of the data model and to gather feedback. We hope to include the feedback from the community and reach a first major version of the data model by the end of 2024.
1.2 RFC 2119 key words
The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be interpreted as described in BCP 14 RFC 2119 and RFC 8174 when, and only when, they appear in all capitals, as shown here.
1.3 Naming Convention
This document contains all the terms in use the DiSSCo Digital Objects.
Most objects can be directly related to a openDS class, for example the Machine Annotation Service, or the Source System.
However, the Digital Specimen and the Digital Media are more complex objects.
They can contain classes as nested object in itself.
In general, class names are capitalized, use the UpperCamelCase naming convention and are singular.
For example, the class that represents a Digital Specimen is called DigitalSpecimen
.
The properties of a class start with a lowercase and use the lowerCamelCase naming convention.
When a class contains a property which contains a list of another class we use the convention hasXXXs
where XXX is the class name.
The properties name ends with an s
to indicate that it is plural and contains an array of objects.
For example, the Digital Specimen can contain a list of Event objects, so it has a property called hasEvents
.
When a class is directly nested (not through a list) we use the same hasXXX
construction.
This name does not end with an s
but is singular, indicating that it contains a single nested object.
For example, the Location class contains the property hasGeoreference
which contains the Geo Reference class.
When terms are borrowed from other vocabularies, such as Darwin Core, Annotation Vocabulary, Schema.org or others, we use the same naming convention as in the original vocabulary. This could conflict with the openDS vocabulary naming convention.
2 Borrowed Vocabulary
When terms are borrowed from other vocabularies, openDS uses the IRIs, common abbreviations, and namespace prefixes in use in those vocabularies. The IRIs are normative, but abbreviations and namespace prefixes have no impact except as an aid to reading the documentation.
Table 1. Vocabularies from which terms have been borrowed (non-normative)
Vocabulary | Abbreviation | Namespaces and abbreviations |
---|---|---|
Darwin Core | DwC | dwc: = http://rs.tdwg.org/dwc/terms/ |
Darwin Core IRI Terms | DwC IRI | dwciri: = http://rs.tdwg.org/dwc/terms/ |
Dublin Core | DC | dcterms: = http://purl.org/dc/terms/ |
Audiovisual Core | AC | ac: = http://rs.tdwg.org/ac/terms/ |
Schema.org | Schema | schema: = https://schema.org/version/latest/schemaorg-current-https.rdf |
3 Namespaces, Prefixes and Term Names
The namespace of terms borrowed from other vocabularies is that of the original. The namespace of de openDS terms is http://rs.dissco.eu/opends/terms/. In the table of terms, each term entry has a row with the term name. This term name is generally an “unqualified name” preceded by a widely accepted prefix designating an abbreviation for the namespace It is RECOMMENDED that implementers who need a namespace prefix for the openDS namespace use ods. In this web document, hovering over a term in the Index By Term Name list below will reveal a complete URL that can be used in other web documents to link to this document’s treatment of that term, even if it is from a borrowed vocabulary.
4 Term index
4.1 Index By Term Name
Classes
ods:Agent
ods:Assertion
- ods:Assertion
- dwc:measurementID
- dwc:parentMeasurementID
- dwc:measurementType
- dwciri:measurementType
- dwc:measurementDeterminedDate
- dwc:measurementValue
- dwciri:measurementValue
- dwc:measurementAccuracy
- dwc:measurementUnit
- dwciri:measurementUnit
- dwc:measurementMethod
- dwciri:measurementMethod
- dwc:measurementRemarks
- ods:hasAgents
- ods:hasCitations
ods:Citation
ods:DigitalMedia
- ods:DigitalMedia
- dcterms:identifier
- ods:fdoType
- ods:version
- ods:status
- dcterms:modified
- dcterms:created
- dcterms:type
- ac:accessURI
- ods:sourceSystemID
- ods:sourceSystemName
- ods:organisationID
- ods:organisationName
- dcterms:format
- ac:metadataLanguage
- ac:metadataLanguageLiteral
- ac:subtype
- ac:subtypeLiteral
- dcterms:title
- dcterms:language
- dcterms:description
- dcterms:rights
- xmpRights:Owner
- dcterms:available
- ac:comments
- dcterms:source
- Iptc4xmpExt:CVterm
- ac:subjectCategoryVocabulary
- ac:variant
- ac:variantLiteral
- ac:variantDescription
- exif:PixelYDimension
- exif:PixelXDimension
- ac:tag
- xmp:CreateDate
- ac:timeOfDay
- ac:subjectOrientation
- ac:subjectOrientationLiteral
- ac:subjectPart
- ac:subjectPartLiteral
- ac:captureDevice
- ac:digitizationDate
- ac:frameRate
- ac:resourceCreationTechnique
- ods:hasAssertions
- ods:hasCitations
- ods:hasIdentifiers
- ods:hasEntityRelationships
- ods:hasAgents
- ods:hasTombstoneMetadata
ods:EntityRelationship
ods:Identifier
ods:RelatedPID
ods:TombstoneMetadata
5 Vocabulary
Term Name Agent | |
---|---|
Qualified Term | ods:Agent |
Term IRI | http://rs.dissco.eu/opends/terms/Agent |
Label | Agent |
Definition | A generic agent class, containing information about the actor who performed an activity. This could be a person, an organization or a machine. |
Required | False |
Repeatable | True |
RDF Type | rdfs:Class |
Term Name schema:identifier | |
---|---|
Qualified Term | schema:identifier |
Term IRI | http://schema.org/identifier |
Label | Identifier |
Definition | The primary unique identifier of the Agent object. All identifiers will also be added to the ods:hasIdentifiers array |
Examples |
|
Datatype | string |
Belongs to Class | ods:Agent |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name schema:name | |
---|---|
Qualified Term | schema:name |
Term IRI | http://schema.org/name |
Label | Name |
Definition | Full name of the agent |
Examples |
|
Datatype | string |
Belongs to Class | ods:Agent |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:hasRoles | |
---|---|
Qualified Term | ods:hasRoles |
Term IRI | http://rs.dissco.eu/opends/terms/hasRoles |
Label | Has Roles |
Definition | Contains all roles associated with the agent in the context of the Digital Object. Should always contain at least one role |
Datatype | array<ods:Role> |
Belongs to Class | ods:Agent |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name schema:email | |
---|---|
Qualified Term | schema:email |
Term IRI | http://schema.org/email |
Label | |
Definition | Email of the agent |
Examples |
|
Datatype | string |
Belongs to Class | ods:Agent |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name schema:url | |
---|---|
Qualified Term | schema:url |
Term IRI | http://schema.org/url |
Label | URL |
Definition | URL to a website of the agent |
Examples |
|
Datatype | string |
Belongs to Class | ods:Agent |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:hasIdentifiers | |
---|---|
Qualified Term | ods:hasIdentifiers |
Term IRI | http://rs.dissco.eu/opends/terms/hasIdentifiers |
Label | Has Identifiers |
Definition | Contains all identifiers associated with the agent |
Datatype | array<ods:Identifier> |
Belongs to Class | ods:Agent |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name Assertion | |
---|---|
Qualified Term | ods:Assertion |
Term IRI | http://rs.dissco.eu/opends/terms/Assertion |
Label | Assertion |
Definition | A generic assertion class, containing information about a statement that is made about a digital object. An example is the measurement of the leaf or the wingspan of a specimen. |
Required | False |
Repeatable | True |
RDF Type | rdfs:Class |
Term Name dwc:measurementID | |
---|---|
Qualified Term | dwc:measurementID |
Term IRI | http://rs.tdwg.org/dwc/terms/measurementID |
Label | Measurement ID |
Definition | An identifier for the dwc:MeasurementOrFact (information pertaining to measurements, facts, characteristics, or assertions). May be a global unique identifier or an identifier specific to the data set |
Examples |
|
Datatype | string |
Belongs to Class | ods:Assertion |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dwc:parentMeasurementID | |
---|---|
Qualified Term | dwc:parentMeasurementID |
Term IRI | http://rs.tdwg.org/dwc/terms/parentMeasurementID |
Label | Parent Measurement ID |
Definition | An identifier for a broader dwc:MeasurementOrFact that groups this and potentially other ods:Assertions |
Examples |
|
Datatype | string |
Belongs to Class | ods:Assertion |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dwc:measurementType | |
---|---|
Qualified Term | dwc:measurementType |
Term IRI | http://rs.tdwg.org/dwc/terms/measurementType |
Label | Measurement Type |
Definition | The nature of the assertion |
Examples |
|
Datatype | string |
Belongs to Class | ods:Assertion |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dwciri:measurementType | |
---|---|
Qualified Term | dwciri:measurementType |
Term IRI | http://rs.tdwg.org/dwc/iri/measurementType |
Label | Measurement Type |
Definition | The nature of the assertion |
Examples |
|
Datatype | string |
Belongs to Class | ods:Assertion |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dwc:measurementDeterminedDate | |
---|---|
Qualified Term | dwc:measurementDeterminedDate |
Term IRI | http://rs.tdwg.org/dwc/terms/measurementDeterminedDate |
Label | Measurement Determined Date |
Definition | The date on which the dwc:MeasurementOrFact was made |
Examples |
|
Datatype | string |
Belongs to Class | ods:Assertion |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dwciri:measurementValue | |
---|---|
Qualified Term | dwciri:measurementValue |
Term IRI | http://rs.tdwg.org/dwc/iri/measurementValue |
Label | Measurement Value |
Definition | The value of the assertion |
Examples |
|
Datatype | string |
Belongs to Class | ods:Assertion |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dwc:measurementAccuracy | |
---|---|
Qualified Term | dwc:measurementAccuracy |
Term IRI | http://rs.tdwg.org/dwc/terms/measurementAccuracy |
Label | Measurement Accuracy |
Definition | The description of the potential error associated with the dwc:measurementValue |
Examples |
|
Datatype | string |
Belongs to Class | ods:Assertion |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dwc:measurementUnit | |
---|---|
Qualified Term | dwc:measurementUnit |
Term IRI | http://rs.tdwg.org/dwc/terms/measurementUnit |
Label | Measurement Unit |
Definition | The units associated with the dwc:measurementValue |
Examples |
|
Datatype | string |
Belongs to Class | ods:Assertion |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dwc:measurementValue | |
---|---|
Qualified Term | dwc:measurementValue |
Term IRI | http://rs.tdwg.org/dwc/terms/measurementValue |
Label | Measurement Value |
Definition | The value of the assertion |
Examples |
|
Datatype | string |
Belongs to Class | ods:Assertion |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dwc:measurementMethod | |
---|---|
Qualified Term | dwc:measurementMethod |
Term IRI | http://rs.tdwg.org/dwc/terms/measurementMethod |
Label | Measurement Method |
Definition | A description of or reference to (publication, URI) the method or protocol used to determine the measurement, fact, characteristic, or assertion |
Examples |
|
Datatype | string |
Belongs to Class | ods:Assertion |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dwciri:measurementMethod | |
---|---|
Qualified Term | dwciri:measurementMethod |
Term IRI | http://rs.tdwg.org/dwc/iri/measurementMethod |
Label | Measurement Method |
Definition | A description of or reference to (publication, URI) the method or protocol used to determine the measurement, fact, characteristic, or assertion |
Datatype | string |
Belongs to Class | ods:Assertion |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dwc:measurementRemarks | |
---|---|
Qualified Term | dwc:measurementRemarks |
Term IRI | http://rs.tdwg.org/dwc/terms/measurementRemarks |
Label | Measurement Remarks |
Definition | Comments or notes accompanying the dwc:MeasurementOrFact |
Examples |
|
Datatype | string |
Belongs to Class | ods:Assertion |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:hasAgents | |
---|---|
Qualified Term | ods:hasAgents |
Term IRI | http://rs.dissco.eu/opends/terms/hasAgents |
Label | Has Agents |
Definition | The agent(s) who made the assertion, contains an ods:Agent object |
Datatype | object |
Belongs to Class | ods:Assertion |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:hasCitations | |
---|---|
Qualified Term | ods:hasCitations |
Term IRI | http://rs.dissco.eu/opends/terms/hasCitations |
Label | Has Citations |
Definition | Contains the publication citation(s) that support the assertion |
Datatype | array<ods:Citation> |
Belongs to Class | ods:Assertion |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dwciri:measurementUnit | |
---|---|
Qualified Term | dwciri:measurementUnit |
Term IRI | http://rs.tdwg.org/dwc/iri/measurementUnit |
Label | Measurement Unit |
Definition | The units associated with the dwc:measurementValue |
Examples |
|
Datatype | string |
Belongs to Class | ods:Assertion |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:hasAgents | |
---|---|
Qualified Term | ods:hasAgents |
Term IRI | http://rs.dissco.eu/opends/terms/hasAgents |
Label | Has Agents |
Definition | The agent(s) who made the publication, contains an ods:Agent object |
Datatype | object |
Belongs to Class | ods:Citation |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:isPeerReviewed | |
---|---|
Qualified Term | ods:isPeerReviewed |
Term IRI | http://rs.dissco.eu/opends/terms/isPeerReviewed |
Label | Is Peer Reviewed |
Definition | Is the citation peer reviewed? |
Datatype | boolean |
Belongs to Class | ods:Citation |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dcterms:bibliographicCitation | |
---|---|
Qualified Term | dcterms:bibliographicCitation |
Term IRI | http://purl.org/dc/terms/bibliographicCitation |
Label | Bibliographic Citation |
Definition | A bibliographic reference for the resource |
Examples |
|
Datatype | string |
Belongs to Class | ods:Citation |
Required | True |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dcterms:description | |
---|---|
Qualified Term | dcterms:description |
Term IRI | http://purl.org/dc/terms/description |
Label | Description |
Definition | Abstracts, remarks, notes |
Examples |
|
Datatype | string |
Belongs to Class | ods:Citation |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:pageNumber | |
---|---|
Qualified Term | ods:pageNumber |
Term IRI | http://rs.dissco.eu/opends/terms/pageNumber |
Label | Page Number |
Definition | Page number of the citation |
Examples |
|
Datatype | string |
Belongs to Class | ods:Citation |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dcterms:date | |
---|---|
Qualified Term | dcterms:date |
Term IRI | http://purl.org/dc/terms/date |
Label | Date |
Definition | Date of publication |
Examples |
|
Datatype | string |
Belongs to Class | ods:Citation |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dcterms:type | |
---|---|
Qualified Term | dcterms:type |
Term IRI | http://purl.org/dc/terms/type |
Label | Type |
Definition | The category that best matches the nature of a reference |
Examples |
|
Datatype | string |
Belongs to Class | ods:Citation |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dcterms:identifier | |
---|---|
Qualified Term | dcterms:identifier |
Term IRI | http://purl.org/dc/terms/identifier |
Label | Identifier |
Definition | The main identifier of the citation, preferably a DOI, ISBN, URI, etc referring to the reference |
Examples |
|
Datatype | string |
Belongs to Class | ods:Citation |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name Citation | |
---|---|
Qualified Term | ods:Citation |
Term IRI | http://rs.dissco.eu/opends/terms/Citation |
Label | Citation |
Definition | A generic class containing the information about a citation in which the Digital Object is mentioned or which had influence on the Digital Object. |
Required | False |
Repeatable | True |
RDF Type | rdfs:Class |
Term Name dcterms:title | |
---|---|
Qualified Term | dcterms:title |
Term IRI | http://purl.org/dc/terms/title |
Label | Title |
Definition | Title of publication |
Examples |
|
Datatype | string |
Belongs to Class | ods:Citation |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ac:resourceCreationTechnique | |
---|---|
Qualified Term | ac:resourceCreationTechnique |
Term IRI | http://rs.tdwg.org/ac/terms/resourceCreationTechnique |
Label | Resource Creation Technique |
Definition | Information about technical aspects of the creation and digitization process of the resource. This includes modification steps ("retouching") after the initial resource capture. |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:hasTombstoneMetadata | |
---|---|
Qualified Term | ods:hasTombstoneMetadata |
Term IRI | http://rs.dissco.eu/opends/terms/hasTombstoneMetadata |
Label | Has Tombstone Metadata |
Definition | Object containing the tombstone metadata of the object. Only present when ods:status is ods:Tombstone |
Datatype | object |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:hasAgents | |
---|---|
Qualified Term | ods:hasAgents |
Term IRI | http://rs.dissco.eu/opends/terms/hasAgents |
Label | Has Agents |
Definition | Contains zero or more ods:Agent objects |
Datatype | array<ods:Agent> |
Belongs to Class | ods:DigitalMedia |
Required | True |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:hasEntityRelationships | |
---|---|
Qualified Term | ods:hasEntityRelationships |
Term IRI | http://rs.dissco.eu/opends/terms/hasEntityRelationships |
Label | Has Entity Relationships |
Definition | Contains zero or more ods:EntityRelationship objects |
Datatype | array<ods:EntityRelationship> |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:hasIdentifiers | |
---|---|
Qualified Term | ods:hasIdentifiers |
Term IRI | http://rs.dissco.eu/opends/terms/hasIdentifiers |
Label | Has Identifiers |
Definition | Contains zero or more ods:Identifier objects |
Datatype | array<ods:Identifier> |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:hasCitations | |
---|---|
Qualified Term | ods:hasCitations |
Term IRI | http://rs.dissco.eu/opends/terms/hasCitations |
Label | Has Citations |
Definition | Contains zero or more ods:Citation objects |
Datatype | array<ods:Citation> |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:hasAssertions | |
---|---|
Qualified Term | ods:hasAssertions |
Term IRI | http://rs.dissco.eu/opends/terms/hasAssertions |
Label | Has Assertions |
Definition | Contains zero or more ods:Assertion objects |
Datatype | array<ods:Assertion> |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ac:frameRate | |
---|---|
Qualified Term | ac:frameRate |
Term IRI | http://rs.tdwg.org/ac/terms/frameRate |
Label | Frame Rate |
Definition | The decimal fraction representing the frequency (rate) at which consecutive images (frames) were captured in real time for a moving image, expressed as the number of frames per second |
Examples |
|
Datatype | number |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name DigitalMedia | |
---|---|
Qualified Term | ods:DigitalMedia |
Term IRI | http://rs.dissco.eu/opends/terms/DigitalMedia |
Label | Digital Media |
Definition | A digital representation of an media object such as a Image or Sound Recording |
Required | True |
Repeatable | True |
RDF Type | rdfs:Class |
Term Name ac:captureDevice | |
---|---|
Qualified Term | ac:captureDevice |
Term IRI | http://rs.tdwg.org/ac/terms/captureDevice |
Label | Capture Device |
Definition | Free form text describing the device or devices used to create the resource |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dcterms:description | |
---|---|
Qualified Term | dcterms:description |
Term IRI | http://purl.org/dc/terms/description |
Label | Description |
Definition | A free-text account of the content of the resource |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dcterms:language | |
---|---|
Qualified Term | dcterms:language |
Term IRI | http://purl.org/dc/terms/language |
Label | Language |
Definition | Language(s) of resource itself represented in the ISO639-2 three-letter language code. ISO639-1 two-letter codes are permitted but deprecated |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dcterms:title | |
---|---|
Qualified Term | dcterms:title |
Term IRI | http://purl.org/dc/terms/title |
Label | Title |
Definition | A name given to the resource. Concise title, name, or brief descriptive label of institution, resource collection, or individual resource. This field SHOULD include the complete title with all the subtitles, if any |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | True |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ac:digitizationDate | |
---|---|
Qualified Term | ac:digitizationDate |
Term IRI | http://rs.tdwg.org/ac/terms/digitizationDate |
Label | Digitization Date |
Definition | Date the first digital version was created |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ac:subtype | |
---|---|
Qualified Term | ac:subtype |
Term IRI | http://rs.tdwg.org/ac/terms/subtype |
Label | Subtype |
Definition | A class, represented by an IRI, that provides for more specialization of the media item type than dcterms:type |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ac:metadataLanguageLiteral | |
---|---|
Qualified Term | ac:metadataLanguageLiteral |
Term IRI | http://rs.tdwg.org/ac/terms/metadataLanguageLiteral |
Label | Metadata Language Literal |
Definition | The URI of the language of description and other metadata (but not necessarily of the image itself), from the ISO639-2 list of URIs for ISO 3-letter language codes, http://id.loc.gov/vocabulary/iso639-2 |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ac:metadataLanguage | |
---|---|
Qualified Term | ac:metadataLanguage |
Term IRI | http://rs.tdwg.org/ac/terms/metadataLanguage |
Label | Metadata Language |
Definition | The URI of the language of description and other metadata (but not necessarily of the image itself), from the ISO639-2 list of URIs for ISO 3-letter language codes, http://id.loc.gov/vocabulary/iso639-2 |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dcterms:format | |
---|---|
Qualified Term | dcterms:format |
Term IRI | http://purl.org/dc/terms/format |
Label | Format |
Definition | The file format, physical medium, or dimensions of the resource. Best practise to use Mime types |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:organisationName | |
---|---|
Qualified Term | ods:organisationName |
Term IRI | http://rs.dissco.eu/opends/terms/organisationName |
Label | Organisation Name |
Definition | Primary organisation name according to ROR or Wikidata |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dcterms:rights | |
---|---|
Qualified Term | dcterms:rights |
Term IRI | http://purl.org/dc/terms/rights |
Label | Rights |
Definition | Information about rights held in and over the resource. Recommended best practise is to use a URI for the rights |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:organisationID | |
---|---|
Qualified Term | ods:organisationID |
Term IRI | http://rs.dissco.eu/opends/terms/organisationID |
Label | Organisation ID |
Definition | ROR or Wikidata identifier of the organisation |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:sourceSystemID | |
---|---|
Qualified Term | ods:sourceSystemID |
Term IRI | http://rs.dissco.eu/opends/terms/sourceSystemID |
Label | Source System ID |
Definition | The handle to the source system object which is used to retrieve the data from the CMS |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | True |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ac:accessURI | |
---|---|
Qualified Term | ac:accessURI |
Term IRI | http://rs.tdwg.org/ac/terms/accessURI |
Label | Access URI |
Definition | This is the URI through which DiSSCo will retrieve the media item and serves as the main identifier for the media item before a DOI is available |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | True |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dcterms:type | |
---|---|
Qualified Term | dcterms:type |
Term IRI | http://purl.org/dc/terms/type |
Label | Type |
Definition | Describing the nature or type of the Digital Media, restricted to the controlled vocabulary of https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#DCMIType |
Controlled Vocabulary |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dcterms:created | |
---|---|
Qualified Term | dcterms:created |
Term IRI | http://purl.org/dc/terms/created |
Label | Created |
Definition | The timestamp that the object was created in DiSSCo, Following the ISO Date Time Format yyyy-MM-dd'T'HH:mm:ss.SSSXXX |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | True |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dcterms:modified | |
---|---|
Qualified Term | dcterms:modified |
Term IRI | http://purl.org/dc/terms/modified |
Label | Modified |
Definition | The timestamp that the object was last changed, which resulted in a new version of the object. Following the ISO Date Time Format yyyy-MM-dd'T'HH:mm:ss.SSSXXX |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | True |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:status | |
---|---|
Qualified Term | ods:status |
Term IRI | http://rs.dissco.eu/opends/terms/status |
Label | Status |
Definition | The status of the Digital Object. A digital object can be in Draft, when it is not published yet. Active when it is published and the object is active and Tombstone which means the object has been archived. |
Controlled Vocabulary |
|
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:version | |
---|---|
Qualified Term | ods:version |
Term IRI | http://rs.dissco.eu/opends/terms/version |
Label | Version |
Definition | The version of the object, each change generates a new version. The version starts at 1 and each change will increment the version number with 1 |
Examples |
|
Datatype | integer |
Belongs to Class | ods:DigitalMedia |
Required | True |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:fdoType | |
---|---|
Qualified Term | ods:fdoType |
Term IRI | http://rs.dissco.eu/opends/terms/fdoType |
Label | Fdo Type |
Definition | The DOI to the FDO type of the object |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | True |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dcterms:identifier | |
---|---|
Qualified Term | dcterms:identifier |
Term IRI | http://purl.org/dc/terms/identifier |
Label | Identifier |
Definition | The unique identifier (DOI) of the Digital Media |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | True |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:sourceSystemName | |
---|---|
Qualified Term | ods:sourceSystemName |
Term IRI | http://rs.dissco.eu/opends/terms/sourceSystemName |
Label | Source System Name |
Definition | The name of the source system as provided to DiSSCo |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name xmpRights:Owner | |
---|---|
Qualified Term | xmpRights:Owner |
Term IRI | Owner |
Label | Owner |
Definition | A list of legal owners of the resource |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ac:subtypeLiteral | |
---|---|
Qualified Term | ac:subtypeLiteral |
Term IRI | http://rs.tdwg.org/ac/terms/subtypeLiteral |
Label | Subtype Literal |
Definition | A class, represented by a controlled value string, that provides for more specialization of the media item type than dc:type |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ac:comments | |
---|---|
Qualified Term | ac:comments |
Term IRI | http://rs.tdwg.org/ac/terms/comments |
Label | Comments |
Definition | Any comment provided on the media resource, as free-form text |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ac:subjectPartLiteral | |
---|---|
Qualified Term | ac:subjectPartLiteral |
Term IRI | http://rs.tdwg.org/ac/terms/subjectPartLiteral |
Label | Subject Part Literal |
Definition | The portion or product of organism morphology, behaviour, environment, etc. that is either predominantly shown or particularly well exemplified by the media resource, denoted by a controlled value string |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ac:subjectPart | |
---|---|
Qualified Term | ac:subjectPart |
Term IRI | http://rs.tdwg.org/ac/terms/subjectPart |
Label | Subject Part |
Definition | The portion or product of organism morphology, behaviour, environment, etc. that is either predominantly shown or particularly well exemplified by the media resource, denoted by an IRI |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ac:subjectOrientationLiteral | |
---|---|
Qualified Term | ac:subjectOrientationLiteral |
Term IRI | http://rs.tdwg.org/ac/terms/subjectOrientationLiteral |
Label | Subject Orientation Literal |
Definition | Specific orientation (= direction, view angle) of the subject represented in the media resource with respect to the acquisition device, denoted by a controlled value string |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ac:subjectOrientation | |
---|---|
Qualified Term | ac:subjectOrientation |
Term IRI | http://rs.tdwg.org/ac/terms/subjectOrientation |
Label | Subject Orientation |
Definition | Specific orientation (= direction, view angle) of the subject represented in the media resource with respect to the acquisition device, denoted by an IRI |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dcterms:available | |
---|---|
Qualified Term | dcterms:available |
Term IRI | http://purl.org/dc/terms/available |
Label | Available |
Definition | Date (often a range) that the resource became or will become available |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name xmp:CreateDate | |
---|---|
Qualified Term | xmp:CreateDate |
Term IRI | CreateDate |
Label | Create Date |
Definition | The date and time the resource was created. For a digital file, this need not match a file-system creation time. For a freshly created resource, it should be close to that time, modulo the time taken to write the file. Later file transfer, copying, and so on, can make the file-system time arbitrarily different. |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ac:tag | |
---|---|
Qualified Term | ac:tag |
Term IRI | http://rs.tdwg.org/ac/terms/tag |
Label | Tag |
Definition | A list of tags or keywords that describe the media item |
Examples |
|
Datatype | array<string> |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name exif:PixelXDimension | |
---|---|
Qualified Term | exif:PixelXDimension |
Term IRI | PixelXDimension |
Label | Pixel X Dimension |
Definition | Information specific to compressed data. When a compressed file is recorded, the valid width of the meaningful image shall be recorded in this tag, whether or not there is padding data or a restart marker. This tag shall not exist in an uncompressed file |
Examples |
|
Datatype | integer |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name exif:PixelYDimension | |
---|---|
Qualified Term | exif:PixelYDimension |
Term IRI | PixelYDimension |
Label | Pixel Y Dimension |
Definition | Information specific to compressed data. When a compressed file is recorded, the valid height of the meaningful image shall be recorded in this tag, whether or not there is padding data or a restart marker. This tag shall not exist in an uncompressed file |
Examples |
|
Datatype | integer |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ac:variantDescription | |
---|---|
Qualified Term | ac:variantDescription |
Term IRI | http://rs.tdwg.org/ac/terms/variantDescription |
Label | Variant Description |
Definition | Text that describes this Service Access Point variant. Most variants (thumb, low-res, high-res) are self-explanatory and it is best practice to leave this property empty if no special description is needed |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ac:timeOfDay | |
---|---|
Qualified Term | ac:timeOfDay |
Term IRI | http://rs.tdwg.org/ac/terms/timeOfDay |
Label | Time Of Day |
Definition | Free text information beyond exact clock times |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name Iptc4xmpExt:CVterm | |
---|---|
Qualified Term | Iptc4xmpExt:CVterm |
Term IRI | CVterm |
Label | C Vterm |
Definition | A term to describe the content of the image by a value from a Controlled Vocabulary |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ac:variantLiteral | |
---|---|
Qualified Term | ac:variantLiteral |
Term IRI | http://rs.tdwg.org/ac/terms/variantLiteral |
Label | Variant Literal |
Definition | The category describing this Service Access Point variant, denoted by a controlled value string |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ac:variant | |
---|---|
Qualified Term | ac:variant |
Term IRI | http://rs.tdwg.org/ac/terms/variant |
Label | Variant |
Definition | The category describing this Service Access Point variant, denoted by an IRI |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ac:subjectCategoryVocabulary | |
---|---|
Qualified Term | ac:subjectCategoryVocabulary |
Term IRI | http://rs.tdwg.org/ac/terms/subjectCategoryVocabulary |
Label | Subject Category Vocabulary |
Definition | Any vocabulary or formal classification from which terms in the Subject Category have been drawn |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dcterms:source | |
---|---|
Qualified Term | dcterms:source |
Term IRI | http://purl.org/dc/terms/source |
Label | Source |
Definition | A related resource from which the described resource is derived |
Examples |
|
Datatype | string |
Belongs to Class | ods:DigitalMedia |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:relatedResourceURI | |
---|---|
Qualified Term | ods:relatedResourceURI |
Term IRI | http://rs.dissco.eu/opends/terms/relatedResourceURI |
Label | Related Resource URI |
Definition | The full resolvable URI to the related resource |
Examples |
|
Datatype | string |
Belongs to Class | ods:EntityRelationship |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dwc:relatedResourceID | |
---|---|
Qualified Term | dwc:relatedResourceID |
Term IRI | http://rs.tdwg.org/dwc/terms/relatedResourceID |
Label | Related Resource ID |
Definition | An identifier for a related resource (the object, rather than the subject of the relationship) |
Examples |
|
Datatype | string |
Belongs to Class | ods:EntityRelationship |
Required | True |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dwc:relationshipOfResourceID | |
---|---|
Qualified Term | dwc:relationshipOfResourceID |
Term IRI | http://rs.tdwg.org/dwc/terms/relationshipOfResourceID |
Label | Relationship Of Resource ID |
Definition | An identifier for the relationship type (predicate) that connects the subject identified by dwc:resourceID to its object identified by dwc:relatedResourceID |
Examples |
|
Datatype | string |
Belongs to Class | ods:EntityRelationship |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:hasAgents | |
---|---|
Qualified Term | ods:hasAgents |
Term IRI | http://rs.dissco.eu/opends/terms/hasAgents |
Label | Has Agents |
Definition | The agent(s) who created the entityRelationship, contains an ods:Agent object |
Datatype | object |
Belongs to Class | ods:EntityRelationship |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name EntityRelationship | |
---|---|
Qualified Term | ods:EntityRelationship |
Term IRI | http://rs.dissco.eu/opends/terms/EntityRelationship |
Label | Entity Relationship |
Definition | Describes relationships between digital object and any external resources. An example could be a relationship to the Sequence record of the specimen in a DNA database. |
Required | False |
Repeatable | True |
RDF Type | rdfs:Class |
Term Name dwc:relationshipOfResource | |
---|---|
Qualified Term | dwc:relationshipOfResource |
Term IRI | http://rs.tdwg.org/dwc/terms/relationshipOfResource |
Label | Relationship Of Resource |
Definition | The relationship of the subject (identified by dwc:resourceID) to the object (identified by dwc:relatedResourceID) |
Examples |
|
Datatype | string |
Belongs to Class | ods:EntityRelationship |
Required | True |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dwc:relationshipEstablishedDate | |
---|---|
Qualified Term | dwc:relationshipEstablishedDate |
Term IRI | http://rs.tdwg.org/dwc/terms/relationshipEstablishedDate |
Label | Relationship Established Date |
Definition | The date-time on which the relationship between the two resources was established, following the ISO Date Time Format yyyy-MM-dd'T'HH:mm:ss.SSSXXX |
Examples |
|
Datatype | string |
Belongs to Class | ods:EntityRelationship |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dwc:relationshipRemarks | |
---|---|
Qualified Term | dwc:relationshipRemarks |
Term IRI | http://rs.tdwg.org/dwc/terms/relationshipRemarks |
Label | Relationship Remarks |
Definition | Comments or notes about the relationship between the two resources |
Examples |
|
Datatype | string |
Belongs to Class | ods:EntityRelationship |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name Identifier | |
---|---|
Qualified Term | ods:Identifier |
Term IRI | http://rs.dissco.eu/opends/terms/Identifier |
Label | Identifier |
Definition | A generic Identifier class which can be attached to multiple classes. It captures information about any identifier of the class. |
Required | False |
Repeatable | True |
RDF Type | rdfs:Class |
Term Name dcterms:title | |
---|---|
Qualified Term | dcterms:title |
Term IRI | http://purl.org/dc/terms/title |
Label | Title |
Definition | A name for the identifier |
Examples |
|
Datatype | string |
Belongs to Class | ods:Identifier |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dcterms:type | |
---|---|
Qualified Term | dcterms:type |
Term IRI | http://purl.org/dc/terms/type |
Label | Type |
Definition | The type of the value in the `dcterms:identifier` field |
Examples |
|
Controlled Vocabulary |
|
Datatype | string |
Belongs to Class | ods:Identifier |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dcterms:identifier | |
---|---|
Qualified Term | dcterms:identifier |
Term IRI | http://purl.org/dc/terms/identifier |
Label | Identifier |
Definition | The value for the identifier |
Examples |
|
Datatype | string |
Belongs to Class | ods:Identifier |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dcterms:subject | |
---|---|
Qualified Term | dcterms:subject |
Term IRI | http://purl.org/dc/terms/subject |
Label | Subject |
Definition | Additional keywords that the publisher may prefer to be attached to the identifier |
Examples |
|
Datatype | array<string> |
Belongs to Class | ods:Identifier |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:isPartOfLabel | |
---|---|
Qualified Term | ods:isPartOfLabel |
Term IRI | http://rs.dissco.eu/opends/terms/isPartOfLabel |
Label | Is Part Of Label |
Definition | Indicates whether the identifier is part of the physical label |
Datatype | boolean |
Belongs to Class | ods:Identifier |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:gupriLevel | |
---|---|
Qualified Term | ods:gupriLevel |
Term IRI | http://rs.dissco.eu/opends/terms/gupriLevel |
Label | GUPRI Level |
Definition | Indicates whether the identifier is a persistent identifier |
Controlled Vocabulary |
|
Datatype | string |
Belongs to Class | ods:Identifier |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dcterms:format | |
---|---|
Qualified Term | dcterms:format |
Term IRI | http://purl.org/dc/terms/format |
Label | Format |
Definition | All possible mime types of content that can be returned by identifier in case the identifier is resolvable. Plain UUIDs for example do not have a dc:format return type, as they are not resolvable on their own. For a list of MIME types see the list maintained by IANA: http://www.iana.org/assignments/media-types/index.html, in particular the text http://www.iana.org/assignments/media-types/text/ and application http://www.iana.org/assignments/media-types/application/ types. Frequently used values are text/html, text/xml, application/rdf+xml, application/json |
Examples |
|
Datatype | array<string> |
Belongs to Class | ods:Identifier |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:identifierStatus | |
---|---|
Qualified Term | ods:identifierStatus |
Term IRI | http://rs.dissco.eu/opends/terms/identifierStatus |
Label | Identifier Status |
Definition | Indicates the status of the identifier |
Controlled Vocabulary |
|
Datatype | string |
Belongs to Class | ods:Identifier |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name dcterms:identifier | |
---|---|
Qualified Term | dcterms:identifier |
Term IRI | http://purl.org/dc/terms/identifier |
Label | Identifier |
Definition | The PID of the related object, used in cases of `ods:Annotation`, `ods:DigitalMedia` and `ods:DigitalSpecimen` |
Examples |
|
Datatype | string |
Belongs to Class | ods:RelatedPID |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name RelatedPID | |
---|---|
Qualified Term | ods:RelatedPID |
Term IRI | http://rs.dissco.eu/opends/terms/RelatedPID |
Label | Related PID |
Definition | Indicates to which other Digital Object the tombstoned record is related to. This can be used when a digital object has been split or merged into other Digital Objects. |
Required | False |
Repeatable | True |
RDF Type | rdfs:Class |
Term Name ods:relationshipType | |
---|---|
Qualified Term | ods:relationshipType |
Term IRI | http://rs.dissco.eu/opends/terms/relationshipType |
Label | Relationship Type |
Definition | The type of relationship between the tombstoned object and the related object |
Examples |
|
Datatype | string |
Belongs to Class | ods:RelatedPID |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name schema:identifier | |
---|---|
Qualified Term | schema:identifier |
Term IRI | http://schema.org/identifier |
Label | Identifier |
Definition | The PID of the related object, used in cases of `ods:DataMapping`, `ods:SourceSystem` and `ods:MachineAnnotationService` |
Examples |
|
Datatype | string |
Belongs to Class | ods:RelatedPID |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name schema:endDate | |
---|---|
Qualified Term | schema:endDate |
Term IRI | http://schema.org/endDate |
Label | End Date |
Definition | Date the agent ended the role |
Examples |
|
Datatype | string |
Belongs to Class | ods:Role |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name schema:roleName | |
---|---|
Qualified Term | schema:roleName |
Term IRI | http://schema.org/roleName |
Label | Role Name |
Definition | The category that best matches the nature of a role of an Agent |
Examples |
|
Datatype | string |
Belongs to Class | ods:Role |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name Role | |
---|---|
Qualified Term | ods:Role |
Term IRI | http://rs.dissco.eu/opends/terms/Role |
Label | Role |
Definition | A role is a named entity that can be assigned to an agent. It is used to describe the function of an agent in a specific context. |
Required | False |
Repeatable | True |
RDF Type | rdfs:Class |
Term Name schema:position | |
---|---|
Qualified Term | schema:position |
Term IRI | http://schema.org/position |
Label | Position |
Definition | Can be used to indicate the order of importance when there are multiple agents with the same role. Lower order means higher importance. |
Examples |
|
Datatype | integer |
Belongs to Class | ods:Role |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name schema:startDate | |
---|---|
Qualified Term | schema:startDate |
Term IRI | http://schema.org/startDate |
Label | Start Date |
Definition | Date the agent began the role |
Examples |
|
Datatype | string |
Belongs to Class | ods:Role |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name TombstoneMetadata | |
---|---|
Qualified Term | ods:TombstoneMetadata |
Term IRI | http://rs.dissco.eu/opends/terms/TombstoneMetadata |
Label | Tombstone Metadata |
Definition | The tombstone metadata about the tombstoned digital object, including the what, who and when of the tombstoning. |
Required | False |
Repeatable | True |
RDF Type | rdfs:Class |
Term Name ods:tombstoneDate | |
---|---|
Qualified Term | ods:tombstoneDate |
Term IRI | http://rs.dissco.eu/opends/terms/tombstoneDate |
Label | Tombstone Date |
Definition | Timestamp the Digital Object was tombstoned and no longer active. Following the ISO Date Time Format yyyy-MM-dd'T'HH:mm:ss.SSSXXX |
Examples |
|
Datatype | string |
Belongs to Class | ods:TombstoneMetadata |
Required | True |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:tombstoneText | |
---|---|
Qualified Term | ods:tombstoneText |
Term IRI | http://rs.dissco.eu/opends/terms/tombstoneText |
Label | Tombstone Text |
Definition | A reason why the Digital Object was tombstoned |
Examples |
|
Datatype | string |
Belongs to Class | ods:TombstoneMetadata |
Required | True |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:hasAgents | |
---|---|
Qualified Term | ods:hasAgents |
Term IRI | http://rs.dissco.eu/opends/terms/hasAgents |
Label | Has Agents |
Definition | The agent(s) who tombstoned the Digital Object, contains an ods:Agent object |
Datatype | object |
Belongs to Class | ods:TombstoneMetadata |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |
Term Name ods:hasRelatedPIDs | |
---|---|
Qualified Term | ods:hasRelatedPIDs |
Term IRI | http://rs.dissco.eu/opends/terms/hasRelatedPIDs |
Label | Has Related Pi Ds |
Definition | The PIDs of the object the tombstoned object is related to |
Datatype | array<ods:RelatedPID> |
Belongs to Class | ods:TombstoneMetadata |
Required | False |
Repeatable | False |
RDF Type | rdf:Property |