-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convertion test added for known turtle difficulties
- Loading branch information
1 parent
5f0b932
commit 38b1d79
Showing
3 changed files
with
49 additions
and
0 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
9 changes: 9 additions & 0 deletions
9
...st/resources/fr/inria/corese/command/programs/convert/input/knownDifficultiesInTurtle.ttl
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,9 @@ | ||
@prefix dc: <http://purl.org/dc/elements/1.1/> . | ||
@prefix orcid: <http://orcid.org/> . | ||
@prefix ex: <http://example.com/> . | ||
|
||
ex:1 ex:property ex:%3CspanStyle . | ||
|
||
ex: dc:contributor orcid:0000-0001-6938-0820 ; | ||
dc:contributor orcid:0000-0002-0643-3144 ; | ||
dc:contributor orcid:0000-0002-5711-4872 . |
24 changes: 24 additions & 0 deletions
24
.../fr/inria/corese/command/programs/convert/references/ttl.knownDifficultiesInTurtle.jsonld
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,24 @@ | ||
[ | ||
{ | ||
"@id": "http://example.org", | ||
"http://purl.org/dc/elements/1.1/contributor": [ | ||
{ | ||
"@id": "http://orcid.org/0000-0001-6938-0820" | ||
}, | ||
{ | ||
"@id": "http://orcid.org/0000-0002-0643-3144" | ||
}, | ||
{ | ||
"@id": "http://orcid.org/0000-0002-5711-4872" | ||
} | ||
] | ||
}, | ||
{ | ||
"@id": "http://example.com/1", | ||
"http://example.com/property": [ | ||
{ | ||
"@id": "http://example.com/%3CspanStyle" | ||
} | ||
] | ||
} | ||
] |