Skip to content

Commit 2ef6b8a

Browse files
authored
Merge pull request #48 from AtomGraph/develop
Develop
2 parents 70ae620 + 623213b commit 2ef6b8a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

demo/unesco-thesaurus/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fi
4747

4848
printf "\n### Installing SKOS package\n\n"
4949

50-
#install-package.sh -b "$base" -f "$cert_pem_file" -p "$cert_password" --proxy "$proxy" --package "https://packages.linkeddatahub.com/skos/#this"
50+
install-package.sh -b "$base" -f "$cert_pem_file" -p "$cert_password" --proxy "$proxy" --package "https://packages.linkeddatahub.com/skos/#this"
5151

5252
printf "\n### Importing SKOS vocabulary\n\n"
5353

docs/reference/http-api.ttl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@
113113
<td><a href="../administration/ontologies/#constraints">Constraint</a> violation</td>
114114
</tr>
115115
<tr>
116-
<th rowspan="3"><code id="ld-delete">DELETE</code></th>
117-
<td rowspan="3">Removes the requested document</td>
118-
<td rowspan="3"><code>204 No Content</code></td>
116+
<th rowspan="2"><code id="ld-delete">DELETE</code></th>
117+
<td rowspan="2">Removes the requested document</td>
118+
<td rowspan="2"><code>204 No Content</code></td>
119119
<td><code>404 Not Found</code></td>
120120
<td>Document with request URI not found</td>
121121
</tr>
@@ -124,9 +124,9 @@
124124
<td>Deleting root, owner, or secretary documents is not allowed</td>
125125
</tr>
126126
<tr>
127-
<th rowspan="2"><code id="ld-patch">PATCH</code></th>
128-
<td rowspan="2">Modifies a document using SPARQL Update</td>
129-
<td rowspan="2"><code>204 No Content</code></td>
127+
<th><code id="ld-patch">PATCH</code></th>
128+
<td>Modifies a document using SPARQL Update</td>
129+
<td><code>204 No Content</code></td>
130130
<td><code>422 Unprocessable Entity</code></td>
131131
<td>SPARQL update string violates syntax constraints</td>
132132
</tr>

0 commit comments

Comments
 (0)