view 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 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 :showsType :Repo .