Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update shex #1007

Merged
merged 2 commits into from
Nov 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/bioregistry/data/bioregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -91442,13 +91442,19 @@
}
},
"shex": {
"contact": {
"email": "gregg@greggkellogg.net",
"github": "gkellogg",
"name": "Gregg Kellogg"
},
"contributor": {
"email": "cthoyt@gmail.com",
"github": "cthoyt",
"name": "Charles Tapley Hoyt",
"orcid": "0000-0003-4423-4370"
},
"description": "The Shape Expressions (ShEx) language describes RDF nodes and graph structures. A node constraint describes an RDF node (IRI, blank node or literal) and a shape describes the triples involving nodes in an RDF graph. These descriptions identify predicates and their associated cardinalities and datatypes. ShEx shapes can be used to communicate data structures associated with some process or interface, generate or validate data, or drive user interfaces.",
"download_rdf": "https://www.w3.org/ns/shex.ttl",
"example": "TripleExpression",
"homepage": "http://www.w3.org/ns/shex#",
"keywords": [
Expand All @@ -91457,6 +91463,8 @@
"semantic web"
],
"name": "Shape Expression Vocabulary",
"pattern": "^\\w+$",
"repository": "https://github.com/shexspec/shexspec.github.io",
"uri_format": "http://www.w3.org/ns/shex#$1"
},
"shibase": {
Expand Down
Loading