Ayuda:Propiedades usadas frecuentemente

From Wikidata
Jump to navigation Jump to search
This page is a translated version of the page Help:Frequently used properties and the translation is 64% complete.

En esta página encontrarás guías y ejemplos de propiedades frecuentes. Si tienes alguna duda sobre cómo utilizar una propiedad, pregunta en la página de discusión de dicha propiedad o pide ayuda en Wikidata:Project chat. Otro recurso útil es la lista de wikiproyectos: si ya existe un grupo de trabajo para el tema o dominio en cuestión, es posible que el correcto uso de la propiedad ya haya sido discutido y documentado en la página del grupo de trabajo.

Propiedades jerárquicas

Taxonomía

La taxonomía hace referencia a la clasificación de organismos en grupos tales como géneros o especies. Utiliza «taxon name (P225)», «taxon rank (P105)» y «parent taxon (P171)», que enlaza al taxón inmediatamente superior. Para más información, véase Wikidata:WikiProject Taxonomy.

Ejemplo:

elemento: dog (Q144)
nombre del taxón: Canis lupus familiaris
categoría taxonómica: subespecie
taxón superior inmediato: lobo

Divisiones administrativas

Utiliza «located in the administrative territorial entity (P131)» para crear una jerarquía de divisiones administrativas. Para más información, ve a Wikidata:List of properties/Geographical feature#Administrative division.

Ejemplos:

elemento: Vancouver (Q24639)
situado en la unidad administrativa: Metro Vancouver Regional District (Q1061069)
elemento: Metro Vancouver Regional District (Q1061069)
situado en la unidad administrativa: British Columbia (Q1974)
item: British Columbia (Q1974)
situado en la unidad administrativa: Canada (Q16)

Clases (instancia de y subclase de)

Los conceptos, objetos y cosas individuales se asignan a una clase a través de la propiedad «instance of (P31)».

Un elemento "A" normalmente puede ser considerado como una instancia de clase "B", si su relación es tal que tenga sentido el decir: El elemento "A" es un "B".

Ejemplos:

el elemento British Columbia (Q1974) es una instancia de province of Canada (Q11828004),
puesto que "Columbia Británica" es una "provincia de Canadá".

A su vez, las clases se organizan jerárquicamente utilizando la propiedad «subclass of (P279)». La prueba de la frase "A" es un "B" también funciona en las relaciones clase/subclase.

el elemento province of Canada (Q11828004) es una subclase de province (Q34876),
puesto que una "provincia de Canadá" es una "provincia".

Para más información sobre las clases, véase Help:Basic membership properties y Help:Classification.

Si la prueba de la frase "A" es un "B" falla, normalmente se puede asumir que el elemento "A" no es instance of (P31) "clase" "B", sino que: "A" part of (P361) el elemento o grupo "B".[1]

Forma parte de

La propiedad «part of (P361)» se utiliza para enlazar conceptos, objetos o cosas individuales con conceptos, objetos o cosas individuales mayores.

Ejemplos:

elemento: Mars (Q111)
forma parte de: Solar System (Q544)
elemento: Battle of Kursk (Q130861)
forma parte de: World War II (Q362)

Para más información sobre la propiedad «part of (P361)», véase Help:Basic membership properties.

Propiedades para archivos de Wikimedia Commons

Images

Images may exist within Wikimedia Commons (Q565) that visually summarize an item (Wikibase item (Q29934200)). Add an image (P18) statement to the item linking to the filename of the image hosted on Wikimedia Commons (Q565).

It is also common for items to be explained using multiple types of images. For example, physical object (Q223557) can typically be explained through symbol (Q80071) as well as multiple architectural drawing (Q184784) and photograph (Q125191) from different viewpoints.

For a full list of image properties available, refer to the following query:

