https://github.com/google/cayley

sort by:
Revision Author Date Message Commit Date
edbde89 linkedql: Change name of variable in BuildIdentifier 18 January 2020, 10:28:51 UTC
87dfa3b linkedql: Replace AbsoluteIRI with iri.FullWith(ns) 18 January 2020, 10:28:51 UTC
0e122e9 Use context with properties 18 January 2020, 10:28:51 UTC
30bed96 Test context and correct implementation 18 January 2020, 10:28:51 UTC
26964a3 Handle string map in schema 18 January 2020, 10:28:51 UTC
97d6efd Use namespace everywhere a literal value is used 18 January 2020, 10:28:51 UTC
0cdefa8 Use ns in property path 18 January 2020, 10:28:51 UTC
7df597c Remove unused comment 18 January 2020, 10:28:51 UTC
dd6daf8 Use ns in entity_identifier 18 January 2020, 10:28:51 UTC
c16a2e7 Remove Type() method 18 January 2020, 10:28:51 UTC
5334c32 Separate all steps to files 18 January 2020, 10:28:51 UTC
25a893f Pass voc to all steps and create context step 18 January 2020, 10:28:51 UTC
323d5c3 kv: print a meaningful error when path is not set; fixes #865 11 January 2020, 20:14:21 UTC
b8f0b68 Fix map allocation bug in materialize.go Solution to https://github.com/cayleygraph/cayley/issues/911 09 January 2020, 11:39:03 UTC
0f70528 LinkedQL: Fix Step Names (#906) * View -> Visit, ViewBoth -> Both * Fix Type methods of Visit Steps 08 January 2020, 09:28:19 UTC
80bd8af Extracted Client (#896) * Code generated client * Fix query result type and code generation * Make client importable * Refactor server/http tests to not rely on client * Reduce magic strings * Reduce JSON LD mentions * Revert all non-server changes * Restore client * Add deprecation note regarding client * Make write response private 03 January 2020, 22:26:10 UTC
3cc8244 linkedql: refactor to avoid embedding unexported interfaces and named returns 30 December 2019, 10:39:49 UTC
a6178e7 linkedql: add FIXME comments due to ignored collation 30 December 2019, 10:39:49 UTC
491aa37 linkedql: use voc package more 30 December 2019, 10:39:49 UTC
675c7c4 linkedql: Remove values 30 December 2019, 10:39:49 UTC
bba4fce linkedql: Deserialize PropertyPath and Values correctly 30 December 2019, 10:39:49 UTC
33f5eef linkedql: Register documents 30 December 2019, 10:39:49 UTC
4d1acff linkedql: Implement Documents for all steps 30 December 2019, 10:39:49 UTC
f4c6956 linkedql: Correctly return JSON-LD 30 December 2019, 10:39:49 UTC
6d89145 linkedql: Refactor iterators to share more code 30 December 2019, 10:39:49 UTC
6d37ffd linkedql: Register missing steps 30 December 2019, 10:39:49 UTC
bf5b132 linkedql: Parse properties correctly 30 December 2019, 10:39:49 UTC
afa91a7 linkedql: Correct form of @context 30 December 2019, 10:39:49 UTC
8272cf4 linkedql: Correct single property domain serialization 30 December 2019, 10:39:49 UTC
399010f linkedql: Extract correction for the schema file format from the client PR 30 December 2019, 10:39:49 UTC
229e88f fix links in quickstart-as-application (#903) Was perusing the Cayley docs and happened upon this link that didn't work. Years of internet spelunking have steeled me for such moments, so I quickly found the docs, but the whole point of open source is so that someone does that sort of work once. 27 December 2019, 11:56:49 UTC
5b324a5 Refactor numeric operators to steps (#901) 17 December 2019, 08:51:23 UTC
18ed0db LinkedQL: Fix Step Names (#898) View -> Visit, ViewBoth -> Both 16 December 2019, 22:19:37 UTC
00dd18b Inference: Domain Range Implicit Instances (#900) Implement RDFS 2 and 3 rules: domain and range implicit class instance Restore 100% test coverage 16 December 2019, 22:10:44 UTC
4d89b8a linkedql: add todo for the unmarshal 15 December 2019, 13:54:20 UTC
7988d96 linkedql: add type assertions for operators 15 December 2019, 13:54:20 UTC
b17bf26 linkedql: rename final steps file 15 December 2019, 13:54:20 UTC
165649a linkedql: move main types to a single file 15 December 2019, 13:54:20 UTC
ff5f2e2 linkedql: Correct emitted JSON-LD schema 15 December 2019, 13:54:20 UTC
85ecba8 linkedql: Correct step types in schema 15 December 2019, 13:54:20 UTC
16721bf linkedql: add type assertion for final steps 15 December 2019, 13:54:20 UTC
97042b6 linkedql: Streamline description text 15 December 2019, 13:54:20 UTC
02ae44e linkedql: Remove ID from list in schema 15 December 2019, 13:54:20 UTC
786f915 linkedql: Add missing prefix to Placeholder type 15 December 2019, 13:54:20 UTC
a2a7dc3 linkedql: Add missing descriptions 15 December 2019, 13:54:20 UTC
243d9ad linkedql: Correct schema single range json output 15 December 2019, 13:54:20 UTC
3a58845 linkedql: Implemented Entity and Entities and corrected parsing of IRIs 15 December 2019, 13:54:20 UTC
3b737fd linkedql: refactor interfaces and fix panic in tests 15 December 2019, 13:54:20 UTC
88d1ad4 linkedql: make the schema generator internal and refactor it 15 December 2019, 13:54:20 UTC
b3352f6 linkedql: refactor value parsing 15 December 2019, 13:54:20 UTC
ffa218b linkedql: fix comments formatting 15 December 2019, 13:54:20 UTC
faca695 linkedql: refactor the schema package and rename the CLI command 15 December 2019, 13:54:20 UTC
897fb78 linkedql: use the new type for Ref 15 December 2019, 13:54:20 UTC
81dfcd1 linkedql: minimize the accepted interface for DocumentIterator 15 December 2019, 13:54:20 UTC
ba6d964 linkedql: make sure iterators implement corresponding interface 15 December 2019, 13:54:20 UTC
f49f08b linkedql: refactor DocumentIterator 15 December 2019, 13:54:20 UTC
4c9bdfb linkedql: rename iterator files to have a common prefix 15 December 2019, 13:54:20 UTC
083ef1c linkedql: Add TODO comments for properties 15 December 2019, 13:54:20 UTC
b0365da linkedql: Add comments for PropertyIRIStrings 15 December 2019, 13:54:20 UTC
765098f linkedql: Allow passing IRIs and strings as properties 15 December 2019, 13:54:20 UTC
3b78b00 linkedql: Add Where step 15 December 2019, 13:54:20 UTC
3035e09 linkedql: TestGenerateSchema to just validate no error was thrown 15 December 2019, 13:54:20 UTC
94d5ef5 linkedql: Alias ViewBoth with Both 15 December 2019, 13:54:20 UTC
626a374 linkedql: Rename except to difference Allow providing multiple steps to difference Improve description of difference 15 December 2019, 13:54:20 UTC
3c28900 linkedql: Correct tests 15 December 2019, 13:54:20 UTC
2853926 linkedql: Rename both to viewBoth Improve description of view Remove the tags argument from viewBoth 15 December 2019, 13:54:20 UTC
d54ef84 linkedql: Improve naming and description of Back 15 December 2019, 13:54:20 UTC
6b235bc linkedql: Align format for all edited descriptions 15 December 2019, 13:54:20 UTC
2b5a703 linkedql: Improve description of Intersect 15 December 2019, 13:54:20 UTC
b026845 linkedql: Correct usage of Placeholder 15 December 2019, 13:54:20 UTC
b7fb85f linkedql: Correct field access for as 15 December 2019, 13:54:20 UTC
06fa861 linkedql: Change as to retrieve one name only and improve description 15 December 2019, 13:54:20 UTC
f34ee1d linkedql: Improve the description of View 15 December 2019, 13:54:20 UTC
22b2b77 linkedql: Rename Morphism to Placeholder, move it and give it better description 15 December 2019, 13:54:20 UTC
d7508fb linkedql: Improve description of vertex 15 December 2019, 13:54:20 UTC
43667e8 linkedql: Fix properties of nested aliases 15 December 2019, 13:54:20 UTC
65f51a7 linkedql: Add back in and out aliases 15 December 2019, 13:54:20 UTC
e3c7b7f linkedql: Add linkedql-schema command to cayley CLI 15 December 2019, 13:54:20 UTC
c22e8b5 linkedql: Add description to schema 15 December 2019, 13:54:20 UTC
467c7fe linkedql: Placehold comment for now 15 December 2019, 13:54:20 UTC
0222a55 linkedql: WIP: get description 15 December 2019, 13:54:20 UTC
34b2674 linkedql: More interface validation 15 December 2019, 13:54:20 UTC
40fd800 linkedql: Bring back aliases and fix anonymous in schema generation 15 December 2019, 13:54:20 UTC
bd09363 linkedql: Don't assume step is iterable 15 December 2019, 13:54:20 UTC
fce8869 linkedql: Not all PathSteps are Steps 15 December 2019, 13:54:20 UTC
2e5ba1f linkedql: Add checks for all steps 15 December 2019, 13:54:20 UTC
6e82c34 linkedql: Update code to use PathStep 15 December 2019, 13:54:20 UTC
b02c787 linkedql: Nest restrictions 15 December 2019, 13:54:20 UTC
2ac63b1 linkedql: Create a correct schema 15 December 2019, 13:54:20 UTC
e32a3e8 linkedql: Correct name of bool 15 December 2019, 13:54:20 UTC
49619a3 linkedql: Correct name to SuperClasses 15 December 2019, 13:54:20 UTC
c794d9a linkedql: OWL more specific property type 15 December 2019, 13:54:20 UTC
c497cfa linkedql: Fix Identified JSON and add comments 15 December 2019, 13:54:20 UTC
8bfec0d linkedql: Use strict Go types in schema creation 15 December 2019, 13:54:20 UTC
d402884 linkedql: Use json tag for property name 15 December 2019, 13:54:20 UTC
53523b5 linkedql: Fix schema not registered 15 December 2019, 13:54:20 UTC
089c20f linkedql: Add cardinality restriction on properties 15 December 2019, 13:54:20 UTC
b91ed1d linkedql: Add todo 15 December 2019, 13:54:20 UTC
0e7a31b linkedql: clean schema code and correct property names 15 December 2019, 13:54:20 UTC
f571a04 linkedql: Basic schema output works 15 December 2019, 13:54:20 UTC
back to top