shacl 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +7 -7
- data/VERSION +1 -1
- data/etc/doap.ttl +1 -1
- metadata +9 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 73d5d701d3d5d0c640b81c64260bbd99c5ae28ef18bb0dca293bfa308b28a2a1
|
|
4
|
+
data.tar.gz: 6d33345f3bda6aef07f2d9a66bc9370d37c4a3c3685fd3df7f00f55a5f02ba99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb2313d6051c3862fca2d51030ccc894519c047efd7b730a1de68f0dd3f37b05ca633dcee1050b80eeb033b6e83cdf403ff9c38e83bdd090944e7fbafc20d40e
|
|
7
|
+
data.tar.gz: 055b1c9d571609aca9f96cc8a9124cbcaa4cc971e4a63942fc07019e73817970d163e1f5fbeb82e0f666e3f61dc760d3f942e2c58eebe713ed984855d57645b3
|
data/README.md
CHANGED
|
@@ -48,7 +48,7 @@ The result will add the SHACL validation report to the output graph, optionally
|
|
|
48
48
|
|
|
49
49
|
## Documentation
|
|
50
50
|
|
|
51
|
-
<https://
|
|
51
|
+
<https://ruby-rdf.github.io/shacl>
|
|
52
52
|
|
|
53
53
|
## Implementation Notes
|
|
54
54
|
|
|
@@ -108,7 +108,7 @@ follows:
|
|
|
108
108
|
|
|
109
109
|
## Resources
|
|
110
110
|
|
|
111
|
-
* <https://
|
|
111
|
+
* <https://ruby-rdf.github.io/shacl>
|
|
112
112
|
* <https://github.com/ruby-rdf/shacl>
|
|
113
113
|
* <https://rubygems.org/gems/shacl>
|
|
114
114
|
|
|
@@ -151,9 +151,9 @@ see <https://unlicense.org/> or the accompanying {file:LICENSE} file.
|
|
|
151
151
|
[YARD-GS]: https://rubydoc.info/docs/yard/file/docs/GettingStarted.md
|
|
152
152
|
[PDD]: https://unlicense.org/#unlicensing-contributions
|
|
153
153
|
[S-Expressions]: https://en.wikipedia.org/wiki/S-expression
|
|
154
|
-
[RDF.rb]: https://ruby-rdf.github.
|
|
155
|
-
[RDF::Reasoner]: https://ruby-rdf.github.
|
|
156
|
-
[SPARQL gem]: https://ruby-rdf.github.
|
|
157
|
-
[SXP gem]: https://ruby-rdf.github.
|
|
154
|
+
[RDF.rb]: https://ruby-rdf.github.io/rdf
|
|
155
|
+
[RDF::Reasoner]: https://ruby-rdf.github.io/rdf-reasoner
|
|
156
|
+
[SPARQL gem]: https://ruby-rdf.github.io/sparql
|
|
157
|
+
[SXP gem]: https://ruby-rdf.github.io/sxp
|
|
158
158
|
[SHACL Spec]: https://www.w3.org/TR/shacl/
|
|
159
|
-
[ShEx gem]: https://ruby-rdf.github.
|
|
159
|
+
[ShEx gem]: https://ruby-rdf.github.io/shex
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.1
|
data/etc/doap.ttl
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<https://rubygems.org/gems/shacl> a doap:Project, earl:TestSubject, earl:Software ;
|
|
12
12
|
sh:shapesGraph <doap-shacl.ttl>;
|
|
13
13
|
doap:name "SHACL" ;
|
|
14
|
-
doap:homepage <https://ruby-rdf.github.
|
|
14
|
+
doap:homepage <https://ruby-rdf.github.io/shacl> ;
|
|
15
15
|
doap:license <https://unlicense.org/1.0/> ;
|
|
16
16
|
doap:shortdesc "SHACL is a Shapes Constraint engine for Ruby."@en ;
|
|
17
17
|
doap:description "SHACL is a Shape Constraint engine for the Ruby RDF.rb library suite."@en ;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shacl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gregg Kellogg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-01-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rdf
|
|
@@ -179,10 +179,15 @@ files:
|
|
|
179
179
|
- lib/shacl/validation_report.rb
|
|
180
180
|
- lib/shacl/validation_result.rb
|
|
181
181
|
- lib/shacl/version.rb
|
|
182
|
-
homepage: https://
|
|
182
|
+
homepage: https://github.com/ruby-rdf/shacl
|
|
183
183
|
licenses:
|
|
184
184
|
- Unlicense
|
|
185
|
-
metadata:
|
|
185
|
+
metadata:
|
|
186
|
+
documentation_uri: https://ruby-rdf.github.io/shacl
|
|
187
|
+
bug_tracker_uri: https://github.com/ruby-rdf/shacl/issues
|
|
188
|
+
homepage_uri: https://github.com/ruby-rdf/shacl
|
|
189
|
+
mailing_list_uri: https://lists.w3.org/Archives/Public/public-rdf-ruby/
|
|
190
|
+
source_code_uri: https://github.com/ruby-rdf/shacl
|
|
186
191
|
post_install_message:
|
|
187
192
|
rdoc_options: []
|
|
188
193
|
require_paths:
|