File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747
4848printf " \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
5252printf " \n### Importing SKOS vocabulary\n\n"
5353
Original file line number Diff line number Diff line change 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>
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>
You can’t perform that action at this time.
0 commit comments