comparison 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
comparison
equal deleted inserted replaced
23:681a59ddd1e6 24:03803832a087
1 @prefix : <http://example.com/> .
2 @prefix v: <http://example.com/view/> .
3
4 <> a :View .
5 <> :table [
6 :primaryType :Repo;
7 :link
8 [:predicate :githubRepo],
9 [:predicate :latestCommit],
10 [:predicate :localRepo] ],
11 [
12 :primaryType :GithubAuthor ] .
13