Commit graph

337 commits

Author SHA1 Message Date
Dave Longley
5961e603aa Do not compact to @language map when @index is present. 2013-02-18 10:33:18 -05:00
Dave Longley
fda8545943 Use '_:b' instead of '_:t' for bnode prefixes. 2013-02-17 13:38:55 -05:00
Dave Longley
d80c0acb4f Bump version. 2013-02-15 16:25:30 -05:00
Dave Longley
b53300d179 Rename default jsonld url client method. 2013-02-15 15:38:37 -05:00
Dave Longley
47e4a04f57 Rename url resolver to url client. 2013-02-15 15:34:21 -05:00
Dave Longley
fdc08dc903 Ensure vocab relative flag is passed when expanding properties. 2013-02-15 14:13:46 -05:00
Dave Longley
bea64fee03 Ensure named graph blank node IDs are relabeled. 2013-02-15 14:04:29 -05:00
Dave Longley
fbfb6c9fcb Do not compact to relative IRIs if vocab relative flag is true. 2013-02-15 12:44:00 -05:00
Dave Longley
e5f1e28ada Drop duplicates when creating node maps. 2013-02-15 12:16:26 -05:00
Dave Longley
505202c213 Compact absolute IRIs to relative IRIs. 2013-02-15 00:58:23 -05:00
Dave Longley
6e7f7a3b9a Only compact to terms when relative flag is set. 2013-02-14 13:34:28 -05:00
Dave Longley
12e18a8384 Implement @type: @vocab compaction. 2013-02-14 12:40:24 -05:00
Dave Longley
6d5934398d Reorganize and simplify value expansion. 2013-02-13 20:08:53 -05:00
Dave Longley
447aa88d61 Do not expand values that are terms unless they are vocab relative. 2013-02-13 17:16:19 -05:00
Dave Longley
2c8b2ef18d Expand @type: @vocab. 2013-02-13 17:00:05 -05:00
Dave Longley
d1ecc90e8a Skip @context key. 2013-02-12 16:11:00 -05:00
Dave Longley
5466070d7d Disallow keywords in property generator, allow alias in context. 2013-02-12 16:03:54 -05:00
Dave Longley
d7bb4b3cba Remove term definition inheritance. 2013-02-12 15:10:45 -05:00
Dave Longley
6e2b78c722 Move container var outside of loop. 2013-02-11 16:24:26 -05:00
Dave Longley
7692f6f087 Remove active_property to item_active_property. 2013-02-11 16:07:38 -05:00
Dave Longley
d1d437b9b7 Remove unused base flag. 2013-02-11 16:00:44 -05:00
Dave Longley
1bcef39068 Remove extra parameter. 2013-02-11 15:44:20 -05:00
Dave Longley
4948365c1a Remove now superfluous flag and step. 2013-02-11 15:41:46 -05:00
Dave Longley
5c5ab819d7 Simplify term definition creation, disallow @type in property generator. 2013-02-11 14:24:55 -05:00
Dave Longley
b7cf6df479 Use correct blank node namer when sharing context. 2013-02-11 11:38:52 -05:00
Dave Longley
42903065d9 Use array to add compacted item when expanded property is @list. 2013-02-11 11:01:05 -05:00
Dave Longley
1b676e47fe Remove unnecessary extra object check. 2013-02-11 10:34:46 -05:00
Dave Longley
1dab2c9987 Check for subject references within lists. 2013-02-11 10:31:49 -05:00
Dave Longley
5a6f3bc5dd Do not require a matching empty array when selecting a property generator. 2013-02-10 14:40:14 -05:00
Dave Longley
31dafae2ec Ensure property generator values are compared during term selection.
- Reuse find property generator duplicates function.
2013-02-10 14:28:28 -05:00
Dave Longley
7c2aceed28 Set some defaults for parsed url. 2013-02-08 15:51:19 -05:00
Dave Longley
612f56aa6c Fix bugs w/prepend base. 2013-02-08 15:48:23 -05:00
Dave Longley
61e1140b3b Fix bugs to pass unit tests, do JSON comparison in test runner. 2013-02-08 00:15:45 -05:00
Dave Longley
3831d5336a Fix bugs to pass compaction tests. 2013-02-07 23:47:55 -05:00
Dave Longley
a8ce5ba4a2 Fix bugs to pass expansion tests. 2013-02-07 23:08:48 -05:00
Dave Longley
6fbdfaa3b6 Various bug fixes to pass more tests. 2013-02-07 22:46:28 -05:00
Dave Longley
89dd522d45 Initial update to port over changes from jsonld.js. 2013-02-07 17:19:19 -05:00
Dave Longley
3309e2bd2b Bump version. 2013-02-04 16:05:20 -05:00
Dave Longley
002740bc69 Add version. 2013-02-04 16:03:50 -05:00
Dave Longley
fece013733 Use base IRI when expanding @type. 2012-11-12 12:55:35 -05:00
Dave Longley
4c76b11a67 Make default url resolver a separate function. 2012-10-29 09:57:24 -04:00
Dave Longley
7b20e349af Add relative @context URL resolution. 2012-10-09 13:17:25 -04:00
Dave Longley
ef8769fe5a Fixes to comply with updates to the spec(s).
- Add @vocab support.
- Convert native types in fromRDF().
- Use new canonical form for doubles in toRDF().
- Support xsd:string special cases.
- Keep going if a JSON-LD exception occurs in test runner.
2012-09-26 16:36:51 -04:00
Dave Longley
9b557af763 Add global declarations. 2012-09-19 15:24:22 -04:00
Dave Longley
2ff57e973e Fix typo. 2012-08-15 15:39:55 -04:00
Dave Longley
5299404f62 Fix list term check. 2012-06-30 21:36:03 -04:00
Dave Longley
084c9e4db1 Remove duplicate RDF statements. 2012-06-30 21:08:28 -04:00
Dave Longley
0a1058d4c0 Change addValue to allow duplicates by default. 2012-06-30 18:27:09 -04:00
Dave Longley
599e507bcc Use available aliases for @value, @language when compacting. 2012-06-25 00:00:56 -04:00
Dave Longley
7cf02461cc Fix nquads output for graph w/bnode ID. 2012-06-15 10:24:41 -04:00