No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div style="border:1px solid #f5c6cb; background:#f8d7da; padding:10px; margin:10px 0;"> | <div style="border:1px solid #f5c6cb; background:#f8d7da; padding:10px; margin:10px 0;"> | ||
''' | '''Warning:''' The root searches <code>/works</code>, <code>/instances</code>, | ||
<code>/items</code> | <code>/items</code> and <code>/dates</code> require the '''svde-editor-base''' role and are not | ||
accessible with the <code>svde-resource-read</code> scope alone. A read-only integrator must use | |||
hierarchical navigation instead. | |||
</div> | </div> | ||
| Line 63: | Line 63: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==<span id="Resource_2" class="mw-headline">Resource</span>== | ==<span id="Resource_2" class="mw-headline">Resource</span>== | ||
<div style="border:1px solid #ffeeba; background:#fff3cd; padding:10px; margin:10px 0;"> | |||
'''Note:''' this endpoint is temporarily unavailable on some environments (a server-side error is being | |||
fixed). Check its status before relying on it in an integration. | |||
</div> | |||
A ShareVDE resource is an abstract and high-level concept which maps agents and opuses. | A ShareVDE resource is an abstract and high-level concept which maps agents and opuses. | ||
| Line 78: | Line 85: | ||
|q | |q | ||
| String | | String | ||
|An agent query expressed in [[ShareVDEmembers:APIdoc/Query Languages#SvdeQL|SVDEQL]] or TermsQL (terms) | |An agent query expressed in [[ShareVDEmembers:APIdoc/Query Languages#SvdeQL|SVDEQL]] or TermsQL (terms) | ||
|1 | |1 | ||
|N.A. | |N.A. | ||
| Line 85: | Line 92: | ||
|String | |String | ||
|A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | |A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | ||
|0...1 | | 0...1 | ||
|N.A. | |N.A. | ||
|- | |- | ||
|offset | | offset | ||
|Integer | |Integer | ||
|A positive integer indicating the start offset of results (fts mode only) | |A positive integer indicating the start offset of results (fts mode only) | ||
| 0...1 | |0...1 | ||
|0 | | 0 | ||
|- | |- | ||
|rows | |rows | ||
| Line 98: | Line 105: | ||
|A positive integer indicating the returned page size (fts mode only) | |A positive integer indicating the returned page size (fts mode only) | ||
|0...1 | |0...1 | ||
|10 | |10 | ||
|- | |- | ||
| partialMatch | |partialMatch | ||
|Boolean | |Boolean | ||
| Forces a partial match search (entered query terms are considered optional) | |Forces a partial match search (entered query terms are considered optional) | ||
|0...1 | |0...1 | ||
|false | |false | ||
| Line 108: | Line 115: | ||
|[[ShareDoc:API documentation#Filters|filter]] | |[[ShareDoc:API documentation#Filters|filter]] | ||
|String | |String | ||
|A filter clause used for refining search results | |A filter clause used for refining search results | ||
|0...n | |0...n | ||
|N.A. | |N.A. | ||
|} | |} | ||
==<span id="Agent" class="mw-headline">Agent</span>== | ==<span id="Agent" class="mw-headline">Agent</span>== | ||
The Agent is an abstract concept which concretely maps people, organisations, conferences, families, jurisdictions, etc., that play a role (or even multiple roles) such as authors, editors, distributors, illustrator, publisher, etc. | The Agent is an abstract concept which concretely maps people, organisations, conferences, families, jurisdictions, etc., that play a role (or even multiple roles) such as authors, editors, distributors, illustrator, publisher, etc. | ||
| Line 123: | Line 132: | ||
!'''Type''' | !'''Type''' | ||
!'''Description''' | !'''Description''' | ||
! '''Cardinality''' | !'''Cardinality''' | ||
!'''Default Value''' | !'''Default Value''' | ||
|- | |- | ||
| Line 132: | Line 141: | ||
|N.A. | |N.A. | ||
|- | |- | ||
|mode | |mode | ||
| Enum | |Enum | ||
|One among '''fts''' (fulltext search) and '''typeahead''' | |One among '''fts''' (fulltext search) and '''typeahead''' | ||
|0...1 | |0...1 | ||
|fts | |fts | ||
|- | |- | ||
|sort | |sort | ||
| String | |String | ||
|A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | |A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | ||
|0...1 | |0...1 | ||
|N.A. | |N.A. | ||
|- | |- | ||
|offset | |offset | ||
|Integer | |Integer | ||
|A positive integer indicating the start offset of results (fts mode only) | |A positive integer indicating the start offset of results (fts mode only) | ||
|0...1 | | 0...1 | ||
|0 | |0 | ||
|- | |- | ||
|rows | |rows | ||
|Integer | |Integer | ||
|A positive integer indicating the returned page size (fts mode only) | |A positive integer indicating the returned page size (fts mode only) | ||
| Line 158: | Line 167: | ||
|fuzzy | |fuzzy | ||
|Boolean | |Boolean | ||
|Enables / disables the fuzzy logic (typeahead mode only) | |Enables / disables the fuzzy logic (typeahead mode only) | ||
|0...1 | |0...1 | ||
|true | |true | ||
|- | |- | ||
| edits | |edits | ||
|Integer | |Integer | ||
| Max edit distance in fuzzy logic. Can be 1 or 2 (typeahead mode only) | |Max edit distance in fuzzy logic. Can be 1 or 2 (typeahead mode only) | ||
|0...1 | |0...1 | ||
|1 | |1 | ||
| Line 200: | Line 209: | ||
|0 | |0 | ||
|- | |- | ||
|rows | | rows | ||
|Integer | |Integer | ||
|A positive integer indicating the returned page size (fts mode only) | |A positive integer indicating the returned page size (fts mode only) | ||
|0...1 | |0...1 | ||
|10 | |10 | ||
|- | |- | ||
|sort | |sort | ||
| Line 215: | Line 224: | ||
|String | |String | ||
|A filter clause used for refining search results | |A filter clause used for refining search results | ||
|0...n | | 0...n | ||
|N.A. | |N.A. | ||
|- | |- | ||
|role | |role | ||
|String | |String | ||
|The relator code used for refining the type of contribution | | The relator code used for refining the type of contribution | ||
|0...1 | |0...1 | ||
|N.A. | | N.A. | ||
|}<span id="Examples_2" class="mw-headline">'''Examples'''</span> | |}<span id="Examples_2" class="mw-headline">'''Examples'''</span> | ||
*[https://sit2-base-svde.atcult.it/agents.json?q=agents%20whose%20name%20contains%20carroll Agents whose names contains carroll] | *[https://sit2-base-svde.atcult.it/agents.json?q=agents%20whose%20name%20contains%20carroll Agents whose names contains carroll] | ||
| Line 228: | Line 237: | ||
*[https://sit2-base-svde.atcult.it/agents.json?q=carro&mode=typeahead Agents typeahead search using '''carro'''] | *[https://sit2-base-svde.atcult.it/agents.json?q=carro&mode=typeahead Agents typeahead search using '''carro'''] | ||
*[https://sit2-base-svde.atcult.it/agents.json?q=carto&mode=typeahead&fuzzy=true Agents typeahead search using '''carto''' (fuzzy match)] | *[https://sit2-base-svde.atcult.it/agents.json?q=carto&mode=typeahead&fuzzy=true Agents typeahead search using '''carto''' (fuzzy match)] | ||
* [https://sit2-base-svde.atcult.it/agents.json?q=carto&mode=typeahead&fuzzy=false Agents typeahead search using '''carto''' (no fuzzy)] | *[https://sit2-base-svde.atcult.it/agents.json?q=carto&mode=typeahead&fuzzy=false Agents typeahead search using '''carto''' (no fuzzy)] | ||
*[https://sit2-base-svde.atcult.it/agents/201.json Lewis Carroll] | *[https://sit2-base-svde.atcult.it/agents/201.json Lewis Carroll] | ||
===Works by an agent vs. works about an agent=== | |||
For each agent type (<code>agents</code>, <code>people</code>, <code>organizations</code>, <code>meetings</code>, <code>families</code>) there are two distinct navigations, not to be confused: | |||
* <code>GET /{type}/{id}/opuses</code> — works the agent is the '''author/contributor''' of. | |||
*<code>GET /{type}/{id}/opuses/about</code> — works that have the agent '''as their subject''' (the | |||
agent is the topic of the work, not its author). | |||
Parameters of <code>/opuses/about</code> (all optional): <code>sort</code>, <code>rows</code>, <code>offset</code>, <code>filter</code> (repeatable). | |||
Example: <code>GET /people/{id}/opuses</code> returns the books written by a person; <code>GET /people/{id}/opuses/about</code> returns the books written '''about''' that person. | |||
==<span id="Person" class="mw-headline"><span id="Agent" class="mw-headline">Person</span></span>== | ==<span id="Person" class="mw-headline"><span id="Agent" class="mw-headline">Person</span></span>== | ||
A person is an individual or identity established by an individual (either alone or in collaboration with one or more other individuals). It is a concrete subclass of Agent and provides a set of attributes, both datatype and object properties which interconnect the entity to opuses and other bibliographic entities in the Share-VDE domain model. | A person is an individual or identity established by an individual (either alone or in collaboration with one or more other individuals). It is a concrete subclass of Agent and provides a set of attributes, both datatype and object properties which interconnect the entity to opuses and other bibliographic entities in the Share-VDE domain model. | ||
| Line 241: | Line 258: | ||
!'''Type''' | !'''Type''' | ||
!'''Description''' | !'''Description''' | ||
! '''Cardinality''' | !'''Cardinality''' | ||
!'''Default Value''' | !'''Default Value''' | ||
|- | |- | ||
| Line 251: | Line 268: | ||
|- | |- | ||
|mode | |mode | ||
| Enum | |Enum | ||
|One among '''fts''' (fulltext search) and '''typeahead''' | |One among '''fts''' (fulltext search) and '''typeahead''' | ||
|0...1 | |0...1 | ||
| Line 257: | Line 274: | ||
|- | |- | ||
|sort | |sort | ||
| String | |String | ||
|A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | |A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | ||
|0...1 | |0...1 | ||
|N.A. | |N.A. | ||
|- | |- | ||
|offset | |offset | ||
|Integer | |Integer | ||
| A positive integer indicating the start offset of results (fts mode only) | |A positive integer indicating the start offset of results (fts mode only) | ||
|0...1 | |0...1 | ||
|0 | |0 | ||
|- | |- | ||
| Line 281: | Line 298: | ||
|- | |- | ||
|edits | |edits | ||
|Integer | |Integer | ||
|Max edit distance in fuzzy logic. Can be 1 or 2 (typeahead mode only) | |Max edit distance in fuzzy logic. Can be 1 or 2 (typeahead mode only) | ||
|0...1 | |0...1 | ||
|1 | |1 | ||
|- | |- | ||
| Line 289: | Line 306: | ||
|Boolean | |Boolean | ||
|Forces a partial match search (simple search only) | |Forces a partial match search (simple search only) | ||
| 0...1 | |0...1 | ||
|false | |false | ||
|- | |- | ||
| Line 295: | Line 312: | ||
|String | |String | ||
|A filter clause used for refining search results | |A filter clause used for refining search results | ||
|0...n | | 0...n | ||
|N.A. | |N.A. | ||
|}<span id=".2Fpeople.2F.7Bid.7D" class="mw-headline">'''/people/{id}'''</span> | |}<span id=".2Fpeople.2F.7Bid.7D" class="mw-headline">'''/people/{id}'''</span> | ||
| Line 320: | Line 337: | ||
|rows | |rows | ||
|Integer | |Integer | ||
|A positive integer indicating the returned page size (fts mode only) | | A positive integer indicating the returned page size (fts mode only) | ||
|0...1 | |0...1 | ||
|10 | |10 | ||
|- | |- | ||
|sort | |sort | ||
|String | | String | ||
| A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | |A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | ||
|0...1 | |0...1 | ||
|N.A. | |N.A. | ||
|- | |- | ||
|[[ShareVDEmembers:APIdoc#Filters|filter]] | |[[ShareVDEmembers:APIdoc#Filters|filter]] | ||
|String | |String | ||
|A filter clause used for refining search results | |A filter clause used for refining search results | ||
|0...n | | 0...n | ||
|N.A. | |N.A. | ||
|- | |- | ||
| Line 355: | Line 372: | ||
*[https://sit2-base-svde.atcult.it/people.json?q=carto&mode=typeahead&fuzzy=true People typeahead search using '''carto''' (fuzzy match)] | *[https://sit2-base-svde.atcult.it/people.json?q=carto&mode=typeahead&fuzzy=true People typeahead search using '''carto''' (fuzzy match)] | ||
*[https://sit2-base-svde.atcult.it/people.json?q=carto&mode=typeahead&fuzzy=false People typeahead search using '''carto''' (no fuzzy)] | *[https://sit2-base-svde.atcult.it/people.json?q=carto&mode=typeahead&fuzzy=false People typeahead search using '''carto''' (no fuzzy)] | ||
*[https://sit2-base-svde.atcult.it/people/201.json Lewis Carroll] | *[https://sit2-base-svde.atcult.it/people/201.json Lewis Carroll] | ||
*[https://sit2-base-svde.atcult.it/people/201/occupations.json Lewis Carroll's occupations] | *[https://sit2-base-svde.atcult.it/people/201/occupations.json Lewis Carroll's occupations] | ||
*[https://sit2-base-svde.atcult.it/people/201/opuses.json Lewis Carroll's opuses] | *[https://sit2-base-svde.atcult.it/people/201/opuses.json Lewis Carroll's opuses] | ||
| Line 367: | Line 384: | ||
|+Request Parameters | |+Request Parameters | ||
!'''Name''' | !'''Name''' | ||
! '''Type''' | !'''Type''' | ||
!'''Description''' | !'''Description''' | ||
!'''Cardinality''' | !'''Cardinality''' | ||
!'''Default Value''' | !'''Default Value''' | ||
| Line 379: | Line 396: | ||
|- | |- | ||
|mode | |mode | ||
| Enum | |Enum | ||
|One among '''fts''' (fulltext search) and '''typeahead''' | |One among '''fts''' (fulltext search) and '''typeahead''' | ||
|0...1 | |0...1 | ||
| Line 385: | Line 402: | ||
|- | |- | ||
|sort | |sort | ||
| String | |String | ||
|A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | |A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | ||
|0...1 | |0...1 | ||
| Line 392: | Line 409: | ||
|offset | |offset | ||
|Integer | |Integer | ||
| A positive integer indicating the start offset of results (fts mode only) | |A positive integer indicating the start offset of results (fts mode only) | ||
|0...1 | |0...1 | ||
|0 | |0 | ||
|- | |- | ||
|rows | |rows | ||
|Integer | | Integer | ||
|A positive integer indicating the returned page size (fts mode only) | |A positive integer indicating the returned page size (fts mode only) | ||
|0...1 | | 0...1 | ||
|10 | |10 | ||
|- | |- | ||
|fuzzy | |fuzzy | ||
|Boolean | |Boolean | ||
|Enables / disables the fuzzy logic (typeahead mode only) | |Enables / disables the fuzzy logic (typeahead mode only) | ||
|0...1 | |0...1 | ||
| true | | true | ||
|- | |- | ||
|edits | |edits | ||
|Integer | |Integer | ||
|Max edit distance in fuzzy logic. Can be 1 or 2 (typeahead mode only) | |Max edit distance in fuzzy logic. Can be 1 or 2 (typeahead mode only) | ||
|0...1 | | 0...1 | ||
|1 | | 1 | ||
|- | |- | ||
|partialMatch | |partialMatch | ||
|Boolean | |Boolean | ||
|Forces a partial match search (simple search only) | |Forces a partial match search (simple search only) | ||
| 0...1 | |0...1 | ||
|false | |false | ||
|- | |- | ||
|[[ShareVDEmembers:APIdoc#Filters|filter]] | |[[ShareVDEmembers:APIdoc#Filters|filter]] | ||
| Line 448: | Line 465: | ||
|rows | |rows | ||
|Integer | |Integer | ||
|A positive integer indicating the returned page size (fts mode only) | | A positive integer indicating the returned page size (fts mode only) | ||
|0...1 | |0...1 | ||
|10 | |10 | ||
|- | |- | ||
|sort | |sort | ||
|String | | String | ||
|A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | |A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | ||
|0...1 | |0...1 | ||
| Line 460: | Line 477: | ||
|[[ShareVDEmembers:APIdoc#Filters|filter]] | |[[ShareVDEmembers:APIdoc#Filters|filter]] | ||
|String | |String | ||
|A filter clause used for refining search results | |A filter clause used for refining search results | ||
|0...n | |0...n | ||
|N.A. | |N.A. | ||
|- | |- | ||
|role | |role | ||
|String | | String | ||
|The relator code used for refining the type of contribution | |The relator code used for refining the type of contribution | ||
|0...1 | | 0...1 | ||
|aut | |aut | ||
|}<span id="Examples_4" class="mw-headline">'''Examples'''</span> | |}<span id="Examples_4" class="mw-headline">'''Examples'''</span> | ||
| Line 475: | Line 492: | ||
*[https://sit2-base-svde.atcult.it/meetings.json?q=iat&mode=typeahead&fuzzy=false Meetings typeahead search using '''iat''' (no fuzzy)] | *[https://sit2-base-svde.atcult.it/meetings.json?q=iat&mode=typeahead&fuzzy=false Meetings typeahead search using '''iat''' (no fuzzy)] | ||
*[https://sit2-base-svde.atcult.it/meetings/3.json Annual J. Lloyd Eaton Conference on Science Fiction and Fantasy Literature] | *[https://sit2-base-svde.atcult.it/meetings/3.json Annual J. Lloyd Eaton Conference on Science Fiction and Fantasy Literature] | ||
==<span id="Organisation" class="mw-headline"> | ==<span id="Organisation" class="mw-headline">Organization</span>== | ||
A corporation or group of persons and/or organisations that acts, or may act, as a unit. It is a concrete subclass of Agent and provides a set of attributes, both datatype and object property which interconnect the entity to opuses and other bibliographic entities in the Share-VDE domain model. | A corporation or group of persons and/or organisations that acts, or may act, as a unit. It is a concrete subclass of Agent and provides a set of attributes, both datatype and object property which interconnect the entity to opuses and other bibliographic entities in the Share-VDE domain model. | ||
<span id=".2Forganisations" class="mw-headline">'''/ | <span id=".2Forganisations" class="mw-headline">'''/organizations'''</span> | ||
Fulltext or Typeahead search across Share-VDE organisations. | Fulltext or Typeahead search across Share-VDE organisations. | ||
| Line 496: | Line 513: | ||
|- | |- | ||
|mode | |mode | ||
| Enum | |Enum | ||
|One among '''fts''' (fulltext search) and '''typeahead''' | |One among '''fts''' (fulltext search) and '''typeahead''' | ||
|0...1 | |0...1 | ||
| Line 502: | Line 519: | ||
|- | |- | ||
|sort | |sort | ||
| String | |String | ||
|A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | |A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | ||
|0...1 | |0...1 | ||
| Line 509: | Line 526: | ||
|offset | |offset | ||
|Integer | |Integer | ||
| A positive integer indicating the start offset of results (fts mode only) | |A positive integer indicating the start offset of results (fts mode only) | ||
|0...1 | |0...1 | ||
|0 | |0 | ||
| Line 520: | Line 537: | ||
|- | |- | ||
|fuzzy | |fuzzy | ||
|Boolean | | Boolean | ||
|Enables / disables the fuzzy logic (typeahead mode only) | |Enables / disables the fuzzy logic (typeahead mode only) | ||
|0...1 | |0...1 | ||
| Line 531: | Line 548: | ||
|1 | |1 | ||
|- | |- | ||
|partialMatch | | partialMatch | ||
|Boolean | |Boolean | ||
|Forces a partial match search (simple search only) | |Forces a partial match search (simple search only) | ||
| Line 537: | Line 554: | ||
|false | |false | ||
|- | |- | ||
| [[ShareVDEmembers:APIdoc#Filters|filter]] | |[[ShareVDEmembers:APIdoc#Filters|filter]] | ||
|String | |String | ||
|A filter clause used for refining search results | |A filter clause used for refining search results | ||
|0...n | |0...n | ||
|N.A. | |N.A. | ||
|}<span id=".2Forganisations.2F.7Bid.7D" class="mw-headline">'''/ | |}<span id=".2Forganisations.2F.7Bid.7D" class="mw-headline">'''/organizations/{id}'''</span> | ||
Returns the organisation associated with the given identifier. | Returns the organisation associated with the given identifier. | ||
<span id=".2Forganisations.2F.7Bid.7D.2Fopuses" class="mw-headline">'''/ | <span id=".2Forganisations.2F.7Bid.7D.2Fopuses" class="mw-headline">'''/organizations/{id}/opuses'''</span> | ||
Returns the opuses of the organisation associated with the given identifier. | Returns the opuses of the organisation associated with the given identifier. | ||
| Line 559: | Line 576: | ||
|offset | |offset | ||
|Integer | |Integer | ||
|A positive integer indicating the start offset of results (fts mode only) | |A positive integer indicating the start offset of results (fts mode only) | ||
|0...1 | |0...1 | ||
|0 | |0 | ||
|- | |- | ||
|rows | | rows | ||
|Integer | |Integer | ||
|A positive integer indicating the returned page size (fts mode only) | |A positive integer indicating the returned page size (fts mode only) | ||
| Line 571: | Line 588: | ||
|sort | |sort | ||
|String | |String | ||
|A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | |A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | ||
| 0...1 | |0...1 | ||
|N.A. | |N.A. | ||
|- | |- | ||
| Line 582: | Line 599: | ||
|- | |- | ||
|role | |role | ||
|String | |String | ||
|The relator code used for refining the type of contribution | |The relator code used for refining the type of contribution | ||
| 0...1 | | 0...1 | ||
| aut | |aut | ||
|}<span id="Examples_5" class="mw-headline">'''Examples'''</span> | |}<span id="Examples_5" class="mw-headline">'''Examples'''</span> | ||
* [https://sit2-base-svde.atcult.it/organisations.json?q=organisations%20whose%20name%20doesn%27t%20contain%20xyz First 10 organisations whose name doesn't contain '''xyz'''] | *[https://sit2-base-svde.atcult.it/organisations.json?q=organisations%20whose%20name%20doesn%27t%20contain%20xyz First 10 organisations whose name doesn't contain '''xyz'''] | ||
*[https://sit2-base-svde.atcult.it/organisations.json?q=organisations%20whose%20name%20doesn%27t%20contain%20xyz&sort=name%20desc&rows=3&offset=2 A sublist of all organisations whose name doesn't contain '''xyz''', sorted by name and paged] | *[https://sit2-base-svde.atcult.it/organisations.json?q=organisations%20whose%20name%20doesn%27t%20contain%20xyz&sort=name%20desc&rows=3&offset=2 A sublist of all organisations whose name doesn't contain '''xyz''', sorted by name and paged] | ||
*[https://sit2-base-svde.atcult.it/organisations.json?q=intern&mode=typeahead Organisations typeahead search using '''intern'''] | *[https://sit2-base-svde.atcult.it/organisations.json?q=intern&mode=typeahead Organisations typeahead search using '''intern'''] | ||
*[https://sit2-base-svde.atcult.it/organisations.json?q=intrn&mode=typeahead&fuzzy=true Organisations typeahead search using '''intrn''' (fuzzy match)] | *[https://sit2-base-svde.atcult.it/organisations.json?q=intrn&mode=typeahead&fuzzy=true Organisations typeahead search using '''intrn''' (fuzzy match)] | ||
*[https://sit2-base-svde.atcult.it/organisations.json?q=intrn&mode=typeahead&fuzzy=false Organisations typeahead search using '''intrn''' (no fuzzy)] | *[https://sit2-base-svde.atcult.it/organisations.json?q=intrn&mode=typeahead&fuzzy=false Organisations typeahead search using '''intrn''' (no fuzzy)] | ||
*[https://sit2-base-svde.atcult.it/organisations/101.json American Library Association (ALA)] | *[https://sit2-base-svde.atcult.it/organisations/101.json American Library Association (ALA)] | ||
| Line 604: | Line 621: | ||
!'''Type''' | !'''Type''' | ||
!'''Description''' | !'''Description''' | ||
! '''Cardinality''' | !'''Cardinality''' | ||
!'''Default Value''' | !'''Default Value''' | ||
|- | |- | ||
| Line 614: | Line 631: | ||
|- | |- | ||
|mode | |mode | ||
| Enum | | Enum | ||
|One among '''fts''' (fulltext search) and '''typeahead''' | |One among '''fts''' (fulltext search) and '''typeahead''' | ||
|0...1 | | 0...1 | ||
|fts | |fts | ||
|- | |- | ||
|sort | |sort | ||
| String | |String | ||
|A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | |A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | ||
|0...1 | |0...1 | ||
|N.A. | |N.A. | ||
|- | |- | ||
|offset | | offset | ||
|Integer | |Integer | ||
| A positive integer indicating the start offset of results (fts mode only) | | A positive integer indicating the start offset of results (fts mode only) | ||
| Line 633: | Line 650: | ||
|rows | |rows | ||
|Integer | |Integer | ||
|A positive integer indicating the returned page size (fts mode only) | | A positive integer indicating the returned page size (fts mode only) | ||
|0...1 | | 0...1 | ||
|10 | |10 | ||
|- | |- | ||
|fuzzy | |fuzzy | ||
|Boolean | |Boolean | ||
|Enables / disables the fuzzy logic (typeahead mode only) | |Enables / disables the fuzzy logic (typeahead mode only) | ||
|0...1 | |0...1 | ||
| true | |true | ||
|- | |- | ||
|edits | |edits | ||
|Integer | |Integer | ||
|Max edit distance in fuzzy logic. Can be 1 or 2 (typeahead mode only) | |Max edit distance in fuzzy logic. Can be 1 or 2 (typeahead mode only) | ||
|0...1 | |0...1 | ||
|1 | |1 | ||
| Line 652: | Line 669: | ||
|Boolean | |Boolean | ||
|Forces a partial match search (simple search only) | |Forces a partial match search (simple search only) | ||
|0...1 | | 0...1 | ||
|false | |false | ||
|- | |- | ||
| Line 682: | Line 699: | ||
|- | |- | ||
|rows | |rows | ||
|Integer | |Integer | ||
|A positive integer indicating the returned page size (fts mode only) | |A positive integer indicating the returned page size (fts mode only) | ||
|0...1 | |0...1 | ||
| Line 688: | Line 705: | ||
|- | |- | ||
|sort | |sort | ||
|String | | String | ||
|A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | |A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | ||
|0...1 | |0...1 | ||
|N.A. | |N.A. | ||
|- | |- | ||
|[[ShareVDEmembers:APIdoc#Filters|filter]] | |[[ShareVDEmembers:APIdoc#Filters|filter]] | ||
|String | |String | ||
|A filter clause used for refining search results | |A filter clause used for refining search results | ||
|0...n | | 0...n | ||
|N.A. | | N.A. | ||
|- | |- | ||
|role | | role | ||
|String | |String | ||
|The relator code used for refining the type of contribution | |The relator code used for refining the type of contribution | ||
|0...1 | |0...1 | ||
|aut | |aut | ||
|}<span id="Examples_6" class="mw-headline">'''Examples'''</span> | |}<span id="Examples_6" class="mw-headline">'''Examples'''</span> | ||
*[https://sit2-base-svde.atcult.it/families.json?q=families%20whose%20name%20doesn%27t%20contain%20xyz First 10 families whose name doesn't contain '''xyz'''] | *[https://sit2-base-svde.atcult.it/families.json?q=families%20whose%20name%20doesn%27t%20contain%20xyz First 10 families whose name doesn't contain '''xyz'''] | ||
| Line 717: | Line 734: | ||
Fulltext search across Share-VDE opuses. | Fulltext search across Share-VDE opuses. | ||
{| class="wikitable" | {| class="wikitable" | ||
|+Request Parameters | |+ Request Parameters | ||
!'''Name''' | !'''Name''' | ||
!'''Type''' | !'''Type''' | ||
!'''Description''' | !'''Description''' | ||
!'''Cardinality''' | !'''Cardinality''' | ||
!'''Default Value''' | !'''Default Value''' | ||
|- | |- | ||
| Line 732: | Line 749: | ||
|sort | |sort | ||
|String | |String | ||
|A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | |A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | ||
|0...1 | |0...1 | ||
|N.A. | |N.A. | ||
|- | |- | ||
|offset | |offset | ||
|Integer | |Integer | ||
|A positive integer indicating the start offset of results (fts mode only) | |A positive integer indicating the start offset of results (fts mode only) | ||
|0...1 | | 0...1 | ||
|0 | |0 | ||
|- | |- | ||
|rows | | rows | ||
| Integer | |Integer | ||
| A positive integer indicating the returned page size (fts mode only) | |A positive integer indicating the returned page size (fts mode only) | ||
|0...1 | |0...1 | ||
|10 | |10 | ||
|- | |- | ||
|partialMatch | | partialMatch | ||
|Boolean | |Boolean | ||
|Forces a partial match search (simple search only) | |Forces a partial match search (simple search only) | ||
|0...1 | |0...1 | ||
|false | | false | ||
|- | |- | ||
|[[ShareVDEmembers:APIdoc#Filters|filter]] | |[[ShareVDEmembers:APIdoc#Filters|filter]] | ||
| Line 758: | Line 775: | ||
|A filter clause used for refining search results | |A filter clause used for refining search results | ||
|0...n | |0...n | ||
| N.A. | |N.A. | ||
|}<span id=".2Fopuses.2F.7Bid.7D" class="mw-headline">'''/opuses/{id}'''</span> | |}<span id=".2Fopuses.2F.7Bid.7D" class="mw-headline">'''/opuses/{id}'''</span> | ||
| Line 776: | Line 793: | ||
|offset | |offset | ||
|Integer | |Integer | ||
|A positive integer indicating the start offset of results (fts mode only) | |A positive integer indicating the start offset of results (fts mode only) | ||
|0...1 | |0...1 | ||
|0 | | 0 | ||
|- | |- | ||
|rows | |rows | ||
|Integer | |Integer | ||
|A positive integer indicating the returned page size (fts mode only) | |A positive integer indicating the returned page size (fts mode only) | ||
|0...1 | |0...1 | ||
| Line 787: | Line 804: | ||
|- | |- | ||
|sort | |sort | ||
|String | | String | ||
|A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | |A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | ||
|0...1 | |0...1 | ||
| N.A. | |N.A. | ||
|- | |- | ||
|[[ShareVDEmembers:APIdoc#Filters|filter]] | |[[ShareVDEmembers:APIdoc#Filters|filter]] | ||
| Line 798: | Line 815: | ||
|N.A. | |N.A. | ||
|- | |- | ||
| role | |role | ||
|String | |String | ||
|The relator code used for refining the type of contribution | |The relator code used for refining the type of contribution | ||
| Line 820: | Line 837: | ||
|offset | |offset | ||
|Integer | |Integer | ||
| A positive integer indicating the start offset of results (fts mode only) | |A positive integer indicating the start offset of results (fts mode only) | ||
|0...1 | | 0...1 | ||
|0 | |0 | ||
|- | |- | ||
|rows | |rows | ||
|Integer | |Integer | ||
|A positive integer indicating the returned page size (fts mode only) | | A positive integer indicating the returned page size (fts mode only) | ||
| 0...1 | |0...1 | ||
|10 | |10 | ||
|- | |- | ||
|sort | |sort | ||
|String | |String | ||
|A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | | A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | ||
|0...1 | |0...1 | ||
|N.A. | |N.A. | ||
| Line 849: | Line 866: | ||
Returns the works of a given opus. | Returns the works of a given opus. | ||
{| class="wikitable" | {| class="wikitable" | ||
|+Request Parameters | |+ Request Parameters | ||
!'''Name''' | !'''Name''' | ||
!'''Type''' | !'''Type''' | ||
| Line 858: | Line 875: | ||
|offset | |offset | ||
|Integer | |Integer | ||
| A positive integer indicating the start offset of results (fts mode only) | |A positive integer indicating the start offset of results (fts mode only) | ||
|0...1 | | 0...1 | ||
|0 | |0 | ||
|- | |- | ||
|rows | |rows | ||
|Integer | |Integer | ||
|A positive integer indicating the returned page size (fts mode only) | | A positive integer indicating the returned page size (fts mode only) | ||
|0...1 | |0...1 | ||
|10 | | 10 | ||
|- | |- | ||
|sort | |sort | ||
|String | | String | ||
|A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | |A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | ||
|0...1 | |0...1 | ||
| Line 875: | Line 892: | ||
|- | |- | ||
|[[ShareVDEmembers:APIdoc#Filters|filter]] | |[[ShareVDEmembers:APIdoc#Filters|filter]] | ||
| String | |String | ||
|A filter clause used for refining search results | |A filter clause used for refining search results | ||
|0...n | |0...n | ||
| Line 887: | Line 904: | ||
Returns the instances of a work of a given opus. | Returns the instances of a work of a given opus. | ||
{| class="wikitable" | {| class="wikitable" | ||
|+Request Parameters | |+ Request Parameters | ||
!'''Name''' | !'''Name''' | ||
!'''Type''' | !'''Type''' | ||
| Line 896: | Line 913: | ||
|offset | |offset | ||
|Integer | |Integer | ||
| A positive integer indicating the start offset of results (fts mode only) | |A positive integer indicating the start offset of results (fts mode only) | ||
|0...1 | | 0...1 | ||
|0 | |0 | ||
|- | |- | ||
| Line 903: | Line 920: | ||
|Integer | |Integer | ||
|A positive integer indicating the returned page size (fts mode only) | |A positive integer indicating the returned page size (fts mode only) | ||
| 0...1 | |0...1 | ||
|10 | |10 | ||
|- | |- | ||
|sort | |sort | ||
|String | |String | ||
|A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | |A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | ||
| Line 916: | Line 933: | ||
|A filter clause used for refining search results | |A filter clause used for refining search results | ||
|0...n | |0...n | ||
|N.A. | | N.A. | ||
|}<span id=".2Fopuses.2F.7Bid.7D.2Fworks.2F.7BworkId.7D.2Finstances.2F.7BinstanceId.7D" class="mw-headline">'''/opuses/{id}/works/{workId}/instances/{instanceId}'''</span> | |}<span id=".2Fopuses.2F.7Bid.7D.2Fworks.2F.7BworkId.7D.2Finstances.2F.7BinstanceId.7D" class="mw-headline">'''/opuses/{id}/works/{workId}/instances/{instanceId}'''</span> | ||
| Line 934: | Line 951: | ||
|offset | |offset | ||
|Integer | |Integer | ||
| A positive integer indicating the start offset of results (fts mode only) | |A positive integer indicating the start offset of results (fts mode only) | ||
|0...1 | | 0...1 | ||
|0 | |0 | ||
|- | |- | ||
| Line 945: | Line 962: | ||
|- | |- | ||
|sort | |sort | ||
|String | | String | ||
|A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | |A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | ||
|0...1 | |0...1 | ||
| Line 952: | Line 969: | ||
|[[ShareVDEmembers:APIdoc#Filters|filter]] | |[[ShareVDEmembers:APIdoc#Filters|filter]] | ||
|String | |String | ||
|A filter clause used for refining search results | |A filter clause used for refining search results | ||
|0...n | |0...n | ||
|N.A. | | N.A. | ||
|}<span id=".2Fopuses.2F.7Bid.7D.2Fworks.2F.7BworkId.7D.2Finstances.2F.7BinstanceId.7D.2Fitems.2F.7BitemId.7D" class="mw-headline">'''/opuses/{id}/works/{workId}/instances/{instanceId}/items/{itemId}'''</span> | |}<span id=".2Fopuses.2F.7Bid.7D.2Fworks.2F.7BworkId.7D.2Finstances.2F.7BinstanceId.7D.2Fitems.2F.7BitemId.7D" class="mw-headline">'''/opuses/{id}/works/{workId}/instances/{instanceId}/items/{itemId}'''</span> | ||
| Line 961: | Line 978: | ||
<span id="Examples_7" class="mw-headline">'''Examples'''</span> | <span id="Examples_7" class="mw-headline">'''Examples'''</span> | ||
Note that since the exact type of the agent cannot be known in advance, the request makes use of the ...on <type> construct. | Note that since the exact type of the agent cannot be known in advance, the request makes use of the ...on <type> construct. | ||
*[https://sit2-base-svde.atcult.it/opuses.json?q=opuses%20whose%20title%20contains%20alice Opuses whose title contains alice] | *[https://sit2-base-svde.atcult.it/opuses.json?q=opuses%20whose%20title%20contains%20alice Opuses whose title contains alice] | ||
*[https://sit2-base-svde.atcult.it/opuses/401.json Alice in Wonderland (Opus)] | *[https://sit2-base-svde.atcult.it/opuses/401.json Alice in Wonderland (Opus)] | ||
| Line 968: | Line 985: | ||
*[https://sit2-base-svde.atcult.it/opuses/401/works.json Alice in Wonderland (Works)] | *[https://sit2-base-svde.atcult.it/opuses/401/works.json Alice in Wonderland (Works)] | ||
*[https://sit2-base-svde.atcult.it/opuses/401/works/401-1/instances.json Alice in Wonderland (Instances of a Work)] | *[https://sit2-base-svde.atcult.it/opuses/401/works/401-1/instances.json Alice in Wonderland (Instances of a Work)] | ||
* [https://sit2-base-svde.atcult.it/opuses/401/works/401-1/instances/I0001.json Alice in Wonderland (an Instance)] | *[https://sit2-base-svde.atcult.it/opuses/401/works/401-1/instances/I0001.json Alice in Wonderland (an Instance)] | ||
*[https://sit2-base-svde.atcult.it/opuses/401/works/401-1/instances/I0001/items.json Alice in Wonderland (items of the instance above)] | *[https://sit2-base-svde.atcult.it/opuses/401/works/401-1/instances/I0001/items.json Alice in Wonderland (items of the instance above)] | ||
*[https://sit2-base-svde.atcult.it/opuses/401/works/401-1/instances/I0001/items/501.json Alice in Wonderland (an item from the list above)] | *[https://sit2-base-svde.atcult.it/opuses/401/works/401-1/instances/I0001/items/501.json Alice in Wonderland (an item from the list above)] | ||
| Line 1,003: | Line 1,020: | ||
|sort | |sort | ||
|String | |String | ||
|A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | | A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | ||
|0...1 | |0...1 | ||
|N.A. | |N.A. | ||
| Line 1,009: | Line 1,026: | ||
|[[ShareVDEmembers:APIdoc#Filters|filter]] | |[[ShareVDEmembers:APIdoc#Filters|filter]] | ||
|String | |String | ||
|A filter clause used for refining search results | |A filter clause used for refining search results | ||
|0...n | |0...n | ||
|N.A. | |N.A. | ||
| Line 1,016: | Line 1,033: | ||
|String | |String | ||
|The relator code used for refining the type of contribution | |The relator code used for refining the type of contribution | ||
|0...1 | | 0...1 | ||
|aut | |aut | ||
|}<span id=".2Fworks.2F.7Bid.7D.2Fcontributors.2F.7BcontributorId.7D" class="mw-headline">'''/works/{id}/contributors/{contributorId}'''</span> | |}<span id=".2Fworks.2F.7Bid.7D.2Fcontributors.2F.7BcontributorId.7D" class="mw-headline">'''/works/{id}/contributors/{contributorId}'''</span> | ||
| Line 1,035: | Line 1,052: | ||
|offset | |offset | ||
|Integer | |Integer | ||
| A positive integer indicating the start offset of results (fts mode only) | |A positive integer indicating the start offset of results (fts mode only) | ||
|0...1 | | 0...1 | ||
|0 | |0 | ||
|- | |- | ||
|rows | |rows | ||
|Integer | |Integer | ||
|A positive integer indicating the returned page size (fts mode only) | | A positive integer indicating the returned page size (fts mode only) | ||
|0...1 | |0...1 | ||
|10 | | 10 | ||
|- | |- | ||
|sort | |sort | ||
|String | | String | ||
|A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | |A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | ||
|0...1 | |0...1 | ||
| Line 1,054: | Line 1,071: | ||
|String | |String | ||
|A filter clause used for refining search results | |A filter clause used for refining search results | ||
| 0...n | |0...n | ||
|N.A. | |N.A. | ||
|}<span id=".2Fworks.2F.7BworkId.7D.2Finstances.2F.7BinstanceId.7D" class="mw-headline">'''/works/{workId}/instances/{instanceId}'''</span> | |}<span id=".2Fworks.2F.7BworkId.7D.2Finstances.2F.7BinstanceId.7D" class="mw-headline">'''/works/{workId}/instances/{instanceId}'''</span> | ||
| Line 1,064: | Line 1,081: | ||
Returns the items of an instance of a work. | Returns the items of an instance of a work. | ||
{| class="wikitable" | {| class="wikitable" | ||
|+Request Parameters | |+ Request Parameters | ||
!'''Name''' | !'''Name''' | ||
!'''Type''' | !'''Type''' | ||
!'''Description''' | ! | ||
'''Description''' | |||
!'''Cardinality''' | !'''Cardinality''' | ||
!'''Default Value''' | !'''Default Value''' | ||
| Line 1,073: | Line 1,091: | ||
|offset | |offset | ||
|Integer | |Integer | ||
| A positive integer indicating the start offset of results (fts mode only) | |A positive integer indicating the start offset of results (fts mode only) | ||
|0...1 | |0...1 | ||
| 0 | |0 | ||
|- | |- | ||
|rows | |rows | ||
|Integer | |Integer | ||
|A positive integer indicating the returned page size (fts mode only) | |A positive integer indicating the returned page size (fts mode only) | ||
|0...1 | |0...1 | ||
|10 | |10 | ||
|- | |- | ||
| Line 1,086: | Line 1,104: | ||
|String | |String | ||
| A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | | A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | ||
| 0...1 | |0...1 | ||
|N.A. | |N.A. | ||
|- | |- | ||
| [[ShareVDEmembers:APIdoc#Filters|filter]] | |[[ShareVDEmembers:APIdoc#Filters|filter]] | ||
|String | |String | ||
|A filter clause used for refining search results | |A filter clause used for refining search results | ||
| Line 1,100: | Line 1,118: | ||
<span id="Examples_8" class="mw-headline">'''Examples'''</span> | <span id="Examples_8" class="mw-headline">'''Examples'''</span> | ||
Note that since the exact type of the agent cannot be known in advance, the request makes use of the ...on <type> construct. | Note that since the exact type of the agent cannot be known in advance, the request makes use of the ...on <type> construct. | ||
*[https://sit2-base-svde.atcult.it/works/401-1/instances.json Alice in Wonderland (Instances of a Work)] | *[https://sit2-base-svde.atcult.it/works/401-1/instances.json Alice in Wonderland (Instances of a Work)] | ||
*[https://sit2-base-svde.atcult.it/works/401-1/instances/I0001.json Alice in Wonderland (an Instance)] | *[https://sit2-base-svde.atcult.it/works/401-1/instances/I0001.json Alice in Wonderland (an Instance)] | ||
| Line 1,149: | Line 1,167: | ||
|offset | |offset | ||
|Integer | |Integer | ||
| A positive integer indicating the start offset of results (fts mode only) | |A positive integer indicating the start offset of results (fts mode only) | ||
|0...1 | |0...1 | ||
|0 | |0 | ||
| Line 1,156: | Line 1,174: | ||
|Integer | |Integer | ||
|A positive integer indicating the returned page size (fts mode only) | |A positive integer indicating the returned page size (fts mode only) | ||
|0...1 | |0...1 | ||
|10 | |10 | ||
|- | |- | ||
|sort | |sort | ||
|String | |String | ||
|A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | |A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | ||
| Line 1,187: | Line 1,205: | ||
Returns a specific item. | Returns a specific item. | ||
<span id="Examples_10" class="mw-headline">'''Examples'''</span> | <span id="Examples_10" class="mw-headline">'''Examples'''</span> | ||
*[https://sit2-base-svde.atcult.it/items/501.json An item, literal attributes and an object properties (availability)] | *[https://sit2-base-svde.atcult.it/items/501.json An item, literal attributes and an object properties (availability)] | ||
== <span id="Publication" class="mw-headline">Publication</span>== | ==<span id="Publication" class="mw-headline">Publication</span>== | ||
A publication is a logical entity which wraps together an instance (including the items) plus the parent Work. Being the instance the central entity, its local identifier is used also for denoting the corresponding publication identity (and URI) | A publication is a logical entity which wraps together an instance (including the items) plus the parent Work. Being the instance the central entity, its local identifier is used also for denoting the corresponding publication identity (and URI) | ||
| Line 1,220: | Line 1,238: | ||
|String | |String | ||
|A publication query expressed in [[ShareVDEmembers:APIdoc/Query Languages#SvdeQL|SVDEQL]] | |A publication query expressed in [[ShareVDEmembers:APIdoc/Query Languages#SvdeQL|SVDEQL]] | ||
| 1 | |1 | ||
|N.A. | |N.A. | ||
|- | |- | ||
|sort | |sort | ||
|String | |String | ||
|A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | |A valid [[ShareVDEmembers:APIdoc#Sort|sort]] clause (fts mode only) | ||
| Line 1,229: | Line 1,248: | ||
|N.A. | |N.A. | ||
|- | |- | ||
|offset | |offset | ||
|Integer | |Integer | ||
|A positive integer indicating the start offset of results (fts mode only) | |A positive integer indicating the start offset of results (fts mode only) | ||
|0...1 | |0...1 | ||
|0 | |0 | ||
|- | |- | ||
|rows | |rows | ||
|Integer | | Integer | ||
|A positive integer indicating the returned page size (fts mode only) | |A positive integer indicating the returned page size (fts mode only) | ||
|0...1 | |0...1 | ||
| 10 | |10 | ||
|- | |- | ||
| [[ShareVDEmembers:APIdoc#Filters|filter]] | |[[ShareVDEmembers:APIdoc#Filters|filter]] | ||
| String | |String | ||
|A filter clause used for refining search results | |A filter clause used for refining search results | ||
|0...n | |0...n | ||
| N.A. | |N.A. | ||
|}<span id=".2Fpublications.2F.7Bid.7D" class="mw-headline">/publications/{id}</span> | |}<span id=".2Fpublications.2F.7Bid.7D" class="mw-headline">/publications/{id}</span> | ||
Returns the publication associated with the given identifier. | Returns the publication associated with the given identifier. | ||
==<span id="Controlled_Vocabulary_Entities" class="mw-headline">Controlled Vocabulary Entities</span> == | ===Similar publications: /publications/{id}/like=== | ||
Returns publications '''similar''' to a given publication. | |||
<code>GET /publications/{id}/like</code> | |||
Parameters (optional): <code>sort</code>, <code>rows</code> (default 10), <code>offset</code> (default 0), <code>filter</code> (repeatable), <code>refinementQuery</code>. The response includes <code>totalMatches</code>. | |||
==<span id="Controlled_Vocabulary_Entities" class="mw-headline">Controlled Vocabulary Entities</span>== | |||
Other than the entities described above, referred as "core entities", the Share-VDE domain model includes some other entities that are gathered from external sources, assigned a Share-VDE URI and linked to core entities. | Other than the entities described above, referred as "core entities", the Share-VDE domain model includes some other entities that are gathered from external sources, assigned a Share-VDE URI and linked to core entities. | ||
| Line 1,284: | Line 1,310: | ||
<span class="p">}</span> | <span class="p">}</span> | ||
<span class="p">}</span> | <span class="p">}</span> | ||
The list includes: | The list includes: | ||
*Format | *Format | ||
*Role | *Role | ||
*Language | *Language | ||
*Agent Type | * Agent Type | ||
* Genre | *Genre | ||
* Occupation | *Occupation | ||
*Availability | *Availability | ||
*Form | *Form | ||
| Line 1,311: | Line 1,337: | ||
!'''Default Value''' | !'''Default Value''' | ||
|- | |- | ||
| q | |q | ||
|String | |String | ||
|A typeahead query expressed in TermsQL (terms) | |A typeahead query expressed in TermsQL (terms) | ||
|1 | |1 | ||
|N.A. | |N.A. | ||
| Line 1,319: | Line 1,345: | ||
|fuzzy | |fuzzy | ||
|Boolean | |Boolean | ||
|Enables / disables the fuzzy logic (typeahead mode only) | |Enables / disables the fuzzy logic (typeahead mode only) | ||
|0...1 | |0...1 | ||
|true | | true | ||
|- | |- | ||
|edits | |edits | ||
|Integer | |Integer | ||
|Max edit distance in fuzzy logic. Can be 1 or 2 (typeahead mode only) | |Max edit distance in fuzzy logic. Can be 1 or 2 (typeahead mode only) | ||
|0...1 | | 0...1 | ||
|1 | | 1 | ||
|}<span id=".2FresourceType.2F.7Bid.7D" class="mw-headline">'''/resourceType/{id}'''</span> | |}<span id=".2FresourceType.2F.7Bid.7D" class="mw-headline">'''/resourceType/{id}'''</span> | ||
Latest revision as of 12:39, 3 July 2026
Warning: The root searches /works, /instances,
/items and /dates require the svde-editor-base role and are not
accessible with the svde-resource-read scope alone. A read-only integrator must use
hierarchical navigation instead.
Stats
The /stats endpoint returns high-level aggregations about the whole knowledge base. There's an "extended" boolean parameter which drives the response format, specifically:
When it is set to false, the response is very concise, see the following example:
{
"item": 137,
"agent": {
"person": 54,
"organization": 16,
"family": 16,
"meeting": 9
},
"instance": 146,
"opus": 120,
"work": 138,
"subject": 103
}The response returns the counts for each entity type. The "agent" is actually a group that contains the agent types counts. It is possible to set a request parameter called "provenance" that will cause the response to return only provenance-specific values. The response in this case has exactly the same shape but counts refer only to the requested provenance. In case the extended parameter is set to true, then the response is more articulated because counts are broken by provenance:
"https://svde.org/agents/NLF": {
"item": 3,
"agent": {
"person": 4,
"organization": 2,
"family": 1
},
"instance": 4,
"work": 5,
"opus": 3,
"totalCount": 22
},
"https://svde.org/agents/NYU": {
"item": 7,
"agent": {
"person": 4,
"organization": 1,
"family": 3,
"meeting": 2
},
"instance": 7,
"work": 8,
"opus": 8,
"totalCount": 40
},
"https://svde.org/agents/NORTHWESTERN": {
"agent": {
"person": 1,
"meeting": 1
},
"instance": 1,
"work": 2,
"opus": 2,
"totalCount": 7
},
...Resource
Note: this endpoint is temporarily unavailable on some environments (a server-side error is being fixed). Check its status before relying on it in an integration.
A ShareVDE resource is an abstract and high-level concept which maps agents and opuses.
/resources
Simple search across Share-VDE resources.
| Name | Type | Description | Cardinality | Default Value |
|---|---|---|---|---|
| q | String | An agent query expressed in SVDEQL or TermsQL (terms) | 1 | N.A. |
| sort | String | A valid sort clause (fts mode only) | 0...1 | N.A. |
| offset | Integer | A positive integer indicating the start offset of results (fts mode only) | 0...1 | 0 |
| rows | Integer | A positive integer indicating the returned page size (fts mode only) | 0...1 | 10 |
| partialMatch | Boolean | Forces a partial match search (entered query terms are considered optional) | 0...1 | false |
| filter | String | A filter clause used for refining search results | 0...n | N.A. |
Agent
The Agent is an abstract concept which concretely maps people, organisations, conferences, families, jurisdictions, etc., that play a role (or even multiple roles) such as authors, editors, distributors, illustrator, publisher, etc.
/agents
Fulltext or Typeahead search across Share-VDE agents.
| Name | Type | Description | Cardinality | Default Value |
|---|---|---|---|---|
| q | String | An agent query expressed in SVDEQL or TermsQL (terms) | 1 | N.A. |
| mode | Enum | One among fts (fulltext search) and typeahead | 0...1 | fts |
| sort | String | A valid sort clause (fts mode only) | 0...1 | N.A. |
| offset | Integer | A positive integer indicating the start offset of results (fts mode only) | 0...1 | 0 |
| rows | Integer | A positive integer indicating the returned page size (fts mode only) | 0...1 | 10 |
| fuzzy | Boolean | Enables / disables the fuzzy logic (typeahead mode only) | 0...1 | true |
| edits | Integer | Max edit distance in fuzzy logic. Can be 1 or 2 (typeahead mode only) | 0...1 | 1 |
| partialMatch | Forces a partial match search (simple search only) | 0...1 | false | |
| filter | String | A filter clause used for refining search results | 0...n | N.A. |
/agents/{agentId}
Returns the agent associated with the given identifier.
/agents/{agentId}/opuses
Returns the opuses of the agent associated with the given identifier.
| Name | Type | Description | Cardinality | Default Value |
|---|---|---|---|---|
| offset | Integer | A positive integer indicating the start offset of results (fts mode only) | 0...1 | 0 |
| rows | Integer | A positive integer indicating the returned page size (fts mode only) | 0...1 | 10 |
| sort | String | A valid sort clause (fts mode only) | 0...1 | N.A. |
| filter | String | A filter clause used for refining search results | 0...n | N.A. |
| role | String | The relator code used for refining the type of contribution | 0...1 | N.A. |
Examples
- Agents whose names contains carroll
- A sublist of all agents whose name contains carroll, sorted by name and paged
- Agents typeahead search using carro
- Agents typeahead search using carto (fuzzy match)
- Agents typeahead search using carto (no fuzzy)
- Lewis Carroll
Works by an agent vs. works about an agent
For each agent type (agents, people, organizations, meetings, families) there are two distinct navigations, not to be confused:
GET /{type}/{id}/opuses— works the agent is the author/contributor of.GET /{type}/{id}/opuses/about— works that have the agent as their subject (the
agent is the topic of the work, not its author).
Parameters of /opuses/about (all optional): sort, rows, offset, filter (repeatable).
Example: GET /people/{id}/opuses returns the books written by a person; GET /people/{id}/opuses/about returns the books written about that person.
Person
A person is an individual or identity established by an individual (either alone or in collaboration with one or more other individuals). It is a concrete subclass of Agent and provides a set of attributes, both datatype and object properties which interconnect the entity to opuses and other bibliographic entities in the Share-VDE domain model.
/people
Fulltext or Typeahead search across Share-VDE people.
| Name | Type | Description | Cardinality | Default Value |
|---|---|---|---|---|
| q | String | A people query expressed in SVDEQL or TermsQL (terms) | 1 | N.A. |
| mode | Enum | One among fts (fulltext search) and typeahead | 0...1 | fts |
| sort | String | A valid sort clause (fts mode only) | 0...1 | N.A. |
| offset | Integer | A positive integer indicating the start offset of results (fts mode only) | 0...1 | 0 |
| rows | Integer | A positive integer indicating the returned page size (fts mode only) | 0...1 | 10 |
| fuzzy | Boolean | Enables / disables the fuzzy logic (typeahead mode only) | 0...1 | true |
| edits | Integer | Max edit distance in fuzzy logic. Can be 1 or 2 (typeahead mode only) | 0...1 | 1 |
| partialMatch | Boolean | Forces a partial match search (simple search only) | 0...1 | false |
| filter | String | A filter clause used for refining search results | 0...n | N.A. |
/people/{id}
Returns the agent associated with the given identifier.
/people/{id}/opuses
Returns the opuses of the person associated with the given identifier.
| Name | Type | Description | Cardinality | Default Value |
|---|---|---|---|---|
| offset | Integer | A positive integer indicating the start offset of results (fts mode only) | 0...1 | 0 |
| rows | Integer | A positive integer indicating the returned page size (fts mode only) | 0...1 | 10 |
| sort | String | A valid sort clause (fts mode only) | 0...1 | N.A. |
| filter | String | A filter clause used for refining search results | 0...n | N.A. |
| role | String | The relator code used for refining the type of contribution | 0...1 | aut |
/people/{id}/occupations
Returns the occupations of the person associated with the given identifier.
/people/{id}/occupations/{occupationId}
Returns the occupation (related with a specific person) associated with the given identifier.
Examples
- People whose names contains carroll
- A sublist of all people whose name contains carroll, sorted by name and paged
- People typeahead search using carro
- People typeahead search using carto (fuzzy match)
- People typeahead search using carto (no fuzzy)
- Lewis Carroll
- Lewis Carroll's occupations
- Lewis Carroll's opuses
Meeting
Gathering of individuals or representatives of various bodies for the purpose of discussing and/or acting on topics of common interest. It is a concrete subclass of Agent and provides a set of attributes, both datatype and object property which interconnect the entity to opuses and other bibliographic entities in the Share-VDE domain model.
/meetings
Fulltext or Typeahead search across Share-VDE meetings.
| Name | Type | Description | Cardinality | Default Value |
|---|---|---|---|---|
| q | String | A meeting query expressed in SVDEQL or TermsQL (terms) | 1 | N.A. |
| mode | Enum | One among fts (fulltext search) and typeahead | 0...1 | fts |
| sort | String | A valid sort clause (fts mode only) | 0...1 | N.A. |
| offset | Integer | A positive integer indicating the start offset of results (fts mode only) | 0...1 | 0 |
| rows | Integer | A positive integer indicating the returned page size (fts mode only) | 0...1 | 10 |
| fuzzy | Boolean | Enables / disables the fuzzy logic (typeahead mode only) | 0...1 | true |
| edits | Integer | Max edit distance in fuzzy logic. Can be 1 or 2 (typeahead mode only) | 0...1 | 1 |
| partialMatch | Boolean | Forces a partial match search (simple search only) | 0...1 | false |
| filter | String | A filter clause used for refining search results | 0...n | N.A. |
/meetings/{id}
Returns the meeting associated with the given identifier.
/meetings/{id}/opuses
Returns the opuses of the meeting associated with the given identifier.
| Name | Type | Description | Cardinality | Default Value |
|---|---|---|---|---|
| offset | Integer | A positive integer indicating the start offset of results (fts mode only) | 0...1 | 0 |
| rows | Integer | A positive integer indicating the returned page size (fts mode only) | 0...1 | 10 |
| sort | String | A valid sort clause (fts mode only) | 0...1 | N.A. |
| filter | String | A filter clause used for refining search results | 0...n | N.A. |
| role | String | The relator code used for refining the type of contribution | 0...1 | aut |
Examples
- Meetings whose names contains eaton
- Meetings typeahead search using eat
- Meetings typeahead search using iat (fuzzy match)
- Meetings typeahead search using iat (no fuzzy)
- Annual J. Lloyd Eaton Conference on Science Fiction and Fantasy Literature
Organization
A corporation or group of persons and/or organisations that acts, or may act, as a unit. It is a concrete subclass of Agent and provides a set of attributes, both datatype and object property which interconnect the entity to opuses and other bibliographic entities in the Share-VDE domain model.
/organizations
Fulltext or Typeahead search across Share-VDE organisations.
| Name | Type | Description | Cardinality | Default Value |
|---|---|---|---|---|
| q | String | An organisation query expressed in SVDEQL or TermsQL (terms) | 1 | N.A. |
| mode | Enum | One among fts (fulltext search) and typeahead | 0...1 | fts |
| sort | String | A valid sort clause (fts mode only) | 0...1 | N.A. |
| offset | Integer | A positive integer indicating the start offset of results (fts mode only) | 0...1 | 0 |
| rows | Integer | A positive integer indicating the returned page size (fts mode only) | 0...1 | 10 |
| fuzzy | Boolean | Enables / disables the fuzzy logic (typeahead mode only) | 0...1 | true |
| edits | Integer | Max edit distance in fuzzy logic. Can be 1 or 2 (typeahead mode only) | 0...1 | 1 |
| partialMatch | Boolean | Forces a partial match search (simple search only) | 0...1 | false |
| filter | String | A filter clause used for refining search results | 0...n | N.A. |
/organizations/{id}
Returns the organisation associated with the given identifier.
/organizations/{id}/opuses
Returns the opuses of the organisation associated with the given identifier.
| Name | Type | Description | Cardinality | Default Value |
|---|---|---|---|---|
| offset | Integer | A positive integer indicating the start offset of results (fts mode only) | 0...1 | 0 |
| rows | Integer | A positive integer indicating the returned page size (fts mode only) | 0...1 | 10 |
| sort | String | A valid sort clause (fts mode only) | 0...1 | N.A. |
| filter | String | A filter clause used for refining search results | 0...n | N.A. |
| role | String | The relator code used for refining the type of contribution | 0...1 | aut |
Examples
- First 10 organisations whose name doesn't contain xyz
- A sublist of all organisations whose name doesn't contain xyz, sorted by name and paged
- Organisations typeahead search using intern
- Organisations typeahead search using intrn (fuzzy match)
- Organisations typeahead search using intrn (no fuzzy)
- American Library Association (ALA)
Family
Two or more persons related by birth, marriage, adoption, civil union, or similar legal status, or who otherwise present themselves as a family. It is a concrete subclass of Agent and provides a set of attributes, both datatype and object property which interconnect the entity to opuses and other bibliographic entities in the Share-VDE domain model.
/families
Fulltext or Typeahead search across Share-VDE families.
| Name | Type | Description | Cardinality | Default Value |
|---|---|---|---|---|
| q | String | A family query expressed in SVDEQL or TermsQL (terms) | 1 | N.A. |
| mode | Enum | One among fts (fulltext search) and typeahead | 0...1 | fts |
| sort | String | A valid sort clause (fts mode only) | 0...1 | N.A. |
| offset | Integer | A positive integer indicating the start offset of results (fts mode only) | 0...1 | 0 |
| rows | Integer | A positive integer indicating the returned page size (fts mode only) | 0...1 | 10 |
| fuzzy | Boolean | Enables / disables the fuzzy logic (typeahead mode only) | 0...1 | true |
| edits | Integer | Max edit distance in fuzzy logic. Can be 1 or 2 (typeahead mode only) | 0...1 | 1 |
| partialMatch | Boolean | Forces a partial match search (simple search only) | 0...1 | false |
| filter | String | A filter clause used for refining search results | 0...n | N.A. |
/families/{id}
Returns the family associated with the given identifier.
/families/{id}/opuses
Returns the opuses of the family associated with the given identifier.
| Name | Type | Description | Cardinality | Default Value |
|---|---|---|---|---|
| offset | Integer | A positive integer indicating the start offset of results (fts mode only) | 0...1 | 0 |
| rows | Integer | A positive integer indicating the returned page size (fts mode only) | 0...1 | 10 |
| sort | String | A valid sort clause (fts mode only) | 0...1 | N.A. |
| filter | String | A filter clause used for refining search results | 0...n | N.A. |
| role | String | The relator code used for refining the type of contribution | 0...1 | aut |
Examples
- First 10 families whose name doesn't contain xyz
- A sublist of all families whose name doesn't contain xyz, sorted by name and paged
- Families typeahead search using emili
- Families typeahead search using amili (fuzzy match)
- Families typeahead search using pirani (no fuzzy)
Opus
The highest level of abstraction, a Work, in the BIBFRAME context, reflects the conceptual essence of the cataloged resource: authors, languages, and what it is about[2].
/opuses
Fulltext search across Share-VDE opuses.
| Name | Type | Description | Cardinality | Default Value |
|---|---|---|---|---|
| q | String | An opus query expressed in SVDEQL | 1 | N.A. |
| sort | String | A valid sort clause (fts mode only) | 0...1 | N.A. |
| offset | Integer | A positive integer indicating the start offset of results (fts mode only) | 0...1 | 0 |
| rows | Integer | A positive integer indicating the returned page size (fts mode only) | 0...1 | 10 |
| partialMatch | Boolean | Forces a partial match search (simple search only) | 0...1 | false |
| filter | String | A filter clause used for refining search results | 0...n | N.A. |
/opuses/{id}
Returns the opus associated with the given identifier.
/opuses/{id}/contributors
Returns the contributors of a given opus.
| Name | Type | Description | Cardinality | Default Value |
|---|---|---|---|---|
| offset | Integer | A positive integer indicating the start offset of results (fts mode only) | 0...1 | 0 |
| rows | Integer | A positive integer indicating the returned page size (fts mode only) | 0...1 | 10 |
| sort | String | A valid sort clause (fts mode only) | 0...1 | N.A. |
| filter | String | A filter clause used for refining search results | 0...n | N.A. |
| role | String | The relator code used for refining the type of contribution | 0...1 | aut |
/opuses/{id}/contributors/{contributorId}
Returns the contributor of a given opus.
/opuses/{id}/publications
Returns the publications of a given opus.
| Name | Type | Description | Cardinality | Default Value |
|---|---|---|---|---|
| offset | Integer | A positive integer indicating the start offset of results (fts mode only) | 0...1 | 0 |
| rows | Integer | A positive integer indicating the returned page size (fts mode only) | 0...1 | 10 |
| sort | String | A valid sort clause (fts mode only) | 0...1 | N.A. |
| filter | String | A filter clause used for refining search results | 0...n | N.A. |
/opuses/{id}/publications/{publicationId}
Returns a specific publication of a given opus.
/opuses/{id}/works
Returns the works of a given opus.
| Name | Type | Description | Cardinality | Default Value |
|---|---|---|---|---|
| offset | Integer | A positive integer indicating the start offset of results (fts mode only) | 0...1 | 0 |
| rows | Integer | A positive integer indicating the returned page size (fts mode only) | 0...1 | 10 |
| sort | String | A valid sort clause (fts mode only) | 0...1 | N.A. |
| filter | String | A filter clause used for refining search results | 0...n | N.A. |
/opuses/{id}/works/{workId}
Returns a specific work of a given opus.
/opuses/{id}/works/{workId}/instances
Returns the instances of a work of a given opus.
| Name | Type | Description | Cardinality | Default Value |
|---|---|---|---|---|
| offset | Integer | A positive integer indicating the start offset of results (fts mode only) | 0...1 | 0 |
| rows | Integer | A positive integer indicating the returned page size (fts mode only) | 0...1 | 10 |
| sort | String | A valid sort clause (fts mode only) | 0...1 | N.A. |
| filter | String | A filter clause used for refining search results | 0...n | N.A. |
/opuses/{id}/works/{workId}/instances/{instanceId}
Returns a specific work of a given opus.
/opuses/{id}/works/{workId}/instances/{instanceId}/items
Returns the items of an instance of a work of a given opus.
| Name | Type | Description | Cardinality | Default Value |
|---|---|---|---|---|
| offset | Integer | A positive integer indicating the start offset of results (fts mode only) | 0...1 | 0 |
| rows | Integer | A positive integer indicating the returned page size (fts mode only) | 0...1 | 10 |
| sort | String | A valid sort clause (fts mode only) | 0...1 | N.A. |
| filter | String | A filter clause used for refining search results | 0...n | N.A. |
/opuses/{id}/works/{workId}/instances/{instanceId}/items/{itemId}
Returns a specific item.
Examples
Note that since the exact type of the agent cannot be known in advance, the request makes use of the ...on <type> construct.
- Opuses whose title contains alice
- Alice in Wonderland (Opus)
- Contributors of Alice in Wonderland
- Authors of Alice in Wonderland
- Alice in Wonderland (Works)
- Alice in Wonderland (Instances of a Work)
- Alice in Wonderland (an Instance)
- Alice in Wonderland (items of the instance above)
- Alice in Wonderland (an item from the list above)
Work
An intermediate level of abstraction which reflects an expression of a given Opus.
/works/{id}
Returns the work associated with the given identifier.
/works/{id}/contributors
Returns the contributors of a given work.
| Name | Type | Description | Cardinality | Default Value |
|---|---|---|---|---|
| offset | Integer | A positive integer indicating the start offset of results (fts mode only) | 0...1 | 0 |
| rows | Integer | A positive integer indicating the returned page size (fts mode only) | 0...1 | 10 |
| sort | String | A valid sort clause (fts mode only) | 0...1 | N.A. |
| filter | String | A filter clause used for refining search results | 0...n | N.A. |
| role | String | The relator code used for refining the type of contribution | 0...1 | aut |
/works/{id}/contributors/{contributorId}
Returns the contributor of a given work.
/works/{workId}/instances
Returns the instances of a work.
| Name | Type | Description | Cardinality | Default Value |
|---|---|---|---|---|
| offset | Integer | A positive integer indicating the start offset of results (fts mode only) | 0...1 | 0 |
| rows | Integer | A positive integer indicating the returned page size (fts mode only) | 0...1 | 10 |
| sort | String | A valid sort clause (fts mode only) | 0...1 | N.A. |
| filter | String | A filter clause used for refining search results | 0...n | N.A. |
/works/{workId}/instances/{instanceId}
Returns a specific work.
/works/{workId}/instances/{instanceId}/items
Returns the items of an instance of a work.
| Name | Type |
Description |
Cardinality | Default Value |
|---|---|---|---|---|
| offset | Integer | A positive integer indicating the start offset of results (fts mode only) | 0...1 | 0 |
| rows | Integer | A positive integer indicating the returned page size (fts mode only) | 0...1 | 10 |
| sort | String | A valid sort clause (fts mode only) | 0...1 | N.A. |
| filter | String | A filter clause used for refining search results | 0...n | N.A. |
/works/{workId}/instance/{instanceId}/items/{itemId}
Returns a specific item.
Examples
Note that since the exact type of the agent cannot be known in advance, the request makes use of the ...on <type> construct.
- Alice in Wonderland (Instances of a Work)
- Alice in Wonderland (an Instance)
- Alice in Wonderland (items of the instance above)
- Alice in Wonderland (an item from the list above)
Instance
A Work may have one or more individual, material embodiments, for example, a particular published form. These are Instances of the Work. An Instance reflects information such as its publisher, place and date of publication, and format[2].
/instance/{instanceId}
Returns a specific instance. The Instance entity provides a connection to the bibliographic records that contributed to its definition. Specifically, when at least one of those connections is available, the instance resource representation will contain an additional set of links under the "opac" category. Each link provides the URL and the owning provenance (code). Here's an example:
{ "preferredHeading": "Lewis Carroll's Alice's adventures in Wonderland", ... "_links": { "self": { "href": "https://svde.org/instances/I0001" }, "opac": [ { "type": "STANFORD" "href": "https://searchworks.stanford.edu/view/9386906" }, ... (other opacs) }, "format": { "href": "https://svde.org/formats/nc" }, "publicationPlace": { "href": "https://svde.org/places/4930956" }, "items": { "href": "https://svde.org/instances/I0001/items" } } }
/instances/{instanceId}/items
Returns the items of an instance.
| Name | Type | Description | Cardinality | Default Value |
|---|---|---|---|---|
| offset | Integer | A positive integer indicating the start offset of results (fts mode only) | 0...1 | 0 |
| rows | Integer | A positive integer indicating the returned page size (fts mode only) | 0...1 | 10 |
| sort | String | A valid sort clause (fts mode only) | 0...1 | N.A. |
| filter | String | A filter clause used for refining search results | 0...n | N.A. |
/instances/{instanceId}/items/{itemId}
Returns a specific item.
Examples
Note that since the exact type of the agent cannot be known in advance, the request makes use of the ...on <type> construct.
- Alice in Wonderland (an Instance)
- Alice in Wonderland (items of the instance above)
- Alice in Wonderland (an item from the list above)
Item
An item is an actual copy (physical or electronic) of an Instance. It reflects information such as its location (physical or virtual), shelf mark, and barcode[2].
/items/{itemId}
Returns a specific item.
Examples
Publication
A publication is a logical entity which wraps together an instance (including the items) plus the parent Work. Being the instance the central entity, its local identifier is used also for denoting the corresponding publication identity (and URI)
The representation is therefore very simple as it consists of the following:
{ "_links": { "self": { "href": "https://share.vde.org/publications/I0003" }, "instance": { "href": "https://share.vde.org/instances/I0003" }, "work": { "href": "https://share.vde.org/works/401-2" } } }
/publications
Fulltext search across Share-VDE publications.
| Name | Type | Description | Cardinality | Default Value |
|---|---|---|---|---|
| q | String | A publication query expressed in SVDEQL | 1 | N.A. |
| sort | String | A valid sort clause (fts mode only) | 0...1 | N.A. |
| offset | Integer | A positive integer indicating the start offset of results (fts mode only) | 0...1 | 0 |
| rows | Integer | A positive integer indicating the returned page size (fts mode only) | 0...1 | 10 |
| filter | String | A filter clause used for refining search results | 0...n | N.A. |
/publications/{id}
Returns the publication associated with the given identifier.
Similar publications: /publications/{id}/like
Returns publications similar to a given publication.
GET /publications/{id}/like
Parameters (optional): sort, rows (default 10), offset (default 0), filter (repeatable), refinementQuery. The response includes totalMatches.
Controlled Vocabulary Entities
Other than the entities described above, referred as "core entities", the Share-VDE domain model includes some other entities that are gathered from external sources, assigned a Share-VDE URI and linked to core entities.
IMPORTANT: at time of writing the controlled vocabulary entities do not provide any content negotiation capability. That means the available endpoints always returns JSON according to HATEOAS specs.
"format" typeahead search results:
"_embedded": { "otherLanguages": [ { "language": "fra", "preferredHeading": "<b>Bo</b>bine de bande informatique", "uri": "https://svde.org/formats/ch" }, { "language": "ita", "preferredHeading": "<b>Bo</b>bina di nastro per computer", "uri": "https://svde.org/formats/ch" }, ...
A single format
{ "preferredHeading": "Computer tape reel", "comingFromSolr": true, "_links": { "self": [ { "href": "http://id.loc.gov/vocabulary/carriers/ch", "type": "other" }, { "href": "http://sit2-base-svde.atcult.it/formats/ch" } ] } }
The list includes:
- Format
- Role
- Language
- Agent Type
- Genre
- Occupation
- Availability
- Form
- Place
- OpusType
- PublicationType
Each entity of this type provide two endpoints: a collection, which provides in turn typeahead search capabilities, and a single resource endpoint.
- Search all formats using "bo" as search criteria
- Search all occupations using "bo" as search criteria
- A format
/{resourceType}
Typeahead search across Share-VDE controlled vocabulary entity.Note that the URI uses the plural form (e.g. /languages, /occupations, /forms)
| Name | Type | Description | Cardinality | Default Value |
|---|---|---|---|---|
| q | String | A typeahead query expressed in TermsQL (terms) | 1 | N.A. |
| fuzzy | Boolean | Enables / disables the fuzzy logic (typeahead mode only) | 0...1 | true |
| edits | Integer | Max edit distance in fuzzy logic. Can be 1 or 2 (typeahead mode only) | 0...1 | 1 |
/resourceType/{id}
Returns the controlled vocabulary entity associated with the given identifier. Note that the URI uses the plural form (e.g. /languages, /occupations, /forms)
---------------