Oihana PHP System

Thing uses trait:short, trait:short, trait:short

Table of Contents

Constants

_FROM  = '_from'
The document identifier of the source vertex stored in the _from attribute.
_ID  = '_id'
The document identifier is stored as a string in the _id attribute.
_KEY  = '_key'
The document key is stored as a string in the _key attribute.
_REV  = '_rev'
Every document in ArangoDB has a revision, stored in the system attribute _rev.
_TO  = '_to'
The document identifier of the target vertex stored in the _to attribute.
ABOUT  = 'about'
ABSTRACT  = 'abstract'
ACCESS_RIGHT  = 'accessRight'
ACCRUAL_METHOD  = 'accrualMethod'
ACCRUAL_PERIODICITY_MORE  = 'accrualPeriodicityMore'
ACCRUAL_POLICY  = 'accrualPolicy'
ADDITIONAL_PROPERTY  = 'additionalProperty'
ADDITIONAL_TYPE  = 'additionalType'
ALTERNATE_NAME  = 'alternateName'
ALTERNATIVE  = 'alternative'
AT_CONTEXT  = '@context'
Any JSON object may carry a key @context, which indicates a context that is active at the scope of that object, and within to nested objects.
AT_ID  = '@id'
JSON-LD supports references to objects with a reserved key @id which can be used either as an object identifier or a reference to an object identifier. The value of @id must be a string.
AT_TYPE  = '@type'
The type of the object.
AVAILABLE  = 'available'
BIBLIOGRAPHIC_CITATION  = 'bibliographicCitation'
CONFORMS_TO  = 'conformsTo'
CONTRIBUTOR  = 'contributor'
COVERAGE  = 'coverage'
CREATED  = 'created'
CREATOR  = 'creator'
DATE  = 'date'
DATE_ACCEPTED  = 'dateAccepted'
DATE_COPYRIGHTED  = 'dateCopyrighted'
DATE_SUBMITTED  = 'dateSubmitted'
DESCRIPTION  = 'description'
DISAMBIGUATING_DESCRIPTION  = 'disambiguatingDescription'
EDUCATION_LEVEL  = 'educationLevel'
EXTENT  = 'extent'
FORMAT  = 'format'
HAS_FORMAT  = 'hasFormat'
HAS_PART  = 'hasPart'
HAS_VERSION  = 'hasVersion'
ID  = 'id'
IDENTIFIER  = 'identifier'
IDS  = 'ids'
IMAGE  = 'image'
INSTRUCTIONAL_METHOD_MORE  = 'instructionalMethodMore'
IS_BASED_ON  = 'isBasedOn'
IS_FORMAT_OF  = 'isFormatOf'
IS_PART_OF  = 'isPartOf'
IS_REFERENCED_BY  = 'isReferencedBy'
IS_RELATED_OF  = 'isRelatedTo'
IS_REPLACED_BY  = 'isReplacedBy'
IS_REQUIRED_BY  = 'isRequiredBy'
IS_SIMILAR_TO  = 'isSimilarTo'
IS_VERSION_OF  = 'isVersionOf'
ISSUED  = 'issued'
KEY  = 'key'
LANGUAGE  = 'language'
LICENSE  = 'license'
MEDIATOR  = 'mediator'
MEDIUM  = 'medium'
MODIFIED  = 'modified'
NAME  = 'name'
NUM_PART  = 'numPart'
POTENTIAL_ACTION  = 'potentialAction'
PROVENANCE  = 'provenance'
PUBLISHER  = 'publisher'
REFERENCES  = 'references'
RELATION  = 'relation'
REPLACES  = 'replaces'
REQUIRES  = 'requires'
RIGHTS  = 'rights'
RIGHTS_HOLDER  = 'rightsHolder'
SAME_AS  = 'sameAs'
SOURCE  = 'source'
SPATIAL  = 'spatial'
SUBJECT  = 'subject'
SUBJECT_OF  = 'subjectOf'
TABLE_OF_CONTENTS  = 'tableOfContents'
TEMPORAL  = 'temporal'
TITLE  = 'title'
TYPE  = 'type'
URL  = 'url'
VALID  = 'valid'
WITH_STATUS  = 'withStatus'

Constants

_FROM

The document identifier of the source vertex stored in the _from attribute.

public mixed _FROM = '_from'

_ID

The document identifier is stored as a string in the _id attribute.

public mixed _ID = '_id'

_KEY

The document key is stored as a string in the _key attribute.

