EntitySchema talk:E3

From Minecraft JE Data
Revision as of 14:32, 13 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/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> start = @<version> <version> { wdt:P1 [wd:Q1336 wd:Q1445 wd:Q1492 wd:Q1488 wd:Q1489 wd:Q1491]; # instance of wdt:P10 xsd:edtf; # upload time wdt:P10 xsd:dateTime; # upload time wdt:P18 xsd:decimal ?; # protocol version wdt:P17 xsd:decimal ?; # data version wd...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation

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

PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> 

start = @<version>

<version> {
  wdt:P1 [wd:Q1336 wd:Q1445 wd:Q1492 wd:Q1488 wd:Q1489 wd:Q1491]; # instance of
  wdt:P10 xsd:edtf;          # upload time
  wdt:P10 xsd:dateTime; # upload time
  wdt:P18 xsd:decimal ?; # protocol version
  wdt:P17 xsd:decimal ?; # data version
  wdt:P8 xsd:string;          # client json file ID
} 
start at <version>
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