EntitySchema:E6: Difference between revisions
Jump to navigation
Jump to search
(Created a new Schema: organization) |
(Updated Schema text) |
||
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 | ||
} | } |
Revision as of 07:40, 10 May 2023
language code | label | description | aliases | edit |
---|---|---|---|---|
en | organization | 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
}