EntitySchema:E2: Difference between revisions

From MetaBase
Jump to navigation Jump to search
(Updated Schema Swedish label: projekt)
(Updated Schema text)
Schema / Line 7: Schema / Line 7:


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

Revision as of 09:35, 14 April 2023

language codelabeldescriptionaliasesedit
enprojectschema for projectsedit
svprojektedit
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 . ?;
}