From caee5a364d7140c7e9d78effd13b46ea98afcb92 Mon Sep 17 00:00:00 2001 From: Pietro Liuzzo Date: Wed, 5 Sep 2018 07:50:55 +0200 Subject: [PATCH] removed trailing commas in @context there were some extra commas --- Navigation-Endpoint.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Navigation-Endpoint.md b/Navigation-Endpoint.md index b1b4b9f..36f9427 100644 --- a/Navigation-Endpoint.md +++ b/Navigation-Endpoint.md @@ -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, @@ -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, @@ -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, @@ -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, @@ -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, @@ -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,