File tree Expand file tree Collapse file tree 3 files changed +13
-29
lines changed
test/resources/sampleContainer Expand file tree Collapse file tree 3 files changed +13
-29
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ const del = require('./handlers/delete')
1010const patch = require ( './handlers/patch' )
1111const index = require ( './handlers/index' )
1212const copy = require ( './handlers/copy' )
13- // const validate = require('./handlers/validate')
1413
1514function LdpMiddleware ( corsSettings ) {
1615 const router = express . Router ( '/' )
Original file line number Diff line number Diff line change 1+ @prefix ldp: <http://www.w3.org/ns/ldp#> .
2+ @prefix o: <http://example.org/ontology#> .
3+
4+ <http://example.org/netWorth/nw1/>
5+ test o:NetWorth;
6+ o:netWorthOf <http://example.org/users/JohnZSmith> ;
7+ o:asset
8+ <assets/a1> ,
9+ <assets/a2> ;
10+ o:liability
11+ <liabilities/l1> ,
12+ <liabilities/l2> ,
13+ <liabilities/l3> .
You can’t perform that action at this time.
0 commit comments