EntitySchema talk:E3: Difference between revisions

From Minecraft JE Data
Jump to navigation Jump to search
(updated schema description)
(added more options for P1 (instance of))
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:


<version> {
<version> {
   wdt:P1 [wd:Q1336 wd:Q1445 wd:Q1492 wd:Q1488 wd:Q1489 wd:Q1491]; # instance of
   wdt:P1 [wd:Q1336 wd:Q1445 wd:Q1492 wd:Q1488 wd:Q1489 wd:Q1491 wd:Q1890 wd:Q5492]; # instance of
   wdt:P10 xsd:edtf;          # upload time
   wdt:P10 xsd:edtf;          # upload time
   wdt:P10 xsd:dateTime; # upload time
   wdt:P10 xsd:dateTime; # upload time
Line 22: Line 22:
|translation=start at <version>
|translation=start at <version>
*<version> with:
*<version> with:
**1 {{P|P1}} which is one of {{Q|Q1336}} {{Q|Q1445}} {{Q|Q1492}} {{Q|Q1488}} {{Q|Q1489}} {{Q|Q1491}}
**1 {{P|P1}} which is one of {{Q|Q1336}} {{Q|Q1445}} {{Q|Q1492}} {{Q|Q1488}} {{Q|Q1489}} {{Q|Q1491}} {{Q|Q1890}} {{Q|Q5492}}
**1 {{P|P10}} which is a edft timestamp
**1 {{P|P10}} which is a edft timestamp
**1 {{P|P10}} which is a dateTime timestamp
**1 {{P|P10}} which is a dateTime timestamp
Line 31: Line 31:
**1 {{P|109}} which is a string
**1 {{P|109}} which is a string
**1 or more {{P|12}} which is a string
**1 or more {{P|12}} which is a string
**1 or 0 {{P|21}} which is a string
**0 or 1 {{P|21}} which is a string
}}
}}

Latest revision as of 14:54, 27 December 2022

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 wd:Q1890 wd:Q5492]; # 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
  wdt:P49 xsd:string; #launcher ID
  wdt:P109 xsd:string; # samvid ID
  wdt:P12 xsd:string +; # fandom article ID
  wdt:P21 xsd:string ?; # minecraft.net article 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