!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.2.16 (Debian). PHP/5.3.3-7+squeeze19 

uname -a: Linux mail.tri-specialutilitydistrict.com 2.6.32-5-amd64 #1 SMP Tue May 13 16:34:35 UTC
2014 x86_64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/lib/pymodules/python2.6/rdflib/   drwxr-xr-x
Free 130.06 GB of 142.11 GB (91.52%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     constants.py (1.23 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
"""
Deprecated. Use rdflib.RDF and rdflib.RDFS instead.
"""

import warnings 

warnings.warn("Use rdflib.RDF and rdflib.RDFS instead.", DeprecationWarning, stacklevel=2)


from rdflib import RDF as _RDF
from rdflib import RDFS as _RDFS

RDFNS = _RDF.RDFNS

# Syntax names
RDF = _RDF.RDF
DESCRIPTION = _RDF.Description
ID = _RDF.ID
ABOUT = _RDF.about
PARSE_TYPE = _RDF.parseType
RESOURCE = _RDF.resource
LI = _RDF.li
NODE_ID = _RDF.nodeID
DATATYPE = _RDF.datatype

# RDF Classes
SEQ = _RDF.Seq
BAG = _RDF.Bag
ALT = _RDF.Alt
STATEMENT = _RDF.Statement
PROPERTY = _RDF.Property
XMLLiteral = _RDF.XMLLiteral
LIST = _RDF.List

# RDF Properties
SUBJECT = _RDF.subject
PREDICATE = _RDF.predicate
OBJECT = _RDF.object
TYPE = _RDF.type
VALUE = _RDF.value
FIRST = _RDF.first
REST = _RDF.rest
# and _n where n is a non-negative integer

# RDF Resources
NIL = _RDF.nil


# SCHEMA
RDFSNS = _RDFS.RDFSNS

RDFS_CLASS = _RDFS.Class
RDFS_RESOURCE = _RDFS.Resource
RDFS_SUBCLASSOF = _RDFS.subClassOf
RDFS_SUBPROPERTYOF = _RDFS.subPropertyOf
RDFS_ISDEFINEDBY = _RDFS.isDefinedBy
RDFS_LABEL = _RDFS.label
RDFS_COMMENT = _RDFS.comment
RDFS_RANGE = _RDFS.range
RDFS_DOMAIN = _RDFS.domain
RDFS_LITERAL = _RDFS.Literal
RDFS_CONTAINER = _RDFS.Container
RDFS_SEEALSO = _RDFS.seeAlso

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0196 ]--