Skip to content

Latest commit

 

History

History
707 lines (555 loc) · 90.6 KB

File metadata and controls

707 lines (555 loc) · 90.6 KB

Language Data Commons RO-Crate Profile

This document is a DRAFT RO-Crate profile for Language Data resources. The profile specifies the contents of RO-Crate Metadata Documents for language resources and gives guidance on how to structure language data collections both at the RO-Crate package level and in a repository containing multiple packages.

This profile assumes that the principles and standards set out in the PILARS protocols, or similar compatible approaches, are being used.

The core metadata vocabularies for this profile are:

  • RO-Crate recommendations for data packaging and basic discoverability metadata, which is mostly Schema.org terms with a handful of additions. Following RO-Crate practice, basic metadata terms such as "who, what, where" and bibliographic-style descriptions are chosen from Schema.org (in preference to other vocabularies such as Dublin Core or FOAF) where possible, with domain-specific vocabularies used for things which are not common across domains (such as types of language).

  • An updated version of the Open Language Archives Community (OLAC) vocabularies; originally expressed as XML schemas. The new vocabulary is under development here: https://w3id.org/ldac/terms


Audience

This document is primarily for use by tool developers, data scientists and metadata specialists developing scripts or systems for user communities. It is not intended for use by non-specialists.

Just as we would not expect repository users to type Dublin Core metadata in XML format by hand, we do not expect our users to have to deal directly with the JSON-LD presented here. This document is for tool developers to build systems that crosswalk data from existing systems, or allow for user-friendly data entry.


About this Profile

This profile covers various kinds of crate metadata:

  • Structural RO-Crate metadata: how the root dataset links to files, and the abstract structure of nested collections (e.g. collections/corpora or other curated datasets) and objects of study; linguistic Items, Sessions or Texts). This profile assumes that a repository (for example, an OCFL storage root, with an API for accessing it) exists and that it can at a minimum support

    (a) listing all items of the repository and returning their RO-Crate metadata, and

    (b) retrieving an item given its ID.

  • Types of language data: is this resource a dialogue? A written text? A transcript or other annotation? Which file has which kind of data in it? What is inside CSV and other structured files? The vocabulary used for language-specific data is the Language Data Commons vocabulary which is being developed alongside this profile.

  • Contextual metadata: how to link people who had speaking, authoring, collection roles, places, subjects.


Structural Metadata

The structural elements of a Language Data Commons RO-Crate are:

  • A Collection / Object hierarchy to allow language data to be grouped. For example, a corpus with sub-corpora, or collections of items (objects) from a particular region.

  • Dataset and File entities (as per RO-Crate). Files may be referenced locally or via URI, for example, from an API. If an RO-Crate contains files, they MUST be linked to the root dataset as per the RO-Crate specification using either:

    • hasPart relationships on the object(s), or
    • isPartOf relationships on the file(s).

NOTE: The terms Collection and Object are encoded in RO-Crate metadata using RepositoryCollection and RepositoryObject types respectively. These in turn are re-named versions of the Portland Common Data Model types, pcdm:Collection and pcdm:Object.

A conformant RO-Crate:

PropertyRequired?Expected value rangeDescriptions
nameMUSTTextThe name of this dataset.
licenseMUSTldac:DataReuseLicenseLink to a document that describes the rights and obligations for users of this collection record. NOTE: This does not necessarily cover the license terms that may apply to Objects in the collection which may have specific licensing. Licensing on other objects overrides the license attached to a collection record.
dct:rightsHolderMUSTText, Person, OrganizationThe person or organisation owning or managing rights over the resource.
authorMUSTPerson, OrganizationThe person or organisation responsible for creating this collection of data. Authors should be identified using URIs such as ORCiD or ROR.
accountablePersonMUSTPerson, OrganizationThe person or organisation who is the data steward for this resource.
publisherMUSTOrganizationThe organisation responsible for releasing this dataset.
descriptionMUSTTextAreaAn abstract of the collection. Include as much detail as possible about the motivation and use of the dataset, including things that we do not yet have properties for.
datePublishedMUSTDateTime, DateThe (earliest) date this work was created.
isAccessibleForFreeMAYBooleanThis is available under an Open Access license.
ldac:annotationOfMAYldac:PrimaryMaterialThis resource contains some kind of description that adds information to the resource it references.
isBasedOnMAYText, URL, CreativeWork, Dataset, FileLink to or description of an original resource.
creditTextMAYTextA free text bibliographic citation for this material, e.g. 'Cite as: Musgrave (2023). Title of work. DOI'.
usageInfoMAYTextAdditional information on licensing options for using the data, e.g. 'Contact the Data Steward to discuss license terms'.
funderMAYOrganizationThe organisation(s) responsible for funding the creation or collection of this dataset.
citationMAYCreativeWorkAssociated publications.
ldac:doiMAYTextA Digital Object Identifier, e.g. https://doi.org/10.1000/182.
temporalCoverageMAYDateTime, TextThe range of years of creation for items in this dataset using a slash, e.g. 1900/1945. If there are sub-collections with different coverages put this on the sub-collections not the top-level.
spatialCoverageMAYPlaceThe place(s) that are the focus of the content. It is a sub-property of contentLocation intended primarily for more technical and detailed materials. For example, with a dataset, it indicates areas that the dataset describes: a dataset Cape York languages would have spatialCoverage which was the place: the outline of the Cape.
ldac:hasCollectionProtocolMAYldac:CollectionProtocolA link to a CollectionProtocol object with (at least) a summary of how resources were selected or elicited for this collection/sub-collection.
pcdm:hasMemberMAYRepositoryCollection, RepositoryObjectThe sub-collections, if any, associated with this collection.
hasPartMAYCreativeWork, File, DatasetAn item or CreativeWork that is part of this item, or CreativeWork (in some sense).
isPartOfMAYURL, CreativeWorkAn item or CreativeWork that this item, or CreativeWork (in some sense), is part of.
pcdm:memberOfMAYRepositoryCollectionLinks from a Repository Object or Collection to a containing Repository Object or Collection.
ldac:annotatorMAYPerson, OrganizationThe participant produced an annotation of this or a related resource.
ldac:compilerMAYPerson, OrganizationThe participant is responsible for collecting the sub-parts of the resource together.
ldac:consultantMAYPerson, OrganizationThe participant contributes expertise to the creation of a work, for example by contributing knowledge of their native language.
ldac:dataInputterMAYPerson, OrganizationThe participant responsible for entering, re-typing, and/or structuring the data contained in the resource.
ldac:depositorMAYPerson, OrganizationThe participant responsible for depositing the resource in an archive.
ldac:developerMAYPerson, OrganizationThe participant developed the methodology or tools (including software) that constitute the resource, or that were used to create the resource.
ldac:editorMAYPerson, OrganizationThe participant reviewed, corrected, and/or tested the resource.
ldac:illustratorMAYPerson, OrganizationThe participant contributed drawings or other illustrations to the resource.
ldac:interpreterMAYPerson, OrganizationThe contributor renders the discourse recorded in the resource into another language in real time, or the contributor explains the discourse recorded in the resource.
ldac:intervieweeMAYPerson, OrganizationThe participant was a respondent in an interview.
ldac:interviewerMAYPerson, OrganizationThe participant conducted an interview that forms part of the resource.
ldac:participantMAYPerson, OrganizationThe participant was present during the creation of the resource, but did not contribute substantially to its content.
ldac:performerMAYPerson, OrganizationThe participant performed some portion of a recorded, filmed, or transcribed resource. It is recommended that this term be used only for creative participants whose role is not better indicated by a more specific term, such as 'speaker', 'signer', or 'singer'.
ldac:photographerMAYPerson, OrganizationThe participant took the photograph, or shot the film, that appears in or constitutes the resource.
ldac:recorderMAYPerson, OrganizationThe participant operated the recording machinery used to create the resource.
ldac:researcherMAYPerson, OrganizationThe resource was created as part of the participant's research, or the research presents interim or final results from the participant's research.
ldac:researchParticipantMAYPerson, OrganizationThe participant acted as a research subject or responded to a questionnaire, the results of which study form the basis of the resource.
ldac:responderMAYPerson, OrganizationThe participant was an interlocutor in some sort of discourse event, but only reacted to the contributions of others.
ldac:signerMAYPerson, OrganizationThe contributor was a principal signer in a resource that consists of a recording, a film, or a transcription of a recorded resource. Signers are those whose gestures predominate in a recorded or filmed resource. (The resource may be a transcription of that recording).
ldac:singerMAYPerson, OrganizationThe participant sang, either individually or as part of a group, in a resource that consists of a recording, a film, or a transcription of a recorded resource.
ldac:speakerMAYPerson, OrganizationThe contributor was a principal speaker in a resource that consists of a recording, a film, or a transcription of a recorded resource. Speakers are those whose voices predominate in a recorded or filmed resource. (The resource may be a transcription of that recording).
ldac:sponsorMAYPerson, OrganizationThe participant contributed financial support to the creation of the resource.
ldac:transcriberMAYPerson, OrganizationThe participant produced a transcription of this or a related resource.
ldac:translatorMAYPerson, OrganizationThe participant produced a translation of this or a related resource.

Structure of collections that conform to the Language Data Commons Profile

A collection such as a corpus may be stored in a repository or transmitted either as:

  • A distributed collection: a set of individual RO-Crates which reference separate collection records with one Object and one Collection per crate.

  • A bundled single crate: contains all the Collection and Object data.

Distributed collections may reference member collections or Objects in pcdm:hasMember property but should not include descriptions of Objects that are stored elsewhere in the repository.


