<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>53773 Hennef</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Knowledge is linked information. Information that cannot be connected with other current information or information stored in the past is useless for its consumers. But, previous research has shown that XBRL on an XML basis lacks an idea for linkage of financial information. Currently there is an ongoing discussion in the XBRL community about expanding the technical basis of XBRL from XML to more semantic-web compatible formats like JSON. This article introduces the pros and cons of switching the technical basis of XBRL from XML to JSON regarding linkage of financial information. It defines and explains the concepts of intra-linkage (within the same domain / taxonomy-framework / namespace) and inter-linkage (between different domains / taxonomy-frameworks / namespaces). At the end there is an indication that the implementation of XBRL-JSON comes at a high price with even less beneficial impact on (intra-)linkage of information compared to XBRL-XML. The contribution of this paper to the XBRL community consists of increasing awareness for the linkage problems of XBRL inherited by the underlying data formats (XML, JSON), explaining the importance of intra-linkage over interlinkage and providing some thoughts how to cope with the intra-linkage problem.</p>
      </abstract>
      <kwd-group>
        <kwd>XBRL</kwd>
        <kwd>financial reporting</kwd>
        <kwd>XML</kwd>
        <kwd>JSON</kwd>
        <kwd>linkage</kwd>
        <kwd>knowledge framework</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Due to the several knowledge frameworks such as the knowledge-stairway by North
[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] information has to be interconnected with other information be it with related
current information (context), information from the past (experience) or information
about the future (expectations). To give a simple but practical example:
      </p>
      <p>
        Imagine a financial supervisory authority receiving a regulatory report from a
supervised company containing the figure 1.000.000,00€. First this is just data but by its
surrounding context, e.g. as part of a balance sheet, this figure is assigned to a
meaning. This meaning can be ‘eligible own funds’ for instance. By adding a meaning the
figure evolves to information. By linking this information to other current information
(e.g. a ‘minimum solvency capital requirement’ (mcr) of 800.000,00€) and
information from the past (e.g. ‘eligible own funds’ (eof) of 1.500.000,00€ and an mcr of
800.000,00€ in the previous year) the responsible supervisor can assess a decrease of
the eof/mcr-ratio from 187,5% to 125,0%. He now knows that there is a tendency that
this company might get in trouble to fulfill its eof/mcr-ratio in the next year.
Contacting the company and investigating the cause could be a wise and sustainable decision
in this situation.
Unfortunately XBRL on the technical basis of XML (XBRL-XML) does not natively
support the linkage of filings neither from different financial entities nor from
different reporting periods. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]
      </p>
      <p>
        First, this is because integration of XBRL-XML-formatted filings by Extract,
Transform, Load (ETL) regularly leads to loss of meta-data about the quality and
layout of a filing. [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] Beyond the XBRL 2.1 base specification for creation, exchange,
and comparison of business reporting information [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] further specifications and
additional linkbases like Formula 1.0 for validation and transformation of XBRL instance
facts and Table Linkbase 1.0 for tabular layouts of facts have evolved. The Formulae
Linkbase can guarantee some degree of data quality by applying business validation
rules and arithmetic expressions to a filing while the Table Linkbase can give it a
tabular layout and thereby add a form to a data-centric taxonomy approach. The main
problem of this originally good idea is, that data quality assessment and visualization
using formulae and table linkbase can only be performed on single, isolated
XBRLfiles. After ETL and shredding XBRL instances into a Data Warehouse for integration
purposes the semantic uniqueness of the Discoverable Taxonomy Set (DTS) is
shredded away [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and so is information about business validation rules and layout. Even if
the ETL or a taxonomy-driven approach when building the DWH analytical data
model could read and preserve validation rules and template layouts the question
would remain where and how to store this information in the corresponding databases.
The format of source (XBRL, XML, XLink) and target (SQL, MDX) do not naturally
fit. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] This impedes application of business rules and visualization of filings across
the borders of single filings of one single entity for one single reporting period.
      </p>
      <p>Second, even if the integration of XBRL-XML-formatted financial information is
basically possible it still remains an effortful bespoke ETL- and
Data-Warehousesolution which does not follow a standardized approach.</p>
      <p>
        Recently JavaScript Object Notation (JSON) was presented by XBRL II as one
means to ease integration and ETL. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] The Open Information Model (OIM) shall
help to implement XBRL in several underlying formats (like JSON) or markup
languages (like XML) to be flexible depending on the scope of application. E.g. for
publishing financial information to the public another format could be technically and
semantically suitable than for a financial supervisory authority which seeks to gather
high-quality information with a uniform “look and feel” from its supervised financial
companies.
      </p>
      <p>The next section will take a closer look on the reasons for a shift from
