-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA.json
52 lines (52 loc) · 1.36 KB
/
META.json
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
{
"name": "rdf_fdw",
"abstract": "RDF Triplestore Foreign Data Wrapper for PostgreSQL",
"description": "A PostgreSQL Foreign Data Wrapper to easily access RDF triplestores via SPARQL endpoints, including pushdown of several SQL Query clauses.",
"version": "1.4.0",
"maintainer": [
"Jim Jones <[email protected]>"
],
"license": "mit",
"provides": {
"rdf_fdw": {
"abstract": "RDF Triplestore Foreign Data Wrapper for PostgreSQL",
"file": "rdf_fdw--1.4.sql",
"docfile": "README.md",
"version": "1.4.0"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.6.0"
}
},
"test": {
"requires": {
"plpgsql": 0
}
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/jimjonesbr/rdf_fdw/issues"
},
"repository": {
"url": "https://github.com/jimjonesbr/rdf_fdw.git",
"web": "https://github.com/jimjonesbr/rdf_fdw",
"type": "git"
}
},
"generated_by": "Jim Jones",
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"tags": [
"foreign data wrapper",
"rdf",
"triplestore",
"sparql endpoint",
"linked open data"
]
}