File: keys.py

package info (click to toggle)
python-rdflib-jsonld 0.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,832 kB
  • sloc: python: 1,800; makefile: 132
file content (13 lines) | stat: -rw-r--r-- 225 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
BASE = "@base"
CONTAINER = "@container"
CONTEXT = "@context"
GRAPH = "@graph"
ID = "@id"
INDEX = "@index"
LANG = "@language"
LIST = u"@list"
REV = u"@reverse"
SET = u"@set"
TYPE = u"@type"
VALUE = u"@value"
VOCAB = u"@vocab"