-
Notifications
You must be signed in to change notification settings - Fork 9
/
paper.bib
58 lines (47 loc) · 1.5 KB
/
paper.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
@MISC{W3C_jsonld,
url = {https://www.w3.org/TR/json-ld/},
author = {Manu Sporny and Dave Longley and Gregg Kellogg and Markus Lanthaler and Niklas Lindström},
canonicaluri = {\url{https://www.w3.org/TR/json-ld/}},
title = {{JSON-LD 1.0: A JSON-based Serialization for Linked Data}},
YEAR = {2017}
}
@MISC{W3C_RDF,
url = {https://www.w3.org/TR/rdf11-primer/},
author = {Guss Schreiber and Yves Raimond},
title = {{RDF 1.1 Primer}},
YEAR = {2014},
}
@MISC{W3C_SPARQL,
url = {https://www.w3.org/TR/rdf-sparql-query/},
author = {Eric Prud'hommeaux and Andy Seaborne},
title = {{SPARQL Query Language for RDF}},
YEAR = {2008},
}
@MISC{SPARQL,
url = {https://en.wikipedia.org/wiki/SPARQL},
author = {Wikipedia},
title = {SPARQL},
YEAR = {2017},
}
@MISC{RDF,
url = {https://en.wikipedia.org/wiki/Resource_Description_Framework},
author = {Wikipedia},
title = {{Resource Description Framework}},
YEAR = {2017},
}
https://en.wikipedia.org/wiki/Resource_Description_Framework
@Manual{jsonld,
title = {{jsonld: JSON for Linking Data}},
author = {Jeroen Ooms},
year = {2017},
note = {R package version 1.2},
url = {https://CRAN.R-project.org/package=jsonld},
}
@Manual{redland,
title = {{redland: RDF Library Bindings in R}},
author = {Matthew B. Jones and Peter Slaughter and Jeroen Ooms and Carl Boettiger and Scott Chamberlain},
year = {2016},
note = {R package version 1.0.17-9},
url = {https://github.com/ropensci/redland-bindings/tree/master/R/redland},
doi = {10.5063/F1VM496B},
}