EntitySchema:E6: Difference between revisions
Jump to navigation
Jump to search
(Created a new Schema: organization) |
(Updated Swedish label, description or aliases) |
||
(One intermediate revision by one other user not shown) | |||
Labels / sv | |||
organisation | |||
Descriptions / sv | |||
schema för organisationer | |||
Schema / Line 6: | Schema / Line 6: | ||
< | <organization> EXTRA wdt:P5 { | ||
rdfs:label [ @sv ] ; | rdfs:label [ @sv ] ; | ||
wdt:P5 [wd:Q13]+; | wdt:P5 [wd:Q13]+; | ||
wdt:P1 IRI ; # on wikidata | wdt:P1 IRI ; # on wikidata | ||
} | } |
Latest revision as of 08:03, 14 September 2023
language code | label | description | aliases | edit |
---|---|---|---|---|
en | organization | edit | ||
sv | organisation | schema för organisationer | 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 = @<organization>
<organization> EXTRA wdt:P5 {
rdfs:label [ @sv ] ;
wdt:P5 [wd:Q13]+;
wdt:P1 IRI ; # on wikidata
}