Classes

In linked data, a class is a resource that represents a concept or entity. Classes specific to the Language Data Commons Schema include:

Class Description
CollectionEvent A description of an event at which one or more PrimaryMaterials were captured, e.g. as video or audio.
CollectionProtocol A description of how this Object or Collection was obtained, such as the strategy used for selecting written source texts, or the prompts given to participants.
DataDepositLicense A license document setting out terms for deposit into a repository.
DataLicense A license document for data licensing. This is a superclass of DataReuseLicense and DataDepositLicense.
DataReuseLicense A license document, setting out terms for reuse of data.

Bidirectional Relationships

The relational hierachy between Collections, Objects and Files are represented bidirectionally in an RO-Crate by the terms hasPart/isPartOf and pcdm:hasMember/pcdm:memberOf.

Superset Term Inverse Of Subset Term
pcdm:hasMember pcdm:memberOf
hasPart isPartOf

Objects are placed in a Collection using the pcdm:memberOf property, which is required. The inverse will be encoded automatically using the pcdm:hasMember property on a Collection. Similarly, if using pcdm:hasMember, pcdm:memberOf will also be automatically encoded.

The same relationship applies for hasPart and isPartOf at the Object and File levels.

Superset Level Relationship Subset Level
Collection pcdm:hasMember Object
Collection pcdm:memberOf Object
Object hasPart File
Object isPartOf File

Depending on the data, using one term over another may be preferable when creating the hierarchical relationship. For example, if you are describing multiple files in a spreadsheet, it is easier to use isPartOf at the File level referencing the Object it belongs to, rather than listing all the hasPart entries at the Object level.

The following diagram shows how these relationships are encoded in a single "bundled" RO-Crate.

Self-contained collection crate with all resources

The next diagram shows how distributed crates (with one RO-Crate per Object and Collection) are linked.

Distributed crate with links to object crates

Which linking strategy is used is an implementation choice for repository developers.


When to choose collection-as-crate ("bundled") vs collection-in-multiple-crates ("distributed")

  • Use a single bundled crate for a collection when all of these conditions are true:

    • The collection is final and is expected to be stable, i.e. there is negligible chance of having to withdraw any of its contents or files.

    • The collection and all its files can easily be transferred in a single transaction - say 20 GB total.

    • All the material in the corpus shares the same license for reuse.

  • Split a collection into distributed RepositoryCollection and RepositoryObject crates, with one crate per repository object, when any of these conditions are true:

    • The collection is not yet stable:

      • New items are being added or changed.

      • There is a chance that some data may have to be taken down or withdrawn at the request of participants.

    • The total size of the collection will present challenges for data transfer.

    • There is more than one data reuse license applicable.


Collection

A collection is a group of related Objects. Examples of collections include corpora, and sub-corpora, as well as aggregations of cultural objects such as PARADISEC collections which bring together items collected in a region or on a session with informants. This follows the Alveo usage:

Items [Objects in this model] are grouped into collections which might correspond to curated corpora such as ACE or informal collections such as a sample of documents from the AustLit archive.

When an RO-Crate is used to package a collection that is part of another Collection it has a pcdm:memberOf property which references a resolvable ID (within the context of a repository or service) of the parent Collection. The Collection may also list its members in a pcdm:hasMember property, but this is not required.

The root dataset must have at least these @type values: ["Dataset", "RepositoryCollection"]

A RepositoryCollection:

PropertyRequired?Expected value rangeDescriptions
nameMUSTTextThe name of this collection.
accountablePersonMUSTPerson, OrganizationThe person or organisation who is the data steward for this resource.
contentLocationMAYPlaceThe location depicted or described in the content. For example, the location in a photograph or painting.
conformsToMAYSelectA link to the language data commons RO-Crate profile for collections.
inLanguageMAYLanguageThe language in which the resource is written.
ldac:subjectLanguageMAYLanguageThe languages that the materials in the collection are about (not the language that it is in).
authorMAYPerson, OrganizationThe person or organisation responsible for creating this collection of data. Authors should be identified using URIs such as ORCiD or ROR.
funderMAYOrganizationThe organisation(s) responsible for funding the creation or collection of this data.
citationMAYCreativeWorkAssociated publications.
isBasedOnMAYText, URL, CreativeWork, Dataset, FileLink to or description of an original resource at an institution that holds it.
descriptionMAYTextAreaA description of the collection.
temporalCoverageMAYDateTime, TextThe range of years of creation for items in this collection using a slash, e.g. 1900/1945. If there are sub-collections with different coverages put this on the sub-collections not the top-level.
ldac:hasCollectionProtocolMAYldac:CollectionProtocolA link to a CollectionProtocol object with (at least) a summary of how resources were selected or elicited for this collection/sub-collection.
pcdm:hasMemberMAYRepositoryCollection, RepositoryObjectThe sub-collection.
dateCreatedMAYDateThe (earliest) date the data in this dataset were created.
ldac:dateFreeTextMAYTextDate information which cannot be put in one of the standard date formats, e.g. 'mid-1970s', or it is not clear, for example, if it is a creation or publication date.
holdingArchiveMAYOrganization, TextOrganisation where the original of this work or collection is housed.
ldac:itemLocationMAYPlace, OrganizationCurrent location of the item, e.g. where a set of audio tapes are stored.
ldac:doiMAYTextA Digital Object Identifier, e.g. https://doi.org/10.1000/182.

Object

An Object is a single unit linked to tightly related files, for example, a dialogue or session in a speech study, or a work (document) in a written corpus. This is based on the use of the term Item in Alveo:

The data model that we have developed for the storage of language resources is built around the concept of an item which corresponds (loosely) to a record of a single communication event. An item is often associated with a single text, audio or video resource but could include a number of resources, for example, the different channels of audio recording, or an audio recording and associated textual transcript. Items are grouped into collections which might correspond to curated corpora such as ACE or informal collections such as a sample of documents from the AustLit archive. https://www.researchonline.mq.edu.au/vital/access/services/Download/mq:37347/DS01

The definition of an object is necessarily loose and needs to reflect what data owners have chosen to do with their collections in the past.

If an RO-Crate contains a single Object, the Root Dataset would have a @type property of ["Dataset", "RepositoryObject"] with a conformsTo property pointing to the Language Data Commons Object profile https://w3id.org/ldac/profile#Object (this document).

If an RO-Crate contains an entire collection, each Object has a @type property of ["Dataset", "RepositoryObject"] and a conformsTo property referencing this document. For example:

Objects SHOULD have files (which may be included in an RO-Crate for the object, or as part of a collection crate).

