EntitySchema:E3: Difference between revisions
Jump to navigation
Jump to search
(Updated Schema text) |
(Updated Schema text: added mojang.com article ID for older versions) |
||
(9 intermediate revisions by the same user not shown) | |||
Schema / Line 1: | Schema / Line 1: | ||
PREFIX wd: < | PREFIX wd: <https://mcje-data.wikibase.cloud/entity/> | ||
PREFIX wdt: < | PREFIX wdt: <https://mcje-data.wikibase.cloud/prop/direct/> | ||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
start = @<version> | start = @<version> | ||
<version> | <version> { | ||
wdt:P1 [wd:Q1336]; | 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 | wdt:P10 xsd:dateTime; # upload time | ||
wdt:P18 xsd:decimal ?; | wdt:P18 xsd:decimal ?; # protocol version | ||
wdt:P17 xsd:decimal ?; | 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 | |||
wdt:P114 xsd:string ?; # mojang.com article ID | |||
} | } |
Latest revision as of 15:11, 27 December 2022
language code | label | description | aliases | edit |
---|---|---|---|---|
en | version | structure for a version | edit |
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
wdt:P114 xsd:string ?; # mojang.com article ID
}