EntitySchema talk:E1

Add topic
Revision as of 15:50, 19 July 2022 by Bayugoon (talk | contribs) (Created page with "{{SchemaDescription |schema= PREFIX wd: <https://mcje-data.wikibase.cloud/entity/> PREFIX wdt: <https://mcje-data.wikibase.cloud/prop/direct/> start = @<item> <item> { wdt:P1 [wd:Q1639]; #is a registry entry wdt:P20 [wd:Q1298]; #part of item registry wdt:P24 @<version>; #added in wdt:P4 . +; # one or more resource location wdt:P45 @<rarity> ?; } <version> { wdt:P1 [wd:Q1336 wd:Q1445 wd:Q1492 wd:Q1488 wd:Q1489 wd:Q1491]; } <rarity> { wdt:P1 [wd:Q1676]; }...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation

Schema Text Translation
PREFIX wd: <https://mcje-data.wikibase.cloud/entity/>
PREFIX wdt: <https://mcje-data.wikibase.cloud/prop/direct/>

start = @<item>

<item> {
  wdt:P1 [wd:Q1639]; #is a registry entry
  wdt:P20 [wd:Q1298]; #part of item registry
  wdt:P24 @<version>; #added in
  wdt:P4 . +; # one or more resource location
  wdt:P45 @<rarity> ?;
}

<version> {
  wdt:P1 [wd:Q1336 wd:Q1445 wd:Q1492 wd:Q1488 wd:Q1489 wd:Q1491];
}

<rarity> {
  wdt:P1 [wd:Q1676];
} 
start at <item>
Please note that this documentation is manually updated. The information may not be correct if the schema has been changed since this talk page was last updated
Return to "E1" page.