Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Navigation-Endpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ The client wants to retrieve a list of passage identifiers that are part of the
"@context": {
"@vocab": "https://www.w3.org/ns/hydra/core#",
"dc": "http://purl.org/dc/terms/",
"dts": "https://w3id.org/dts/api#",
"dts": "https://w3id.org/dts/api#"
},
"@id":"/api/dts/navigation/?id=urn:cts:greekLit:tlg0012.tlg001.opp-grc",
"dts:citeDepth" : 2,
Expand Down Expand Up @@ -158,7 +158,7 @@ The client wants to retrieve a list of passage identifiers that are part of the
"@context": {
"@vocab": "https://www.w3.org/ns/hydra/core#",
"dc": "http://purl.org/dc/terms/",
"dts": "https://w3id.org/dts/api#",
"dts": "https://w3id.org/dts/api#"
},
"@id":"/api/dts/navigation/?id=urn:cts:greekLit:tlg0012.tlg001.opp-grc&level=2",
"dts:citeDepth" : 2,
Expand Down Expand Up @@ -196,7 +196,7 @@ The client wants to retrieve a list of passage identifiers that are part of the
"@context": {
"@vocab": "https://www.w3.org/ns/hydra/core#",
"dc": "http://purl.org/dc/terms/",
"dts": "https://w3id.org/dts/api#",
"dts": "https://w3id.org/dts/api#"
},
"@id":"/api/dts/navigation/?id=urn:cts:greekLit:tlg0012.tlg001.opp-grc&ref=1",
"dts:citeDepth" : 2,
Expand Down Expand Up @@ -230,7 +230,7 @@ The client wants to retrieve a list of grand-children passage identifiers that a
"@context": {
"@vocab": "https://www.w3.org/ns/hydra/core#",
"dc": "http://purl.org/dc/terms/",
"dts": "https://w3id.org/dts/api#",
"dts": "https://w3id.org/dts/api#"
},
"@id":"/api/dts/navigation/?id=urn:cts:latinLit:phi1294.phi001.perseus-lat2&ref=1",
"dts:citeDepth" : 3,
Expand Down Expand Up @@ -266,7 +266,7 @@ The client wants to retrieve a list of passage identifiers which are between two
"@context": {
"@vocab": "https://www.w3.org/ns/hydra/core#",
"dc": "http://purl.org/dc/terms/",
"dts": "https://w3id.org/dts/api#",
"dts": "https://w3id.org/dts/api#"
},
"@id":"/api/dts/navigation/?id=urn:cts:greekLit:tlg0012.tlg001.opp-grc&level=0&start=1&end=3",
"dts:citeDepth" : 2,
Expand Down Expand Up @@ -301,7 +301,7 @@ The client wants to retrieve a list of passage identifiers which are between two
"@context": {
"@vocab": "https://www.w3.org/ns/hydra/core#",
"dc": "http://purl.org/dc/terms/",
"dts": "https://w3id.org/dts/api#",
"dts": "https://w3id.org/dts/api#"
},
"@id":"/api/dts/navigation/?id=urn:cts:greekLit:tlg0012.tlg001.opp-grc&level=1&start=1&end=3",
"dts:citeDepth" : 2,
Expand Down