Minimal type inference for Linked Data consumers

作者:Ciobanu Gabriel; Horne Ross*; Sassone Vladimiro
来源:Journal of Logical and Algebraic Methods in Programming, 2015, 84(4): 485-504.
DOI:10.1016/j.jlamp.2014.12.005

摘要

We provide an introduction to the Web of Linked Data from the perspective of a Web developer who would like to build an application using Linked Data. We identify a weakness in the development stack, namely a lack of domain specific scripting languages for designing background processes that consume Linked Data. To address this weakness, we design a scripting language with a simple but appropriate type system. In our proposed architecture, some data is consumed from sources outside of the control of the system and some data is held locally. Stronger type assumptions can be made about the local data than about external data, hence our type system mixes static and dynamic typing. We prove that our type system is algorithmic; and can therefore be used for minimal type inference. We also prove subject reduction and type safety results, which justify our claim that our language is statically type checked and does not throw basic runtime type errors. Throughout, we relate our work to the W3C recommendations that drive Linked Data, so that our syntax is accessible to Web developers.

  • 出版日期2015-7