XBRLXML to XBRL on the basis of JSON (XBRL-JSON) and explain some characteristics
of the latter.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Characteristics of XBRL-JSON</title>
      <p>JSON compared to XML is a lightweight data format which needs less overhead to
describe financial items. While a primary item in XBRL-XML consists of a fact and a
related context tag an object in XBRL-JSON is a tighter, smaller chunk of
information. The following listings are an exemplary juxtaposition of a code fragment in
JSON and XML respectively for the same financial concept.</p>
      <p>
        Listing 1 [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] shows a “profit” fact implemented in XML:
&lt;xbrli:contextRef id="c1"&gt;
&lt;xbrli:entity&gt;
      </p>
      <p>&lt;xbrli:identifier
scheme="http://standards.iso.org/iso/17442"&gt;12345&lt;/xbrli:
identifier&gt;
&lt;/xbrli:entity&gt;
&lt;xbrli:period&gt;
&lt;xbrli:startDate&gt;2015-01-01&lt;/xbrli:startDate&gt;
&lt;xbrli:endDate&gt;2015-12-31&lt;/xbrli:endDate&gt;
&lt;/xbrli:period&gt;
&lt;/xbrli:contextRef&gt;
&lt;xbrli:unit id="u1"&gt;</p>
      <p>&lt;xbrli:measure&gt;iso4217:USD&lt;/xbrli:measure&gt;
&lt;/xbrli:unit&gt;
&lt;gaap:Profit contextRef="c1" unitRef="u1" decimals="-6"
&gt;12000000
&lt;/gaap:Profit&gt;</p>
      <p>
        Listing 2 [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] shows the same a “profit” fact implemented in JSON:
"oim:concept": "gaap:Profit",
"oim:accuracy": -6,
"oim:unitNumerator": [ "iso4217:USD" ],
"oim:period": "2015-01-01/2016-01-01",
"oim:entity": "lei:12345",
"value": "12000000",
"numericValue": 12000000,
      </p>
      <p>The &lt;context&gt;- and &lt;unit&gt;-tag of the XML representation could be re-used but it is
still obvious that much shorter and due to the simple enumeration of key-value-pairs
easy to understand.</p>
      <p>
        The tree-structure of an XBRL-XML document has to be parsed by the software
which processes it to map the content of XML-tags to corresponding data types used
by the software. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] In contrast, the data types of XBRL-JSON like key-value-pairs or
arrays are similar, if not identical, to data types used in common programming
languages which makes XBRL-JSON easy and quickly to use from a technical point of
view. Moreover, while XBRL-XML is regularly shredded into its granular
components when loaded into a data warehouse, XBRL-JSON is compatible to being loaded
into document-oriented (NoSQL) databases like MongoDB or CouchDB without
breaking up its structure. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]
      </p>
      <p>
        Moreover, beyond pure JSON which is in discussion for XBRL a W3C
recommendation called “JSON-LD 1.0”, whereas LD stands for Linked Data, was published
in 2014. JSON-LD is deemed to support interconnection of information from
different namespaces by using context-tags to describe the domain to which a fact belongs.
JSON-LD aims to ease interconnection of heterogeneous information. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>The difference between inter- and intra-linkage</title>
      <p>This section introduces the concepts of inter- and intra-linkage of XBRL-formatted
financial information. It also argues about the impact of the underlying data format,
XML or JSON, on each kind of linkage.</p>
      <p>Inter-linkage is about the interconnection of information which stems from
different domains, taxonomy-frameworks or namespaces. When inter-linking information
the receiver may not expect information to be structured in the same way using the
same data model and the same semantic expressions. That is because the context of
information is different and different facts might have the same name or the other way
around. The dictionary of information is regularly very different.</p>
      <p>
        XBRL-XML, at least in some taxonomy-frameworks, considers some aspects of
inter-linkage by design, but only very limited. For example in reporting frameworks
like Solvency II concepts of the CoRep and FinRep taxonomies have been re-used.
[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] But other frameworks like the German HGB taxonomy for instance may use very
different concepts and a different taxonomy architecture. The difference in data
models, semantic expressions and structural complexity increases, of course, if
XBRLXML shall be mashed up with data from non-XBRL sources, e.g. securities databases,
rating information, additional master-data etc.. Shredding the XBRL-XML formatted
information, consolidating and integrating it with data from different domains can
therefore cause a lot of effort.
      </p>
      <p>
        XBRL-JSON on the other hand provides a much less complex architecture. There
