From 9974f0cf8deea74c5a863385495c8ab2134154ef Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Fri, 17 Apr 2015 00:07:05 +0100 Subject: [PATCH] Fix type declarations of free_to_read and license_ref properties A `@type` value of `@id` indicates that the value of this property is a string that represents a URI, which is not the case for either the free_to_read or license_ref properties. --- niso-ali-1.0.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/niso-ali-1.0.json b/niso-ali-1.0.json index f40af1f..d58dcde 100644 --- a/niso-ali-1.0.json +++ b/niso-ali-1.0.json @@ -2,8 +2,6 @@ "@context": { "@vocab": "http://www.niso.org/schemas/ali/1.0/jsonld.json", "xsd": "http://www.w3.org/2001/XMLSchema#", - "free_to_read": { "@type": "@id" }, - "license_ref": { "@type": "@id" }, "uri": { "@type": "@id" }, "start_date": { "@type": "xsd:date" }, "end_date": { "@type": "xsd:date" }