Cappuccino.svg

Metabase Meet & Greet

Meet the WMSE team behind Metabase and other editors and friends of Metabase! Everyone is welcome, regardless if you are an active editor or simply interested in the platform. Ask questions, brainstorm and write queries, or simply chat about the future of Metabase.

The first Metabase Meet & Greet will be in November - help us pick the time.

EntitySchema:E2: Difference between revisions

From MetaBase
Jump to navigation Jump to search
(Updated Schema Swedish aliases: projekt (WMSE))
(Updated Schema English aliases: project (WMSE))
Aliases / en / 0
project (WMSE)

Revision as of 09:53, 14 April 2023

language codelabeldescriptionaliasesedit
enWMSE projectschema for projects ran by WMSEproject (WMSE)edit
svprojektWMSE-projektprojekt (WMSE)edit
PREFIX wd: <https://metabase.wikibase.cloud/entity/>
PREFIX wdt: <https://metabase.wikibase.cloud/prop/direct/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>

start = @<project>


<project> EXTRA wdt:P5 {
rdfs:label [ @sv ] ;
wdt:P5 [wd:Q2]; 
wdt:P10 [ wd:Q7 wd:Q4 wd:Q5 wd:Q6 ]?;   # WMSE programmatic area
wdt:P14 . ?;
}