Modelling/Content uploads/Resource types

From MetaBase
Revision as of 12:09, 19 January 2024 by Alicia Fagerving (WMSE) (talk | contribs) (Created page with "{| class="wikitable" ! Project !! Namespace !! What this is !! current resource type !! suggested resource type |-style="background-color:#FFF7FC" | {{Q|Q20}} || {{Q|Q22210}} || entities / concepts || || {{Q|Q22134}} |-style="background-color:#FFF7FC" | || {{Q|Q22269}} || lexicographical data || || {{Q|Q22134}} |-style="background-color:#F9FFF9" | {{Q|Q84}} || {{Q|Q22189}} || illustrations || || {{Q|Q22190}} |-style="background-color:#F9FFF9" | || {{Q|Q22189}} || ph...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Project Namespace What this is current resource type suggested resource type
Wikidata (Q20) Item (Q22210) entities / concepts linked data (Q22134)
Lexeme (Q22269) lexicographical data linked data (Q22134)
Wikimedia Commons (Q84) File (Q22189) illustrations image (Q22190)
File (Q22189) photographs image (Q22190) image (Q22190)
File (Q22189) sound audio recording (Q22191) audio recording (Q22191)
File (Q22189) video video (Q21950)
File (Q22189) scanned documents, books document (Q21)
File (Q22189) SDC / metadata Structured Data on Commons (Q90) linked data (Q22134)
File (Q22189) 3D objects 3D model (Q22313)
File (Q22189) categories / metadata wiki markup (Q22285)
Data (Q22270) geoshape (.map) geoshape (Q22287)
Data (Q22270) tabular data (.tab) tabular data (Q22286)
Wikipedia (Q27) Main name space (Q22209) created / edited articles wiki markup (Q22285)
Translatewiki several applicable translations
Wikisource (Q22281) Page transcriptions

Describing what was uploaded

Multiple in one upload


SPARQL

All resource types:

PREFIX wb: <https://metabase.wikibase.cloud/entity/>
PREFIX wbt: <https://metabase.wikibase.cloud/prop/direct/>

SELECT ?item ?itemLabel
WHERE
{
?item wbt:P5 wb:Q22211 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "en,[AUTO_LANGUAGE]". }
}

Try it!