are, for example, no XLink-interdependencies and schema imports in JSON (in
contrast to an XML-formatted Discoverable Taxonomy Set (DTS)). [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] Therefore the
data model of XBRL-JSON formatted information is quite generic, flexible and
expandable. [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] The granular setup of JSON allows for adding chunks of information
from other domains with different underlying data-models more easily because it is
neither necessary to break up a complex data structure nor is it necessary to merge
information with complex data structures with complicated ETL. Thus, consolidating
and integrating financial information in XBRL-JSON from different domains is the
easier, faster and less error-prone alternative to XML due to its simplicity. JSON-LD
(see above) containing context information about the source domain could even
further ease inter-linkage of heterogeneous information. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]
      </p>
      <p>In contrast to inter-linkage, intra-linkage is about the interconnection of
information within the same domain/taxonomy-framework/namespace. Main use-cases for
intra-linkage are, for example, the integration of filings from several financial entities
or the integration of filings from one and the same financial entity for several
reporting periods. This integration of financial filings is a mandatory task for financial
supervisory authorities when they want to be able to conduct benchmarking among
supervised companies and variation analyses about one company over time. In the
context of intra-linkage the dictionary of information among reporting entities is one
and the same.</p>
      <p>
        Related to intra-linkage of financial information XBRL-XML allows for deriving
the data model of the target database (e.g. as component of a data warehouse, DWH)
from the XBRL-taxonomy and its included XML-schema-files. For example, the
metrics used and defined in the taxonomy can be seen as the role model for facts of a
DWH data model and DWH dimensions can be derived from the dimensions
incorporated in the taxonomy due to dimension specification. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] The advantage of
XBRLXML based filings is that they are all bound to strict schema definitions. The receiver
of filings knows in advance which information he may expect in which structure.
Beyond, the receiver of XBRL-XML filings may even rely on data quality to a certain
degree thanks to formulae linkbase which allows for the execution of business
validations. [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] And, thanks to table linkbase (which is another meta-data specification in
XBRL-XML next to already mentioned formulae specification) single filings can be
instantly visualized since the table linkbase contains valuable rendering intructions.
[
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] But, there are not only advantages (schema definitions, business validations and
visualization features as mentioned above) in XBRL-XML. The complexity and
metadata richness of XBRL-XML taxonomies and filings cause some downsides. First, a
complex data model leads to complex and regularly bespoke (that is, individually
developed) ETL processes and secondly meta-data like formulae (for validations) and
table linkbase (for rendering) get lost during ETL. This is because current databases
are not prepared to store XBRL formulae or table linkbase information, at least not in
its original form without rebuilding this logic manually. [
        <xref ref-type="bibr" rid="ref16 ref17 ref3">3, 16, 17</xref>
        ]
      </p>
      <p>
        In the context of intra-linkage XBRL-JSON seems less powerful. Indeed, JSON is
easy to process during ETL as it is built upon commonly understandable data types
(integer, string etc.) and objects (arrays, key/value-maps etc.). But the simplicity, light
weight and flexibility of JSON comes at the price of less assurance of structure and
content of filings. A receiver of information, e.g. a financial supervisory authority,
may no longer rely on the same data model or content respectively used and sent by
company A and company B(, C etc.). Because of the absence of strict schemas and
validation rules content and quality of filings will be less uniform. In fact,
XBRLJSON formatted information can still be loaded to analytical Warehouses technically
easy, especially when the target are document-oriented databases which can reflect
the submitted data almost one-to-one. [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] But, less assertion about structure, content
and quality increases the risk of misinterpretation during analysis because the
semantic dictionary of the reporting framework is no longer reflected by the underlying data
model as it is with XBRL-XML. The risk of losing validation rules and rendering
information through ETL is not given when using XBRL-JSON but that is just
because these concepts are not foreseen in JSON at all. Due to this trivial cause there is
not even a theoretical chance (unlike XBRL-XML) to transfer this meta-data into an
integrated XBRL data store. Another though rather practical drawback from the
receivers’ perspectives is that IT-systems for submission, receipt and validation of
“traditional” XBRL-XML instance files have been built throughout the last years with
high personnel, temporal and financial efforts. Their motivation to spend a similar
effort on implementing XBRL-JSON redundantly is likely to be rather limited.
      </p>
      <p>To sum up, the expectable pros and cons of using XML or respectively JSON as
