repo now demos itself, which runs better than using the nested demo/ project
author |
drewp@bigasterisk.com |
date |
Fri, 11 Feb 2022 23:24:41 -0800 |
parents |
demo/public/repos.n3@26c55d5d5202 |
children |
|
rev |
line source |
93
|
1 @prefix : <http://example.com/> .
|
|
2 @prefix demo: <http://example.com/demo/> .
|
|
3 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
4
|
|
5
|
|
6 <> a :View ; rdfs:label "repos" .
|
|
7 <> :table demo:table1 .
|
97
|
8 demo:table1
|
|
9 :primaryType :Repo;
|
|
10 :joinType :HgRepo;
|
|
11 :joinType :GithubRepo .
|