Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:Corpus
Namespace http://w3id.org/meta-share/meta-share/
Annotations
A structured collection of pieces of data (textual, audio, video, multimodal/multimedia, etc.) typically of considerable size and selected according to criteria external to the data (e.g. size, type of language, type of text producers or expected audience, etc.) to represent as comprehensively as possible the object of study
Diagram
Diagram ELG-SHARE_xsd_Element_ms_Corpus.tmp#Corpus_lrType ELG-SHARE_xsd_Element_ms_corpusSubclass.tmp#corpusSubclass ELG-SHARE_xsd_Element_ms_CorpusMediaPart.tmp#CorpusMediaPart ELG-SHARE_xsd_Element_ms_DatasetDistribution.tmp#DatasetDistribution ELG-SHARE_xsd_Element_ms_personalDataIncluded.tmp#personalDataIncluded ELG-SHARE_xsd_Element_ms_personalDataDetails.tmp#personalDataDetails ELG-SHARE_xsd_Element_ms_sensitiveDataIncluded.tmp#sensitiveDataIncluded ELG-SHARE_xsd_Element_ms_sensitiveDataDetails.tmp#sensitiveDataDetails ELG-SHARE_xsd_Element_ms_anonymized.tmp#anonymized ELG-SHARE_xsd_Element_ms_anonymizationDetails.tmp#anonymizationDetails ELG-SHARE_xsd_Element_ms_isAnalysedBy.tmp#isAnalysedBy ELG-SHARE_xsd_Element_ms_isEditedBy.tmp#isEditedBy ELG-SHARE_xsd_Element_ms_isElicitedBy.tmp#isElicitedBy ELG-SHARE_xsd_Element_ms_isAnnotatedVersionOf.tmp#isAnnotatedVersionOf ELG-SHARE_xsd_Element_ms_isAlignedVersionOf.tmp#isAlignedVersionOf ELG-SHARE_xsd_Element_ms_isConvertedVersionOf.tmp#isConvertedVersionOf ELG-SHARE_xsd_Element_ms_timeCoverage.tmp#timeCoverage ELG-SHARE_xsd_Element_ms_geographicCoverage.tmp#geographicCoverage ELG-SHARE_xsd_Element_ms_register.tmp#register ELG-SHARE_xsd_Element_ms_userQuery.tmp#userQuery ELG-SHARE_xsd_Element_ms_annotation.tmp#annotation ELG-SHARE_xsd_Element_ms_hasSubset.tmp#hasSubset
Properties
content complex
Used by
Element ms:LRSubclass
Model
Children ms:CorpusMediaPart, ms:DatasetDistribution, ms:annotation, ms:anonymizationDetails, ms:anonymized, ms:corpusSubclass, ms:geographicCoverage, ms:hasSubset, ms:isAlignedVersionOf, ms:isAnalysedBy, ms:isAnnotatedVersionOf, ms:isConvertedVersionOf, ms:isEditedBy, ms:isElicitedBy, ms:lrType, ms:personalDataDetails, ms:personalDataIncluded, ms:register, ms:sensitiveDataDetails, ms:sensitiveDataIncluded, ms:timeCoverage, ms:userQuery
Instance
<ms:Corpus xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:lrType>{1,1}</ms:lrType>
  <ms:corpusSubclass>{1,1}</ms:corpusSubclass>
  <ms:CorpusMediaPart>{1,unbounded}</ms:CorpusMediaPart>
  <ms:DatasetDistribution>{1,unbounded}</ms:DatasetDistribution>
  <ms:personalDataIncluded>{1,1}</ms:personalDataIncluded>
  <ms:personalDataDetails xml:lang="">{0,unbounded}</ms:personalDataDetails>
  <ms:sensitiveDataIncluded>{1,1}</ms:sensitiveDataIncluded>
  <ms:sensitiveDataDetails xml:lang="">{0,unbounded}</ms:sensitiveDataDetails>
  <ms:anonymized>{0,1}</ms:anonymized>
  <ms:anonymizationDetails xml:lang="">{0,unbounded}</ms:anonymizationDetails>
  <ms:isAnalysedBy>{0,unbounded}</ms:isAnalysedBy>
  <ms:isEditedBy>{0,unbounded}</ms:isEditedBy>
  <ms:isElicitedBy>{0,unbounded}</ms:isElicitedBy>
  <ms:isAnnotatedVersionOf>{0,1}</ms:isAnnotatedVersionOf>
  <ms:isAlignedVersionOf>{0,1}</ms:isAlignedVersionOf>
  <ms:isConvertedVersionOf>{0,unbounded}</ms:isConvertedVersionOf>
  <ms:timeCoverage xml:lang="">{0,unbounded}</ms:timeCoverage>
  <ms:geographicCoverage xml:lang="">{0,unbounded}</ms:geographicCoverage>
  <ms:register xml:lang="">{0,unbounded}</ms:register>
  <ms:userQuery>{0,1}</ms:userQuery>
  <ms:annotation>{0,unbounded}</ms:annotation>
  <ms:hasSubset>{0,unbounded}</ms:hasSubset>
