Search is not available for this dataset
id stringlengths 1 8 | text stringlengths 72 9.81M | addition_count int64 0 10k | commit_subject stringlengths 0 3.7k | deletion_count int64 0 8.43k | file_extension stringlengths 0 32 | lang stringlengths 1 94 | license stringclasses 10
values | repo_name stringlengths 9 59 |
|---|---|---|---|---|---|---|---|---|
0 | <NME> rdfquery.js
<BEF> ADDFILE
<MSG> SHACL-JS progress
<DFF> @@ -0,0 +1,313 @@
+// rdfquery.js
+// A simple RDF query library for JavaScript
+// Contact: holger@topquadrant.com
+//
+// The basic idea is that the function RDFQuery produces an initial
+// Query object, which starts with a single "empty" solution.
+// E... | 313 | SHACL-JS progress | 0 | .js | js | apache-2.0 | TopQuadrant/shacl |
1 | <NME> rdfquery.js
<BEF> ADDFILE
<MSG> SHACL-JS progress
<DFF> @@ -0,0 +1,313 @@
+// rdfquery.js
+// A simple RDF query library for JavaScript
+// Contact: holger@topquadrant.com
+//
+// The basic idea is that the function RDFQuery produces an initial
+// Query object, which starts with a single "empty" solution.
+// E... | 313 | SHACL-JS progress | 0 | .js | js | apache-2.0 | TopQuadrant/shacl |
2 | <NME> DASH.java
<BEF> /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wri... | 6 | Moved to Jena 3.5.0, misc minor adjustments and fixes | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
3 | <NME> DASH.java
<BEF> /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wri... | 6 | Moved to Jena 3.5.0, misc minor adjustments and fixes | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
4 | <NME> Validate.java
<BEF> /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3 | #135: validate command line tool now has -validateShapes flag which is off by default | 1 | .java | java | apache-2.0 | TopQuadrant/shacl |
5 | <NME> Validate.java
<BEF> /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 3 | #135: validate command line tool now has -validateShapes flag which is off by default | 1 | .java | java | apache-2.0 | TopQuadrant/shacl |
6 | <NME> AbstractSPARQLExecutor.java
<BEF> /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law o... | 1 | Support for cancelling validation, other clean up | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
7 | <NME> AbstractSPARQLExecutor.java
<BEF> /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law o... | 1 | Support for cancelling validation, other clean up | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
8 | <NME> ValidationSuggestionGenerator.java
<BEF> /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... | 2 | JavaDoc clean up | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
9 | <NME> ValidationSuggestionGenerator.java
<BEF> /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... | 2 | JavaDoc clean up | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
10 | <NME> SH.java
<BEF> /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writi... | 8 | Improved support for scopes | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
11 | <NME> SH.java
<BEF> /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writi... | 8 | Improved support for scopes | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
12 | <NME> anon-shape-002.test.ttl
<BEF> # baseURI: http://datashapes.org/sh/tests/shapedefs/anon-shape-002.test
# imports: http://datashapes.org/dash
# prefix: ex
@prefix dash: <http://datashapes.org/dash#> .
@prefix ex: <http://datashapes.org/sh/tests/shapedefs/anon-shape-002.test#> .
@prefix owl: <http://www.w3.org/2002... | 1 | Tracking latest SHACL spec | 0 | .ttl | test | apache-2.0 | TopQuadrant/shacl |
13 | <NME> anon-shape-002.test.ttl
<BEF> # baseURI: http://datashapes.org/sh/tests/shapedefs/anon-shape-002.test
# imports: http://datashapes.org/dash
# prefix: ex
@prefix dash: <http://datashapes.org/dash#> .
@prefix ex: <http://datashapes.org/sh/tests/shapedefs/anon-shape-002.test#> .
@prefix owl: <http://www.w3.org/2002... | 1 | Tracking latest SHACL spec | 0 | .ttl | test | apache-2.0 | TopQuadrant/shacl |
14 | <NME> sparqlscope-001.test.ttl
<BEF> ADDFILE
<MSG> Update to latest spec, moved to latest Jena 3.1 snapshot, test cases aligned with TopBraid
<DFF> @@ -0,0 +1,53 @@
+# baseURI: http://datashapes.org/sh/tests/sparql/scope/sparqlscope-001.test
+# imports: http://datashapes.org/dash
+# prefix: ex
+
+@prefix dash: <http:/... | 53 | Update to latest spec, moved to latest Jena 3.1 snapshot, test cases aligned with TopBraid | 0 | .ttl | test | apache-2.0 | TopQuadrant/shacl |
15 | <NME> sparqlscope-001.test.ttl
<BEF> ADDFILE
<MSG> Update to latest spec, moved to latest Jena 3.1 snapshot, test cases aligned with TopBraid
<DFF> @@ -0,0 +1,53 @@
+# baseURI: http://datashapes.org/sh/tests/sparql/scope/sparqlscope-001.test
+# imports: http://datashapes.org/dash
+# prefix: ex
+
+@prefix dash: <http:/... | 53 | Update to latest spec, moved to latest Jena 3.1 snapshot, test cases aligned with TopBraid | 0 | .ttl | test | apache-2.0 | TopQuadrant/shacl |
16 | <NME> README.md
<BEF> # TopBraid SHACL API
**An open source implementation of the W3C Shapes Constraint Language (SHACL) based on Apache Jena.**
Contact: Holger Knublauch (holger@topquadrant.com)
Can be used to perform SHACL constraint checking and rule inferencing in any Jena-based Java application.
This API also s... | 1 | Merge branch 'master' of https://github.com/TopQuadrant/shacl | 1 | .md | md | apache-2.0 | TopQuadrant/shacl |
17 | <NME> README.md
<BEF> # TopBraid SHACL API
**An open source implementation of the W3C Shapes Constraint Language (SHACL) based on Apache Jena.**
Contact: Holger Knublauch (holger@topquadrant.com)
Can be used to perform SHACL constraint checking and rule inferencing in any Jena-based Java application.
This API also s... | 1 | Merge branch 'master' of https://github.com/TopQuadrant/shacl | 1 | .md | md | apache-2.0 | TopQuadrant/shacl |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 135