Bileşen: Kavram

Element: Kavram / bilgi

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Kavramın adı ve açıklaması gibi metin bilgileri.
Şema Şema dspl4.tmp#kimlik7 dspl4.tmp#kimlik14 dspl4.tmp#kimlik15 dspl4.tmp#kimlik6 dspl13.tmp#kimlik40 dspl13.tmp#kimlik41 dspl13.tmp#kimlik42 dspl13.tmp#kimlik39
Tür Kavram Bilgisi
Tür hiyerarşisi
Özellikler
içerik: karmaşık
Model ad , description{0,1} , url{0,1} , pluralName{0,1} , totalName{0,1} , eş anlamlı*
Çocuk description, name, pluralName, eş anlamlı, totalName, url
Örnek
<info>
  <name>{1,1}</name>
  <description>{0,1}</description>
  <url>{0,1}</url>
</info>
Kaynak
<xs:element name="info" type="ConceptInfo">
  <xs:annotation>
    <xs:documentation>Textual information, such as the name and description of
            the concept.</xs:documentation>
  </xs:annotation>
</xs:element>

Öğe: Kavram / konu

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Kavramın ilişkili olduğu bir konu.
Şema Şema dspl6.tmp#kimlik44
Özellikler
içerik: karmaşık
min. Tekrarlar: 0
maxOccurs: sınırsız
Özellikler
QName Tür Düzeltildi Varsayılan Kullanım Notasyon
ref xs:QAd isteğe bağlı Bu kavramın ilişkilendirildiği konunun benzersiz tanımlayıcısı. Başvurulan konu, aynı veri kümesinde veya harici olarak (yani başka bir veri kümesinde) tanımlanabilir. Harici bir konuya referans, "prefix:other_topic_id" biçiminde olmalıdır. Burada "ön ek", harici veri kümesinin ad alanı için kullanılan ön ektir (XML ad alanlarına bakın).
Kaynak
<xs:element name="topic" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A topic the concept is associated with.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="xs:QName">
      <xs:annotation>
        <xs:documentation>The unique identifier of the topic this concept is
                associated with.

                The referenced topic may be defined in the same
                dataset or externally, i.e., in another dataset. A
                reference to an external topic must be of the form
                "prefix:other_topic_id", where "prefix" is the prefix
                used for the namespace of the external dataset (see
                XML namespaces).</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Öğe: Kavram / tür

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Kavramın veri türü. Kavram, bir tür beyanı sağlamalı veya başka bir kavramı genişletmelidir. Bir kavramın kapsamının genişletilmesi durumunda, bir tür beyanı da sağlayabilir. Genişletilmiş konseptin türü, onu genişleten kavramın türünden daha az kısıtlayıcı olmalıdır. "Şundan daha az kısıtlayıcı" (LRT), şu şekilde tanımlanan kısmi bir sıralamadır: dize LRT kayan kayan LRT tam sayı dizesi LRT tarih dizesi LRT boole
Şema Şema dspl6.tmp#kimlik46
Özellikler
içerik: karmaşık
min. Tekrarlar: 0
Özellikler
QName Tür Düzeltildi Varsayılan Kullanım Notasyon
ref Veri Türü zorunlu
Kaynak
<xs:element name="type" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The data type of the concept. A concept must provide a type declaration or extend
            another concept. In the case where it's extending a concept, it may also
            provide a type declaration. The type of the extended concept must be less restrictive
            than the type of the concept extending it.

            "Less restrictive than" (LRT) is a partial order defined as follows:

            string LRT float
            float LRT integer
            string LRT date
            string LRT boolean</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="DataType" use="required"/>
  </xs:complexType>
</xs:element>

Öğe: Kavram / özellik

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Kavramın bir özelliği. Özellikler, konseptle ilgili ek bilgileri (ör. GSYİH bir yüzde değeridir).
Şema Şema dspl14.tmp#kimlik24 dspl14.tmp#kimlik26 dspl14.tmp#kimlik19 dspl14.tmp#kimlik20 dspl0.tmp#kimlik10 dspl0.tmp#kimlik12 dspl0.tmp#kimlik9 dspl14.tmp#kimlik18
Tür Özellik
Özellikler
içerik: karmaşık
min. Tekrarlar: 0
maxOccurs: sınırsız
Model bilgi{0,1}, type{0,1}, (value* | conceptValue{0,1})
Çocuk conceptValue, bilgi, tür, değer
Örnek
<attribute concept="" id="">
  <info>{0,1}</info>
  <type format="" ref="">{0,1}</type>
