view repos.n3 @ 106:2468f2227d22

make src/layout/ and src/render/ separation
author drewp@bigasterisk.com
date Sun, 13 Mar 2022 22:00:30 -0700
parents 76c1a29a328f
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 .