File: keys.py

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