public mixed _KEY = '_key'

_REV

Every document in ArangoDB has a revision, stored in the system attribute _rev.

public mixed _REV = '_rev'

It is fully managed by the server and read-only for the user.

_TO

The document identifier of the target vertex stored in the _to attribute.

public mixed _TO = '_to'

ABOUT

public mixed ABOUT = 'about'

ACCESS_RIGHT

public mixed ACCESS_RIGHT = 'accessRight'

ACCRUAL_METHOD

public mixed ACCRUAL_METHOD = 'accrualMethod'

ACCRUAL_PERIODICITY_MORE

public mixed ACCRUAL_PERIODICITY_MORE = 'accrualPeriodicityMore'

ACCRUAL_POLICY

public mixed ACCRUAL_POLICY = 'accrualPolicy'

ADDITIONAL_PROPERTY

public mixed ADDITIONAL_PROPERTY = 'additionalProperty'

ADDITIONAL_TYPE

public mixed ADDITIONAL_TYPE = 'additionalType'

ALTERNATE_NAME

public mixed ALTERNATE_NAME = 'alternateName'

ALTERNATIVE

public mixed ALTERNATIVE = 'alternative'

AT_TYPE

The type of the object.

public mixed AT_TYPE = '@type'

BIBLIOGRAPHIC_CITATION

public mixed BIBLIOGRAPHIC_CITATION = 'bibliographicCitation'

CONFORMS_TO

public mixed CONFORMS_TO = 'conformsTo'

CONTRIBUTOR

public mixed CONTRIBUTOR = 'contributor'

DATE_ACCEPTED

public mixed DATE_ACCEPTED = 'dateAccepted'

DATE_COPYRIGHTED

public mixed DATE_COPYRIGHTED = 'dateCopyrighted'

DATE_SUBMITTED

public mixed DATE_SUBMITTED = 'dateSubmitted'

DESCRIPTION

public mixed DESCRIPTION = 'description'

DISAMBIGUATING_DESCRIPTION

public mixed DISAMBIGUATING_DESCRIPTION = 'disambiguatingDescription'

EDUCATION_LEVEL

public mixed EDUCATION_LEVEL = 'educationLevel'

HAS_FORMAT

public mixed HAS_FORMAT = 'hasFormat'

HAS_PART

public mixed HAS_PART = 'hasPart'

HAS_VERSION

public mixed HAS_VERSION = 'hasVersion'

IDENTIFIER

public mixed IDENTIFIER = 'identifier'

IDS

public mixed IDS = 'ids'

IMAGE

public mixed IMAGE = 'image'

INSTRUCTIONAL_METHOD_MORE

public mixed INSTRUCTIONAL_METHOD_MORE = 'instructionalMethodMore'

IS_BASED_ON

public mixed IS_BASED_ON = 'isBasedOn'

IS_FORMAT_OF

public mixed IS_FORMAT_OF = 'isFormatOf'

IS_PART_OF

public mixed IS_PART_OF = 'isPartOf'

IS_REFERENCED_BY

public mixed IS_REFERENCED_BY = 'isReferencedBy'
public mixed IS_RELATED_OF = 'isRelatedTo'

IS_REPLACED_BY

public mixed IS_REPLACED_BY = 'isReplacedBy'

IS_REQUIRED_BY

public mixed IS_REQUIRED_BY = 'isRequiredBy'

IS_SIMILAR_TO

public mixed IS_SIMILAR_TO = 'isSimilarTo'

IS_VERSION_OF

public mixed IS_VERSION_OF = 'isVersionOf'

KEY

public mixed KEY = 'key'

NAME

public mixed NAME = 'name'

NUM_PART

public mixed NUM_PART = 'numPart'

POTENTIAL_ACTION

public mixed POTENTIAL_ACTION = 'potentialAction'

PROVENANCE

public mixed PROVENANCE = 'provenance'

REFERENCES

public mixed REFERENCES = 'references'

RIGHTS_HOLDER

public mixed RIGHTS_HOLDER = 'rightsHolder'

SAME_AS

public mixed SAME_AS = 'sameAs'

SUBJECT_OF

public mixed SUBJECT_OF = 'subjectOf'

TABLE_OF_CONTENTS

public mixed TABLE_OF_CONTENTS = 'tableOfContents'

URL

public mixed URL = 'url'

WITH_STATUS

public mixed WITH_STATUS = 'withStatus'

        
On this page

Search results