-
Notifications
You must be signed in to change notification settings - Fork 23
/
implementations.html
118 lines (105 loc) · 5.55 KB
/
implementations.html
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>RDF-star Community - Implementations</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Inconsolata:400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/rdf-star.css">
</head>
<body>
<div class="container-fluid">
<div class="row"> </div>
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8">
<p>
<a href="https://w3.org/">
<img src="https://www.w3.org/Icons/w3c_home"
alt="W3C"
style="border:0; height:48px; width:72px">
</a>
<a href="https://www.w3.org/RDF/"
title="RDF Resource Description Framework">
<img src="https://www.w3.org/RDF/icons/rdf_w3c_icon.48"
alt="RDF Resource Description Framework Icon"
style="border:0"/>
</a>
<img src="https://www.w3.org/Icons/SW/sw-cube.png" alt="Semweb Cube"/>
</p>
<div class="page-header">
<h1>RDF-star Implementations</h1>
</div>
<p>To update this list, please submit a pull request to the <a href="https://github.com/w3c/rdf-star/blob/main/implementations.html">Github repository</a>, or contact the public mailing list ([email protected]).</p>
<p>For the list of submitted implementation reports see <a href="https://w3c.github.io/rdf-star/reports/">RDF-star Processor Conformance</a>.</p>
<table>
<tr><th>Implementation<th>Source<th>Notes
<tr><td>AllegroGraph
<td><a href="https://lists.w3.org/Archives/Public/public-rdf-star/2020Aug/0021.html">mailing list</a>
<td><a href="https://w3c.github.io/rdf-star/rdf-star-cg-spec.html#sa-mode-and-pg-mode">PG mode</a>,
in the works
<tr><td>AnzoGraph
<td><a href="https://docs.cambridgesemantics.com/anzograph/v2.2/userdoc/lpgs.htm?Highlight=rdf">documentation</a>
<td><a href="https://w3c.github.io/rdf-star/rdf-star-cg-spec.html#sa-mode-and-pg-mode">PG mode</a>
<tr><td>BlazeGraph
<td><a href="https://github.com/blazegraph/database/wiki/Reification_Done_Right">documentation</a>
<td><a href="https://w3c.github.io/rdf-star/rdf-star-cg-spec.html#sa-mode-and-pg-mode">PG mode</a>
<tr><td>Corese
<td><a href="http://ns.inria.fr/sparql-extension/rdfstar.html">documentation</a>
<td><a href="https://w3c.github.io/rdf-star/rdf-star-cg-spec.html#sa-mode-and-pg-mode">PG mode</a>
<tr><td>EYE
<td><a href="https://w3c.github.io/rdf-star/reports/#subj_EYE_Prolog">implementation report</a>
<td>
<tr><td>GraphDB
<td><a href="http://graphdb.ontotext.com/documentation/9.2/free/devhub/rdf-sparql-star.html">documentation</a>
<td>
<tr><td>Apache Jena
<td>
<a href="https://w3c.github.io/rdf-star/reports/#subj_Apache_Jena_">implementation report</a>,
<a href="https://jena.apache.org/documentation/rdfstar/">documentation</a>
<td>
<tr><td>Eclipse rdf4j
<td><a href="https://rdf4j.org/documentation/programming/rdfstar/">documentation</a>
<td>
<tr><td>Morph-KGC
<td><a href="https://github.com/oeg-upm/morph-kgc">github</a>,
<a href="https://morph-kgc.readthedocs.io/en/latest/documentation/">documentation</a>
<td><a href="https://w3id.org/kg-construct/rml-star">RML-star</a>
<tr><td>Oxigraph
<td>
implementation reports:
<a href="https://w3c.github.io/rdf-star/reports/#subj_Oxigraph_Rio_Turtle_Rust">Rio Turtle</a>,
<a href="https://w3c.github.io/rdf-star/reports/#subj_Oxigraph_Rust">SPARQL</a>
<td>
<tr><td>RDF.ex
<td>
<a href="https://w3c.github.io/rdf-star/reports/#subj_RDF_ex_Elixir">implementation report</a>,
<a href="https://rdf-elixir.dev/rdf-ex/rdf-star.html">documentation</a>
<td>
<tr><td>rdfjs/N3.js
<td><a href="https://github.com/rdfjs/data-model-spec/pull/165">github</a>
<td>
<tr><td>RubyRDF
<td>implementation reports: <a href="https://w3c.github.io/rdf-star/reports/#subj_RDF_TriG_Ruby">RDF::TriG</a>,
<a href="https://w3c.github.io/rdf-star/reports/#subj_Ruby_SPARQL_Ruby">SPARQL</a>
<td>
<tr><td>Stardog
<td><a href="https://www.stardog.com/docs/#_edge_properties">documentation</a>
<td><a href="https://w3c.github.io/rdf-star/rdf-star-cg-spec.html#sa-mode-and-pg-mode">PG mode</a>
<tr><td>TopBraid EDG
<td><a href="https://www.topquadrant.com/rdf-star/">blog post</a>
<td><a href="https://w3c.github.io/rdf-star/rdf-star-cg-spec.html#sa-mode-and-pg-mode">PG mode</a> with custom <a href="file:///home/pa/animation/rdf-star/cg-spec/editors_draft.html#annotation-syntax">annotation syntax</a>
</table>
</div>
</div>
</div>
</body>
</html>