-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
259 changed files
with
16,307 additions
and
6,575 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
modules/manifest/src/main/scala/es/weso/manifest/RDF2ManifestException.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package es.weso.manifest | ||
|
||
case class RDF2ManifestException(msg: String) | ||
extends Exception(msg) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
# Folders for local shexTest tests | ||
shaclFolder=src/test/resources/shacl | ||
shaclTests=src/test/resources/shacl/tests | ||
shaclCore=src/test/resources/shacl/core | ||
shaclLocal=src/test/resources/shaclLocal | ||
schemasFolder=src/test/resources/shexTest/schemas | ||
shexLocalFolder=src/test/resources/shexLocal | ||
negativeSyntaxFolder=src/test/resources/shexTest/negativeSyntax | ||
validationFolder=src/test/resources/shexTest/validation/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix sht: <http://www.w3.org/ns/shacl-test#> . | ||
|
||
<> | ||
a mf:Manifest ; | ||
rdfs:label "Tests converted from http://datashapes.org/sh/tests/tests/core/complex" ; | ||
mf:include <personexample.ttl> ; | ||
mf:include <shacl-shacl.ttl> ; | ||
. |
Oops, something went wrong.