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
300
<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
Updated SHACL API to align with upcoming TopBraid 5.2 beta release
0
.java
java
apache-2.0
TopQuadrant/shacl
301
<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
Updated SHACL API to align with upcoming TopBraid 5.2 beta release
0
.java
java
apache-2.0
TopQuadrant/shacl
302
<NME> xone-001.test.ttl <BEF> ADDFILE <MSG> Fixed bug in native validator of sh:xone, added test case <DFF> @@ -0,0 +1,60 @@ +# baseURI: http://datashapes.org/sh/tests/core/property/xone-001.test +# imports: http://datashapes.org/dash +# prefix: ex + +@prefix dash: <http://datashapes.org/dash#> . +@prefix ex: <http://...
60
Fixed bug in native validator of sh:xone, added test case
0
.ttl
test
apache-2.0
TopQuadrant/shacl
303
<NME> xone-001.test.ttl <BEF> ADDFILE <MSG> Fixed bug in native validator of sh:xone, added test case <DFF> @@ -0,0 +1,60 @@ +# baseURI: http://datashapes.org/sh/tests/core/property/xone-001.test +# imports: http://datashapes.org/dash +# prefix: ex + +@prefix dash: <http://datashapes.org/dash#> . +@prefix ex: <http://...
60
Fixed bug in native validator of sh:xone, added test case
0
.ttl
test
apache-2.0
TopQuadrant/shacl
304
<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...
1
Switched to Apache license
2
.md
md
apache-2.0
TopQuadrant/shacl
305
<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...
1
Switched to Apache license
2
.md
md
apache-2.0
TopQuadrant/shacl
306
<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...
57
Various changes (from latest TopBraid snapshot)
7
.ttl
ttl
apache-2.0
TopQuadrant/shacl
307
<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...
57
Various changes (from latest TopBraid snapshot)
7
.ttl
ttl
apache-2.0
TopQuadrant/shacl
308
<NME> RuleExample.java <BEF> ADDFILE <MSG> SHACL-AF rule example <DFF> @@ -0,0 +1,31 @@ +package org.topbraid.shacl; + +import org.apache.jena.rdf.model.Model; +import org.apache.jena.util.FileUtils; +import org.topbraid.jenax.util.JenaUtil; +import org.topbraid.shacl.rules.RuleUtil; +import org.topbraid.shacl.util.Mo...
31
SHACL-AF rule example
0
.java
java
apache-2.0
TopQuadrant/shacl
309
<NME> RuleExample.java <BEF> ADDFILE <MSG> SHACL-AF rule example <DFF> @@ -0,0 +1,31 @@ +package org.topbraid.shacl; + +import org.apache.jena.rdf.model.Model; +import org.apache.jena.util.FileUtils; +import org.topbraid.jenax.util.JenaUtil; +import org.topbraid.shacl.rules.RuleUtil; +import org.topbraid.shacl.util.Mo...
31
SHACL-AF rule example
0
.java
java
apache-2.0
TopQuadrant/shacl
310
<NME> LICENSE <BEF> Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for u...
2
Switched to AGPL
201
LICENSE
apache-2.0
TopQuadrant/shacl
311
<NME> LICENSE <BEF> Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for u...
2
Switched to AGPL
201
LICENSE
apache-2.0
TopQuadrant/shacl
312
<NME> notEqual-001.ttl <BEF> ADDFILE <MSG> Redesigned results vocabulary, property pair constraints <DFF> @@ -0,0 +1,53 @@ +# baseURI: http://www.w3.org/ns/shacl/test/features/core/notEqual-001 + +@prefix ex: <http://example.org/> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://w...
53
Redesigned results vocabulary, property pair constraints
0
.ttl
ttl
apache-2.0
TopQuadrant/shacl
313
<NME> notEqual-001.ttl <BEF> ADDFILE <MSG> Redesigned results vocabulary, property pair constraints <DFF> @@ -0,0 +1,53 @@ +# baseURI: http://www.w3.org/ns/shacl/test/features/core/notEqual-001 + +@prefix ex: <http://example.org/> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://w...
53
Redesigned results vocabulary, property pair constraints
0
.ttl
ttl
apache-2.0
TopQuadrant/shacl
314
<NME> rectangle.test.ttl <BEF> ADDFILE <MSG> Tracking latest SHACL-JS <DFF> @@ -0,0 +1,45 @@ +# baseURI: http://datashapes.org/js/tests/rules/rectangle.test +# imports: http://datashapes.org/dash +# prefix: ex + +@prefix dash: <http://datashapes.org/dash#> . +@prefix ex: <http://datashapes.org/js/tests/rules/rectangle...
45
Tracking latest SHACL-JS
0
.ttl
test
apache-2.0
TopQuadrant/shacl
315
<NME> rectangle.test.ttl <BEF> ADDFILE <MSG> Tracking latest SHACL-JS <DFF> @@ -0,0 +1,45 @@ +# baseURI: http://datashapes.org/js/tests/rules/rectangle.test +# imports: http://datashapes.org/dash +# prefix: ex + +@prefix dash: <http://datashapes.org/dash#> . +@prefix ex: <http://datashapes.org/js/tests/rules/rectangle...
45
Tracking latest SHACL-JS
0
.ttl
test
apache-2.0
TopQuadrant/shacl
316
<NME> ValidationEngine.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...
1
#95 second attempt
1
.java
java
apache-2.0
TopQuadrant/shacl
317
<NME> ValidationEngine.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...
1
#95 second attempt
1
.java
java
apache-2.0
TopQuadrant/shacl
318
<NME> nestedShape1.jsonld <BEF> ADDFILE <MSG> Merge pull request #18 from mulesoft-labs/npm NPM Package <DFF> @@ -0,0 +1,365 @@ +{ + "@type": [ + "http://www.w3.org/ns/shacl#NodeShape", + "http://www.w3.org/ns/shacl#Shape" + ], + "@id": "https://mulesoft-labs.github.io/amf-playground#", + "http://www.w3.org/...
365
Merge pull request #18 from mulesoft-labs/npm
0
.jsonld
jsonld
apache-2.0
TopQuadrant/shacl
319
<NME> nestedShape1.jsonld <BEF> ADDFILE <MSG> Merge pull request #18 from mulesoft-labs/npm NPM Package <DFF> @@ -0,0 +1,365 @@ +{ + "@type": [ + "http://www.w3.org/ns/shacl#NodeShape", + "http://www.w3.org/ns/shacl#Shape" + ], + "@id": "https://mulesoft-labs.github.io/amf-playground#", + "http://www.w3.org/...
365
Merge pull request #18 from mulesoft-labs/npm
0
.jsonld
jsonld
apache-2.0
TopQuadrant/shacl
320
<NME> closedShape-002.ttl <BEF> ADDFILE <MSG> Fixed Git ISSUE-1, added support for sh:validationFunction, latest spec incl changes to closed shapes <DFF> @@ -0,0 +1,41 @@ +# baseURI: http://www.w3.org/ns/shacl/test/features/core/closedShape-002 + +@prefix ex: <http://example.org/> . +@prefix rdf: <http://www.w3.org/19...
41
Fixed Git ISSUE-1, added support for sh:validationFunction, latest spec incl changes to closed shapes
0
.ttl
ttl
apache-2.0
TopQuadrant/shacl
321
<NME> closedShape-002.ttl <BEF> ADDFILE <MSG> Fixed Git ISSUE-1, added support for sh:validationFunction, latest spec incl changes to closed shapes <DFF> @@ -0,0 +1,41 @@ +# baseURI: http://www.w3.org/ns/shacl/test/features/core/closedShape-002 + +@prefix ex: <http://example.org/> . +@prefix rdf: <http://www.w3.org/19...
41
Fixed Git ISSUE-1, added support for sh:validationFunction, latest spec incl changes to closed shapes
0
.ttl
ttl
apache-2.0
TopQuadrant/shacl
322
<NME> AppTest.java <BEF> ADDFILE <MSG> Initial dump of current work-in-progress <DFF> @@ -0,0 +1,38 @@ +package org.topbraid.shacl; + +import junit.framework.Test; +import junit.framework.TestCase; +import junit.framework.TestSuite; + +/** + * Unit test for simple App. + */ +public class AppTest + extends TestCase...
38
Initial dump of current work-in-progress
0
.java
java
apache-2.0
TopQuadrant/shacl
323
<NME> AppTest.java <BEF> ADDFILE <MSG> Initial dump of current work-in-progress <DFF> @@ -0,0 +1,38 @@ +package org.topbraid.shacl; + +import junit.framework.Test; +import junit.framework.TestCase; +import junit.framework.TestSuite; + +/** + * Unit test for simple App. + */ +public class AppTest + extends TestCase...
38
Initial dump of current work-in-progress
0
.java
java
apache-2.0
TopQuadrant/shacl
324
<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 ...
0
Fixed a potential ConcurrentModificationException in RuleEngine, removed some legacy Jena code
1
.java
java
apache-2.0
TopQuadrant/shacl
325
<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 ...
0
Fixed a potential ConcurrentModificationException in RuleEngine, removed some legacy Jena code
1
.java
java
apache-2.0
TopQuadrant/shacl
326
<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
327
<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
328
<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
RuleUtil now also applies entailments (and other updates) (#35)
0
.java
java
apache-2.0
TopQuadrant/shacl
329
<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
RuleUtil now also applies entailments (and other updates) (#35)
0
.java
java
apache-2.0
TopQuadrant/shacl
330
<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
Fixed line break
0
.md
md
apache-2.0
TopQuadrant/shacl
331
<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
Fixed line break
0
.md
md
apache-2.0
TopQuadrant/shacl
332
<NME> SHACLFunctionsCache.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
Corrected established pattern for newly added @Override methods and added back a missing import
2
.java
java
apache-2.0
TopQuadrant/shacl
333
<NME> SHACLFunctionsCache.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
Corrected established pattern for newly added @Override methods and added back a missing import
2
.java
java
apache-2.0
TopQuadrant/shacl
334
<NME> LICENSE <BEF> ADDFILE <MSG> Switched to Apache License using GitHub template <DFF> @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND...
201
Switched to Apache License using GitHub template
0
LICENSE
apache-2.0
TopQuadrant/shacl
335
<NME> LICENSE <BEF> ADDFILE <MSG> Switched to Apache License using GitHub template <DFF> @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND...
201
Switched to Apache License using GitHub template
0
LICENSE
apache-2.0
TopQuadrant/shacl
336
<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...
7
Latest TopBraid code base snapshot, including license headers, fixes to sh:equals in JS mode, and more options to generate sh:detail
2
.java
java
apache-2.0
TopQuadrant/shacl
337
<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...
7
Latest TopBraid code base snapshot, including license headers, fixes to sh:equals in JS mode, and more options to generate sh:detail
2
.java
java
apache-2.0
TopQuadrant/shacl
338
<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
339
<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
340
<NME> shapes.js <BEF> ADDFILE <MSG> Creating NPM package <DFF> @@ -0,0 +1,524 @@ +/** + * Created by antoniogarrote on 08/05/2017. + */ +$rdf = require("rdflib"); +//$rdf = require("./playgroundrdflib"); +require("./rdfquery"); + +TermFactory.impl = $rdf; + +var exLiteral = $rdf.literal("a", "de"); +Object.definePrope...
524
Creating NPM package
0
.js
js
apache-2.0
TopQuadrant/shacl
341
<NME> shapes.js <BEF> ADDFILE <MSG> Creating NPM package <DFF> @@ -0,0 +1,524 @@ +/** + * Created by antoniogarrote on 08/05/2017. + */ +$rdf = require("rdflib"); +//$rdf = require("./playgroundrdflib"); +require("./rdfquery"); + +TermFactory.impl = $rdf; + +var exLiteral = $rdf.literal("a", "de"); +Object.definePrope...
524
Creating NPM package
0
.js
js
apache-2.0
TopQuadrant/shacl
342
<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
Switched to sh:SPARQLConstraint and sh:SPARQLScope
0
.java
java
apache-2.0
TopQuadrant/shacl
343
<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
Switched to sh:SPARQLConstraint and sh:SPARQLScope
0
.java
java
apache-2.0
TopQuadrant/shacl
344
<NME> personexample.test.ttl <BEF> # baseURI: http://datashapes.org/sh/tests/core/complex/personexample.test # imports: http://datashapes.org/dash # prefix: ex @prefix dash: <http://datashapes.org/dash#> . @prefix ex: <http://datashapes.org/sh/tests/core/complex/personexample.test#> . @prefix owl: <http://www.w3.org/2...
16
fix personexample.test.ttl
12
.ttl
test
apache-2.0
TopQuadrant/shacl
345
<NME> personexample.test.ttl <BEF> # baseURI: http://datashapes.org/sh/tests/core/complex/personexample.test # imports: http://datashapes.org/dash # prefix: ex @prefix dash: <http://datashapes.org/dash#> . @prefix ex: <http://datashapes.org/sh/tests/core/complex/personexample.test#> . @prefix owl: <http://www.w3.org/2...
16
fix personexample.test.ttl
12
.ttl
test
apache-2.0
TopQuadrant/shacl
346
<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...
9
SPARQL path speed optimization
3
.java
java
apache-2.0
TopQuadrant/shacl
347
<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...
9
SPARQL path speed optimization
3
.java
java
apache-2.0
TopQuadrant/shacl
348
<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...
4
Updates for ISSUE-70 resolution
17
.java
java
apache-2.0
TopQuadrant/shacl
349
<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...
4
Updates for ISSUE-70 resolution
17
.java
java
apache-2.0
TopQuadrant/shacl
350
<NME> EDG.java <BEF> ADDFILE <MSG> #85: Fixed incomplete evaluation of sh:TripleRules. Also, general trivial updates to code base. <DFF> @@ -0,0 +1,29 @@ +package org.topbraid.shacl.vocabulary; + +import org.apache.jena.rdf.model.Resource; +import org.apache.jena.rdf.model.ResourceFactory; + +public class EDG { + publ...
29
#85: Fixed incomplete evaluation of sh:TripleRules. Also, general trivial updates to code base.
0
.java
java
apache-2.0
TopQuadrant/shacl
351
<NME> EDG.java <BEF> ADDFILE <MSG> #85: Fixed incomplete evaluation of sh:TripleRules. Also, general trivial updates to code base. <DFF> @@ -0,0 +1,29 @@ +package org.topbraid.shacl.vocabulary; + +import org.apache.jena.rdf.model.Resource; +import org.apache.jena.rdf.model.ResourceFactory; + +public class EDG { + publ...
29
#85: Fixed incomplete evaluation of sh:TripleRules. Also, general trivial updates to code base.
0
.java
java
apache-2.0
TopQuadrant/shacl
352
<NME> TestValidatorConfiguration.java <BEF> ADDFILE <MSG> Adding configuration object and allowing partial validation of constraints <DFF> @@ -0,0 +1,36 @@ +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...
36
Adding configuration object and allowing partial validation of constraints
0
.java
java
apache-2.0
TopQuadrant/shacl
353
<NME> TestValidatorConfiguration.java <BEF> ADDFILE <MSG> Adding configuration object and allowing partial validation of constraints <DFF> @@ -0,0 +1,36 @@ +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...
36
Adding configuration object and allowing partial validation of constraints
0
.java
java
apache-2.0
TopQuadrant/shacl
354
<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...
4
Bug fix related to setting sh:value if ?value is not returned from SELECT query
4
.java
java
apache-2.0
TopQuadrant/shacl
355
<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...
4
Bug fix related to setting sh:value if ?value is not returned from SELECT query
4
.java
java
apache-2.0
TopQuadrant/shacl
356
<NME> README.md <BEF> ADDFILE <MSG> Adding README <DFF> @@ -0,0 +1,37 @@ +# SHACL.js + +## Usage + +Create a new SHACL validator and load shapes and data to trigger the validation. +The validation function returns a `ValidationReport` object that can be used to inspect conformance rand results. + +```javascript +var v...
37
Adding README
0
.md
md
apache-2.0
TopQuadrant/shacl
357
<NME> README.md <BEF> ADDFILE <MSG> Adding README <DFF> @@ -0,0 +1,37 @@ +# SHACL.js + +## Usage + +Create a new SHACL validator and load shapes and data to trigger the validation. +The validation function returns a `ValidationReport` object that can be used to inspect conformance rand results. + +```javascript +var v...
37
Adding README
0
.md
md
apache-2.0
TopQuadrant/shacl
358
<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
Merge branch 'compact'
4
.ttl
ttl
apache-2.0
TopQuadrant/shacl
359
<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
Merge branch 'compact'
4
.ttl
ttl
apache-2.0
TopQuadrant/shacl
360
<NME> ValidationEngineConfiguration.java <BEF> package org.topbraid.shacl.validation; import java.util.HashSet; import java.util.Set; import org.apache.jena.rdf.model.Resource; /** * Configures the behavior of the validation engine. */ public class ValidationEngineConfiguration { // By default don't produce sh:...
1
Removed SHACLC support (jena-shacl already has that)
1
.java
java
apache-2.0
TopQuadrant/shacl
361
<NME> ValidationEngineConfiguration.java <BEF> package org.topbraid.shacl.validation; import java.util.HashSet; import java.util.Set; import org.apache.jena.rdf.model.Resource; /** * Configures the behavior of the validation engine. */ public class ValidationEngineConfiguration { // By default don't produce sh:...
1
Removed SHACLC support (jena-shacl already has that)
1
.java
java
apache-2.0
TopQuadrant/shacl
362
<NME> targetObjectsOf-001.test.ttl <BEF> ADDFILE <MSG> Support for sh:prefixes (switched off by default) <DFF> @@ -0,0 +1,55 @@ +# baseURI: http://datashapes.org/sh/tests/core/target/targetObjectsOf-001.test +# imports: http://datashapes.org/dash +# prefix: ex + +@prefix dash: <http://datashapes.org/dash#> . +@prefix ...
55
Support for sh:prefixes (switched off by default)
0
.ttl
test
apache-2.0
TopQuadrant/shacl
363
<NME> targetObjectsOf-001.test.ttl <BEF> ADDFILE <MSG> Support for sh:prefixes (switched off by default) <DFF> @@ -0,0 +1,55 @@ +# baseURI: http://datashapes.org/sh/tests/core/target/targetObjectsOf-001.test +# imports: http://datashapes.org/dash +# prefix: ex + +@prefix dash: <http://datashapes.org/dash#> . +@prefix ...
55
Support for sh:prefixes (switched off by default)
0
.ttl
test
apache-2.0
TopQuadrant/shacl
364
<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
Merge branch 'shacl-1.4.0'
3
.java
java
apache-2.0
TopQuadrant/shacl
365
<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
Merge branch 'shacl-1.4.0'
3
.java
java
apache-2.0
TopQuadrant/shacl
366
<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...
102
Misc clean up, updates to dash and tosh files
0
.ttl
ttl
apache-2.0
TopQuadrant/shacl
367
<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...
102
Misc clean up, updates to dash and tosh files
0
.ttl
ttl
apache-2.0
TopQuadrant/shacl
368
<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 TopBraid snapshot
0
.java
java
apache-2.0
TopQuadrant/shacl
369
<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 TopBraid snapshot
0
.java
java
apache-2.0
TopQuadrant/shacl
370
<NME> SHACLPaths.java <BEF> package org.topbraid.shacl.arq; import java.util.Iterator; import org.apache.jena.rdf.model.Model; import org.apache.jena.rdf.model.RDFList; import org.apache.jena.rdf.model.RDFNode; import org.apache.jena.rdf.model.Resource; import org.apache.jena.rdf.model.Statement; import org.apache.je...
95
Moved to official Jena 3.1 release, fixed issue with path syntax
2
.java
java
apache-2.0
TopQuadrant/shacl
371
<NME> SHACLPaths.java <BEF> package org.topbraid.shacl.arq; import java.util.Iterator; import org.apache.jena.rdf.model.Model; import org.apache.jena.rdf.model.RDFList; import org.apache.jena.rdf.model.RDFNode; import org.apache.jena.rdf.model.Resource; import org.apache.jena.rdf.model.Statement; import org.apache.je...
95
Moved to official Jena 3.1 release, fixed issue with path syntax
2
.java
java
apache-2.0
TopQuadrant/shacl
372
<NME> Validate.java <BEF> ADDFILE <MSG> Started with stand-alone tools <DFF> @@ -0,0 +1,31 @@ +package org.topbraid.shacl.tools; + +import java.io.IOException; + +import org.apache.jena.rdf.model.Model; +import org.apache.jena.rdf.model.Resource; +import org.apache.jena.util.FileUtils; +import org.topbraid.shacl.valid...
31
Started with stand-alone tools
0
.java
java
apache-2.0
TopQuadrant/shacl
373
<NME> Validate.java <BEF> ADDFILE <MSG> Started with stand-alone tools <DFF> @@ -0,0 +1,31 @@ +package org.topbraid.shacl.tools; + +import java.io.IOException; + +import org.apache.jena.rdf.model.Model; +import org.apache.jena.rdf.model.Resource; +import org.apache.jena.util.FileUtils; +import org.topbraid.shacl.valid...
31
Started with stand-alone tools
0
.java
java
apache-2.0
TopQuadrant/shacl
374
<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...
4
Tracking TopBraid API
1
.java
java
apache-2.0
TopQuadrant/shacl
375
<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...
4
Tracking TopBraid API
1
.java
java
apache-2.0
TopQuadrant/shacl
376
<NME> datatype-002.ttl <BEF> ADDFILE <MSG> Latest SHACL system ontology including sh:text, with test cases <DFF> @@ -0,0 +1,45 @@ +# baseURI: http://www.w3.org/ns/shacl/test/features/core/datatype-002 + +@prefix ex: <http://example.org/> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <h...
45
Latest SHACL system ontology including sh:text, with test cases
0
.ttl
ttl
apache-2.0
TopQuadrant/shacl
377
<NME> datatype-002.ttl <BEF> ADDFILE <MSG> Latest SHACL system ontology including sh:text, with test cases <DFF> @@ -0,0 +1,45 @@ +# baseURI: http://www.w3.org/ns/shacl/test/features/core/datatype-002 + +@prefix ex: <http://example.org/> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <h...
45
Latest SHACL system ontology including sh:text, with test cases
0
.ttl
ttl
apache-2.0
TopQuadrant/shacl
378
<NME> SHT.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 writ...
2
Tracking latest TopBraid version
0
.java
java
apache-2.0
TopQuadrant/shacl
379
<NME> SHT.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 writ...
2
Tracking latest TopBraid version
0
.java
java
apache-2.0
TopQuadrant/shacl
380
<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
Merge pull request #116 from afs/fixes
0
.java
java
apache-2.0
TopQuadrant/shacl
381
<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
Merge pull request #116 from afs/fixes
0
.java
java
apache-2.0
TopQuadrant/shacl
382
<NME> basic.jsonld <BEF> ADDFILE <MSG> Removing example JS code from JS validator facade <DFF> @@ -0,0 +1,59 @@ +[ + { + "@context": { + "raml-doc": "http://raml.org/vocabularies/document#", + "raml-http": "http://raml.org/vocabularies/http#", + "raml-shapes": "http://raml.org/vocabularies/shapes#"...
59
Removing example JS code from JS validator facade
0
.jsonld
jsonld
apache-2.0
TopQuadrant/shacl
383
<NME> basic.jsonld <BEF> ADDFILE <MSG> Removing example JS code from JS validator facade <DFF> @@ -0,0 +1,59 @@ +[ + { + "@context": { + "raml-doc": "http://raml.org/vocabularies/document#", + "raml-http": "http://raml.org/vocabularies/http#", + "raml-shapes": "http://raml.org/vocabularies/shapes#"...
59
Removing example JS code from JS validator facade
0
.jsonld
jsonld
apache-2.0
TopQuadrant/shacl
384
<NME> SHT.java <BEF> ADDFILE <MSG> Some support for running the W3C test cases <DFF> @@ -0,0 +1,21 @@ +package org.topbraid.shacl.vocabulary; + +import org.apache.jena.rdf.model.Property; +import org.apache.jena.rdf.model.Resource; +import org.apache.jena.rdf.model.ResourceFactory; + +public class SHT { + + public sta...
21
Some support for running the W3C test cases
0
.java
java
apache-2.0
TopQuadrant/shacl
385
<NME> SHT.java <BEF> ADDFILE <MSG> Some support for running the W3C test cases <DFF> @@ -0,0 +1,21 @@ +package org.topbraid.shacl.vocabulary; + +import org.apache.jena.rdf.model.Property; +import org.apache.jena.rdf.model.Resource; +import org.apache.jena.rdf.model.ResourceFactory; + +public class SHT { + + public sta...
21
Some support for running the W3C test cases
0
.java
java
apache-2.0
TopQuadrant/shacl
386
<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
#86 updated maven.org links
3
.md
md
apache-2.0
TopQuadrant/shacl
387
<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
#86 updated maven.org links
3
.md
md
apache-2.0
TopQuadrant/shacl
388
<NME> process.md <BEF> # Processes for the Project This page describes processes for the SHACL API Project. ## Local Build To build the latest code for your lcoal system: Clone the github repo, run maven in the local directory: Clone the github repo, run maven in the local directory: ``` git clone https://github....
5
Complete POM for release process
5
.md
md
apache-2.0
TopQuadrant/shacl
389
<NME> process.md <BEF> # Processes for the Project This page describes processes for the SHACL API Project. ## Local Build To build the latest code for your lcoal system: Clone the github repo, run maven in the local directory: Clone the github repo, run maven in the local directory: ``` git clone https://github....
5
Complete POM for release process
5
.md
md
apache-2.0
TopQuadrant/shacl
390
<NME> languageIn-001.test.ttl <BEF> ADDFILE <MSG> Added sh:languageIn <DFF> @@ -0,0 +1,67 @@ +# baseURI: http://datashapes.org/sh/tests/core/property/languageIn-001.test +# imports: http://datashapes.org/dash +# prefix: ex + +@prefix dash: <http://datashapes.org/dash#> . +@prefix ex: <http://datashapes.org/sh/tes...
67
Added sh:languageIn
0
.ttl
test
apache-2.0
TopQuadrant/shacl
391
<NME> languageIn-001.test.ttl <BEF> ADDFILE <MSG> Added sh:languageIn <DFF> @@ -0,0 +1,67 @@ +# baseURI: http://datashapes.org/sh/tests/core/property/languageIn-001.test +# imports: http://datashapes.org/dash +# prefix: ex + +@prefix dash: <http://datashapes.org/dash#> . +@prefix ex: <http://datashapes.org/sh/tes...
67
Added sh:languageIn
0
.ttl
test
apache-2.0
TopQuadrant/shacl
392
<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 process.md
1
.md
md
apache-2.0
TopQuadrant/shacl
393
<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 process.md
1
.md
md
apache-2.0
TopQuadrant/shacl
394
<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
Dropped Xor, renamed sh:Error to sh:Violation
2
.java
java
apache-2.0
TopQuadrant/shacl
395
<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
Dropped Xor, renamed sh:Error to sh:Violation
2
.java
java
apache-2.0
TopQuadrant/shacl
396
<NME> square.test.ttl <BEF> # baseURI: http://datashapes.org/shasf/tests/rules/classification/square.test # imports: http://datashapes.org/dash # prefix: ex @prefix dash: <http://datashapes.org/dash#> . @prefix ex: <http://datashapes.org/shasf/tests/rules/classification/square.test#> . @prefix owl: <http://www.w3.org/...
8
Tracking latest SHACL Advanced Features progress, removed shacljs.ttl dependency
6
.ttl
test
apache-2.0
TopQuadrant/shacl
397
<NME> square.test.ttl <BEF> # baseURI: http://datashapes.org/shasf/tests/rules/classification/square.test # imports: http://datashapes.org/dash # prefix: ex @prefix dash: <http://datashapes.org/dash#> . @prefix ex: <http://datashapes.org/shasf/tests/rules/classification/square.test#> . @prefix owl: <http://www.w3.org/...
8
Tracking latest SHACL Advanced Features progress, removed shacljs.ttl dependency
6
.ttl
test
apache-2.0
TopQuadrant/shacl
398
<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...
0
Updated SHACL system ontology
6
.java
java
apache-2.0
TopQuadrant/shacl
399
<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...
0
Updated SHACL system ontology
6
.java
java
apache-2.0
TopQuadrant/shacl