In this example, the Object in question is an interview from a speech corpus with three files. The diagram shows the relationships between the object and its files (and the contextual metadata of a Person who takes the role of the speaker/informant (discussed in more detail below).

Structure of an Object crate

There are a number of terms that can be used to characterise resources - these use the Schema.org mechanism of DefinedTerm and DefinedTermSet.

A RepositoryObject:

PropertyRequired?Expected value rangeDescriptions
inLanguageMUSTLanguageThe language in which the resource is written.
hasPartMAYCreativeWork, File, DatasetAn item or CreativeWork that is part of this item, or CreativeWork (in some sense).
conformsToMAYTextA link to the language data commons RO-Crate profile for collections.
publisherMAYOrganizationThe publisher of the creative work.
creatorMAYPersonThe creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.
ldac:compilerMAYPerson, OrganizationThe participant is responsible for collecting the sub-parts of the resource together.
descriptionMAYTextA description of the item.
datePublishedMAYDateTime, DateThe (earliest) date this work was created.
temporalCoverageMAYTextThe temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL. Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".

Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated.

pcdm:memberOfMAYRepositoryCollectionLinks from a Repository Object or Collection to a containing Repository Object or Collection.
ldac:subjectLanguageMAYLanguageThe languages that the materials in the collection are about (not the language that it is in).
dateCreatedMAYTextThe date on which the CreativeWork was created or the item was added to a DataFeed.
nameMAYTextThe name of the item.
licenseMAYldac:DataReuseLicenseA license document that applies to this content, typically indicated by URL.
ldac:hasAnnotationMAYldac:AnnotationThis resource is referenced by another resource that adds information to it such as a translation, transcription or other analysis.
ldac:annotatorMAYPerson, OrganizationThe participant produced an annotation of this or a related resource.
authorMAYPerson, OrganizationThe person or organisation responsible for creating this work. Authors should be identified using URIs such as ORCiD or ROR.
ldac:consultantMAYPerson, OrganizationThe participant contributes expertise to the creation of a work, for example by contributing knowledge of their native language.
ldac:dataInputterMAYPerson, OrganizationThe participant responsible for entering, re-typing, and/or structuring the data contained in the resource.
ldac:depositorMAYPerson, OrganizationThe participant responsible for depositing the resource in an archive.
ldac:developerMAYPerson, OrganizationThe participant developed the methodology or tools (including software) that constitute the resource, or that were used to create the resource.
ldac:editorMAYPerson, OrganizationThe participant reviewed, corrected, and/or tested the resource.
ldac:illustratorMAYPerson, OrganizationThe participant contributed drawings or other illustrations to the resource.
ldac:interpreterMAYPerson, OrganizationThe contributor renders the discourse recorded in the resource into another language in real time, or the contributor explains the discourse recorded in the resource.
ldac:intervieweeMAYPerson, OrganizationThe participant was a respondent in an interview.
ldac:interviewerMAYPerson, OrganizationThe participant conducted an interview that forms part of the resource.
ldac:itemLocationMAYPlace, OrganizationCurrent location of the item, e.g. where a set of audio tapes are stored.
ldac:participantMAYPerson, OrganizationThe participant was present during the creation of the resource, but did not contribute substantially to its content.
ldac:performerMAYPerson, OrganizationThe participant performed some portion of a recorded, filmed, or transcribed resource. It is recommended that this term be used only for creative participants whose role is not better indicated by a more specific term, such as 'speaker', 'signer', or 'singer'.
ldac:photographerMAYPerson, OrganizationThe participant took the photograph, or shot the film, that appears in or constitutes the resource.
ldac:recorderMAYPerson, OrganizationThe participant operated the recording machinery used to create the resource.
ldac:researcherMAYPerson, OrganizationThe resource was created as part of the participant's research, or the research presents interim or final results from the participant's research.
ldac:researchParticipantMAYPerson, OrganizationThe participant acted as a research subject or responded to a questionnaire, the results of which study form the basis of the resource.
ldac:responderMAYPerson, OrganizationThe participant was an interlocutor in some sort of discourse event, but only reacted to the contributions of others.
ldac:signerMAYPerson, OrganizationThe contributor was a principal signer in a resource that consists of a recording, a film, or a transcription of a recorded resource. Signers are those whose gestures predominate in a recorded or filmed resource. (The resource may be a transcription of that recording).
ldac:singerMAYPerson, OrganizationThe participant sang, either individually or as part of a group, in a resource that consists of a recording, a film, or a transcription of a recorded resource.
ldac:speakerMAYPerson, OrganizationThe contributor was a principal speaker in a resource that consists of a recording, a film, or a transcription of a recorded resource. Speakers are those whose voices predominate in a recorded or filmed resource. (The resource may be a transcription of that recording).
ldac:sponsorMAYPerson, OrganizationThe participant contributed financial support to the creation of the resource.
ldac:transcriberMAYPerson, OrganizationThe participant produced a transcription of this or a related resource.
ldac:translatorMAYPerson, OrganizationThe participant produced a translation of this or a related resource.
identifierMAYPropertyValue, Text, URLThe 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](/docs/datamodel.html#identifierBg) for more details.

Files

There are three important types of files (or references to other works) that may be included: ldac:PrimaryMaterial which is a recording or original text, or a citation of or proxy for it, ldac:DerivedMaterial which has been generated or sampled from primary material by a process such as format conversion or digitization, and ldac:Annotation, which contains one or more types of analysis of the ldac:PrimaryMaterial or ldac:DerivedMaterial.

A File:

PropertyRequired?Expected value rangeDescriptions
encodingFormatMAYText, WebPage, StandardThe media type typically expressed using a MIME format.
ldac:communicationModeMAYldac:Gesture, ldac:SignedLanguage, ldac:Song, ldac:SpokenLanguage, ldac:WhistledLanguage, ldac:WrittenLanguageThe mode(s) (spoken, written, signed, etc.) used in the interaction represented by this resource.
nameMAYTextThe name of the item.
licenseMAYldac:DataReuseLicenseA license document that applies to this content, typically indicated by URL.
ldac:linguisticGenreMAYldac:Dialogue, ldac:Drama, ldac:Formulaic, ldac:Informational, ldac:Interview, ldac:Lexicon, ldac:Ludic, ldac:Narrative, ldac:Oratory, ldac:Procedural, ldac:Report, ldac:ThesaurusA linguistic classification of the genre of this resource.
contentSizeMAYTextFile size in (mega/kilo)bytes.
hasPartMAYCreativeWork, FileAn item or CreativeWork that is part of this item, or CreativeWork (in some sense).
publisherMAYOrganizationThe publisher of the creative work.
creatorMAYPersonThe creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.
datePublishedMAYDateTime, DateThe (earliest) date this work was created.
temporalCoverageMAYTextThe temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content, e.g. ScholarlyArticle, Book, TVSeries or TVEpisode, may indicate their temporalCoverage in broader terms - textually or via well-known URL. Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".

Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated.

inLanguageMAYLanguageThe language in which the resource is written.
ldac:subjectLanguageMAYLanguageThe languages that the materials in the collection are about (not the language that it is in).
dateCreatedMAYTextThe date on which the CreativeWork was created or the item was added to a DataFeed.
ldac:materialTypeMAYldac:PrimaryMaterial, ldac:Annotation, ldac:DerivedMaterialIndicates whether the material in a file is the original (primary) source or is derived from it or describes it via annotation.
ldac:derivationOfMAYldac:Annotation, ldac:PrimaryMaterialThis property references another resource from which the current resource is derived, e.g. downsampling audio or video files, or extracting text from a PDF.
ldac:hasDerivationMAYldac:DerivedMaterialThis property references another resource that is derived from it, such as a downsampled audio or video file, or text extracted from a PDF.

ldac:PrimaryMaterial

ldac:PrimaryMaterial may be a video or audio file if it is available, or may be a ContextualEntity referencing a primary text such as a book.

ldac:DerivedMaterial

ldac:DerivedMaterial is a non-analytical derivation from ldac:PrimaryMaterial, for example, downsampled video or excerpted text.

ldac:Annotation

ldac:Annotation is a description or analysis of other material. More than one type of annotation may be present in a file.

Describing the columns in CSV or other tabular data

CSV or similar tabular files are often used to represent transcribed speech or sign language data, sometimes also with time codes. To enable automated location of which column is which, use a frictionless Table Schema described by a File entity in the crate.

For example:

{
  "@id": "art_schema.json",
  "@type": "File",
  "name": "Frictionless Data Schema for CSV transcript files",
  "encodingFormat": "application/json",
  "conformsTo": {
    "@id": "https://specs.frictionlessdata.io/table-schema/"
  }
}

source


Places

The place in which data was collected may be indicated using the contentLocation property.

{
  "@id": "./",
  "@type": [
    "Dataset",
    "RepositoryObject"
  ],
  "additionalType": "item",
  "bornDigital": 0,
  "collector": {
    "@id": "http://nla.gov.au/nla.party-479603"
  },
  "contentLanguages": [
    {
      "@id": "https://glottolog.org/resource/languoid/id/bisl1239"
    },
    {
      "@id": "https://glottolog.org/resource/languoid/id/sout2856"
    }
  ],
  "dateCreated": "2012-09-27T10:08:00.000Z",
  "dateModified": "2019-09-25T23:52:02.000Z",
  "depositor": {
    "@id": "http://nla.gov.au/nla.party-479603"
  },
  "description": "Elicitation with Silas Alban at Eratap village, Efate. (side B) 11/10/1995. Reading a wordlist in Nafsan.",
  "digitisedOn": "Mon Jan 01 2001 00:00:00 GMT+1100 (Australian Eastern Daylight Time)",
  "external": 0,
  "hasPart": [
    {
      "@id": "NT1-001-001A.wav"
    },
    {
      "@id": "NT1-001-001B.mp3"
    },
    {
      "@id": "NT1-001-001B.wav"
    },
    {
      "@id": "NT1-001-001A.mp3"
    }
  ],
  "identifier": [
    {
      "@id": "#identifier_domain"
    },
    {
      "@id": "#identifier_id"
    },
    {
      "@id": "#identifier_hashid"
    },
    {
      "@id": "#identifier_itemId"
    },
    {
      "@id": "#identifier_collectionId"
    }
  ],
  "languageAsGiven": "Nafsan",
  "license": {
    "@id": "LICENSE.txt"
  },
  "memberOf": {
    "@id": "https://catalog.paradisec.org.au/collections/NT1"
  },
  "metadataExportable": 1,
  "name": "Elicitation with Silas Alban",
  "operator": {
    "@id": "jommij@yahoo.com"
  },
  "originalMedia": "audiocassette",
  "originatedOn": "1995-08-16",
  "private": 0,
  "publisher": {
    "@id": "http://nla.gov.au/nla.party-593909"
  },
  "recorder": {
    "@id": "http://nla.gov.au/nla.party-479603"
  },
  "speaker": {
    "@id": "#Sailas Alban"
  },
  "subjectLanguages": {
    "@id": "https://glottolog.org/resource/languoid/id/sout2856"
  },
  "tapesReturned": 0,
  "conformsTo": {
    "@id": "https://purl.archive.org/language-data-commons/profile#Object"
  },
  "datePublished": "2019-09-25T23:52:02.000Z",
  "inLanguage": [
    {
      "@id": "https://glottolog.org/resource/languoid/id/bisl1239"
    },
    {
      "@id": "https://glottolog.org/resource/languoid/id/sout2856"
    }
  ],
  "contentLocation": {
    "@id": "https://www.ethnologue.com/country/VU"
  }
}
{
  "@id": "https://www.ethnologue.com/country/VU",
  "@type": "Country",
  "geojson": {
    "@id": "#Vanuatu"
  },
  "isoA2": "VU",
  "isoA3": "VUT",
  "name": "Vanuatu"
}
{
  "@id": "#Vanuatu",
  "@type": "GeoShape",
  "geojson": "{\"type\":\"Feature\",\"properties\":{\"ADMIN\":\"Vanuatu\",\"ISO_A3\":\"VUT\"},\"geometry\":{\"type\":\"MultiPolygon\",\"coordinates\":[[[[169.83814537900005,-20.248630466999856],[169.83008873800011,-20.253106377999913],[169.8204858730002,-20.244398695999834],[169.80787194100006,-20.23894622199998],[169.78223717500023,-20.23267994599985],[169.751800977,-20.219008070999905],[169.7379663420002,-20.208916924999926],[169.73633873800006,-20.18580494599989],[169.74341881600006,-20.160577080999914],[169.75554446700002,-20.143812757999896],[169.76840254000015,-20.140232028999932],[169.79395592500023,-20.136000257999825],[169.82113691500015,-20.13502369599985],[169.84034264400012,-20.14080169099999],[169.86052493600008,-20.155531507999896],[169.87614993600002,-20.164157809999978],[169.8888452480002,-20.173923434999935],[169.89893639400023,-20.192315362999963],[169.88843834700018,-20.217461846999868],[169.88160241000017,-20.22958749799986],[169.87159264400006,-20.23943450299997],[169.86052493600008,-20.244398695999834],[169.83814537900005,-20.248630466999856]]],[[[169.44564863400015,-19.648044528999932],[169.43620853000007,-19.657321872999972],[169.41684004000004,-19.655450127999913],[169.3741968110002,-19.643731377999842],[169.357676629,-19.63616301899998],[169.31641686300017,-19.58977629999991],[169.30616295700023,-19.58220794099988],[169.28614342500018,-19.5812313779999],[169.27833092500006,-19.57830169099988],[169.27507571700002,-19.572198174999983],[169.27198326900023,-19.56096770599997],[169.26490319100017,-19.552992445999934],[169.25782311300023,-19.54778411299985],[169.25464928500017,-19.544366143999838],[169.25212649800002,-19.536553643999937],[169.218516472,-19.49016692499997],[169.21436608200005,-19.479750257999882],[169.21322675900015,-19.464776299999855],[169.21452884200002,-19.439141533999873],[169.21998131600017,-19.414808851999823],[169.2311304050002,-19.403985283999916],[169.2389429050002,-19.398532809999878],[169.2389429050002,-19.38567473799985],[169.2347111340001,-19.362481377999828],[169.23878014400023,-19.35068124799986],[169.24341881600006,-19.34197356599995],[169.25049889400012,-19.335056247999873],[169.26148522200018,-19.328301690999837],[169.28150475400005,-19.322930596999868],[169.320078972,-19.32244231599988],[169.3365991550002,-19.314629815999893],[169.35287519600004,-19.32805754999997],[169.35377037900005,-19.341566664999945],[169.34791100400017,-19.358168226999908],[169.34400475400017,-19.38014088299984],[169.357676629,-19.455254815999936],[169.36646569100017,-19.469659112999906],[169.38746178500006,-19.477959893999895],[169.41228274800008,-19.484144789999874],[169.43279056100002,-19.49285247199994],[169.46517988400015,-19.509372654000018],[169.48064212300008,-19.52011484199994],[169.50171959700018,-19.527520440999837],[169.4956160820001,-19.53980885199998],[169.4601343110002,-19.58220794099988],[169.4532983730002,-19.626153252999984],[169.44564863400015,-19.648044528999932]]],[[[169.18677819100017,-18.734958591999842],[169.22730553500017,-18.739353122999916],[169.22689863399998,-18.737969658999845],[169.23170006600017,-18.735609632999896],[169.23861738400015,-18.733493747999887],[169.24398847700004,-18.732517184999907],[169.24805748800006,-18.734470309999864],[169.24740644600004,-18.743422132999967],[169.25611412900005,-18.74822356599988],[169.26156660200016,-18.754815362999935],[169.26628665500007,-18.762953382999868],[169.2683211600001,-18.769952080999843],[169.25660241,-18.77068450299987],[169.19320722700016,-18.787041924999883],[169.21745853000007,-18.815362237999835],[169.22046959700018,-18.824965101999823],[169.22706139400023,-18.826836846999882],[169.25806725400017,-18.84197356599988],[169.2683211600001,-18.849216403999904],[169.29859459700018,-18.864190362999835],[169.31983483200005,-18.882012627999913],[169.3323673840001,-18.904880467],[169.3365991550002,-18.934828382999882],[169.32781009200002,-18.96038176899988],[169.30787194100006,-18.972832940999893],[169.2869572270001,-18.982354424999883],[169.27507571700002,-18.999281507999868],[169.25489342500012,-18.984795830999914],[169.16651451900023,-18.939222914999874],[169.15447024800002,-18.936211846999953],[169.14226321700008,-18.941338799999883],[169.13412519600016,-18.940850518999895],[169.10279381600012,-18.932224216999884],[169.09392337300008,-18.927992445999877],[169.08350670700005,-18.918633721999925],[169.0592554050002,-18.90195077899989],[169.04249108200017,-18.894138278999904],[168.98731530000012,-18.876560153999876],[168.98552493600002,-18.85963307099989],[169.00196373800023,-18.815036716999913],[169.00220787900017,-18.801690362999892],[168.99854576900023,-18.79021575299994],[168.99236087300008,-18.779880466999856],[168.98406009200008,-18.769952080999843],[168.982269727,-18.76262786299985],[168.98878014400006,-18.6906063779999],[168.99488366000017,-18.669691664999945],[169.00814863400004,-18.649997653999904],[169.03842207099999,-18.629164320999834],[169.0778100920002,-18.61825937299986],[169.11841881600017,-18.61939869599989],[169.15235436300023,-18.636325778999876],[169.16244550899998,-18.652276299999883],[169.16651451900023,-18.672051690999893],[169.16651451900023,-18.70826588299991],[169.17212975400017,-18.726495049999983],[169.18677819100017,-18.734958591999842]]],[[[168.33171634200002,-17.549248955999943],[168.3366805350001,-17.555596612999878],[168.35417728000007,-17.545342705999857],[168.42310631600012,-17.534274998],[168.43921959700018,-17.537041924999954],[168.4533797540001,-17.546319268999923],[168.45573978000007,-17.552504164999974],[168.45915774800008,-17.57057057099982],[168.46322675900004,-17.57431406000002],[168.47169030000023,-17.575860283999887],[168.47754967500012,-17.580173434999892],[168.4874780610002,-17.5948218729999],[168.4956160820001,-17.613376559999907],[168.50114993600002,-17.63298919099995],[168.5104272800002,-17.648858330999985],[168.52906334700018,-17.656182549999897],[168.53516686300017,-17.66611093499999],[168.5431421230002,-17.684991143999838],[168.54957116000006,-17.691013278999932],[168.55974368600008,-17.693129164999945],[168.56983483200023,-17.691582940999908],[168.57837975400017,-17.688164971999896],[168.583750847,-17.684177342],[168.58545983200023,-17.70126718499995],[168.55567467500012,-17.75920989399995],[168.54761803500017,-17.78460051899988],[168.5402124360002,-17.796644789999974],[168.52686608200005,-17.80193450299987],[168.50114993600002,-17.807061455999886],[168.49903405000012,-17.80934010199995],[168.49626712300008,-17.814060153999947],[168.49154707100016,-17.81861744599982],[168.48414147200018,-17.820733330999914],[168.47901451900023,-17.818536065999837],[168.47266686300023,-17.81389739399998],[168.46778405000023,-17.809258721999967],[168.46697024800002,-17.807061455999886],[168.39600670700005,-17.823500257999882],[168.38835696700002,-17.823663018999937],[168.37086022200018,-17.81389739399998],[168.36695397200018,-17.80641041499993],[168.3647567070001,-17.796644789999974],[168.36036217500012,-17.793715101999965],[168.34961998800011,-17.807061455999886],[168.3488061860002,-17.798760674999983],[168.34457441500015,-17.788669528999932],[168.343516472,-17.780368747999944],[168.33912194100006,-17.781833592],[168.33855228000007,-17.782321872999987],[168.33855228000007,-17.78346119599985],[168.3366805350001,-17.786553643999838],[168.32846113399998,-17.78427499799986],[168.32064863400004,-17.78460051899988],[168.31421959700018,-17.787855726999837],[168.30933678500006,-17.794040622999987],[168.31560306100008,-17.75920989399995],[168.30933678500006,-17.75920989399995],[168.299082879,-17.771905205999914],[168.283050977,-17.778578382999967],[168.24732506600017,-17.786553643999838],[168.24732506600017,-17.780368747999944],[168.26465905000018,-17.767836195999863],[168.286875847,-17.76132577899996],[168.30469811300011,-17.75204843499999],[168.30933678500006,-17.731215101999922],[168.30103600400005,-17.73626067499987],[168.29420006600006,-17.736748955999857],[168.28980553500006,-17.732028903999932],[168.28663170700005,-17.7108700499999],[168.28223717500012,-17.7076148419999],[168.27564537900005,-17.70680103999989],[168.26783287900005,-17.704034112999835],[168.25171959700006,-17.695570570999976],[168.23845462300002,-17.6937802059999],[168.22624759200008,-17.69695403399996],[168.21314537900017,-17.704034112999835],[168.20606530000012,-17.71135833099993],[168.19255618600008,-17.73259856599999],[168.185801629,-17.7387020809999],[168.17481530000023,-17.74098072699988],[168.1681421230002,-17.736993096999896],[168.16521243600008,-17.726820570999948],[168.15113366000006,-17.718194268999852],[168.15414472700004,-17.705824476999823],[168.17896569100012,-17.656182549999897],[168.19068444100017,-17.643975518999923],[168.2164819670002,-17.62623463299984],[168.22681725400005,-17.615166924999983],[168.26661217500012,-17.558526299999897],[168.29273522200018,-17.537692967],[168.32300866000017,-17.53264739399998],[168.32813561300006,-17.53883229000003],[168.33171634200002,-17.549248955999943]]],[[[168.21338951900023,-17.57008229],[168.2054142590001,-17.581149997999958],[168.20785566500004,-17.550388278999975],[168.23894290500013,-17.521905205999957],[168.27564537900005,-17.509372653999876],[168.29542076900023,-17.526462497999916],[168.28272545700005,-17.530694268999937],[168.26042728000007,-17.54290129999991],[168.24708092500023,-17.546319268999923],[168.22380618600013,-17.56145598799992],[168.21338951900023,-17.57008229]]],[[[168.37208092500012,-17.479099216999884],[168.35629316500015,-17.48414479],[168.33415774800008,-17.46998463299998],[168.32276451900012,-17.44736093499992],[168.32740319100006,-17.41936614399999],[168.33855228000007,-17.414483330999843],[168.35206139400023,-17.424981377999984],[168.36378014400012,-17.443942966999913],[168.37208092500012,-17.479099216999884]]],[[[168.34327233200005,-17.09343840899993],[168.33301842500023,-17.094414972],[168.32276451900012,-17.08945077899986],[168.32781009200008,-17.078057549999983],[168.33952884200002,-17.066176040000016],[168.34937584700006,-17.059665622999944],[168.38835696700002,-17.041192315999922],[168.40202884200008,-17.040948174999883],[168.42514082100004,-17.046644789999945],[168.41675866000017,-17.053155205999857],[168.39112389400012,-17.067152601999823],[168.38575280000023,-17.073337497999887],[168.38184655000023,-17.080010674999926],[168.3764754570001,-17.085381768999895],[168.34327233200005,-17.09343840899993]]],[[[168.57032311300023,-16.937595309999978],[168.5592554050002,-16.943617445999905],[168.54297936300023,-16.942315362999906],[168.53272545700023,-16.937920831],[168.52979576900012,-16.929457289999974],[168.535004102,-16.91570403399996],[168.53394616000006,-16.894463799999883],[168.55274498800011,-16.879082940999936],[168.57837975400017,-16.876885674999855],[168.59701582100016,-16.89519622199991],[168.57032311300023,-16.937595309999978]]],[[[168.18506920700005,-16.575372002999913],[168.18995201900023,-16.580254815999893],[168.19263756600006,-16.58513762799987],[168.19581139400012,-16.58733489399995],[168.20281009200008,-16.59587981599988],[168.22022545700023,-16.633477471999882],[168.23023522200006,-16.64202239399998],[168.23218834700018,-16.649102471999868],[168.23454837300002,-16.664727471999853],[168.23894290500013,-16.681247653999918],[168.24732506600017,-16.69036223799999],[168.25513756600017,-16.689385674999926],[168.27165774800002,-16.67913176899991],[168.28150475400017,-16.676853123000015],[168.29021243600008,-16.678399346999882],[168.298106316,-16.682061455999843],[168.30469811300011,-16.686455987999906],[168.30933678500006,-16.69036223799999],[168.3198348320001,-16.705498956],[168.3263452480002,-16.72096119599992],[168.33521569100006,-16.733168226999908],[168.35336347700004,-16.738213799999926],[168.3566186860002,-16.743584893999895],[168.3608504570001,-16.755303643999966],[168.37029056100013,-16.767022393999966],[168.38819420700005,-16.77223072699995],[168.441172722,-16.770440362999963],[168.464121941,-16.77800872199984],[168.48072350400017,-16.80022551899998],[168.46753991,-16.805922132999953],[168.46998131600006,-16.819512627999913],[168.47592207100016,-16.83521900799998],[168.47388756600006,-16.848077080999914],[168.46338951900006,-16.843519789999874],[168.4533797540001,-16.848077080999914],[168.40040123800023,-16.819105726999908],[168.38412519600004,-16.802504164999945],[168.36768639400012,-16.79485442499984],[168.3483179050002,-16.78899504999997],[168.33326256600017,-16.786716404],[168.29167728000013,-16.795342705999914],[168.26205488400015,-16.812107028999932],[168.23292076900012,-16.82293059699984],[168.19206790500007,-16.813897393999923],[168.1793725920002,-16.80632903399996],[168.1499129570001,-16.778578382999896],[168.14421634200002,-16.76921965899996],[168.14649498800011,-16.741631768999852],[168.14421634200002,-16.73137786299992],[168.1284285820001,-16.718357028999932],[168.12037194100006,-16.709161065999865],[168.1206160820001,-16.700616143999937],[168.12484785200004,-16.688653253],[168.12671959700018,-16.651625257999882],[168.13111412900017,-16.63583749799993],[168.137461785,-16.628594658999987],[168.14380944100006,-16.623711846999925],[168.1490991550002,-16.616957289999903],[168.15113366000006,-16.60442473799999],[168.15064537900005,-16.594821873],[168.14918053500017,-16.58806731599998],[168.14421634200002,-16.573011976999965],[168.15406334700006,-16.579196873000015],[168.16016686300023,-16.57854583099997],[168.16627037900005,-16.575127862999963],[168.17530358200023,-16.573011976999965],[168.18506920700005,-16.575372002999913]]],[[[168.35043379000004,-16.53923919099998],[168.32960045700023,-16.539646091999984],[168.3159285820001,-16.535821221999882],[168.30762780000012,-16.52459075299997],[168.29542076900023,-16.49797942499984],[168.32447350400005,-16.49228280999995],[168.33725019600016,-16.491875908999944],[168.34937584700006,-16.49797942499984],[168.36117597700004,-16.51425546699987],[168.36133873800011,-16.52939218499995],[168.35043379000004,-16.53923919099998]]],[[[168.2438257170002,-16.494561455999914],[168.22624759200008,-16.50481536299995],[168.2101343110002,-16.504652601999894],[168.20313561300011,-16.495375257999925],[168.21314537900017,-16.478122654000018],[168.22266686300006,-16.440606377999913],[168.234141472,-16.43230559699984],[168.260996941,-16.42978281],[168.25171959700006,-16.444756768999937],[168.25082441500015,-16.479587497999972],[168.2438257170002,-16.494561455999914]]],[[[168.32227623800023,-16.318291925],[168.2882593110002,-16.344008070999962],[168.18238366,-16.347832940999965],[168.1686304050002,-16.351250908999972],[168.15406334700006,-16.35784270599987],[168.13998457100004,-16.361911717000012],[168.12745201900012,-16.357354424999883],[168.1158960300002,-16.347832940999965],[168.10254967500006,-16.339939059999907],[168.08912194100017,-16.3365210919999],[168.07650800900004,-16.3404273419999],[168.05005944100006,-16.322442315999865],[168.03663170700023,-16.320082289999903],[168.02198326900012,-16.3265927059999],[168.01238040500007,-16.314711195999934],[167.97917728000002,-16.295179945999962],[167.96338951900006,-16.28264739399995],[167.948985222,-16.274346612999892],[167.93165123800023,-16.267510674999954],[167.92090905000012,-16.258884372999873],[167.92644290500002,-16.244805596999925],[167.91285241000017,-16.233086846999925],[167.92579186300006,-16.219821872999987],[167.9503686860002,-16.20891692499984],[167.97966556100013,-16.202243747999958],[167.99447675899998,-16.192315362999878],[168.00424238400004,-16.190118096999882],[168.04867597700016,-16.190118096999882],[168.06950931100002,-16.179782809999878],[168.10694420700005,-16.142998955999886],[168.1206160820001,-16.134942315999936],[168.12549889400006,-16.129082940999908],[168.14096113399998,-16.089776299999983],[168.1499129570001,-16.08570729000003],[168.17164147200018,-16.080254815999908],[168.19141686300011,-16.101250908999944],[168.20728600400005,-16.13445403399996],[168.22681725400005,-16.1969540339999],[168.230723504,-16.227715752999885],[168.24968509200002,-16.246189059999907],[168.32129967500023,-16.282891534],[168.32862389400017,-16.291436455999843],[168.32984459700018,-16.306247653999904],[168.32227623800023,-16.318291925]]],[[[167.4244897800002,-16.111586195999863],[167.44434655000012,-16.118096612999935],[167.45964603000007,-16.131768487999977],[167.46998131600017,-16.134942315999936],[167.47339928500017,-16.13103606599995],[167.47185306100002,-16.12200286299985],[167.46648196700008,-16.10442473799999],[167.47071373800011,-16.10279713299998],[167.48015384200014,-16.113213799999883],[167.49439537900005,-16.134942315999936],[167.49341881600006,-16.143812757999896],[167.48568769600004,-16.154880467000012],[167.48698978000002,-16.16277434699991],[167.509532097,-16.173028252999842],[167.51490319100017,-16.176446221999853],[167.52100670700005,-16.176446221999853],[167.52418053500006,-16.170993747999987],[167.52719160200004,-16.16814544099995],[167.53060957100004,-16.166110934999935],[167.5346785820001,-16.16277434699991],[167.53744550900015,-16.174248955999857],[167.54175866000017,-16.18547942499994],[167.547618035,-16.19589609199994],[167.55518639400023,-16.204359632999967],[167.566661004,-16.211521091999927],[167.58985436300023,-16.217950127999927],[167.60303795700005,-16.224297783999873],[167.62549889400006,-16.244886976999908],[167.63843834700018,-16.262465101999936],[167.65267988399998,-16.269707940999865],[167.6793725920002,-16.258965752999856],[167.68873131600006,-16.263848565999908],[167.69239342500012,-16.26523202899999],[167.69239342500012,-16.272637627999885],[167.68572024800002,-16.287041924999855],[167.70362389400012,-16.306247653999904],[167.74691816499998,-16.3404273419999],[167.77247155000018,-16.33603281],[167.78614342500012,-16.3585751279999],[167.794688347,-16.40797291499996],[167.77588951900006,-16.441176039999974],[167.77393639400023,-16.459567967000012],[167.7892358730002,-16.47063567499987],[167.79037519600004,-16.451348565999837],[167.79444420700005,-16.43865325299987],[167.80152428500006,-16.42913176899995],[167.81251061300011,-16.41952890399989],[167.82276451900023,-16.4190406229999],[167.83057701900012,-16.431410415000016],[167.83716881600012,-16.447360934999935],[167.84392337300002,-16.457696221999953],[167.82032311300011,-16.481052341999856],[167.81251061300011,-16.484307549999897],[167.7995711600001,-16.486993096999882],[167.79346764400012,-16.494073174999926],[167.7884220710001,-16.503838799999883],[167.7780054050002,-16.51506926899988],[167.77165774800008,-16.524509372999987],[167.77247155000018,-16.53297291499993],[167.77198326900006,-16.54045989399999],[167.76059004000004,-16.546319268999852],[167.74439537900017,-16.54648202899999],[167.73731530000012,-16.53818124799993],[167.73340905000012,-16.52678801899995],[167.72657311300011,-16.51783619599985],[167.71729576900023,-16.515313409],[167.69092858200023,-16.51100025799991],[167.68555748800006,-16.508884373],[167.6793725920002,-16.499932549999883],[167.66504967500012,-16.499769789999917],[167.64991295700023,-16.502373955999914],[167.64087975400005,-16.501641533999887],[167.62191816500004,-16.49423593499999],[167.59978274800002,-16.50212981599988],[167.57984459700006,-16.515801690999908],[167.56812584700006,-16.52597421699994],[167.5748804050002,-16.531914971999882],[167.57748457099999,-16.5357398419999],[167.58106530000018,-16.538018487999963],[167.5900171230002,-16.539646091999984],[167.58025149800008,-16.552178643999895],[167.56836998800011,-16.556817315999908],[167.54216556100008,-16.560153903999932],[167.52100670700005,-16.580498955999843],[167.5151473320001,-16.57935963299998],[167.50831139400012,-16.57447682099992],[167.50294030000023,-16.574395440999936],[167.50066165500007,-16.58733489399995],[167.49439537900005,-16.58733489399995],[167.48617597700004,-16.577080987999835],[167.45875084700018,-16.567966403999932],[167.44654381600012,-16.545017184999935],[167.4331160820001,-16.534356377999913],[167.4210718110002,-16.520196221999896],[167.41871178500006,-16.49797942499984],[167.42546634200008,-16.49797942499984],[167.42945397200006,-16.50457122199991],[167.4357202480002,-16.510349216999956],[167.44361412900017,-16.514906507999825],[167.45281009200002,-16.51783619599985],[167.45020592500023,-16.50188567499984],[167.44434655000012,-16.481866143999866],[167.4357202480002,-16.462823174999954],[167.41081790500007,-16.430840752999956],[167.40650475400017,-16.420017184999878],[167.40503991,-16.405205987999906],[167.40577233200023,-16.386814059999864],[167.40503991,-16.38128020599993],[167.40040123800006,-16.37493254999991],[167.39380944100012,-16.3715145809999],[167.38754316500015,-16.369724216999913],[167.38453209700006,-16.36825937299986],[167.38152103000007,-16.346774998000015],[167.38257897200012,-16.285414320999834],[167.38770592500012,-16.272637627999885],[167.37712649800008,-16.224297783999873],[167.3764754570001,-16.218438408999916],[167.37712649800008,-16.200616143999937],[167.374847852,-16.192966403999918],[167.37029056100002,-16.19060637799987],[167.36557050900004,-16.189873955999843],[167.36345462300014,-16.186700127999956],[167.35816491000006,-16.169122002999927],[167.3224389980002,-16.11500416499996],[167.306488477,-16.124281507999825],[167.30128014400012,-16.128676039999903],[167.29517662900005,-16.12127044099999],[167.27906334700006,-16.140069268999866],[167.2330835300002,-16.169610283999916],[167.20932050899998,-16.14885833099993],[167.1959741550002,-16.14364999799993],[167.18531334700006,-16.149102471999967],[167.17855879000004,-16.138929945999834],[167.17611738399998,-16.129082940999908],[167.17481530000006,-16.118910414999945],[167.171641472,-16.10816822699985],[167.163910352,-16.098077080999886],[167.15503991000006,-16.090997003],[167.14747155000012,-16.082940362999977],[167.14421634200008,-16.070000908999972],[167.14844811300006,-16.046319268999866],[167.17847741000006,-15.990899346999967],[167.17416425900004,-15.924899997999944],[167.175059441,-15.91204192499984],[167.18018639400023,-15.903903903999918],[167.18181399800008,-15.896254164999888],[167.18531334700006,-15.890720309999963],[167.19556725400017,-15.888441664999988],[167.22624759200008,-15.86736419099988],[167.33611087300008,-15.908949476999936],[167.33480879000015,-15.944105726999823],[167.3947046230002,-16.017998955999914],[167.37712649800008,-16.052911065999922],[167.38998457099999,-16.057793877999984],[167.40040123800006,-16.064711195999905],[167.40430748800006,-16.074395440999865],[167.39763431100013,-16.087090752999913],[167.40650475400017,-16.094333591999856],[167.41521243600008,-16.10361093499999],[167.4244897800002,-16.111586195999863]]],[[[167.23373457100016,-15.741387627999927],[167.20573978000002,-15.751234632999854],[167.18588300900004,-15.750746351999865],[167.17204837300014,-15.744235934999963],[167.14421634200008,-15.724053643999937],[167.12940514400006,-15.718357028999861],[167.10141035200016,-15.711195570999905],[167.089121941,-15.703545830999886],[167.07227623800011,-15.676202080999914],[167.0756942070001,-15.649590752999956],[167.09498131600006,-15.629571222],[167.12696373800023,-15.621514580999872],[167.19776451900006,-15.629978123],[167.2335718110002,-15.641534112999935],[167.23682701900023,-15.659356377999913],[167.22494550899998,-15.690036716999913],[167.23210696700014,-15.71900807099982],[167.23373457100016,-15.741387627999927]]],[[[167.20948326900023,-15.596368096999981],[167.19483483200023,-15.607517184999907],[167.171641472,-15.60100676899999],[167.16830488399998,-15.605075778999876],[167.16504967500023,-15.60654062299993],[167.1573999360002,-15.608005466999899],[167.14283287900017,-15.605889580999886],[167.1323348320001,-15.60222747199984],[167.10954837300008,-15.587497654000018],[167.1573999360002,-15.538995049999869],[167.1764429050002,-15.531508070999891],[167.19019616,-15.531670830999957],[167.19271894600004,-15.535414320999976],[167.17847741000006,-15.538995049999869],[167.17847741000006,-15.545830987999977],[167.18873131600006,-15.548516533999958],[167.19263756600006,-15.553887628],[167.1910913420002,-15.560479424999897],[167.18531334700006,-15.56698984199997],[167.20834394600004,-15.57903411299999],[167.20948326900023,-15.596368096999981]]],[[[168.22681725400005,-15.990899346999967],[168.20427493600002,-15.992445570999834],[168.19239342500006,-15.985528252999927],[168.18751061300011,-15.971123955999957],[168.18384850400017,-15.930840752999885],[168.16602623800011,-15.870375257999882],[168.15503991000006,-15.793633721999925],[168.13111412900017,-15.737562757999825],[168.12224368600002,-15.702080987999835],[168.11963951900012,-15.66277434699991],[168.1245223320001,-15.62135182099982],[168.14893639400023,-15.543226820999891],[168.15455162900005,-15.463311455999886],[168.17652428500017,-15.461602471999882],[168.18287194100017,-15.50798919099985],[168.185801629,-15.517836195999948],[168.19255618600008,-15.526950778999861],[168.19890384200008,-15.529554945999948],[168.20378665500007,-15.53443775799991],[168.2057397800002,-15.549574476999908],[168.1979272800002,-15.610935153999918],[168.19947350400005,-15.627699476999936],[168.21314537900017,-15.659356377999913],[168.21314537900017,-15.689873955999857],[168.216075066,-15.70378997199984],[168.23951256600017,-15.768161716999927],[168.24732506600017,-15.819512627999856],[168.25212649800008,-15.834242445999848],[168.26400800900004,-15.857110283999944],[168.26783287900005,-15.874769789999945],[168.27035566500015,-15.914239190999837],[168.26775149800002,-15.949151299999855],[168.25489342500012,-15.97576262799997],[168.22681725400005,-15.990899346999967]]],[[[167.86158287900005,-15.47673919099988],[167.83855228000007,-15.484795831],[167.73414147200006,-15.484307549999912],[167.71290123800023,-15.477634372999873],[167.67872155000018,-15.461032809999907],[167.67286217500012,-15.449802342],[167.68238366,-15.43254973799999],[167.80445397200018,-15.320000908999944],[167.82618248800023,-15.313083591999856],[167.84310957100004,-15.310316664999888],[167.89161217500012,-15.29192473799985],[167.97689863400015,-15.277764581],[168.00245201900023,-15.281833591999884],[168.00326582100016,-15.291599217],[167.98031660200016,-15.313083591999856],[167.96729576900006,-15.328301690999837],[167.95394941500015,-15.348809502999885],[167.94361412900017,-15.37118906],[167.93946373800011,-15.391859632999825],[167.93620853000007,-15.410251559999864],[167.9279077480002,-15.423597914999874],[167.86158287900005,-15.47673919099988]]],[[[167.14861087300002,-14.96559010199995],[167.13965905000012,-14.969659112999835],[167.1310327480002,-14.968926690999893],[167.12322024800014,-14.963636976999908],[167.10108483200023,-14.93962981599988],[167.09644616,-14.928887627999956],[167.11410566500004,-14.93385182099982],[167.13982181100008,-14.953301690999908],[167.1573999360002,-14.956231377999842],[167.14861087300002,-14.96559010199995]]],[[[168.18490644600004,-15.36549244599992],[168.17896569100012,-15.39511484199987],[168.16602623800011,-15.390313408999958],[168.15528405000006,-15.390313408999958],[168.13111412900017,-15.39511484199987],[168.13689212300002,-15.371840101999936],[168.13542728000007,-15.346856377999842],[168.12378991000017,-15.299411716999913],[168.1305444670002,-15.26474374799993],[168.13013756600012,-15.157647393999909],[168.1206160820001,-15.13494231599988],[168.0964461600001,-14.980401299999926],[168.09815514400012,-14.972588799999855],[168.10084069100017,-14.967543226999823],[168.10043379000015,-14.96209075299997],[168.09327233200023,-14.953057549999869],[168.09050540500007,-14.943536065999965],[168.09408613400015,-14.93141041499996],[168.10173587300008,-14.920830987999835],[168.11068769599999,-14.915785414999974],[168.12289472700016,-14.922784112999878],[168.13363691499998,-14.940362237999906],[168.1413680350001,-14.960137627999927],[168.14421634200002,-14.97356536299992],[168.14584394600016,-14.996677341999956],[168.15796959700006,-15.052422783999873],[168.15837649800008,-15.062676690999979],[168.15699303500017,-15.083672783999845],[168.15796959700006,-15.09392669099995],[168.16976972700004,-15.126560154],[168.17164147200018,-15.137953382999882],[168.17164147200018,-15.172784112999906],[168.17481530000023,-15.181410414999917],[168.18881269600004,-15.197523695999891],[168.19206790500007,-15.206312757999953],[168.18897545700005,-15.274590752999941],[168.19434655000023,-15.289157809999978],[168.19255618600008,-15.30803801899999],[168.185801629,-15.336358330999957],[168.18490644600004,-15.36549244599992]]],[[[166.81316165500007,-15.160414320999962],[166.83887780000012,-15.16090260199995],[166.8834741550002,-15.156019789999988],[166.90919030000023,-15.156914971999981],[166.919769727,-15.155938408999916],[166.92611738400004,-15.148125909],[166.93881269599999,-15.128106377999941],[166.9469507170002,-15.119886976999865],[166.95590254000015,-15.112969658999944],[166.96322675900015,-15.104180596999896],[166.96615644600016,-15.090264580999914],[166.97193444100006,-14.979913018999937],[166.9698999360002,-14.967054945999834],[166.96452884200002,-14.951348565999865],[166.97592207100004,-14.937269789999917],[166.99390709700006,-14.92685312299993],[167.00766035200016,-14.92205169099985],[167.08285566500015,-14.928887627999956],[167.08285566500015,-14.936293226999851],[167.06470787900017,-14.939222914999874],[167.05616295700023,-14.947686456],[167.05404707100004,-14.960381768999966],[167.0568139980002,-15.002048435],[167.0529077480002,-15.012302341999941],[167.04127037900017,-15.025079033999901],[167.05787194100006,-15.02695077899996],[167.06462649800008,-15.038832289999917],[167.06861412900017,-15.072930596999925],[167.08570397200012,-15.122002862999963],[167.089121941,-15.141208592000012],[167.11329186300011,-15.124200127999956],[167.12574303500006,-15.12135182099992],[167.14421634200008,-15.128106377999941],[167.13941491000017,-15.146416925],[167.1573999360002,-15.22682057099982],[167.15259850400005,-15.242771092],[167.14421634200008,-15.246351820999891],[167.14079837300008,-15.249769789999903],[167.15113366000017,-15.26474374799993],[167.15560957100004,-15.267185153999876],[167.171641472,-15.272881768999937],[167.17847741000006,-15.277764581],[167.18213951900006,-15.283298434999935],[167.19174238400015,-15.305596612999963],[167.18946373800011,-15.324639580999957],[167.1850692070001,-15.34099700299997],[167.17888431100002,-15.346612237999892],[167.171641472,-15.332940362999949],[167.1648055350001,-15.332940362999949],[167.171722852,-15.366387627999913],[167.18946373800011,-15.417168877999956],[167.21290123800006,-15.463555596999925],[167.23682701900023,-15.483819268999923],[167.24537194100006,-15.48805104000003],[167.24724368600013,-15.49822356599999],[167.24463951900012,-15.509535414999888],[167.24057050900015,-15.517836195999948],[167.23340905000012,-15.523614190999837],[167.22754967500006,-15.523044528999861],[167.22038821700002,-15.51978932099982],[167.20915774800002,-15.517836195999948],[167.171722852,-15.517836195999948],[167.1573999360002,-15.522881768999895],[167.14063561300011,-15.535577080999943],[167.10271243600008,-15.580010674999969],[167.09408613400015,-15.586358330999985],[167.08570397200012,-15.590508721999853],[167.07642662900005,-15.592868747999901],[167.06519616000006,-15.593682549999912],[167.05323326900012,-15.59189218499992],[167.036387566,-15.583184502999927],[167.02711022200006,-15.580010674999969],[166.98910566500015,-15.575616143999895],[166.94629967500018,-15.576755466999927],[166.90796959700006,-15.586358330999985],[166.8834741550002,-15.608005466999899],[166.89323978000007,-15.617771092000012],[166.88510175900004,-15.618910414999874],[166.86378014400017,-15.614841404],[166.85141035200004,-15.622653903999904],[166.84644616000017,-15.630954684999978],[166.8429468110002,-15.639743747999859],[166.83578535200004,-15.648858330999929],[166.8156030610002,-15.658298434999864],[166.7931421230002,-15.656345309999907],[166.77149498800011,-15.645196221999981],[166.75391686300006,-15.627699476999936],[166.76644941499998,-15.608819268999909],[166.7667749360002,-15.583916924999954],[166.75619550900015,-15.5624325499999],[166.72169030000023,-15.547295830999943],[166.7072046230002,-15.53281015399999],[166.6850692070001,-15.49814218499992],[166.67408287900017,-15.468031507999981],[166.66781660200004,-15.460137627999913],[166.64136803500006,-15.434747002999984],[166.63721764400012,-15.425713799999883],[166.63404381600006,-15.413181247999887],[166.619395379,-15.394626559999878],[166.61605879,-15.385023695999891],[166.61833743600008,-15.376071872999873],[166.62761478000013,-15.355645440999979],[166.63282311300011,-15.32634856599988],[166.64616946700014,-15.285577080999914],[166.65007571700014,-15.26474374799993],[166.64918053500006,-15.218357028999876],[166.64380944100017,-15.19524505],[166.61980228000002,-15.16155364399999],[166.6139429050002,-15.141859632999967],[166.60987389400012,-15.100274346999896],[166.59961998800011,-15.062107029000018],[166.60035241000006,-15.048435153999975],[166.60987389400012,-15.031914972],[166.59262129000004,-15.026299737999906],[166.58204186300017,-15.011407158999958],[166.57667076900012,-14.992282809999892],[166.57520592500023,-14.97356536299992],[166.57081139400017,-14.956231377999842],[166.54932701900023,-14.925062757999854],[166.54102623800023,-14.908379815999908],[166.5226343110002,-14.83212655999995],[166.52393639400012,-14.815850518999909],[166.53109785200016,-14.799493097],[166.53467858200023,-14.775323174999897],[166.53370201900023,-14.751641533999972],[166.52735436300011,-14.737074476999936],[166.55453535200004,-14.682386976999908],[166.5525822270001,-14.657647393999838],[166.55616295700023,-14.645928643999852],[166.58765709700006,-14.636407158999944],[166.59376061300023,-14.628594658999859],[166.59839928500017,-14.625258070999834],[166.60987389400012,-14.63469817499994],[166.6139429050002,-14.642836195999863],[166.62370853000002,-14.669366143999909],[166.626719597,-14.674981378],[166.635020379,-14.679457289999888],[166.64031009200008,-14.690036717000012],[166.6432397800002,-14.702569268999923],[166.6440535820001,-14.713148695999891],[166.6479598320001,-14.71502044099995],[166.67123457100004,-14.743910414999874],[166.68002363399998,-14.768487237999963],[166.68620853000007,-14.779961846999925],[166.70639082099999,-14.789727471999868],[166.74708092500018,-14.819594007999939],[166.73731530000012,-14.829522393999952],[166.74195397200006,-14.85271575299997],[166.76002037900017,-14.90154387799997],[166.76986738399998,-14.947930596999939],[166.7742619150001,-14.997735283999916],[166.77295983200005,-15.009698174999954],[166.7780867850001,-15.01628997199984],[166.78467858200005,-15.021416924999855],[166.78809655000006,-15.028497003],[166.80176842500012,-15.152276299999869],[166.81316165500007,-15.160414320999962]]],[[[167.52507571700014,-14.143324476999865],[167.58643639400012,-14.172458591999913],[167.59538821700008,-14.179375908999916],[167.60303795700005,-14.189060153999876],[167.59644616,-14.241794528999876],[167.5934350920002,-14.250420830999957],[167.58773847700004,-14.256524346999868],[167.56202233200005,-14.298923434999935],[167.5480249360002,-14.313083591999956],[167.53711998800023,-14.318942966999913],[167.52613366000017,-14.31991952899989],[167.45899498800011,-14.314385674999954],[167.44532311300006,-14.319431247999901],[167.430918816,-14.318454685],[167.41863040500007,-14.313409112999977],[167.408457879,-14.307712497999916],[167.40121504,-14.305108330999914],[167.39682050900004,-14.299574476999979],[167.40105228000002,-14.287530205999886],[167.41114342500006,-14.267836195999848],[167.40503991,-14.212985934999935],[167.40748131600006,-14.194919528999918],[167.41423587300008,-14.18621184699984],[167.4240828790001,-14.18059661299992],[167.44792728000007,-14.161390882999882],[167.45508873800011,-14.160088799999883],[167.46387780000006,-14.16187916499996],[167.48072350400017,-14.161065362999949],[167.48951256600006,-14.15691497199991],[167.50489342500006,-14.143649997999887],[167.51490319100017,-14.140557549999897],[167.52507571700014,-14.143324476999865]]],[[[167.5756942070001,-13.846368096999882],[167.58106530000018,-13.84872812299993],[167.58570397200018,-13.847588799999897],[167.58871504,-13.848402601999823],[167.5900171230002,-13.856622003],[167.58716881600006,-13.860528252999984],[167.58106530000018,-13.860284112999864],[167.57374108200017,-13.85906340899993],[167.56812584700006,-13.860039972],[167.55176842500023,-13.871840101999979],[167.53370201900012,-13.88046640399989],[167.51246178500006,-13.885511976999922],[167.48698978000002,-13.887383721999981],[167.49040774800002,-13.890232029000018],[167.4936629570001,-13.891859632999939],[167.49341881600006,-13.894952080999843],[167.48698978000002,-13.901055596999925],[167.49854576900017,-13.924493096999981],[167.48487389400012,-13.942152601999823],[167.46387780000006,-13.943942966999899],[167.45281009200002,-13.918633721999953],[167.45215905000012,-13.897881768999866],[167.44841556100008,-13.885023695999934],[167.438243035,-13.874444268999966],[167.41871178500006,-13.860039972],[167.39503014400012,-13.824965101999922],[167.38917076900006,-13.804294528999918],[167.3907983730002,-13.77752044099999],[167.3986108730002,-13.756036065999979],[167.41228274800014,-13.73951588299991],[167.43051191500004,-13.72673919099995],[167.4738061860002,-13.70842864399999],[167.4889429050002,-13.708184502999956],[167.5031030610002,-13.71689218500002],[167.52100670700005,-13.736504815999908],[167.54965254000004,-13.789483330999943],[167.56202233200005,-13.79802825299987],[167.54957116000006,-13.814060153999861],[167.54216556100008,-13.818536065999922],[167.54859459700018,-13.832777601999837],[167.55681399800008,-13.83806731599999],[167.566172722,-13.840508721999925],[167.5756942070001,-13.846368096999882]]],[[[167.68751061300023,-13.677992445999934],[167.66765384200002,-13.682061455999985],[167.65072675900015,-13.681898695999848],[167.64356530000012,-13.692803643999909],[167.63502037900017,-13.693536065999936],[167.63347415500002,-13.684258721999896],[167.66993248800011,-13.636488539999945],[167.68392988400015,-13.624688408999887],[167.70264733200023,-13.61980559699991],[167.71176191500004,-13.62590911299999],[167.71648196700002,-13.64023202899989],[167.716644727,-13.656345309999864],[167.71290123800023,-13.66822682099982],[167.70427493600008,-13.67253997199991],[167.68751061300023,-13.677992445999934]]],[[[167.33676191499998,-13.523532809999892],[167.34693444100006,-13.528008721999953],[167.35865319100006,-13.525567315999922],[167.370860222,-13.517347915],[167.3686629570001,-13.5433895809999],[167.35670006600017,-13.553399346999882],[167.3380639980002,-13.553969007999854],[167.3156030610002,-13.551527601999823],[167.30518639400012,-13.536716404000018],[167.2970483730002,-13.520603122999873],[167.29664147200018,-13.504489841999899],[167.30884850400017,-13.490166924999912],[167.33480879000015,-13.483575127999927],[167.35132897200006,-13.49293385199988],[167.35141035200004,-13.505954684999864],[167.32927493600002,-13.510511976999908],[167.33676191499998,-13.523532809999892]]],[[[166.68873131600017,-13.423435153999861],[166.67269941499998,-13.455010674999855],[166.65845787900017,-13.41545989399999],[166.67383873800011,-13.407647393999909],[166.68873131600017,-13.423435153999861]]],[[[166.63054446700002,-13.261651299999897],[166.61304772200018,-13.268243096999967],[166.59571373800011,-13.264255466999899],[166.58814537900005,-13.25847747199984],[166.5827742850001,-13.252536717],[166.57878665500013,-13.245293877999885],[166.57520592500023,-13.236260674999969],[166.59066816500015,-13.22275156],[166.61158287900005,-13.215264580999843],[166.63152103000013,-13.216729424999897],[166.6440535820001,-13.230075778999904],[166.6428328790001,-13.247735283999916],[166.63054446700002,-13.261651299999897]]],[[[166.56006920700023,-13.185642184999892],[166.55453535200004,-13.188409112999935],[166.53842207100016,-13.17994557099982],[166.52963300899998,-13.16985442499994],[166.52662194100017,-13.155368747999987],[166.52735436300011,-13.133884372999873],[166.53321373800017,-13.10637786299992],[166.53419030000023,-13.095635675],[166.53174889400012,-13.088148695999948],[166.52637780000023,-13.083184502999899],[166.52165774800002,-13.07675546699997],[166.52051842500012,-13.064873955999843],[166.55445397200006,-13.073988540000016],[166.56137129000015,-13.078708592000012],[166.56666100400005,-13.089125257999925],[166.57081139400017,-13.111748955999971],[166.57520592500023,-13.12021249799993],[166.57520592500023,-13.12639739399998],[166.57032311300006,-13.132094007999882],[166.56836998800023,-13.138278903999947],[166.56967207100004,-13.145277601999837],[166.57520592500023,-13.15439218499992],[166.56934655000012,-13.157159112999963],[166.56812584700018,-13.161309503],[166.56861412900017,-13.16716887799987],[166.56836998800023,-13.174899997999958],[166.56641686300006,-13.17896900799984],[166.5638126960001,-13.182549737999906],[166.56006920700023,-13.185642184999892]]]]}}",
  "name": "Geographical coverage for Vanuatu"
}

source


Identifiers

Identifiers for Objects and Collections MUST be URIs.

Internally, identifiers for all entities that do not have their own URIs may use the Archive and Packaging identifier scheme (ARCP), which allows for a DNS-like namespacing of identifiers. For example, the Sydney Speaks corpus top-level collection would have the ID:

arcp://name,http://www.dynamicsoflanguage.edu.au/sydney-speaks/corpus/

A sub-corpus (collection) would have an ID like:

arcp://name,http://www.dynamicsoflanguage.edu.au/sydney-speaks/corpus/collection/SSP

An object:

arcp://name,http://www.dynamicsoflanguage.edu.au/sydney-speaks/corpus/object/331

A person:

arcp://name,http://www.dynamicsoflanguage.edu.au/sydney-speaks/corpus/person/54

How to record people's contributions

Some corpora express ages and other demographics of participants - this presents a data modelling challenge, as age and some other variables change over time, so if the same person appears over time then we need to have a base Person with date of birth etc. as well as time-based instances of the person with an age, social status, gender etc. at that time.

There are three levels at which contributions to an object can be modelled:

  1. Include one or more Person items as context in a crate and reference them with properties such as creator or the Language Data Commons Vocabulary properties such as ldac:compiler or ldac:depositor. The @id of the person MUST be a URI and SHOULD be re-used where the same person appears in multiple objects in a collection or repository.

  2. For longitudinal studies where it is important to record changing demographic information for a Person, or where precision is required in listing contributions to a work use ldac:PersonSnapshot.

  3. If it is important to record lots of contributions to a work (e.g. in analysis of a joint work) use Action. If more precision is required in describing the provenance of items, e.g. this work on The Declaration of Rights of Man and of the Citizen (Lorber-Kasunic & Sweetapple).

    NOTE: If this approach is used, special care will have to be taken in developing user interfaces and/or training communities to use this way of modelling metadata; the user need not see the underlying structure. This profile does not give advice about how to do this as we have not seen a use case that requires it.


Collection events such as "Sessions"

Where data is collected from participants in a speech study with elicitation tasks such as "sessions" (see this IMDI document) or field interviews, this can be recorded in metadata via the CollectionEvent class.

The indirection in this conforms-to relationship is to allow multiple objects to have a conformsTo property which indicates that they conform to the same schema while having a local copy of the schema, as per RO-Crate best practice of having all local context to use a data packages in the package where possible.


References

Himmelmann, Nikolaus P. 2012. Linguistic data types and the interface between language documentation and description. Language documentation & conservation. University of Hawai'i Press 6. 187--207.

Paterson, Hugh Joseph. 2021. Language Archive Records: Interoperability of Referencing Practices and Metadata Models. United States -- North Dakota: The University of North Dakota M.A. https://www.proquest.com/docview/2550236802/abstract/22686A0E508D4E5CPQ/1 (3 May 2022).


Examples

https://www.mpi.nl/ISLE/documents/docs_frame.html