EntitySchema:E2: Difference between revisions

From Qichwabase
Jump to navigation Jump to search
(Updated Schema text)
(Updated Schema text)
Schema / Line 5: Schema / Line 5:
start = @<Country>
start = @<Country>


<Country> EXTRA wdt:P5 {
<Country> EXTRA qbt:P5 {
   qbt:P5 [ qb:Q137  ] ;#instance of a country
   qbt:P5 [ qb:Q137  ] ;#instance of a country
   qbt:P18 .* ;#oficial name of the country
   qbt:P18 .* ;#oficial name of the country
}
}

Revision as of 16:01, 7 April 2023

language codelabeldescriptionaliasesedit
encountryedit
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 qbt:P5 {
  qbt:P5 [ qb:Q137  ] ;#instance of a country
  qbt:P18 .* ;#oficial name of the country
}