underlying data format for XBRL are opposed in a tabular view. The table includes a
differentiation between inter- and intra-linkage perspectives as well.</p>
      <sec id="sec-3-1">
        <title>Deviations between data models interfere derivation of a consolidated</title>
      </sec>
      <sec id="sec-3-2">
        <title>XBRL-JSON</title>
        <p>1. Usage of contexts (in
JSONLD specification for Linked
Data)
2. Easy to understand due to
common data types
3. Easy to load and consolidate
due to document-oriented
databases and flexible
(noSQL)data-models
1. Semantic context information
only provided when using
JSON-LD specification</p>
      </sec>
      <sec id="sec-3-3">
        <title>Intra</title>
        <p>Linkage</p>
        <p>Pros
data model 2. No schema-based dictionary
2. Each data model/XML
schema depends on a
dedicated shredding and</p>
        <p>ETL process
1. Given Data Model in- 1. Lightweight ETL process
cluding dimensions al- due to simple data model
lows taxonomy-driven 2. Modeling of an integrated
derivation of analytical target-data-model needless
data models due to potential use of
docu2. Consolidation of infor- ment-oriented databases
mation is less
errorprone since business
validations guarantee a
minimum-standard for
data quality
3. Business validations
(formulae linkbase) and
rendering instructions
(table linkbase) can
potentially be used in a
DWH/BI-Solution if
they could be stored and
processed
4. XML-based ETL
processes already
implemented on receivers’
sides
1. Taxonomical meta-data
for business validations
and rendering
instructions are at risk to get
lost during ETL process
1. Taxonomical meta-data for
business validations and
rendering instructions not
provided in uniform technical
syntax at all, thus less data
quality expectable and, as to
that, nothing to transfer to a</p>
        <p>DWH/BI-Solution
2. Minimum content and
comparability of filings cannot be
assured due to lack of a strict
model and schema files
3. Effort to switch from proven</p>
        <p>XML-based validation and
ETL processes on receivers’
side
The number and character of pros and cons slightly indicates that XBRL-JSON might
have an overall advantage over XBRL-XML related to inter-linkage of information,
especially due simplicity and its flexibility as it is not bound to one single strict data
model and schemas.</p>
        <p>On the other hand, the advantage of flexibility vanishes if intra-linkage is required.
The received information is based on the same reporting framework, thus it is
adequate and sensible to use a uniform strict data model to assure consistency between
filings (among entities and among time) and a certain level of data quality. Moreover,
XBRL-XML supports application of business validations and rendering of filings
within the borders of a reporting framework. There is no reason obvious why one
should give up this additional information in advance. Hence XBRL-XML is clearly
recommended for intra-linkage of financial filings.</p>
        <p>And finally, before mashing up financial information from several heterogeneous
sources, it seems logical that information from one and the same source (e.g.
companies reporting to a financial supervisory authority under the same reporting
framework) should be properly integrated first (including all the useful meta-data which
XBRL currently provides). Hence, at the moment and in the perspective of
information integration and knowledge management, no compulsory need for switching
the basis of XBRL from XML to JSON is given. There may be plenty good reasons
for other purposes but these potential purposes are not in the scope of this paper. This
paper is about integration of financial information to gain better knowledge and for
this purpose XBRL-XML is the best (and cheapest because already implemented) tool
we, the XBRL community, currently have.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusion</title>
      <p>The goal of this paper and contribution to the XBRL community is to stress the
importance of integration of financial information among financial entities and over
time. Due to several knowledge frameworks only integrated information leads to
knowledge which is, in the context of financial supervisory authorities, the
prerequisite for sophisticated and sensible supervisory action. The main question of this paper
is if the current discussion about XBRL-JSON can contribute to improve the
information integration capabilities of XBRL. Therefore, in its analytical section the study
has introduced and explained two perspectives of information integration
(interlinkage versus intra-linkage) and has argued which underlying data format, XML or
JSON, is better for each perspective. It has turned out that JSON has a slight
advantage in terms of inter-linkage, while it is vice-versa in terms of inter-linkage. Since
intra-linkage (linkage of information within the same reporting framework) is deemed
the primary task (before mashing information up with data from other, foreign
sources), XBRL-XML is the winner of this comparison and this paper strongly
advises to keep and/or improve XBRL-XML for the purpose of information integration.</p>
      <p>
        Such an improvement could, for example, be to retain some relevant meta-data
