Tagetik Context
JSON-LD context defining the semantic vocabulary for Tagetik from CCH Tagetik.
3 Classes
20 Properties
4 Namespaces
Namespaces
schema:
https://schema.org/
tagetik:
https://tagetik.com/vocab/
fibo:
https://spec.edmcouncil.org/fibo/ontology/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
FinancialRecord
FinancialModel
AnalyticalWorkspace
Properties
| Property |
Type |
Container |
| Year |
integer |
|
| Period |
string |
|
| Account |
string |
|
| AccountDescription |
|
|
| Entity |
string |
|
| EntityDescription |
|
|
| Currency |
string |
|
| Amount |
decimal |
|
| AmountLC |
decimal |
|
| Scenario |
string |
|
| DataType |
string |
|
| Flow |
string |
|
| Interco |
string |
|
| Dimension1 |
string |
|
| Dimension2 |
string |
|
| Dimension3 |
string |
|
| ConsolidationStatus |
string |
|
| AuditTrail |
string |
|
| database |
string |
|
| analyticalWorkspace |
string |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"tagetik": "https://tagetik.com/vocab/",
"fibo": "https://spec.edmcouncil.org/fibo/ontology/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"FinancialRecord": "tagetik:FinancialRecord",
"FinancialModel": "tagetik:FinancialModel",
"AnalyticalWorkspace": "tagetik:AnalyticalWorkspace",
"Year": { "@id": "tagetik:fiscalYear", "@type": "xsd:integer" },
"Period": { "@id": "tagetik:reportingPeriod", "@type": "xsd:string" },
"Account": { "@id": "tagetik:accountCode", "@type": "xsd:string" },
"AccountDescription": { "@id": "schema:name" },
"Entity": { "@id": "tagetik:entityCode", "@type": "xsd:string" },
"EntityDescription": { "@id": "schema:legalName" },
"Currency": { "@id": "schema:currency", "@type": "xsd:string" },
"Amount": { "@id": "tagetik:amount", "@type": "xsd:decimal" },
"AmountLC": { "@id": "tagetik:amountLocalCurrency", "@type": "xsd:decimal" },
"Scenario": { "@id": "tagetik:scenario", "@type": "xsd:string" },
"DataType": { "@id": "tagetik:dataType", "@type": "xsd:string" },
"Flow": { "@id": "tagetik:cashFlowType", "@type": "xsd:string" },
"Interco": { "@id": "tagetik:intercompanyPartner", "@type": "xsd:string" },
"Dimension1": { "@id": "tagetik:dimension1", "@type": "xsd:string" },
"Dimension2": { "@id": "tagetik:dimension2", "@type": "xsd:string" },
"Dimension3": { "@id": "tagetik:dimension3", "@type": "xsd:string" },
"ConsolidationStatus": { "@id": "tagetik:consolidationStatus", "@type": "xsd:string" },
"AuditTrail": { "@id": "tagetik:auditTrail", "@type": "xsd:string" },
"database": { "@id": "tagetik:database", "@type": "xsd:string" },
"analyticalWorkspace": { "@id": "tagetik:analyticalWorkspace", "@type": "xsd:string" }
}
}