annotate repos.n3 @ 108:5e6840229a05

rewrite freeStatements rendering to put more planning in layout
author drewp@bigasterisk.com
date Fri, 18 Mar 2022 11:57:38 -0700
parents 76c1a29a328f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
93
955cde1550c3 start the View work: parse view document
drewp@bigasterisk.com
parents:
diff changeset
1 @prefix : <http://example.com/> .
955cde1550c3 start the View work: parse view document
drewp@bigasterisk.com
parents:
diff changeset
2 @prefix demo: <http://example.com/demo/> .
955cde1550c3 start the View work: parse view document
drewp@bigasterisk.com
parents:
diff changeset
3 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
955cde1550c3 start the View work: parse view document
drewp@bigasterisk.com
parents:
diff changeset
4
955cde1550c3 start the View work: parse view document
drewp@bigasterisk.com
parents:
diff changeset
5
955cde1550c3 start the View work: parse view document
drewp@bigasterisk.com
parents:
diff changeset
6 <> a :View ; rdfs:label "repos" .
955cde1550c3 start the View work: parse view document
drewp@bigasterisk.com
parents:
diff changeset
7 <> :table demo:table1 .
97
26c55d5d5202 WIP on views & joins
drewp@bigasterisk.com
parents: 93
diff changeset
8 demo:table1
26c55d5d5202 WIP on views & joins
drewp@bigasterisk.com
parents: 93
diff changeset
9 :primaryType :Repo;
26c55d5d5202 WIP on views & joins
drewp@bigasterisk.com
parents: 93
diff changeset
10 :joinType :HgRepo;
26c55d5d5202 WIP on views & joins
drewp@bigasterisk.com
parents: 93
diff changeset
11 :joinType :GithubRepo .