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