#Subproperties of image (P18)
#defaultView:Graph
PREFIX gas: <http://www.bigdata.com/rdf/gas#>
SELECT DISTINCT ?property ?propertyLabel ?parent ?parentLabel WHERE {
  SERVICE gas:service {
    gas:program gas:gasClass "com.bigdata.rdf.graph.analytics.SSSP";
    gas:in wd:P18;
    gas:traversalDirection "Reverse";
    gas:out ?property;
    gas:out1 ?depth;
    gas:maxIterations 10;
    gas:linkType wdt:P1647.
  }
  ?property wdt:P1647 ?parent.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!

Video

Videos may exist within Wikimedia Commons (Q565) that visually (and sometimes auditorily) summarize an item (Wikibase item (Q29934200)). Add an video (P10) statement to the item linking to the filename of the video hosted on Wikimedia Commons (Q565).

It is also possible for some items to be explained using multiple types of video. For example, taxon (Q16521) could be explained with multiple videos for different behaviors including eating (Q213449), parturition (Q34581) and mating (Q228395).

For a full list of video properties available, refer to the following query:

#Subproperties of video (P10)
#defaultView:Graph
PREFIX gas: <http://www.bigdata.com/rdf/gas#>
SELECT DISTINCT ?property ?propertyLabel ?parent ?parentLabel WHERE {
  SERVICE gas:service {
    gas:program gas:gasClass "com.bigdata.rdf.graph.analytics.SSSP";
    gas:in wd:P10;
    gas:traversalDirection "Reverse";
    gas:out ?property;
    gas:out1 ?depth;
    gas:maxIterations 10;
    gas:linkType wdt:P1647.
  }
  ?property wdt:P1647 ?parent.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!

Audio

Audio recordings may exist within Wikimedia Commons (Q565) that auditorily summarize an item (Wikibase item (Q29934200)). Add an audio (P51) statement to the item linking to the filename of the audio recording hosted on Wikimedia Commons (Q565).

It is also possible for some items to be explained using multiple types of audio recording. For example, taxon (Q16521) could be explained with multiple audio recordings for different auditory signals including mating call (Q24962783), alarm call (Q109037552) and advertisement call (Q90876095).

For a full list of audio properties available, refer to the following query:

#Subproperties of audio (P51)
#defaultView:Graph
PREFIX gas: <http://www.bigdata.com/rdf/gas#>
SELECT DISTINCT ?property ?propertyLabel ?parent ?parentLabel WHERE {
  SERVICE gas:service {
    gas:program gas:gasClass "com.bigdata.rdf.graph.analytics.SSSP";
    gas:in wd:P51;
    gas:traversalDirection "Reverse";
    gas:out ?property;
    gas:out1 ?depth;
    gas:maxIterations 10;
    gas:linkType wdt:P1647.
  }
  ?property wdt:P1647 ?parent.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!

Documents

For documents that are freely licensed or in the public domain, upload the document to Wikimedia Commons (Q565) and add a document file on Wikimedia Commons (P996) statement to the item linking to the filename of the document hosted on Wikimedia Commons (Q565).

Tabular data

For freely licensed or public domain tabular data hosted on Wikimedia Commons (Q565), a number of properties listed by the query below can be used to link items (Wikibase item (Q29934200)) to this data.

In some cases, there are alternative properties of other data types typically used on items, and tabular data provides an alternative method for storing large amounts of historical statements that would cause performance problems if created as individual statements on an item. For example, the recorded temperature of a location may be available in 5 minute increments over 20 years and this data could be hosted as tabular data on Wikimedia Commons (Q565). However adding all one million plus individual statements to an item would cause performance problems for Wikidata and related tools.

#Tabular data properties
SELECT ?property ?propertyLabel ?subject ?subjectLabel ?relatedProperty ?relatedPropertyLabel WHERE {
  ?property rdf:type wikibase:Property.
  ?property wikibase:propertyType wikibase:TabularData.
  OPTIONAL {
    ?property wdt:P1629 ?subject.
    ?subject wdt:P1687 ?relatedProperty.
    FILTER (?relatedProperty != ?property).
  }
  FILTER NOT EXISTS {?property wdt:P31 wd:Q18720640}.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!

Geoshapes

Geographic shapes (also known as map data) may exist within Wikimedia Commons (Q565) as a means to define the geographic extents, region or distribution of an item (Wikibase item (Q29934200)). Add a geoshape (P3896) statement to the item linking to the filename of the geographic shape hosted on Wikimedia Commons (Q565). For example, geoshape (P3896) could be used to define the boundary of an administrative territorial entity (Q56061).

There exists a special case for items which are subclasses of taxon (Q16521). distribution map of taxon (P8485) is used instead of geoshape (P3896) to define the distribution of the taxon.

Propiedades para fuentes

Por favor, ve a Help:Sources para ver cómo aplicar propiedades a elementos de fuente, incluyendo libros, artículos de periódico, revistas científicas y bases de datos.

Libros

El Wikiproyecto Libros mantiene una lista detallada de «propiedades de libros», es decir, propiedades para elementos de obras y elementos de ediciones.

Véase también

Para páginas de ayuda relacionadas, véase:

Para obtener información y orientación adicional, véase:

  • Café, para discutir todo o algún aspecto de Wikidata.
  • Wikidata:Glossary, el glosario de términos usados en esta y otras páginas de ayuda
  • Help:FAQ, preguntas frecuentes contestadas por la comunidad de Wikidata
  • Help:Contents, el portal de ayuda con toda la documentación disponible de Wikidata

References

  1. La relación de "instancias", "clases" y "partes" se explica en las páginas 3 a la 7 del documento Foundations of Knowledge Representation in Cyc (Aunque en este documento, a las "clases" se les denomina "colecciones".)