diff public/repos.n3 @ 24:03803832a087 default tip

add view definition for streamed-graph viewer
author drewp@bigasterisk.com
date Tue, 29 Mar 2022 21:17:56 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public/repos.n3	Tue Mar 29 21:17:56 2022 -0700
@@ -0,0 +1,13 @@
+@prefix : <http://example.com/> .
+@prefix v: <http://example.com/view/> .
+
+<> a :View .
+<> :table [ 
+  :primaryType :Repo;
+  :link 
+    [:predicate :githubRepo],
+    [:predicate :latestCommit],
+    [:predicate :localRepo] ],
+  [
+  :primaryType :GithubAuthor ] .
+  
\ No newline at end of file