EntitySchema:E1: Difference between revisions
Jump to navigation
Jump to search
(Created a new Schema: Country) |
(Updated Schema text: updating name convetion) |
||
Schema / Line 1: | Schema / Line 1: | ||
PREFIX | PREFIX wd: <https://qichwa.wikibase.cloud/entity/> | ||
PREFIX | PREFIX wdt: <https://qichwa.wikibase.cloud/prop/direct/> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
start = @<country> | start = @<country> | ||
<country> { | <country> { | ||
wdt:P5 [ wd:Q137 ] ;#instance of a country | |||
wdt:P18 .* ;#oficial name of the country | |||
} | } |
Revision as of 15:13, 7 April 2023
language code | label | description | aliases | edit |
---|---|---|---|---|
en | Country | Constraints for country instances | edit |
PREFIX wd: <https://qichwa.wikibase.cloud/entity/>
PREFIX wdt: <https://qichwa.wikibase.cloud/prop/direct/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
start = @<country>
<country> {
wdt:P5 [ wd:Q137 ] ;#instance of a country
wdt:P18 .* ;#oficial name of the country
}