Modelling/Content uploads/Resource types
Jump to navigation
Jump to search
Resource types
Available resource type (Q22211) for modeling Content uploads.
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 |
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]". }
}