Skip to content

Commit 2ef9cbe

Browse files
committed
issue-447 test cases
1 parent 520ab0a commit 2ef9cbe

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
<http://example.org/Thomas> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/Person> .
3+
<http://example.org/Thomas> <http://example.org/p> "3"^^<http://www.w3.org/2001/XMLSchema#integer> .
4+
<http://example.org/Thomas> <http://example.org/description> "Une description"@fr .
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"@id": "http://example.org/Thomas",
3+
"@type": [
4+
"http://example.org/Person"
5+
],
6+
"http://example.org/p": [
7+
{
8+
"@value": 3
9+
}
10+
],
11+
"http://example.org/description": [
12+
{
13+
"@language": "fr",
14+
"@value": "Une description"
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)