Modelling/Content uploads/Resource types: Difference between revisions

From MetaBase
Jump to navigation Jump to search
(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...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Modelling navigation}}
==Resource types==
Available {{Q|Q22211}} for modeling [[Modelling/Content uploads|'''Content uploads''']].
{| class="wikitable"
{| class="wikitable"
! Project !! Namespace !! What this is !! current resource type !! suggested resource type
! Project !! Namespace !! What this is !! current resource type !! suggested resource type
Line 32: Line 36:
| {{Q|Q22281}} || Page || transcriptions ||  ||  
| {{Q|Q22281}} || Page || transcriptions ||  ||  
|}
|}
Describing what was uploaded
Multiple in one upload


==SPARQL==
==SPARQL==
Line 52: Line 50:
}
}
</SPARQL>
</SPARQL>
[[Category:Documentation|C]]

Latest revision as of 07:07, 31 January 2024


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]". }
}

Try it!