Property talk:P1137

From Wikidata
Jump to navigation Jump to search

Documentation

fossil found in this unit
fossils that are found in this stratigraphic unit
DescriptionLists the fossils that are found within a stratigraphic unit.
Representsfossil (Q40614), fossil taxon (Q23038290)
Data typeItem
Domain
According to this template: bed, member, formation, subgroup, group, supergroup
According to statements in the property:
stratigraphic unit (Q3694119)
When possible, data should only be stored as statements
Allowed valuesfossils (note: this should be moved to the property statements)
ExampleHell Creek Formation (Q917642)Tyrannosaurus (Q14332)
Lists
Proposal discussionProposal discussion
Current uses
Total87
Main statement8496.6% of uses
Qualifier22.3% of uses
Reference11.1% of uses
Search for values
[create Create a translatable help page (preferably in English) for this property to be included here]
Property “taxon name (P225)” declared by target items of “fossil found in this unit (P1137): If [item A] has this property with value [item B], [item B] is required to have property “taxon name (P225)”. (Help)
Exceptions are possible as rare values may exist. Exceptions can be specified using exception to constraint (P2303).
List of violations of this constraint: Database reports/Constraint violations/P1137#Target required claim P225, SPARQL, SPARQL (by value)
Property “Fossilworks taxon ID (P842)” declared by target items of “fossil found in this unit (P1137): If [item A] has this property with value [item B], [item B] is required to have property “Fossilworks taxon ID (P842)”. (Help)
Exceptions are possible as rare values may exist. Exceptions can be specified using exception to constraint (P2303).
List of violations of this constraint: Database reports/Constraint violations/P1137#Target required claim P842, SPARQL, SPARQL (by value)
Property “temporal range end (P524)” declared by target items of “fossil found in this unit (P1137): If [item A] has this property with value [item B], [item B] is required to have property “temporal range end (P524)”. (Help)
Exceptions are possible as rare values may exist. Exceptions can be specified using exception to constraint (P2303).
List of violations of this constraint: Database reports/Constraint violations/P1137#Target required claim P524, SPARQL, SPARQL (by value)
Value type “fossil (Q40614), fossil taxon (Q23038290): This property should use items as value that contain property “instance of (P31)”. On these, the value for instance of (P31) should be an item that uses subclass of (P279) with value fossil (Q40614), fossil taxon (Q23038290) (or a subclass thereof). (Help)
Exceptions are possible as rare values may exist. Exceptions can be specified using exception to constraint (P2303).
List of violations of this constraint: Database reports/Constraint violations/P1137#Value type Q40614, Q23038290, SPARQL
Allowed entity types are Wikibase item (Q29934200): the property may only be used on a certain entity type (Help)
Exceptions are possible as rare values may exist. Exceptions can be specified using exception to constraint (P2303).
List of violations of this constraint: Database reports/Constraint violations/P1137#Entity types
Scope is as main value (Q54828448): the property must be used by specified way only (Help)
Exceptions are possible as rare values may exist. Exceptions can be specified using exception to constraint (P2303).
List of violations of this constraint: Database reports/Constraint violations/P1137#Scope, SPARQL
Type “stratigraphic unit (Q3694119): item must contain property “instance of (P31)” with classes “stratigraphic unit (Q3694119)” or their subclasses (defined using subclass of (P279)). (Help)
Exceptions are possible as rare values may exist. Exceptions can be specified using exception to constraint (P2303).
List of violations of this constraint: Database reports/Constraint violations/P1137#Type Q3694119, SPARQL
This property is being used by:

Please notify projects that use this property before big changes (renaming, deletion, merge with another property, etc.)


Queries[edit]

Here is a handy query to find all units with start and end time and the fossils they bear, also with start and end time: Tobias1984 (talk) 17:54, 7 May 2019 (UTC)[reply]

SELECT ?formation ?formationLabel ?formationStartLabel ?formationEndLabel ?fossil ?fossilLabel ?fossilStartLabel ?fossilEndLabel
WHERE {
  ?formation wdt:P31 wd:Q736917 .
  OPTIONAL { ?formation wdt:P523 ?formationStart . }
  OPTIONAL { ?formation wdt:P524 ?formationEnd . }
  ?formation wdt:P1137 ?fossil .
  OPTIONAL { ?fossil wdt:P523 ?fossilStart . }
  OPTIONAL { ?fossil wdt:P524 ?fossilEnd . }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } .
}
Try it!