(like business validations or rendering instructions) through ETL processes and to
potentially allow for this meta-data to be applied to more than one single file (e.g.
beyond the borders of one report per one entity per one period). This could perhaps be
achieved, if databases regularly used for data-warehouses could natively understand
XBRL business validations and BI-Tools could natively understand XBRL rendering
instructions “out of the box” (without depending on additional tools of bespoke ETL
solutions). But, this is just an outlook and a task for further research. [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]
      </p>
      <p>Nevertheless, it is to say that, in this paper, XBRL-JSON has been examined only
with regard to integration of financial information. It is explicitly not the intention of
this paper to lessen the potential benefits of JSON for other purposes in general.
References</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>North</surname>
            <given-names>K</given-names>
          </string-name>
          (
          <year>2010</year>
          )
          <article-title>Wissensorientierte Unternehmensführung: Wertschöpfung Durch Wissen</article-title>
          . Springer-Verlag
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Garcia</surname>
            <given-names>R</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gil</surname>
            <given-names>R</given-names>
          </string-name>
          (
          <year>2010</year>
          )
          <article-title>Triplificating and linking XBRL financial data</article-title>
          .
          <source>In: Proceedings of the 6th International Conference on Semantic Systems</source>
          . ACM, Graz, Austria, pp
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Spies</surname>
            <given-names>M</given-names>
          </string-name>
          (
          <year>2010</year>
          )
          <article-title>An ontology modelling perspective on business reporting</article-title>
          .
          <source>Information Systems</source>
          <volume>35</volume>
          (
          <issue>4</issue>
          ):
          <fpage>404</fpage>
          -
          <lpage>416</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>XBRL</given-names>
            <surname>International</surname>
          </string-name>
          <article-title>Incorporated [XII XBRL 2</article-title>
          .1]. http://www.xbrl.org/Specification/XBRL-2.1/REC-2003
          <source>-12-31/XBRL-2</source>
          .
          <fpage>1</fpage>
          <string-name>
            <surname>- REC-</surname>
          </string-name>
          2003
          <string-name>
            <surname>-</surname>
          </string-name>
          12-31+corrected-errata-2013
          <source>-02-20.html. Accessed 30 Apr 2016</source>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>XBRL</given-names>
            <surname>International</surname>
          </string-name>
          <article-title>Incorporated [XII Formua Overview]</article-title>
          . http://www.xbrl.org/WGN/XBRL-formula-overview/PWD-2011
          <string-name>
            <surname>-</surname>
          </string-name>
          12-21/
          <article-title>XBRLformula-overview-</article-title>
          <string-name>
            <surname>WGN-PWD-</surname>
          </string-name>
          2011
          <source>-12-21.html. Accessed 30 Apr 2016</source>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Silva</surname>
            <given-names>PC</given-names>
          </string-name>
          ,
          <string-name>
            <surname>dos Santos Souza</surname>
            <given-names>F</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cesario Times V</surname>
          </string-name>
          (
          <year>2009</year>
          )
          <article-title>LMDQL: link-based and multidimensional query language</article-title>
          .
          <source>In: Proceedings of the ACM twelfth international workshop on Data warehousing and OLAP</source>
          . ACM,
          <string-name>
            <surname>Hong</surname>
            <given-names>Kong</given-names>
          </string-name>
          , China, pp
          <fpage>89</fpage>
          -
          <lpage>96</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>Paul</given-names>
            <surname>Warren</surname>
          </string-name>
          (
          <year>2016</year>
          )
          <article-title>xBRL-JSON: making XBRL easier</article-title>
          . https://www.xbrl.
          <article-title>org/xbrl-json-making-xbrl-easier/</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Quackit</surname>
          </string-name>
          (
          <year>2017</year>
          )
          <article-title>List of JSON Databases</article-title>
          . http://www.quackit.com/json/tutorial/list_of_json_databases.
          <source>cfm. Accessed 29 Mar 2017</source>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>Manu</given-names>
            <surname>Sporny</surname>
          </string-name>
          , Dave Longley, Gregg Kellogg, Markus Lanthaler,
          <article-title>Niklas Lindström JSON-LD 1.0: A JSON-based Serialization for Linked Data</article-title>
          . https://www.w3.org/TR/json-ld/.
          <source>Accessed 29 Mar 2017</source>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>EIOPA</surname>
          </string-name>
          <article-title>Reporting formats: DPM, XBRL and Validations</article-title>
          . https://eiopa.europa.eu/regulation-supervision/insurance/reporting-format.
          <source>Accessed 29 Mar 2017</source>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>XBRL II Extensible</surname>
          </string-name>
          <article-title>Business Reporting Language (XBRL) 2.1: Recommendation 31 December 2003 with errata corrections to 20 February 2013</article-title>
          . http://www.xbrl.org/Specification/XBRL-2.1/REC-2003
          <source>-12-31/XBRL-2</source>
          .
          <fpage>1</fpage>
          <string-name>
            <surname>- REC-</surname>
          </string-name>
          2003
          <string-name>
            <surname>-</surname>
          </string-name>
          12-31+corrected-errata-2013
          <source>-02-20.html. Accessed 29 Mar 2017</source>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <article-title>XBRL II xBRL-JSON: mapping from Open Information Model 1.0: Candidate Recommendation 14 December 2016</article-title>
          . http://www.xbrl.org/Specification/xbrljson/CR-2016
          <string-name>
            <surname>-</surname>
          </string-name>
          12-14/xbrl-json
          <source>-CR-2016-12-14.html. Accessed 29 Mar 2017</source>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>XBRL II XBRL</surname>
          </string-name>
          <article-title>Dimensions 1.0</article-title>
          . https://specifications.xbrl.
          <article-title>org/work-productindex-group-dimensions-dimensions</article-title>
          .
          <source>html. Accessed 29 Mar 2017</source>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>XBRL II XBRL</surname>
          </string-name>
          <article-title>Formula Overview 1.0: Public Working Draft 21 December 2011</article-title>
          . http://www.xbrl.org/WGN/XBRL-formula-overview/PWD-2011
          <string-name>
            <surname>-</surname>
          </string-name>
          12- 21/
          <article-title>XBRL-formula-overview-</article-title>
          <string-name>
            <surname>WGN-PWD-</surname>
          </string-name>
          2011
          <source>-12-21.html. Accessed 29 Mar 2017</source>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>XBRL II Table</surname>
          </string-name>
          <article-title>Linkbase 1.0: Recommendation 18 March 2014 with errata corrections to 09 March 2016</article-title>
          . http://www.xbrl.org/Specification/tablelinkbase/REC-2014
          <string-name>
            <surname>-</surname>
          </string-name>
          03-18/table-linkbase
          <source>-REC-2014-03-18+corrected-errata2016-03-09.html. Accessed 29 Mar 2017</source>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Fernando Cezar R. Borges</surname>
          </string-name>
          ,
          <source>Paulo Caetano da Silva</source>
          (
          <year>2012</year>
          )
          <article-title>A framework for processing business financial rules</article-title>
          .
          <source>In: Proceedings of the 18th Brazilian symposium on Multimedia and the web</source>
          . ACM,
          <string-name>
            <surname>S</surname>
          </string-name>
          &amp;#
          <volume>227</volume>
          , o Paulo/SP, Brazil, pp
          <fpage>47</fpage>
          -
          <lpage>50</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Nutz</surname>
            <given-names>A</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Strauß</surname>
            <given-names>M</given-names>
          </string-name>
          (
          <year>2002</year>
          )
          <article-title>eXtensible Business Reporting Language (XBRL)</article-title>
          .
          <source>Wirtschaftsinf</source>
          <volume>44</volume>
          (
          <issue>5</issue>
          ):
          <fpage>447</fpage>
          -
          <lpage>457</lpage>
          . doi:
          <volume>10</volume>
          .1007/BF03250866
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Apache Software Foundation</surname>
          </string-name>
          (
          <year>2017</year>
          )
          <article-title>Apache CouchDB 2.0 Documentation: 12. JSON Structure Reference</article-title>
          . http://docs.couchdb.
          <source>org/en/2</source>
          .0.0/json-structure.
          <source>html. Accessed 29 Mar 2017</source>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Gräning</surname>
            <given-names>A</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Felden</surname>
            <given-names>C</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Piechocki</surname>
            <given-names>M</given-names>
          </string-name>
          (
          <year>2011</year>
          )
          <article-title>Status Quo und Potenziale der eXtensible Business Reporting Language für die Wirtschaftsinformatik</article-title>
          .
          <source>WIRTSCHAFTSINFORMATIK</source>
          <volume>53</volume>
          (
          <issue>4</issue>
          ):
          <fpage>225</fpage>
          -
          <lpage>234</lpage>
          . doi:
          <volume>10</volume>
          .1007/s11576-011- 0282-2
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>