</attribute>
Özellikler
QName Tür Düzeltildi Varsayılan Kullanım Notasyon
kavram xs:QAd isteğe bağlı Özelliğin değerlerine karşılık gelen bir kavrama yapılan referans. Özellik bir tür belirtiyorsa tür, başvurulan kavramın türüyle eşleşmelidir. Harici bir kavramın referansı "prefix:other_concept_id" biçiminde olmalıdır. Burada "prefix", harici veri kümesinin ad alanı için kullanılan ön ektir (XML ad alanlarına bakın).
id YerelKimlik isteğe bağlı Kavram özelliğinin kimliği. Bu tanımlayıcı, kavram içinde benzersiz olmalıdır (özellikler ve özellikler genelinde). Kavram özelliği belirtilirse kimlik atlanabilir. Bu durumda kimlik, başvurulan kavramın yerel adıyla değer oluşturmak üzere oluşturulur. Örneğin, <attribute concept="unit:currency"/> <attribute id="currency" concept="unit:currency"/> ile eşdeğerdir
Kaynak
<xs:element name="attribute" type="Attribute" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>An attribute of the concept. Attributes represent additional
            information about the concept (e.g., GDP is a percentage).</xs:documentation>
  </xs:annotation>
</xs:element>

Öğe: Kavram / mülk

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Kavramın bir özelliği. Özellikler, kavramın örnekleri hakkında ek bilgiler temsil eder (ör. "şehir" kavramının "ülke" özelliği olabilir).
Şema Şema dspl8.tmp#kimlik53 dspl8.tmp#kimlik54 dspl8.tmp#kimlik55 dspl8.tmp#kimlik56 dspl8.tmp#kimlik50 dspl8.tmp#kimlik51 dspl8.tmp#kimlik4
Tür ConceptProperty
Özellikler
içerik: karmaşık
min. Tekrarlar: 0
maxOccurs: sınırsız
Model bilgi{0,1} , type{0,1}
Çocuk bilgi, tür
Örnek
<property concept="" id="" isMapping="false" isParent="false">
  <info>{0,1}</info>
  <type ref="">{0,1}</type>
