Thing uses trait:short, trait:short, trait:short
Table of Contents
Constants
- _FROM : string = '_from'
- The document identifier of the source vertex stored in the _from attribute.
- _ID : string = '_id'
- The document identifier is stored as a string in the _id attribute.
- _KEY : string = '_key'
- The document key is stored as a string in the _key attribute.
- _REV : string = '_rev'
- Every document in ArangoDB has a revision, stored in the system attribute _rev.
- _TO : string = '_to'
- The document identifier of the target vertex stored in the _to attribute.
- ABOUT : string = 'about'
- ABSTRACT : string = 'abstract'
- ACCESS_RIGHT : string = 'accessRight'
- ACCRUAL_METHOD : string = 'accrualMethod'
- ACCRUAL_PERIODICITY_MORE : string = 'accrualPeriodicityMore'
- ACCRUAL_POLICY : string = 'accrualPolicy'
- ADDITIONAL_PROPERTY : string = 'additionalProperty'
- ADDITIONAL_TYPE : string = 'additionalType'
- ALTERNATE_NAME : string = 'alternateName'
- ALTERNATIVE : string = 'alternative'
- AT_CONTEXT : string = '@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 : string = '@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 : string = '@type'
- The type of the object.
- AVAILABLE : string = 'available'
- BIBLIOGRAPHIC_CITATION : string = 'bibliographicCitation'
- CONFORMS_TO : string = 'conformsTo'
- CONTRIBUTOR : string = 'contributor'
- COVERAGE : string = 'coverage'
- CREATED : string = 'created'
- CREATOR : string = 'creator'
- DATE : string = 'date'
- DATE_ACCEPTED : string = 'dateAccepted'
- DATE_COPYRIGHTED : string = 'dateCopyrighted'
- DATE_SUBMITTED : string = 'dateSubmitted'
- DESCRIPTION : string = 'description'
- DISAMBIGUATING_DESCRIPTION : string = 'disambiguatingDescription'
- EDUCATION_LEVEL : string = 'educationLevel'
- EXTENT : string = 'extent'
- FORMAT : string = 'format'
- HAS_FORMAT : string = 'hasFormat'
- HAS_PART : string = 'hasPart'
- HAS_VERSION : string = 'hasVersion'
- ID : string = 'id'
- IDENTIFIER : string = 'identifier'
- IDS : string = 'ids'
- IMAGE : string = 'image'
- INSTRUCTIONAL_METHOD_MORE : string = 'instructionalMethodMore'
- IS_BASED_ON : string = 'isBasedOn'
- IS_FORMAT_OF : string = 'isFormatOf'
- IS_PART_OF : string = 'isPartOf'
- IS_REFERENCED_BY : string = 'isReferencedBy'
- IS_RELATED_OF : string = 'isRelatedTo'
- IS_REPLACED_BY : string = 'isReplacedBy'
- IS_REQUIRED_BY : string = 'isRequiredBy'
- IS_SIMILAR_TO : string = 'isSimilarTo'
- IS_VERSION_OF : string = 'isVersionOf'
- ISSUED : string = 'issued'
- KEY : string = 'key'
- LANGUAGE : string = 'language'
- LICENSE : string = 'license'
- MAIN_ENTITY_OF_PAGE : string = 'mainEntityOfPage'
- MEDIATOR : string = 'mediator'
- MEDIUM : string = 'medium'
- MODIFIED : string = 'modified'
- NAME : string = 'name'
- NUM_PART : string = 'numPart'
- OWNER : string = 'owner'
- POTENTIAL_ACTION : string = 'potentialAction'
- PROVENANCE : string = 'provenance'
- PUBLISHER : string = 'publisher'
- REFERENCES : string = 'references'
- RELATION : string = 'relation'
- REPLACES : string = 'replaces'
- REQUIRES : string = 'requires'
- RIGHTS : string = 'rights'
- RIGHTS_HOLDER : string = 'rightsHolder'
- SAME_AS : string = 'sameAs'
- SOURCE : string = 'source'
- SPATIAL : string = 'spatial'
- SUBJECT : string = 'subject'
- SUBJECT_OF : string = 'subjectOf'
- TABLE_OF_CONTENTS : string = 'tableOfContents'
- TEMPORAL : string = 'temporal'
- TITLE : string = 'title'
- TYPE : string = 'type'
- URL : string = 'url'
- VALID : string = 'valid'
- WITH_STATUS : string = 'withStatus'
Constants
_FROM
The document identifier of the source vertex stored in the _from attribute.
public
string
_FROM
= '_from'
_ID
The document identifier is stored as a string in the _id attribute.
public
string
_ID
= '_id'
_KEY
The document key is stored as a string in the _key attribute.
public
string
_KEY
= '_key'
_REV
Every document in ArangoDB has a revision, stored in the system attribute _rev.
public
string
_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
string
_TO
= '_to'
ABOUT
public
string
ABOUT
= 'about'
ABSTRACT
public
string
ABSTRACT
= 'abstract'
ACCESS_RIGHT
public
string
ACCESS_RIGHT
= 'accessRight'
ACCRUAL_METHOD
public
string
ACCRUAL_METHOD
= 'accrualMethod'
ACCRUAL_PERIODICITY_MORE
public
string
ACCRUAL_PERIODICITY_MORE
= 'accrualPeriodicityMore'
ACCRUAL_POLICY
public
string
ACCRUAL_POLICY
= 'accrualPolicy'
ADDITIONAL_PROPERTY
public
string
ADDITIONAL_PROPERTY
= 'additionalProperty'
ADDITIONAL_TYPE
public
string
ADDITIONAL_TYPE
= 'additionalType'
ALTERNATE_NAME
public
string
ALTERNATE_NAME
= 'alternateName'
ALTERNATIVE
public
string
ALTERNATIVE
= 'alternative'
AT_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.
public
string
AT_CONTEXT
= '@context'
Tags
AT_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.
public
string
AT_ID
= '@id'
Tags
AT_TYPE
The type of the object.
public
string
AT_TYPE
= '@type'
AVAILABLE
public
string
AVAILABLE
= 'available'
BIBLIOGRAPHIC_CITATION
public
string
BIBLIOGRAPHIC_CITATION
= 'bibliographicCitation'
CONFORMS_TO
public
string
CONFORMS_TO
= 'conformsTo'
CONTRIBUTOR
public
string
CONTRIBUTOR
= 'contributor'
COVERAGE
public
string
COVERAGE
= 'coverage'
CREATED
public
string
CREATED
= 'created'
CREATOR
public
string
CREATOR
= 'creator'
DATE
public
string
DATE
= 'date'
DATE_ACCEPTED
public
string
DATE_ACCEPTED
= 'dateAccepted'
DATE_COPYRIGHTED
public
string
DATE_COPYRIGHTED
= 'dateCopyrighted'
DATE_SUBMITTED
public
string
DATE_SUBMITTED
= 'dateSubmitted'
DESCRIPTION
public
string
DESCRIPTION
= 'description'
DISAMBIGUATING_DESCRIPTION
public
string
DISAMBIGUATING_DESCRIPTION
= 'disambiguatingDescription'
EDUCATION_LEVEL
public
string
EDUCATION_LEVEL
= 'educationLevel'
EXTENT
public
string
EXTENT
= 'extent'
FORMAT
public
string
FORMAT
= 'format'
HAS_FORMAT
public
string
HAS_FORMAT
= 'hasFormat'
HAS_PART
public
string
HAS_PART
= 'hasPart'
HAS_VERSION
public
string
HAS_VERSION
= 'hasVersion'
ID
public
string
ID
= 'id'
IDENTIFIER
public
string
IDENTIFIER
= 'identifier'
IDS
public
string
IDS
= 'ids'
IMAGE
public
string
IMAGE
= 'image'
INSTRUCTIONAL_METHOD_MORE
public
string
INSTRUCTIONAL_METHOD_MORE
= 'instructionalMethodMore'
IS_BASED_ON
public
string
IS_BASED_ON
= 'isBasedOn'
IS_FORMAT_OF
public
string
IS_FORMAT_OF
= 'isFormatOf'
IS_PART_OF
public
string
IS_PART_OF
= 'isPartOf'
IS_REFERENCED_BY
public
string
IS_REFERENCED_BY
= 'isReferencedBy'
IS_RELATED_OF
public
string
IS_RELATED_OF
= 'isRelatedTo'
IS_REPLACED_BY
public
string
IS_REPLACED_BY
= 'isReplacedBy'
IS_REQUIRED_BY
public
string
IS_REQUIRED_BY
= 'isRequiredBy'
IS_SIMILAR_TO
public
string
IS_SIMILAR_TO
= 'isSimilarTo'
IS_VERSION_OF
public
string
IS_VERSION_OF
= 'isVersionOf'
ISSUED
public
string
ISSUED
= 'issued'
KEY
public
string
KEY
= 'key'
LANGUAGE
public
string
LANGUAGE
= 'language'
LICENSE
public
string
LICENSE
= 'license'
MAIN_ENTITY_OF_PAGE
public
string
MAIN_ENTITY_OF_PAGE
= 'mainEntityOfPage'
MEDIATOR
public
string
MEDIATOR
= 'mediator'
MEDIUM
public
string
MEDIUM
= 'medium'
MODIFIED
public
string
MODIFIED
= 'modified'
NAME
public
string
NAME
= 'name'
NUM_PART
public
string
NUM_PART
= 'numPart'
OWNER
public
string
OWNER
= 'owner'
POTENTIAL_ACTION
public
string
POTENTIAL_ACTION
= 'potentialAction'
PROVENANCE
public
string
PROVENANCE
= 'provenance'
PUBLISHER
public
string
PUBLISHER
= 'publisher'
REFERENCES
public
string
REFERENCES
= 'references'
RELATION
public
string
RELATION
= 'relation'
REPLACES
public
string
REPLACES
= 'replaces'
REQUIRES
public
string
REQUIRES
= 'requires'
RIGHTS
public
string
RIGHTS
= 'rights'
RIGHTS_HOLDER
public
string
RIGHTS_HOLDER
= 'rightsHolder'
SAME_AS
public
string
SAME_AS
= 'sameAs'
SOURCE
public
string
SOURCE
= 'source'
SPATIAL
public
string
SPATIAL
= 'spatial'
SUBJECT
public
string
SUBJECT
= 'subject'
SUBJECT_OF
public
string
SUBJECT_OF
= 'subjectOf'
TABLE_OF_CONTENTS
public
string
TABLE_OF_CONTENTS
= 'tableOfContents'
TEMPORAL
public
string
TEMPORAL
= 'temporal'
TITLE
public
string
TITLE
= 'title'
TYPE
public
string
TYPE
= 'type'
URL
public
string
URL
= 'url'
VALID
public
string
VALID
= 'valid'
WITH_STATUS
public
string
WITH_STATUS
= 'withStatus'