</ms:Corpus>
Source
<xs:element name="Corpus">
  <xs:annotation>
    <xs:documentation xml:lang="en">A structured collection of pieces of data (textual, audio, video, multimodal/multimedia, etc.) typically of considerable size and selected according to criteria external to the data (e.g. size, type of language, type of text producers or expected audience, etc.) to represent as comprehensively as possible the object of study</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/Corpus</identifier>
      <label xml:lang="en" project="CLARIN">Corpus</label>
      <label xml:lang="en" project="ELG">Dataset</label>
      <subclassOf>http://w3id.org/meta-share/meta-share/DataLanguageResource</subclassOf>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="lrType" fixed="Corpus">
        <xs:annotation>
          <xs:documentation xml:lang="en">Classifies the language resource described by a metadata record to one of the major classes</xs:documentation>
          <xs:appinfo>
            <indexed>true</indexed>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:corpusSubclass">
        <xs:annotation>
          <xs:appinfo>
            <indexed>true</indexed>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:CorpusMediaPart" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:DatasetDistribution" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:personalDataIncluded"/>
      <xs:element ref="ms:personalDataDetails" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <rule>show if personalDataIncluded=True</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:sensitiveDataIncluded"/>
      <xs:element ref="ms:sensitiveDataDetails" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <rule>show if sensitiveDataIncluded=True</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:anonymized" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <rule>mandatory if personalDataIncluded=True or sensitiveDataIncluded=True</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:anonymizationDetails" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <rule>show if anonymized=True</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isAnalysedBy" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isEditedBy" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isElicitedBy" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isAnnotatedVersionOf" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>mo</relation>
            <recommended>true</recommended>
            <rule>show if corpusSubclass=['http://w3id.org/meta-share/meta-share/annotatedCorpus', 'http://w3id.org/meta-share/meta-share/annotationsCorpus']</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isAlignedVersionOf" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>mo</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:isConvertedVersionOf" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <!--
				<xs:element ref="ms:hasAnnotatedVersion" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:appinfo>
							<relation>om</relation>
						</xs:appinfo>
					</xs:annotation>
				</xs:element>
				<xs:element ref="ms:hasAlignedVersion" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:appinfo>
							<relation>om</relation>
						</xs:appinfo>
					</xs:annotation>
				</xs:element>
				<xs:element ref="ms:hasConvertedVersion" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:appinfo>
							<relation>om</relation>
						</xs:appinfo>
					</xs:annotation>
				</xs:element>
-->
      <xs:element ref="ms:timeCoverage" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:geographicCoverage" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:register" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <multiple>true</multiple>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:userQuery" minOccurs="0"/>
      <xs:element ref="ms:annotation" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
            <recommended>true</recommended>
            <rule>show if corpusSubclass=['http://w3id.org/meta-share/meta-share/annotatedCorpus', 'http://w3id.org/meta-share/meta-share/annotationsCorpus']</rule>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:hasSubset" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>om</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ms:Corpus / ms:lrType
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Classifies the language resource described by a metadata record to one of the major classes
Diagram
Diagram
Properties
fixed Corpus
Source
<xs:element name="lrType" fixed="Corpus">
  <xs:annotation>
    <xs:documentation xml:lang="en">Classifies the language resource described by a metadata record to one of the major classes</xs:documentation>
    <xs:appinfo>
      <indexed>true</indexed>
    </xs:appinfo>
  </xs:annotation>
</xs:element>