diff demo/public/repos.n3 @ 93:955cde1550c3

start the View work: parse view document
author drewp@bigasterisk.com
date Wed, 12 Jan 2022 20:26:57 -0800
parents
children 26c55d5d5202
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/demo/public/repos.n3	Wed Jan 12 20:26:57 2022 -0800
@@ -0,0 +1,8 @@
+@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 :showsType :Repo .