Property talk:P9341

From Wikidata
Jump to navigation Jump to search

Documentation

MeSH qualifier ID
identifier of a MeSH (Medical Subject Headings) qualifier
Associated itemUnited States National Library of Medicine (Q611833)
Applicable "stated in" valueMedical Subject Headings (Q199897)
Data typeExternal identifier
Allowed valuesQ\d{6}(\d{3}|)
Exampleepidemiology (Q133805)Q000453
anatomy (Q514)Q000033
histology (Q7168)Q000033
violence prevention (Q104733130)Q000517
medical imaging (Q931309)Q000000981
SourceMeSH Browser
Medical Subject Headings RDF
MeSH Qualifiers with Scope Notes
MeSH Qualifiers List
Formatter URLhttps://meshb.nlm.nih.gov/record/ui?ui=$1
http://id.nlm.nih.gov/mesh/$1
Related to country United States of America (Q30) (See 762 others)
See alsoMeSH descriptor/qualifier ID (P9340), MeSH descriptor ID (P486), MeSH concept ID (P6694), MeSH term ID (P6680), MeSH tree code (P672)
Lists
Proposal discussionProposal discussion
Current uses
Total32
Main statement24 out of 79 (30% complete)75% of uses
Qualifier825% of uses
Search for values
[create Create a translatable help page (preferably in English) for this property to be included here]
Distinct values: this property likely contains a value that is different from all other items. (Help)
Exceptions are possible as rare values may exist. Exceptions can be specified using exception to constraint (P2303). Known exceptions: anatomy (Q514), histology (Q7168), isolation (Q25212305), refining (Q682483)
List of violations of this constraint: Database reports/Constraint violations/P9341#Unique value, SPARQL (every item), SPARQL (by value)
Single value: this property generally contains a single value. (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/P9341#Single value, 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/P9341#Entity types
Scope is as main value (Q54828448), as qualifier (Q54828449), as reference (Q54828450): 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/P9341#Scope, SPARQL
Format “Q\d{6}: value must be formatted using this pattern (PCRE syntax). (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/P9341#Format, SPARQL

number of records[edit]

@UWashPrincipalCataloger: I added Number of Records, based on a MESH SPARQL query: Property:P9341#P4876 --Vladimir Alexiev (talk) 12:58, 22 March 2021 (UTC)[reply]

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX meshv: <http://id.nlm.nih.gov/mesh/vocab#>
PREFIX mesh: <http://id.nlm.nih.gov/mesh/>
PREFIX mesh2021: <http://id.nlm.nih.gov/mesh/2021/>
PREFIX mesh2020: <http://id.nlm.nih.gov/mesh/2020/>
PREFIX mesh2019: <http://id.nlm.nih.gov/mesh/2019/>

select * {
  ?x a meshv:Qualifier; rdfs:label ?label
  filter(strstarts(str(?x),str(mesh:2021)))
} order by ?label
SELECT DISTINCT ?label
FROM <http://id.nlm.nih.gov/mesh>
WHERE { ?qual a meshv:Qualifier; rdfs:label ?label . }
ORDER BY ?label

it shows the obsolete qualifiers at the top of the list so we can ignore those. For now, they are keeping the obsolete MeSH terms in the graph and do not plan on adding one of those links you suggested. Pullen255 (talk) 11:31, 26 April 2021 (UTC)[reply]