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 |
|---|---|---|---|---|---|---|---|---|
100 | <NME> HasShapeFunction.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 agre... | 8 | Updated test cases, generalized sh:hasShape function for easier overloading | 2 | .java | java | apache-2.0 | TopQuadrant/shacl |
101 | <NME> HasShapeFunction.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 agre... | 8 | Updated test cases, generalized sh:hasShape function for easier overloading | 2 | .java | java | apache-2.0 | TopQuadrant/shacl |
102 | <NME> TestValidatorConfiguration.java
<BEF> package org.topbraid.shacl;
import org.apache.jena.rdf.model.Model;
import org.apache.jena.rdf.model.Resource;
import org.apache.jena.util.FileUtils;
import org.junit.Test;
import org.topbraid.jenax.util.JenaUtil;
import org.topbraid.shacl.validation.ValidationEngineConfigur... | 5 | Bumped up version, switched to new dash and tosh files (note this may introduce additional constraint violations because tosh now has many more system vocabulary checks built in), fixed issue with ValidationEngineConfiguration interfering with nested hasShape calls | 3 | .java | java | apache-2.0 | TopQuadrant/shacl |
103 | <NME> TestValidatorConfiguration.java
<BEF> package org.topbraid.shacl;
import org.apache.jena.rdf.model.Model;
import org.apache.jena.rdf.model.Resource;
import org.apache.jena.util.FileUtils;
import org.junit.Test;
import org.topbraid.jenax.util.JenaUtil;
import org.topbraid.shacl.validation.ValidationEngineConfigur... | 5 | Bumped up version, switched to new dash and tosh files (note this may introduce additional constraint violations because tosh now has many more system vocabulary checks built in), fixed issue with ValidationEngineConfiguration interfering with nested hasShape calls | 3 | .java | java | apache-2.0 | TopQuadrant/shacl |
104 | <NME> SHACLUtil.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
import java.util.List;
import java.util.Set;
import or... | 29 | GitHub ISSUE-2: Engine now supports other execution languages than SPARQL for sh:scope | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
105 | <NME> SHACLUtil.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
import java.util.List;
import java.util.Set;
import or... | 29 | GitHub ISSUE-2: Engine now supports other execution languages than SPARQL for sh:scope | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
106 | <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... | 24 | Added command line instructions | 0 | .md | md | apache-2.0 | TopQuadrant/shacl |
107 | <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... | 24 | Added command line instructions | 0 | .md | md | apache-2.0 | TopQuadrant/shacl |
108 | <NME> tosh.ttl <BEF> # baseURI: http://topbraid.org/tosh # imports: http://datashapes.org/dash # prefix: tosh @prefix dash: <http://datashapes.org/dash#> . @prefix graphql: <http://datashapes.org/graphql#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @pr... | 16 | Small performance optimization, updated DASH/TOSH namespaces | 4 | .ttl | ttl | apache-2.0 | TopQuadrant/shacl |
109 | <NME> tosh.ttl <BEF> # baseURI: http://topbraid.org/tosh # imports: http://datashapes.org/dash # prefix: tosh @prefix dash: <http://datashapes.org/dash#> . @prefix graphql: <http://datashapes.org/graphql#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @pr... | 16 | Small performance optimization, updated DASH/TOSH namespaces | 4 | .ttl | ttl | apache-2.0 | TopQuadrant/shacl |
110 | <NME> SHACLUtil.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 i... | 2 | Updates to SHACL-JS | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
111 | <NME> SHACLUtil.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 i... | 2 | Updates to SHACL-JS | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
112 | <NME> nodeValidator-001.test.ttl
<BEF> # baseURI: http://datashapes.org/sh/tests/sparql/component/nodeValidator-ask-001.test
# imports: http://datashapes.org/dash
# prefix: ex
@prefix dash: <http://datashapes.org/dash#> .
@prefix ex: <http://datashapes.org/sh/tests/sparql/component/nodeValidator-ask-001.test#> .
@pref... | 14 | Fixed interpretation of sh:inversePath with nested expressions, updated test cases | 11 | .ttl | test | apache-2.0 | TopQuadrant/shacl |
113 | <NME> nodeValidator-001.test.ttl
<BEF> # baseURI: http://datashapes.org/sh/tests/sparql/component/nodeValidator-ask-001.test
# imports: http://datashapes.org/dash
# prefix: ex
@prefix dash: <http://datashapes.org/dash#> .
@prefix ex: <http://datashapes.org/sh/tests/sparql/component/nodeValidator-ask-001.test#> .
@pref... | 14 | Fixed interpretation of sh:inversePath with nested expressions, updated test cases | 11 | .ttl | test | apache-2.0 | TopQuadrant/shacl |
114 | <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... | 12 | Replaced sh:ShapeClass with sh:Shape + rdfs:Class | 8 | .java | java | apache-2.0 | TopQuadrant/shacl |
115 | <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... | 12 | Replaced sh:ShapeClass with sh:Shape + rdfs:Class | 8 | .java | java | apache-2.0 | TopQuadrant/shacl |
116 | <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... | 2 | Latest spec and associated code changes, added validation listener mechanism | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
117 | <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... | 2 | Latest spec and associated code changes, added validation listener mechanism | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
118 | <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... | 9 | Tracking the spec | 5 | .ttl | test | apache-2.0 | TopQuadrant/shacl |
119 | <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... | 9 | Tracking the spec | 5 | .ttl | test | apache-2.0 | TopQuadrant/shacl |
120 | <NME> qualifiedValueShapesDisjoint-001.test.ttl
<BEF> # baseURI: http://datashapes.org/sh/tests/core/property/qualifiedValueShapesDisjoint-001.test
# imports: http://datashapes.org/dash
# prefix: ex
@prefix dash: <http://datashapes.org/dash#> .
@prefix ex: <http://datashapes.org/sh/tests/core/property/qualifiedValueSh... | 2 | Tracking latest SHACL spec | 1 | .ttl | test | apache-2.0 | TopQuadrant/shacl |
121 | <NME> qualifiedValueShapesDisjoint-001.test.ttl
<BEF> # baseURI: http://datashapes.org/sh/tests/core/property/qualifiedValueShapesDisjoint-001.test
# imports: http://datashapes.org/dash
# prefix: ex
@prefix dash: <http://datashapes.org/dash#> .
@prefix ex: <http://datashapes.org/sh/tests/core/property/qualifiedValueSh... | 2 | Tracking latest SHACL spec | 1 | .ttl | test | apache-2.0 | TopQuadrant/shacl |
122 | <NME> sparqlTarget-001.test.ttl
<BEF> ADDFILE
<MSG> Tracked latest TopBraid changes, added SHACL rules support
<DFF> @@ -0,0 +1,60 @@
+# baseURI: http://datashapes.org/sh/tests/sparql/target/sparqlTarget-001.test
+# imports: http://datashapes.org/dash
+# prefix: ex
+
+@prefix dash: <http://datashapes.org/dash#> .
+@pr... | 60 | Tracked latest TopBraid changes, added SHACL rules support | 0 | .ttl | test | apache-2.0 | TopQuadrant/shacl |
123 | <NME> sparqlTarget-001.test.ttl
<BEF> ADDFILE
<MSG> Tracked latest TopBraid changes, added SHACL rules support
<DFF> @@ -0,0 +1,60 @@
+# baseURI: http://datashapes.org/sh/tests/sparql/target/sparqlTarget-001.test
+# imports: http://datashapes.org/dash
+# prefix: ex
+
+@prefix dash: <http://datashapes.org/dash#> .
+@pr... | 60 | Tracked latest TopBraid changes, added SHACL rules support | 0 | .ttl | test | apache-2.0 | TopQuadrant/shacl |
124 | <NME> tosh.ttl <BEF> # baseURI: http://topbraid.org/tosh # imports: http://datashapes.org/dash # prefix: tosh @prefix dash: <http://datashapes.org/dash#> . @prefix graphql: <http://datashapes.org/graphql#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @pr... | 24 | Clean up related to node expressions and addition of sh:exists and IF-THEN-ELSE (sh:if) | 0 | .ttl | ttl | apache-2.0 | TopQuadrant/shacl |
125 | <NME> tosh.ttl <BEF> # baseURI: http://topbraid.org/tosh # imports: http://datashapes.org/dash # prefix: tosh @prefix dash: <http://datashapes.org/dash#> . @prefix graphql: <http://datashapes.org/graphql#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @pr... | 24 | Clean up related to node expressions and addition of sh:exists and IF-THEN-ELSE (sh:if) | 0 | .ttl | ttl | apache-2.0 | TopQuadrant/shacl |
126 | <NME> SPARQLSyntaxChecker.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 a... | 3 | Updates for using Apache Jena 4.0.0. | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
127 | <NME> SPARQLSyntaxChecker.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 a... | 3 | Updates for using Apache Jena 4.0.0. | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
128 | <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... | 16 | Latest SHACL support (e.g. moved sh:stem to dash:stem), improved rendering of rdf:Lists | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
129 | <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... | 16 | Latest SHACL support (e.g. moved sh:stem to dash:stem), improved rendering of rdf:Lists | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
130 | <NME> node_tests.js
<BEF> ADDFILE
<MSG> Adding support to re-generate the vocabularies
<DFF> @@ -0,0 +1,3 @@
+/**
+ * Created by antoniogarrote on 10/07/2017.
+ */
| 3 | Adding support to re-generate the vocabularies | 0 | .js | js | apache-2.0 | TopQuadrant/shacl |
131 | <NME> node_tests.js
<BEF> ADDFILE
<MSG> Adding support to re-generate the vocabularies
<DFF> @@ -0,0 +1,3 @@
+/**
+ * Created by antoniogarrote on 10/07/2017.
+ */
| 3 | Adding support to re-generate the vocabularies | 0 | .js | js | apache-2.0 | TopQuadrant/shacl |
132 | <NME> gulpfile.js
<BEF> ADDFILE
<MSG> Adding .gitignore
<DFF> @@ -0,0 +1,3 @@
+/**
+ * Created by antoniogarrote on 23/06/2017.
+ */
| 3 | Adding .gitignore | 0 | .js | js | apache-2.0 | TopQuadrant/shacl |
133 | <NME> gulpfile.js
<BEF> ADDFILE
<MSG> Adding .gitignore
<DFF> @@ -0,0 +1,3 @@
+/**
+ * Created by antoniogarrote on 23/06/2017.
+ */
| 3 | Adding .gitignore | 0 | .js | js | apache-2.0 | TopQuadrant/shacl |
134 | <NME> tosh.ttl
<BEF> ADDFILE
<MSG> Adding test infrastructure
<DFF> @@ -0,0 +1,972 @@
+# baseURI: http://topbraid.org/tosh
+# imports: http://datashapes.org/dash
+# prefix: tosh
+
+@prefix dash: <http://datashapes.org/dash#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdf: <http://www.w3.org/1999/02/22... | 972 | Adding test infrastructure | 0 | .ttl | ttl | apache-2.0 | TopQuadrant/shacl |
135 | <NME> tosh.ttl
<BEF> ADDFILE
<MSG> Adding test infrastructure
<DFF> @@ -0,0 +1,972 @@
+# baseURI: http://topbraid.org/tosh
+# imports: http://datashapes.org/dash
+# prefix: tosh
+
+@prefix dash: <http://datashapes.org/dash#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdf: <http://www.w3.org/1999/02/22... | 972 | Adding test infrastructure | 0 | .ttl | ttl | apache-2.0 | TopQuadrant/shacl |
136 | <NME> sparql-001.test.ttl
<BEF> # baseURI: http://datashapes.org/sh/tests/sparql/constraint/sparql-001.test
# imports: http://datashapes.org/dash
# prefix: ex
@prefix dash: <http://datashapes.org/dash#> .
@prefix ex: <http://datashapes.org/sh/tests/sparql/constraint/sparql-001.test#> .
@prefix owl: <http://www.w3.org/... | 12 | Updated to latest SHACL TR (2017-02-02), started experimental support for SHACL-JS, upgraded to Jena 3.1.1 | 12 | .ttl | test | apache-2.0 | TopQuadrant/shacl |
137 | <NME> sparql-001.test.ttl
<BEF> # baseURI: http://datashapes.org/sh/tests/sparql/constraint/sparql-001.test
# imports: http://datashapes.org/dash
# prefix: ex
@prefix dash: <http://datashapes.org/dash#> .
@prefix ex: <http://datashapes.org/sh/tests/sparql/constraint/sparql-001.test#> .
@prefix owl: <http://www.w3.org/... | 12 | Updated to latest SHACL TR (2017-02-02), started experimental support for SHACL-JS, upgraded to Jena 3.1.1 | 12 | .ttl | test | apache-2.0 | TopQuadrant/shacl |
138 | <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... | 2 | Added sh:sourceTemplate | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
139 | <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... | 2 | Added sh:sourceTemplate | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
140 | <NME> SHResultImpl.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 t... | 9 | Minor API clean up | 8 | .java | java | apache-2.0 | TopQuadrant/shacl |
141 | <NME> SHResultImpl.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 t... | 9 | Minor API clean up | 8 | .java | java | apache-2.0 | TopQuadrant/shacl |
142 | <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... | 2 | References to additional services using TopBraid | 1 | .md | md | apache-2.0 | TopQuadrant/shacl |
143 | <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... | 2 | References to additional services using TopBraid | 1 | .md | md | apache-2.0 | TopQuadrant/shacl |
144 | <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)
This can serve as a reference implementation developed in parallel to the SHACL spec.
The same code is used in the TopBra... | 4 | Minor updates to README. | 2 | .md | md | apache-2.0 | TopQuadrant/shacl |
145 | <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)
This can serve as a reference implementation developed in parallel to the SHACL spec.
The same code is used in the TopBra... | 4 | Minor updates to README. | 2 | .md | md | apache-2.0 | TopQuadrant/shacl |
146 | <NME> tosh.ttl <BEF> # baseURI: http://topbraid.org/tosh # imports: http://datashapes.org/dash # prefix: tosh @prefix dash: <http://datashapes.org/dash#> . @prefix graphql: <http://datashapes.org/graphql#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @pr... | 116 | Support for new sh:values rules | 0 | .ttl | ttl | apache-2.0 | TopQuadrant/shacl |
147 | <NME> tosh.ttl <BEF> # baseURI: http://topbraid.org/tosh # imports: http://datashapes.org/dash # prefix: tosh @prefix dash: <http://datashapes.org/dash#> . @prefix graphql: <http://datashapes.org/graphql#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @pr... | 116 | Support for new sh:values rules | 0 | .ttl | ttl | apache-2.0 | TopQuadrant/shacl |
148 | <NME> RulesEntailment.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 agree... | 3 | #111 applied RulesEntailment fix | 1 | .java | java | apache-2.0 | TopQuadrant/shacl |
149 | <NME> RulesEntailment.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 agree... | 3 | #111 applied RulesEntailment fix | 1 | .java | java | apache-2.0 | TopQuadrant/shacl |
150 | <NME> recursive-003.ttl
<BEF> ADDFILE
<MSG> Updated to latest TopBraid code, made test cases work
<DFF> @@ -0,0 +1,84 @@
+# baseURI: http://www.w3.org/ns/shacl/test/features/core/recursive-003
+
+@prefix ex: <http://example.org/> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://ww... | 84 | Updated to latest TopBraid code, made test cases work | 0 | .ttl | ttl | apache-2.0 | TopQuadrant/shacl |
151 | <NME> recursive-003.ttl
<BEF> ADDFILE
<MSG> Updated to latest TopBraid code, made test cases work
<DFF> @@ -0,0 +1,84 @@
+# baseURI: http://www.w3.org/ns/shacl/test/features/core/recursive-003
+
+@prefix ex: <http://example.org/> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://ww... | 84 | Updated to latest TopBraid code, made test cases work | 0 | .ttl | ttl | apache-2.0 | TopQuadrant/shacl |
152 | <NME> log4j.properties
<BEF> ADDFILE
<MSG> Merge pull request #68 from TopQuadrant/antlr
Make work as a maven dependenecy without needing local libraries.
<DFF> @@ -0,0 +1,11 @@
+log4j.rootLogger=INFO, stdlog
+
+log4j.appender.stdlog=org.apache.log4j.ConsoleAppender
+## log4j.appender.stdlog.target=System.err
+log4j.a... | 11 | Merge pull request #68 from TopQuadrant/antlr | 0 | .properties | properties | apache-2.0 | TopQuadrant/shacl |
153 | <NME> log4j.properties
<BEF> ADDFILE
<MSG> Merge pull request #68 from TopQuadrant/antlr
Make work as a maven dependenecy without needing local libraries.
<DFF> @@ -0,0 +1,11 @@
+log4j.rootLogger=INFO, stdlog
+
+log4j.appender.stdlog=org.apache.log4j.ConsoleAppender
+## log4j.appender.stdlog.target=System.err
+log4j.a... | 11 | Merge pull request #68 from TopQuadrant/antlr | 0 | .properties | properties | apache-2.0 | TopQuadrant/shacl |
154 | <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... | 6 | Large update related to ISSUE-41 (support for property paths) | 6 | .ttl | test | apache-2.0 | TopQuadrant/shacl |
155 | <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... | 6 | Large update related to ISSUE-41 (support for property paths) | 6 | .ttl | test | apache-2.0 | TopQuadrant/shacl |
156 | <NME> .gitignore
<BEF> ## Compiled source
*.com
*.dll
*.exe
*.o
*.so
## Java ecosystem
*.class
#*.jar
*.war
*.ear
## Other
*.pyc
## Packages
*.7z
*.dmg
*.gz
*.iso
*.rar
*.zip
## Backup files
*~
*.bak
*.backup
.*.swp
\#*#
## Logs and databases
*.log
*.sql
*.sqlite
#### Development and IDE Files
## Maven files
ta... | 0 | No need to ignore /bin/ | 1 | gitignore | apache-2.0 | TopQuadrant/shacl | |
157 | <NME> .gitignore
<BEF> ## Compiled source
*.com
*.dll
*.exe
*.o
*.so
## Java ecosystem
*.class
#*.jar
*.war
*.ear
## Other
*.pyc
## Packages
*.7z
*.dmg
*.gz
*.iso
*.rar
*.zip
## Backup files
*~
*.bak
*.backup
.*.swp
\#*#
## Logs and databases
*.log
*.sql
*.sqlite
#### Development and IDE Files
## Maven files
ta... | 0 | No need to ignore /bin/ | 1 | gitignore | apache-2.0 | TopQuadrant/shacl | |
158 | <NME> template-001.ttl
<BEF> ADDFILE
<MSG> Latest version with improved handling of recursion
<DFF> @@ -0,0 +1,68 @@
+# baseURI: http://www.w3.org/ns/shacl/test/features/sparql/template-001
+
+@prefix ex: <http://example.org/> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w... | 68 | Latest version with improved handling of recursion | 0 | .ttl | ttl | apache-2.0 | TopQuadrant/shacl |
159 | <NME> template-001.ttl
<BEF> ADDFILE
<MSG> Latest version with improved handling of recursion
<DFF> @@ -0,0 +1,68 @@
+# baseURI: http://www.w3.org/ns/shacl/test/features/sparql/template-001
+
+@prefix ex: <http://example.org/> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w... | 68 | Latest version with improved handling of recursion | 0 | .ttl | ttl | apache-2.0 | TopQuadrant/shacl |
160 | <NME> SPARQLSubstitutions.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 a... | 2 | Regular update from TopBraid code base | 1 | .java | java | apache-2.0 | TopQuadrant/shacl |
161 | <NME> SPARQLSubstitutions.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 a... | 2 | Regular update from TopBraid code base | 1 | .java | java | apache-2.0 | TopQuadrant/shacl |
162 | <NME> process.md
<BEF> # Processes for the Project
This page describes processes for the SHACL API Project.
----
## Local Build
To build the latest snapshot code for your local system:
Clone the github repo, run maven in the local directory:
```
git clone https://github.com/TopQuadrant/shacl
cd shacl
mvn clean in... | 1 | Update OSS stage. | 3 | .md | md | apache-2.0 | TopQuadrant/shacl |
163 | <NME> process.md
<BEF> # Processes for the Project
This page describes processes for the SHACL API Project.
----
## Local Build
To build the latest snapshot code for your local system:
Clone the github repo, run maven in the local directory:
```
git clone https://github.com/TopQuadrant/shacl
cd shacl
mvn clean in... | 1 | Update OSS stage. | 3 | .md | md | apache-2.0 | TopQuadrant/shacl |
164 | <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... | 2 | Updates in response to ISSUE-61 (sh:nodeShape -> sh:scopeNode) | 2 | .java | java | apache-2.0 | TopQuadrant/shacl |
165 | <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... | 2 | Updates in response to ISSUE-61 (sh:nodeShape -> sh:scopeNode) | 2 | .java | java | apache-2.0 | TopQuadrant/shacl |
166 | <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... | 2 | Merge pull request #99 from ISAITB/master | 1 | .md | md | apache-2.0 | TopQuadrant/shacl |
167 | <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... | 2 | Merge pull request #99 from ISAITB/master | 1 | .md | md | apache-2.0 | TopQuadrant/shacl |
168 | <NME> process.md
<BEF> # Processes for the Project
This page describes processes for the SHACL API Project.
----
## Local Build
To build the latest snapshot code for your local system:
Clone the github repo, run maven in the local directory:
```
git clone https://github.com/TopQuadrant/shacl
cd shacl
mvn clean in... | 2 | Update process.md | 0 | .md | md | apache-2.0 | TopQuadrant/shacl |
169 | <NME> process.md
<BEF> # Processes for the Project
This page describes processes for the SHACL API Project.
----
## Local Build
To build the latest snapshot code for your local system:
Clone the github repo, run maven in the local directory:
```
git clone https://github.com/TopQuadrant/shacl
cd shacl
mvn clean in... | 2 | Update process.md | 0 | .md | md | apache-2.0 | TopQuadrant/shacl |
170 | <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... | 6 | Added experimental support for derived properties | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
171 | <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... | 6 | Added experimental support for derived properties | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
172 | <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... | 3 | Merge branch 'master' of https://github.com/TopQuadrant/shacl | 3 | .md | md | apache-2.0 | TopQuadrant/shacl |
173 | <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... | 3 | Merge branch 'master' of https://github.com/TopQuadrant/shacl | 3 | .md | md | apache-2.0 | TopQuadrant/shacl |
174 | <NME> dash.ttl <BEF> # baseURI: http://datashapes.org/dash # imports: http://topbraid.org/tosh # imports: http://www.w3.org/ns/shacl# # prefix: dash @prefix dash: <http://datashapes.org/dash#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <h... | 6 | Alignment with latest snapshot from TopBraid code base (including various fixes). And #32 | 1 | .ttl | ttl | apache-2.0 | TopQuadrant/shacl |
175 | <NME> dash.ttl <BEF> # baseURI: http://datashapes.org/dash # imports: http://topbraid.org/tosh # imports: http://www.w3.org/ns/shacl# # prefix: dash @prefix dash: <http://datashapes.org/dash#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <h... | 6 | Alignment with latest snapshot from TopBraid code base (including various fixes). And #32 | 1 | .ttl | ttl | apache-2.0 | TopQuadrant/shacl |
176 | <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... | 2 | Updates to latest spec (scope -> target) | 2 | .ttl | test | apache-2.0 | TopQuadrant/shacl |
177 | <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... | 2 | Updates to latest spec (scope -> target) | 2 | .ttl | test | apache-2.0 | TopQuadrant/shacl |
178 | <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... | 2 | Made ValidationEngine.validateNodesAgainstConstraint protected so that it can be overridden for diagnostic reasons. Changed ShapesGraph.getRootShapes() to only return non-deactivated shapes | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
179 | <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... | 2 | Made ValidationEngine.validateNodesAgainstConstraint protected so that it can be overridden for diagnostic reasons. Changed ShapesGraph.getRootShapes() to only return non-deactivated shapes | 0 | .java | java | apache-2.0 | TopQuadrant/shacl |
180 | <NME> TestDASHTestCases.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 agr... | 2 | Fix warnings (as marked by Eclipse Neon) | 1 | .java | java | apache-2.0 | TopQuadrant/shacl |
181 | <NME> TestDASHTestCases.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 agr... | 2 | Fix warnings (as marked by Eclipse Neon) | 1 | .java | java | apache-2.0 | TopQuadrant/shacl |
182 | <NME> process.md
<BEF> # Processes for the Project
This page describes processes for the SHACL API Project.
----
## Local Build
To build the latest snapshot code for your local system:
Clone the github repo, run maven in the local directory:
```
git clone https://github.com/TopQuadrant/shacl
cd shacl
mvn clean in... | 4 | Add github release step. | 0 | .md | md | apache-2.0 | TopQuadrant/shacl |
183 | <NME> process.md
<BEF> # Processes for the Project
This page describes processes for the SHACL API Project.
----
## Local Build
To build the latest snapshot code for your local system:
Clone the github repo, run maven in the local directory:
```
git clone https://github.com/TopQuadrant/shacl
cd shacl
mvn clean in... | 4 | Add github release step. | 0 | .md | md | apache-2.0 | TopQuadrant/shacl |
184 | <NME> targetSubjectsOf-002.test.ttl
<BEF> ADDFILE
<MSG> Adding core test cases
<DFF> @@ -0,0 +1,69 @@
+# baseURI: http://datashapes.org/sh/tests/core/targets/targetSubjectsOf-002.test
+# imports: http://datashapes.org/dash
+# prefix: ex
+
+@prefix dash: <http://datashapes.org/dash#> .
+@prefix ex: <http://datashapes.o... | 69 | Adding core test cases | 0 | .ttl | test | apache-2.0 | TopQuadrant/shacl |
185 | <NME> targetSubjectsOf-002.test.ttl
<BEF> ADDFILE
<MSG> Adding core test cases
<DFF> @@ -0,0 +1,69 @@
+# baseURI: http://datashapes.org/sh/tests/core/targets/targetSubjectsOf-002.test
+# imports: http://datashapes.org/dash
+# prefix: ex
+
+@prefix dash: <http://datashapes.org/dash#> .
+@prefix ex: <http://datashapes.o... | 69 | Adding core test cases | 0 | .ttl | test | apache-2.0 | TopQuadrant/shacl |
186 | <NME> README.md
<BEF> # TopBraid SHACL API
An open source implementation of the evolving W3C Shapes Constraint Language (SHACL) based on the Jena API.
Contact: Holger Knublauch (holger@topquadrant.com)
Can be used to perform SHACL constraint checking in any Jena-based Java application.
This API also serves as a refe... | 3 | Merge branch 'master' of https://github.com/TopQuadrant/shacl | 3 | .md | md | apache-2.0 | TopQuadrant/shacl |
187 | <NME> README.md
<BEF> # TopBraid SHACL API
An open source implementation of the evolving W3C Shapes Constraint Language (SHACL) based on the Jena API.
Contact: Holger Knublauch (holger@topquadrant.com)
Can be used to perform SHACL constraint checking in any Jena-based Java application.
This API also serves as a refe... | 3 | Merge branch 'master' of https://github.com/TopQuadrant/shacl | 3 | .md | md | apache-2.0 | TopQuadrant/shacl |
188 | <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 | Update README.md | 1 | .md | md | apache-2.0 | TopQuadrant/shacl |
189 | <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 | Update README.md | 1 | .md | md | apache-2.0 | TopQuadrant/shacl |
190 | <NME> tosh.ttl <BEF> # baseURI: http://topbraid.org/tosh # imports: http://datashapes.org/dash # prefix: tosh @prefix dash: <http://datashapes.org/dash#> . @prefix graphql: <http://datashapes.org/graphql#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @pr... | 51 | Support for parsing SHACL Compact Syntax (uses shaded Antlr library for now). Misc accumulated fixes. | 4 | .ttl | ttl | apache-2.0 | TopQuadrant/shacl |
191 | <NME> tosh.ttl <BEF> # baseURI: http://topbraid.org/tosh # imports: http://datashapes.org/dash # prefix: tosh @prefix dash: <http://datashapes.org/dash#> . @prefix graphql: <http://datashapes.org/graphql#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @pr... | 51 | Support for parsing SHACL Compact Syntax (uses shaded Antlr library for now). Misc accumulated fixes. | 4 | .ttl | ttl | apache-2.0 | TopQuadrant/shacl |
192 | <NME> property-001.test.ttl
<BEF> ADDFILE
<MSG> Latest updates
<DFF> @@ -0,0 +1,93 @@
+# baseURI: http://datashapes.org/sh/tests/core/property/property-001.test
+# imports: http://datashapes.org/dash
+# prefix: ex
+
+@prefix dash: <http://datashapes.org/dash#> .
+@prefix ex: <http://datashapes.org/sh/tests/core/proper... | 93 | Latest updates | 0 | .ttl | test | apache-2.0 | TopQuadrant/shacl |
193 | <NME> property-001.test.ttl
<BEF> ADDFILE
<MSG> Latest updates
<DFF> @@ -0,0 +1,93 @@
+# baseURI: http://datashapes.org/sh/tests/core/property/property-001.test
+# imports: http://datashapes.org/dash
+# prefix: ex
+
+@prefix dash: <http://datashapes.org/dash#> .
+@prefix ex: <http://datashapes.org/sh/tests/core/proper... | 93 | Latest updates | 0 | .ttl | test | apache-2.0 | TopQuadrant/shacl |
194 | <NME> VarFinder.java
<BEF> package org.topbraid.jenax.util;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
import org.apache.jena.graph.Triple;
import org.apache.jena.query.Query;
import org.apache.jena.sparql.core.TriplePath;
import org.apache.jena.sparql.core.Var;
import org.apache.jena.... | 0 | Minor code clean up (e.g. alphabetical ordering of methods), deleted an unused interface | 5 | .java | java | apache-2.0 | TopQuadrant/shacl |
195 | <NME> VarFinder.java
<BEF> package org.topbraid.jenax.util;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
import org.apache.jena.graph.Triple;
import org.apache.jena.query.Query;
import org.apache.jena.sparql.core.TriplePath;
import org.apache.jena.sparql.core.Var;
import org.apache.jena.... | 0 | Minor code clean up (e.g. alphabetical ordering of methods), deleted an unused interface | 5 | .java | java | apache-2.0 | TopQuadrant/shacl |
196 | <NME> RuleEngine.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 ... | 4 | Upgraded to Jena 3.7 | 2 | .java | java | apache-2.0 | TopQuadrant/shacl |
197 | <NME> RuleEngine.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 ... | 4 | Upgraded to Jena 3.7 | 2 | .java | java | apache-2.0 | TopQuadrant/shacl |
198 | <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... | 2 | Update README.md | 1 | .md | md | apache-2.0 | TopQuadrant/shacl |
199 | <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... | 2 | Update README.md | 1 | .md | md | apache-2.0 | TopQuadrant/shacl |