view repos.n3 @ 101:76c1a29a328f

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
line wrap: on
line source

@prefix : <http://example.com/> .
@prefix demo: <http://example.com/demo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .


<> a :View ; rdfs:label "repos" .
<> :table demo:table1 .
demo:table1 
  :primaryType :Repo;
  :joinType :HgRepo;
  :joinType :GithubRepo .