Skip to content

Commit

Permalink
feat: terms from SHACL-AF draft
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Oct 12, 2023
1 parent c142fb9 commit f4e350a
Show file tree
Hide file tree
Showing 4 changed files with 334 additions and 1 deletion.
1 change: 1 addition & 0 deletions ontologies/sh/meta.nt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<https://prefix.zazuko.com/sh:> <http://purl.org/dc/terms/description> "This vocabulary defines terms used in SHACL, the W3C Shapes Constraint Language." .
<https://prefix.zazuko.com/sh:> <http://purl.org/dc/terms/title> "W3C Shapes Constraint Language (SHACL) Vocabulary" .
<https://prefix.zazuko.com/sh:> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/rdfa#PrefixMapping> .
<https://prefix.zazuko.com/sh:> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <file:src/shacl-af.ttl> .
<https://prefix.zazuko.com/sh:> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/ns/shacl#> .
<https://prefix.zazuko.com/sh:> <http://www.w3.org/ns/rdfa#prefix> "sh" .
<https://prefix.zazuko.com/sh:> <http://www.w3.org/ns/rdfa#uri> <http://www.w3.org/ns/shacl#> .
10 changes: 9 additions & 1 deletion ontologies/sh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@
"homepage": "https://prefix.zazuko.com/prefix/sh:",
"vocabulary": {
"prefix": "sh",
"namespace": "http://www.w3.org/ns/shacl#"
"namespace": "http://www.w3.org/ns/shacl#",
"files": [
{
"file": "http://www.w3.org/ns/shacl#"
},
{
"file": "file:src/shacl-af.ttl"
}
]
},
"license": "MIT",
"files": [
Expand Down
Loading

0 comments on commit f4e350a

Please sign in to comment.