Arch Coal Investor Relations Api Context
JSON-LD context defining the semantic vocabulary for Arch Coal Investor Relations Api from Arch Coal.
5 Classes
18 Properties
3 Namespaces
Namespaces
arch:
https://archresources.com/schema/
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
ErrorResponse
ProductionReport
EarningsReport
Filing
FilingList
Properties
| Property |
Type |
Container |
| message |
string |
|
| code |
integer |
|
| year |
integer |
|
| quarter |
integer |
|
| totalTons |
integer |
|
| metCoalTons |
integer |
|
| thermalCoalTons |
integer |
|
| averagePrice |
decimal |
|
| revenue |
integer |
|
| ebitda |
integer |
|
| netIncome |
integer |
|
| earningsPerShare |
decimal |
|
| type |
string |
|
| date |
date |
|
| title |
string |
|
| url |
string |
|
| filings |
string |
|
| totalCount |
integer |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"arch": "https://archresources.com/schema/",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"ErrorResponse": "arch:ErrorResponse",
"message": {
"@id": "arch:message",
"@type": "xsd:string"
},
"code": {
"@id": "arch:code",
"@type": "xsd:integer"
},
"ProductionReport": "arch:ProductionReport",
"year": {
"@id": "arch:year",
"@type": "xsd:integer"
},
"quarter": {
"@id": "arch:quarter",
"@type": "xsd:integer"
},
"totalTons": {
"@id": "arch:totalTons",
"@type": "xsd:integer"
},
"metCoalTons": {
"@id": "arch:metCoalTons",
"@type": "xsd:integer"
},
"thermalCoalTons": {
"@id": "arch:thermalCoalTons",
"@type": "xsd:integer"
},
"averagePrice": {
"@id": "arch:averagePrice",
"@type": "xsd:decimal"
},
"EarningsReport": "arch:EarningsReport",
"revenue": {
"@id": "arch:revenue",
"@type": "xsd:integer"
},
"ebitda": {
"@id": "arch:ebitda",
"@type": "xsd:integer"
},
"netIncome": {
"@id": "arch:netIncome",
"@type": "xsd:integer"
},
"earningsPerShare": {
"@id": "arch:earningsPerShare",
"@type": "xsd:decimal"
},
"Filing": "arch:Filing",
"type": {
"@id": "arch:type",
"@type": "xsd:string"
},
"date": {
"@id": "arch:date",
"@type": "xsd:date"
},
"title": {
"@id": "arch:title",
"@type": "xsd:string"
},
"url": {
"@id": "arch:url",
"@type": "xsd:string"
},
"FilingList": "arch:FilingList",
"filings": {
"@id": "arch:filings",
"@type": "xsd:string"
},
"totalCount": {
"@id": "arch:totalCount",
"@type": "xsd:integer"
}
}
}