</property>
Özellikler
QName Tür Düzeltildi Varsayılan Kullanım Notasyon
kavram xs:QAd isteğe bağlı Özelliğin değerlerine karşılık gelen bir kavrama verilen referans. Özellik bir tür belirtiyorsa tür, başvurulan kavramın türüyle eşleşmelidir. Harici bir kavramın referansı "prefix:other_concept_id" biçiminde olmalıdır. Burada "prefix", harici veri kümesinin ad alanı için kullanılan ön ektir (XML ad alanlarına bakın).
id YerelKimlik isteğe bağlı Kavram özelliğinin kimliği. Bu tanımlayıcı, kavram içinde benzersiz olmalıdır (özellikler ve özellikler genelinde). Kavram özelliği belirtilirse kimlik atlanabilir. Bu durumda, dolaylı olarak referans edilen kavramın yerel adıyla bir kimlik oluşturulur. Örneğin, <property concept="geo:ülke"/> <property id="country" concept="geo:country"/> ile eşdeğerdir
eşleme xs:boole yanlış isteğe bağlı True (doğru) değerine sahipse bu özellik bir kavramla ilgili olmalıdır ve bu özellik, bu kavram ile referans alınan kavram arasındaki eşlemeyi (1'e 1) ifade eder. Başvurulan kavramın her bir örneğine bu konseptin en fazla bir örneğine referans veriliyor.
isEbeveynlik xs:boole yanlış isteğe bağlı Doğru ise, bu özellik bir kavramla ilgili olmalıdır ve bu özellik, bu kavram ve referans alınan kavram arasındaki hiyerarşik bir ilişkiyi belirtir (ör. bir ülkenin kıtası).
Kaynak
<xs:element name="property" type="ConceptProperty" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A property of the concept. Properties represent additional
            information about instances of the concept (e.g., a concept
            "city" may have a property "country").</xs:documentation>
  </xs:annotation>
</xs:element>

Öğe: Kavram / defaultValue

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Kavram için olası değerlerden birini seçmeleri gerektiğinde uygulamalar tarafından kullanılacak varsayılan kavram.
Şema Şema dspl0.tmp#kimlik10 dspl0.tmp#kimlik12 dspl0.tmp#kimlik9 dspl3.tmp#kimlik8
Tür Değerler
Özellikler
içerik: karmaşık
min. Tekrarlar: 0
Model değer* | conceptValue{0,1}
Çocuk conceptValue, value
Örnek
<defaultValue>
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</defaultValue>
Kaynak
<xs:element name="defaultValue" type="Values" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A default value for the concept, to be used by
            applications when they need to pick one of the possible
            values of the concept.</xs:documentation>
  </xs:annotation>
</xs:element>

Öğe: Kavram / tablo

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Kavram ve sabit olmayan özellikleri için tüm olası değerleri içeren bir tabloya referans.
Şema Şema dspl5.tmp#kimlik65 dspl5.tmp#kimlik60 dspl5.tmp#kimlik62 dspl5.tmp#kimlik59
Tür Kavram Tablosu Eşlemesi
Özellikler
içerik: karmaşık
min. Tekrarlar: 0
Model mapConcept{0,1}, mapProperty*
Çocuk mapConcept, mapProperty
Örnek
<table ref="">
  <mapConcept toColumn="">{0,1}</mapConcept>
  <mapProperty lang="" ref="" toColumn="">{0,unbounded}</mapProperty>
</table>
Özellikler
QName Tür Düzeltildi Varsayılan Kullanım Notasyon
ref YerelKimlik zorunlu Kavrama ait verileri içeren tablonun kimliği.
Kaynak
<xs:element name="table" type="ConceptTableMapping" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A reference to a table that contains all the
            possible values for the concept and its non-constant
            properties.</xs:documentation>
  </xs:annotation>
</xs:element>

Karmaşık Tür: Kavram

Ad alanı http://schemas.google.com/dspl/2010
Ek açıklamalar Kavram, veri kümesinde görünen veri türünün tanımıdır (ör. "GSYİH" veya "İlçe"). Kavram, tüm olası değerlerin numaralandırılmasıyla veya eklenmemesiyle ilişkilendirilebilir. Bazı veri kümelerinde tanımlanan bir kavram, diğer veri kümelerinde referans alınabilir.
Şema Şema dspl6.tmp#kimlik66 dspl6.tmp#kimlik67 dspl6.tmp#kimlik38 dspl6.tmp#kimlik43 dspl6.tmp#kimlik45 dspl6.tmp#kimlik47 dspl6.tmp#kimlik48 dspl6.tmp#kimlik57 dspl6.tmp#kimlik58
Kullanan reklam sayısı
Öğe dspl/kavramlar/kavram
Model bilgi , konu* , tür{0,1}, özellik* , özellik* , varsayılanDeğer{0,1} , tablo{0,1}
Çocuk attribute, defaultValue, bilgi, mülk, tablo, konu, tür
Özellikler
QName Tür Düzeltildi Varsayılan Kullanım Notasyon
genişletilmiş xs:QAd isteğe bağlı Bir kavramın benzersiz tanımlayıcısıdır. Başvurulan kavram aynı veri kümesinde veya harici olarak (yani başka bir veri kümesinde) tanımlanabilir. Harici bir kavramın referansı "prefix:other_concept_id" biçiminde olmalıdır. Burada "prefix", harici veri kümesinin ad alanı için kullanılan ön ektir (XML ad alanlarına bakın).
id Kimlik zorunlu Veri kümesinin içinde dünya genelinde benzersiz olması gereken, konseptin benzersiz tanımlayıcısıdır.
Kaynak
<xs:complexType name="Concept">
  <xs:annotation>
    <xs:documentation>A concept is a definition of a type of data that appears in the
        dataset (e.g., "GDP" or "County").  A concept may be associated with
        an enumeration of all its possible values or not. A concept defined in
        some dataset may be referenced in other datasets.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="ConceptInfo">
      <xs:annotation>
        <xs:documentation>Textual information, such as the name and description of
            the concept.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="topic" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A topic the concept is associated with.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="xs:QName">
          <xs:annotation>
            <xs:documentation>The unique identifier of the topic this concept is
                associated with.

                The referenced topic may be defined in the same
                dataset or externally, i.e., in another dataset. A
                reference to an external topic must be of the form
                "prefix:other_topic_id", where "prefix" is the prefix
                used for the namespace of the external dataset (see
                XML namespaces).</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
    <xs:element name="type" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The data type of the concept. A concept must provide a type declaration or extend
            another concept. In the case where it's extending a concept, it may also
            provide a type declaration. The type of the extended concept must be less restrictive
            than the type of the concept extending it.

            "Less restrictive than" (LRT) is a partial order defined as follows:

            string LRT float
            float LRT integer
            string LRT date
            string LRT boolean</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="DataType" use="required"/>
      </xs:complexType>
    </xs:element>
    <xs:element name="attribute" type="Attribute" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>An attribute of the concept. Attributes represent additional
            information about the concept (e.g., GDP is a percentage).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="property" type="ConceptProperty" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A property of the concept. Properties represent additional
            information about instances of the concept (e.g., a concept
            "city" may have a property "country").</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="defaultValue" type="Values" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A default value for the concept, to be used by
            applications when they need to pick one of the possible
            values of the concept.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="table" type="ConceptTableMapping" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A reference to a table that contains all the
            possible values for the concept and its non-constant
            properties.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="Id" use="required">
    <xs:annotation>
      <xs:documentation>The unique identifier of the concept, which must be globally
          unique within the dataset.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="extends" type="xs:QName" use="optional">
    <xs:annotation>
      <xs:documentation>The unique identifier of a concept that this
          concept extends.

          The referenced concept may be defined in the same
          dataset or externally, i.e., in another dataset. A
          reference to an external concept must be of the form
          "prefix:other_concept_id", where "prefix" is the
          prefix used for the namespace of the external
          dataset (see XML namespaces).</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

Özellik: Kavram / konu / @ref

Ad alanı Ad alanı yok
Ek açıklamalar Bu konseptin ilişkilendirildiği konunun benzersiz tanımlayıcısı. Başvurulan konu aynı veri kümesinde veya harici olarak (yani başka bir veri kümesinde) tanımlanabilir. Harici bir konuya referans, "prefix:other_topic_id" biçiminde olmalıdır. Burada "prefix", harici veri kümesinin ad alanı için kullanılan ön ektir (XML ad alanlarına bakın).
Tür xs:QAd
Özellikler
içerik: basit
Kullanan reklam sayısı
Öğe Kavram/konu
Kaynak
<xs:attribute name="ref" type="xs:QName">
  <xs:annotation>
    <xs:documentation>The unique identifier of the topic this concept is
                associated with.

                The referenced topic may be defined in the same
                dataset or externally, i.e., in another dataset. A
                reference to an external topic must be of the form
                "prefix:other_topic_id", where "prefix" is the prefix
                used for the namespace of the external dataset (see
                XML namespaces).</xs:documentation>
  </xs:annotation>
</xs:attribute>

Özellik: Kavram / tür / @ref

Ad alanı Ad alanı yok
Tür Veri Türü
Özellikler
kullanın: zorunlu
Özellikler
numaralandırma string
numaralandırma kayan noktalı
numaralandırma tam sayı
numaralandırma boolean
numaralandırma date
numaralandırma kavram
Kullanan reklam sayısı
Öğe Kavram/tür
Kaynak
<xs:attribute name="ref" type="DataType" use="required"/>

Özellik: Kavram / @id

Ad alanı Ad alanı yok
Ek açıklamalar Veri kümesinin içinde dünya genelinde benzersiz olması gereken, konseptin benzersiz tanımlayıcısıdır.
Tür Kimlik
Özellikler
kullanın: zorunlu
Özellikler
maksUzunluk 64
Kullanan reklam sayısı
Karmaşık Türü Kavram
Kaynak
<xs:attribute name="id" type="Id" use="required">
  <xs:annotation>
    <xs:documentation>The unique identifier of the concept, which must be globally
          unique within the dataset.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Özellik: Kavram / @extends

Ad alanı Ad alanı yok
Ek açıklamalar Bir konseptin benzersiz bir tanımlayıcısıdır. Başvurulan kavram aynı veri kümesinde veya harici olarak (yani başka bir veri kümesinde) tanımlanabilir. Harici bir kavramın referansı "prefix:other_concept_id" biçiminde olmalıdır. Burada "prefix", harici veri kümesinin ad alanı için kullanılan ön ektir (XML ad alanlarına bakın).
Tür xs:QAd
Özellikler
kullanın: isteğe bağlı
Kullanan reklam sayısı
Karmaşık Türü Kavram
Kaynak
<xs:attribute name="extends" type="xs:QName" use="optional">
  <xs:annotation>
    <xs:documentation>The unique identifier of a concept that this
          concept extends.

          The referenced concept may be defined in the same
          dataset or externally, i.e., in another dataset. A
          reference to an external concept must be of the form
          "prefix:other_concept_id", where "prefix" is the
          prefix used for the namespace of the external
          dataset (see XML namespaces).</xs:documentation>
  </xs:annotation>
</xs:attribute>

oXygen XML Düzenleyici kullanılarak oluşturulur.