Skip to content

Commit 84f7354

Browse files
authored
Merge pull request #18 from tpluscode/express-handlers
Express handlers
2 parents 070aba1 + 1c88cc7 commit 84f7354

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

‎index.html

+11-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,17 @@
248248
"name": "LINCD",
249249
"description": "Library & registry for UI components tied to SHACL shapes, with automatic data validation",
250250
"implements": [ "DataFactory" ]
251-
}
251+
}, {
252+
"@id": "https://.com/hypermedia-app/express-rdf-request",
253+
"name": "express-rdf-request",
254+
"description": "Express middleware for working with RDF payloads using clownface",
255+
"implements": [ ]
256+
}, {
257+
"@id": "https://.com/hypermedia-app/express-middleware-shacl",
258+
"name": "express-middleware-shacl",
259+
"description": "Express middleware for validating RDF payloads with SHACL",
260+
"implements": [ ]
261+
}
252262
]
253263
}]
254264
}

0 commit comments

Comments
 (0)