Valaa (Valaa Open System) is an ambitious push towards more decentralized web application ecosystems. The primary means for this are ( *or will be Most of ValOS is still prototypical. However the entries marked with (*) are work in progress, or sometimes not even more than an empty shape defined by the surrounding ecosystem. ):
  1. Open resource model, protocol(*) and API specifications
  2. The open library, browser and backend(*) reference implementations

  3. The open valospace IDE for rapid application development

In its technical ambition ValOS is a lot to take in at once.

To address this there are separate introduction paths into ValOS from the perspective of three familiar archetypes. Each of these paths has a valos-specific role name and a document:

Choosing the most familiar path helps you to get hands-on the quickest.

The second part of this document is the valospace API reference. It is a semantic namespace definition of the valospace application development primitives and is aimed for valonauts for repeat viewing.

This document is part of the vault workspace @valos/kernel (of domain @valos/kernel) which has the description: `ValOS common infrastructure tools and libraries monorepository`.

§ First valosteps to the three primary valos roles

'Valos extends boundlessly across the valospace-time fabric.'(*)

-> Vertically: as a full application development solution valos radically simplifies the semantic web technology stack.

-> Horizontally: as a global, decentralized ecosystem valos eases cross-organization interfacing.

-> In depth: with its isomorphic resource model valos blurs the boundary between frontends and backends.

-> Temporally: valos unifies document state and change updates into seamless event streams, *chronicles*.

The three traditional roles of application developer, systems operator and project manager have their own unique characteristics in valos ecosystem and are called valonaut, technician and voyager respectively.

Each role has a detailed (*) how-to guide which are linked and briefly introduced below. The roles support each other and the guides reflect this.

How do Valonauts develop valospace apps for users?

As a valonaut you create, share and deploy web content and interactive applications fully from inside valospace.

You use a web editor called Zero and with it employ traditional web technologies; HTML5, CSS and the Javascript dialect valoscript

The skills you learn to do this are like cycling or writing - they are used to support your other interests. While you don't need to become a professional you certainly can!

How do Technicians deploy and maintain the valos fabric infrastructure?

As a technician you develop and operate the ValOS fabric, the globally distributed web-like infrastructure of servers, services and components which underlies the Valospace.

You use vlm and employ your existing, likely professional knowledge of JavaScript, Node.js, DevOps, backend, library and other software development skills.

You create new open source and/or proprietary node packages. These permanently create new fabric functionalities and expand the Valospace by integrating it to old world systems.

How do Voyagers understand valos capabilities in order to make decisions?

As a voyager you have stakes that matter. Whether you were to invest on a ValOS collaborator as a financier, to adopt ValOS as technology as an executive or just to commit your personal time and energy on a ValOS project you need to see forward.

To make sound decisions and to position yourself proactively you need to understand the big picture and philosophy of the ValOS ecosystem. Only then you can enlighten others.

You use tailored but real-world ValOS demo setups to illustrate how ValOS a solution could be configured to meet the needs at hand. Your audience can be your customer, your team or even just yourself.

§ The V valospace namespace

The 'V' namespace defines the valospace resource types and fields.

§ V IRI prefixes

Prefix IRI
rdf http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs http://www.w3.org/2000/01/rdf-schema#
xsd http://www.w3.org/2001/XMLSchema#
owl http://www.w3.org/2002/07/owl#
dc http://purl.org/dc/elements/1.1/
V https://valospace.org/0#
VKernel https://valospace.org/kernel/0#
VState https://valospace.org/state/0#
VScript https://valospace.org/script/0#
VEngine https://valospace.org/engine/0#
VLog https://valospace.org/log/0#
VPlot https://valospace.org/plot/0#

§ V valospace resource types The class of all valospace types. The instances of valospace types are called valospace resources and are the main valos ecosystem building block.Only valospace resources can appear as a subject in valospace resource and event triple graphs.

This section defines all valospace resource types introduced by the @valos/kernel packages. Any instance of a resource type is always recorded in an event log.

VRevdoc:brief rdfs:subClassOf

#Bvob window.valos.Bvob

Binary ValOS Object type V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies.
description The dominant type class of resources which are immutably associated with an octet-stream of fixed length.
instance fields The class of all valospace resource field identifiers.Only the instances of this class can appear as the predicate in valospace triple graphs. All valospace fields have VState:Type or one of its sub-classes as their rdf:domain. .$V.hashAlgorithm .$V.contentHash .$V.contentLength .$V.contentReferrers
introduction Bvob resource id is the hash of the octet-stream prefixed with the hash algorithm, as their VGRID. Unlike any other valospace resources, Bvobs are shared, not owned on the object level. Multiple Bvob's with the same id can be CREATED in many chronicles (or in fact, even in the same chronicle). Conversely a Bvob cannot be destroyed but only released by nulling all references to it. Once a chronicle has no references to a specific Bvob the authority is allowed to free the octet-stream resources associated with.

#Entity window.Entity

primary resource tree node type V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. V:Extant The class of valospace resources that are present and extant in this view of the world. An extant resource has all of its fields and properties available and it can thus be manipulated. V:Scope The class of valospace resources which can have scoped properties. V:SourcerableNode The class of sourcerable valospace nodes which either are already sourcered or are unsourcered but have references to them from extant resources. This interface is the domain of all transient and generated fields which are available even for unsourcered node resources. V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph.
description The class of valospace resources which act as the main valospace tree hierarchy building block. With Relation and Media it forms the group of three primary node types. As a Scope it can have scriptable properties, which entities expose to all child resources as their lexical scripting namespace. The set of valospace tree hierarchies is defined via triple pattern: SELECT ?root ?parent ?node WHERE { ?node V:parent ?parent . ?parent V:parent* ?root . NOT EXISTS ( ?root V:parent ?rootParent ) } This implies that only Entity resources can be nodes but any primary node can act as a root resource.
instance fields The class of all valospace resource field identifiers.Only the instances of this class can appear as the predicate in valospace triple graphs. All valospace fields have VState:Type or one of its sub-classes as their rdf:domain. .$V.directory .$V.parent

#Media window.Media

file media node type V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. V:Extant The class of valospace resources that are present and extant in this view of the world. An extant resource has all of its fields and properties available and it can thus be manipulated. V:Scope The class of valospace resources which can have scoped properties. V:SourcerableNode The class of sourcerable valospace nodes which either are already sourcered or are unsourcered but have references to them from extant resources. This interface is the domain of all transient and generated fields which are available even for unsourcered node resources. V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph.
description The class of valospace resources which represent interpretable media and can be associated with mutable binary content and accompanying metadata. With Relation and Media it forms the group of three primary node types.
instance fields The class of all valospace resource field identifiers.Only the instances of this class can appear as the predicate in valospace triple graphs. All valospace fields have VState:Type or one of its sub-classes as their rdf:domain. .$V.directory .$V.folder .$V.sourceURL .$V.content
instance methods The class of all valosheath type prototype methods. .$V.immediateContent() .$V.interpretContent() .$V.immediateURL() .$V.getURL()

#Relation window.Relation

directed relationship node type V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. V:Extant The class of valospace resources that are present and extant in this view of the world. An extant resource has all of its fields and properties available and it can thus be manipulated. V:Scope The class of valospace resources which can have scoped properties. V:SourcerableNode The class of sourcerable valospace nodes which either are already sourcered or are unsourcered but have references to them from extant resources. This interface is the domain of all transient and generated fields which are available even for unsourcered node resources. V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph.
description The class of valospace resources which represent directed, many-to-many relationships between nodes. With Entity and Media it forms the group of three primary node types. As a Scope it can have scriptable properties. Relation being a SourceredNode itself allows for nested and recursive relationship structures.
instance fields The class of all valospace resource field identifiers.Only the instances of this class can appear as the predicate in valospace triple graphs. All valospace fields have VState:Type or one of its sub-classes as their rdf:domain. .$V.graph .$V.source .$V.target .$V.linkedSource .$V.linkedTarget .$V.ownerSource .$V.ownerTarget

#Resource window.Resource

base resource interfacerdfs:Resource
description The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies.
instance fields The class of all valospace resource field identifiers.Only the instances of this class can appear as the predicate in valospace triple graphs. All valospace fields have VState:Type or one of its sub-classes as their rdf:domain. .$V.id .$V.rawId .$V.vrid .$V.typeName .$V.specializationOf .$V.hasSpecialization .$V.ownFields .$V.prototypeOf .$V.hasInstance .$V.ghostOf .$V.hasGhost .$V.materializedGhosts .$V.unnamedCouplings .$V.ghostHost .$V.ghostOwner .$V.ownsGhost
instance methods The class of all valosheath type prototype methods. .hasOwnProperty() .$V.getField() .$V.getFieldCoupling() .$V.setField() .$V.addToField() .$V.removeFromField() .$V.replaceWithinField() .$V.setOwner() .$V.getEntity() .$V.getMedia() .$V.getFixedResource() .$V.getFixedEntity() .$V.getFixedMedia() .$V.getFixedRelation() .$V.obtainFixedResource() .$V.instantiate() .$V.duplicate() .$V.prepareBlob() .$V.prepareBvob()
type object methods The class of all valosheath object methods. valos.Resource.activate() valos.Resource.isActive() valos.Resource.getFieldOf() valos.Resource.setFieldOf() valos.Resource.getOwnerOf() valos.Resource.setOwnerOf() valos.Resource.getActiveResource() valos.Resource.tryActiveResource() valos.Resource.recombine() valos.Resource.destroy()

#Scope window.Scope

property scope interface V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. V:Extant The class of valospace resources that are present and extant in this view of the world. An extant resource has all of its fields and properties available and it can thus be manipulated.
description The class of valospace resources which can have scoped properties.
instance fields The class of all valospace resource field identifiers.Only the instances of this class can appear as the predicate in valospace triple graphs. All valospace fields have VState:Type or one of its sub-classes as their rdf:domain. .$V.ownsProperty
instance methods The class of all valosheath type prototype methods. .$V.getProperty() .$V.getHostGlobal()
type object methods The class of all valosheath object methods. valos.Scope.createIdentifer()

#SourcerableNode

sourcerable node interface V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies.
description The class of sourcerable valospace nodes which either are already sourcered or are unsourcered but have references to them from extant resources. This interface is the domain of all transient and generated fields which are available even for unsourcered node resources.
instance fields The class of all valospace resource field identifiers.Only the instances of this class can appear as the predicate in valospace triple graphs. All valospace fields have VState:Type or one of its sub-classes as their rdf:domain. .$V.chronicleRoot .$V.chronicleURI .$V.url .$V.partition .$V.partitionURI .$V.hasOutRelation .$V.hasInRelation .$V.outgoingRelations .$V.incomingRelations

#UnsourceredNode

absent, sourcerable node type V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. V:SourcerableNode The class of sourcerable valospace nodes which either are already sourcered or are unsourcered but have references to them from extant resources. This interface is the domain of all transient and generated fields which are available even for unsourcered node resources.
description The dominant type class of absent but sourcerable valospace nodes. An absent resource doesn't have a known representation in this view of the world because it is inside an unsourcered Chronicle. The transition from UnsourceredNode to and from other dominant types is the only possible runtime type change for SourcerableNodes and happens dynamically based on the chronicle sourcery and banishment.

#NonExistentNode

non-existent node type V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. V:SourcerableNode The class of sourcerable valospace nodes which either are already sourcered or are unsourcered but have references to them from extant resources. This interface is the domain of all transient and generated fields which are available even for unsourcered node resources.
description The dominant type class of sourcered resources which should be present but are not. This typically because they have been destroyed or because they never existed in the first place. Only provides the transient fields of the SourcerableNode and Resource interfaces.

#SourceredNode

sourcered node interface V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. V:Extant The class of valospace resources that are present and extant in this view of the world. An extant resource has all of its fields and properties available and it can thus be manipulated. V:Scope The class of valospace resources which can have scoped properties. V:SourcerableNode The class of sourcerable valospace nodes which either are already sourcered or are unsourcered but have references to them from extant resources. This interface is the domain of all transient and generated fields which are available even for unsourcered node resources.
description The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph.
instance fields The class of all valospace resource field identifiers.Only the instances of this class can appear as the predicate in valospace triple graphs. All valospace fields have VState:Type or one of its sub-classes as their rdf:domain. .$V.container .$V.nodes .$V.authorityURI .$V.createdAt .$V.modifiedAt .$V.partitionAuthorityURI .$V.entries .$V.ownsEntity .$V.ownsMedia .$V.ownsRelation .$V.linkedOutRelation .$V.linkedInRelation .$V.ownsOutRelation .$V.ownsInRelation .$V.relations

#Absent

absent resource type V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies.
description The dominant type class of absent valospace resources. An absent resource doesn't have a known representation in this view of the world, buts its existence is inferred due to existing references to it. The transition from Absent to and from other dominant types is the only possible runtime type change and happens dynamically based on the chronicle sourcery and banishment.

#Extant

extant and present resource interface V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies.
description The class of valospace resources that are present and extant in this view of the world. An extant resource has all of its fields and properties available and it can thus be manipulated.
instance fields The class of all valospace resource field identifiers.Only the instances of this class can appear as the predicate in valospace triple graphs. All valospace fields have VState:Type or one of its sub-classes as their rdf:domain. .$V.owner .$V.name .$V.hasPrototype .$V.instanceOf .$V.ownlings .$V.unnamedOwnlings .$V.isFrozen .$V.nameAlias .$V.prototypeAlias

#NonExistent

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies.
description The dominant type class of resources which should be present but are not. This is typically because they have been destroyed or because they have never existed in the first place. Only provides the transient fields of the Resource interface.

#ScopeProperty

scope property type V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. V:Extant The class of valospace resources that are present and extant in this view of the world. An extant resource has all of its fields and properties available and it can thus be manipulated. rdf:Statement
description The dominant type class of resources representing properties with a locally unique name inside an owning Scope namespace resource. Additionally a ScopeProperty represents the core hypertwin building block as an rdf:Statement reification of hypertwinned triples.
instance fields The class of all valospace resource field identifiers.Only the instances of this class can appear as the predicate in valospace triple graphs. All valospace fields have VState:Type or one of its sub-classes as their rdf:domain. .$V.scope .$V.value .$V.twinspace .$V.subject .$V.predicate .$V.object

§ V valosheath classes The class of all valosheath type prototype properties.

This section describes all valosheath classes introduced by the @valos/kernel packages. These classes are provided for scripts by the @valos/engine and their instances are not recorded in event logs.

rdfs:subClassOf description

§ V valospace fields The class of all valospace resource field identifiers.Only the instances of this class can appear as the predicate in valospace triple graphs. All valospace fields have VState:Type or one of its sub-classes as their rdf:domain.

This section defines all valospace resource fields introduced by the @valos/kernel packages. The values of these fields are either directly recorded in or indirectly resolved from event log(s).

rdfs:domain rdfs:range rdf:type rdfs:subPropertyOf VState:coupledToField

#chronicleRoot $V.chronicleRoot

V:SourcerableNode The class of sourcerable valospace nodes which either are already sourcered or are unsourcered but have references to them from extant resources. This interface is the domain of all transient and generated fields which are available even for unsourcered node resources. V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. VState:GeneratedField The class of inferred fields where a field is not associated with raw valospace triples but the triples are fully generated by the expressor, with scope values:
description The chronicle root node of this sourcerable (ie. the nearest ancestor, possibly this sourcerable itself self which has a non-null V:authorityURI).

#chronicleURI $V.chronicleURI

V:SourcerableNode The class of sourcerable valospace nodes which either are already sourcered or are unsourcered but have references to them from extant resources. This interface is the domain of all transient and generated fields which are available even for unsourcered node resources. xsd:anyURI VState:GeneratedField The class of inferred fields where a field is not associated with raw valospace triples but the triples are fully generated by the expressor, with scope values:
description The chronicle URL of the event log that contain this potentially absent sourcerable as is known by the current view of the world.

#url $V.url

V:SourcerableNode The class of sourcerable valospace nodes which either are already sourcered or are unsourcered but have references to them from extant resources. This interface is the domain of all transient and generated fields which are available even for unsourcered node resources. xsd:anyURI VState:GeneratedField The class of inferred fields where a field is not associated with raw valospace triples but the triples are fully generated by the expressor, with scope values:
description The authoritative URL string of this sourcerable in the current view of the world. Always equivalent to a catenation of <V:chronicleURI> "#" <V:id> of this resource

#partition $V.partition

DEPRECATED in favor of: V:chronicleRoot The chronicle root node of this sourcerable (ie. the nearest ancestor, possibly this sourcerable itself self which has a non-null V:authorityURI).
V:SourcerableNode The class of sourcerable valospace nodes which either are already sourcered or are unsourcered but have references to them from extant resources. This interface is the domain of all transient and generated fields which are available even for unsourcered node resources. V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. VState:AliasField The class of inferred fields called alias fields where each such field has an 'aliasOf' RDF property or valos Field. Alias fields are mutation-inference symmetric so that triples with an alias field as predicate are inferred from triples with aliasOf as predicate and mutations with an alias field as predicate are translated to use the aliasOf as predicate. V:chronicleRoot The chronicle root node of this sourcerable (ie. the nearest ancestor, possibly this sourcerable itself self which has a non-null V:authorityURI).
description The chronicle root node of this sourcerable, ie. the nearest ancestor (possibly self) with a non-null V:authorityURI.

#partitionURI $V.partitionURI

DEPRECATED in favor of: V:chronicleURI The chronicle URL of the event log that contain this potentially absent sourcerable as is known by the current view of the world.
V:SourcerableNode The class of sourcerable valospace nodes which either are already sourcered or are unsourcered but have references to them from extant resources. This interface is the domain of all transient and generated fields which are available even for unsourcered node resources. xsd:anyURI VState:AliasField The class of inferred fields called alias fields where each such field has an 'aliasOf' RDF property or valos Field. Alias fields are mutation-inference symmetric so that triples with an alias field as predicate are inferred from triples with aliasOf as predicate and mutations with an alias field as predicate are translated to use the aliasOf as predicate. V:chronicleURI The chronicle URL of the event log that contain this potentially absent sourcerable as is known by the current view of the world.
description Deprecated in favor of 'chronicleURI'. This field is by definition always a locator so its name should reflect it.

#container $V.container

V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:owner The owner of this extant resource.
description The container (and owner) node of this sourcered node.

#nodes $V.nodes

V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. rdfs:List VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:ownlings The ordered list of all resources owned by this extant resource. This list is a union of all fields which define a VState:isOwnerOf.
description The ordered list of all nodes directly contained by this sourcered node.

#authorityURI $V.authorityURI

V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. xsd:anyURI VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth.
description The authority URL of this sourcered chronicle root node. If this field is null then this sourcered node is not a root node. Setting this field makes this resource the root of a new chronicle root (if allowed). The chronicle URL is generated based on this as per the rules specified by the authority URL schema. If the chronicle root node is frozen the whole chronicle is permanently frozen.

#createdAt $V.createdAt

V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. xsd:double VState:GeneratedField The class of inferred fields where a field is not associated with raw valospace triples but the triples are fully generated by the expressor, with scope values:
description The creation UNIX epoch time of this node. This is defined as the log aspect timestamp of the CREATED event which impressed this node into being.

#modifiedAt $V.modifiedAt

V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. xsd:double VState:GeneratedField The class of inferred fields where a field is not associated with raw valospace triples but the triples are fully generated by the expressor, with scope values:
description The latest modification UNIX epoch time of this node. This is defined as the log aspect timestamp of the most recent event with a direct impression on this Media resource.

#partitionAuthorityURI $V.partitionAuthorityURI

DEPRECATED in favor of: V:authorityURI The authority URL of this sourcered chronicle root node. If this field is null then this sourcered node is not a root node. Setting this field makes this resource the root of a new chronicle root (if allowed). The chronicle URL is generated based on this as per the rules specified by the authority URL schema. If the chronicle root node is frozen the whole chronicle is permanently frozen.
V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. xsd:string VState:AliasField The class of inferred fields called alias fields where each such field has an 'aliasOf' RDF property or valos Field. Alias fields are mutation-inference symmetric so that triples with an alias field as predicate are inferred from triples with aliasOf as predicate and mutations with an alias field as predicate are translated to use the aliasOf as predicate. V:authorityURI The authority URL of this sourcered chronicle root node. If this field is null then this sourcered node is not a root node. Setting this field makes this resource the root of a new chronicle root (if allowed). The chronicle URL is generated based on this as per the rules specified by the authority URL schema. If the chronicle root node is frozen the whole chronicle is permanently frozen.
description

#directory $V.directory

V:Entity The class of valospace resources which act as the main valospace tree hierarchy building block. With Relation and Media it forms the group of three primary node types. As a Scope it can have scriptable properties, which entities expose to all child resources as their lexical scripting namespace. The set of valospace tree hierarchies is defined via triple pattern: SELECT ?root ?parent ?node WHERE { ?node V:parent ?parent . ?parent V:parent* ?root . NOT EXISTS ( ?root V:parent ?rootParent ) } This implies that only Entity resources can be nodes but any primary node can act as a root resource. V:Media The class of valospace resources which represent interpretable media and can be associated with mutable binary content and accompanying metadata. With Relation and Media it forms the group of three primary node types. V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:container The container (and owner) node of this sourcered node.
description The directory (and owner) node of this sourcered node.

#entries $V.entries

V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. rdfs:List VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:nodes The ordered list of all nodes directly contained by this sourcered node.
description The ordered list of entries of this sourcered node when seen as a directory.

#parent $V.parent

V:Entity The class of valospace resources which act as the main valospace tree hierarchy building block. With Relation and Media it forms the group of three primary node types. As a Scope it can have scriptable properties, which entities expose to all child resources as their lexical scripting namespace. The set of valospace tree hierarchies is defined via triple pattern: SELECT ?root ?parent ?node WHERE { ?node V:parent ?parent . ?parent V:parent* ?root . NOT EXISTS ( ?root V:parent ?rootParent ) } This implies that only Entity resources can be nodes but any primary node can act as a root resource. V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:directory The directory (and owner) node of this sourcered node.
description The parent (and directory, owner) node of this entity.

#ownsEntity $V.ownsEntity

V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. rdfs:List VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:entries The ordered list of entries of this sourcered node when seen as a directory.
description The ordered list of entities contained in this sourcered node.

#folder $V.folder

V:Media The class of valospace resources which represent interpretable media and can be associated with mutable binary content and accompanying metadata. With Relation and Media it forms the group of three primary node types. V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:directory The directory (and owner) node of this sourcered node.
description The folder (and directory, owner) node of this media.

#ownsMedia $V.ownsMedia

V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. rdfs:List VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:entries The ordered list of entries of this sourcered node when seen as a directory.
description The ordered list of medias contained in this sourcered node when seen as a folder

#sourceURL $V.sourceURL

V:Media The class of valospace resources which represent interpretable media and can be associated with mutable binary content and accompanying metadata. With Relation and Media it forms the group of three primary node types. xsd:anyURI VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth.
description The unreliable source URL of this Media. This URL is dereferenced when the Media content is accessed and as such is subject to all failure considerations associated with its protocol.

#content $V.content

V:Media The class of valospace resources which represent interpretable media and can be associated with mutable binary content and accompanying metadata. With Relation and Media it forms the group of three primary node types. V:Bvob The dominant type class of resources which are immutably associated with an octet-stream of fixed length. VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. rdf:object V:contentReferrers The unordered set of V:content references to this Bvob from within this view of the world.
description The infrastructure-backed octet-stream content of this Media.

#graph $V.graph

V:Relation The class of valospace resources which represent directed, many-to-many relationships between nodes. With Entity and Media it forms the group of three primary node types. As a Scope it can have scriptable properties. Relation being a SourceredNode itself allows for nested and recursive relationship structures. V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:container The container (and owner) node of this sourcered node.
description The graph (and container, owner) node of this relation. Typically also either the source or the target but possibly neither.

#ownsRelation $V.ownsRelation

V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. rdfs:List VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:nodes The ordered list of all nodes directly contained by this sourcered node.
description The ordered list of relations that are connected (and contained, owned) _by_ this sourcered node. This includes both ownsInRelation and ownsOutRelation (ie. incoming and outgoing relations which are also connected by this sourcered node) but also relations which only have this sourcered node as their graph but not as source or target.

#source $V.source

V:Relation The class of valospace resources which represent directed, many-to-many relationships between nodes. With Entity and Media it forms the group of three primary node types. As a Scope it can have scriptable properties. Relation being a SourceredNode itself allows for nested and recursive relationship structures. V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. rdf:subject V:hasOutRelation The unordered list of outgoing relations with this sourcerable (but possibly absent) node as their source (note that sourcerable and source are completely separate concepts here).
description The source node of this relation.

#hasOutRelation $V.hasOutRelation

V:SourcerableNode The class of sourcerable valospace nodes which either are already sourcered or are unsourcered but have references to them from extant resources. This interface is the domain of all transient and generated fields which are available even for unsourcered node resources. rdfs:List VState:CoupledField The class of valospace fields which have a triple expression inside valospace via their coupled fields but lack an event log impression. V:nodes The ordered list of all nodes directly contained by this sourcered node. V:source The source node of this relation.
description The unordered list of outgoing relations with this sourcerable (but possibly absent) node as their source (note that sourcerable and source are completely separate concepts here).

#target $V.target

V:Relation The class of valospace resources which represent directed, many-to-many relationships between nodes. With Entity and Media it forms the group of three primary node types. As a Scope it can have scriptable properties. Relation being a SourceredNode itself allows for nested and recursive relationship structures. V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. rdf:object V:hasInRelation The unordered list of incoming relations with this sourcerable (but possibly absent) node as their target.
description The target node of this relation.

#hasInRelation $V.hasInRelation

V:SourcerableNode The class of sourcerable valospace nodes which either are already sourcered or are unsourcered but have references to them from extant resources. This interface is the domain of all transient and generated fields which are available even for unsourcered node resources. rdfs:List VState:CoupledField The class of valospace fields which have a triple expression inside valospace via their coupled fields but lack an event log impression. V:nodes The ordered list of all nodes directly contained by this sourcered node. V:target The target node of this relation.
description The unordered list of incoming relations with this sourcerable (but possibly absent) node as their target.

#linkedSource $V.linkedSource

V:Relation The class of valospace resources which represent directed, many-to-many relationships between nodes. With Entity and Media it forms the group of three primary node types. As a Scope it can have scriptable properties. Relation being a SourceredNode itself allows for nested and recursive relationship structures. V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:source The source node of this relation.
description The backlinked source node of this relation. Backlinking implies that the coupled field 'linkedOutRelation' is an event logged field and shall be transactionally modified whenever this field is modified.

#linkedOutRelation $V.linkedOutRelation

V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. rdfs:List VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:hasOutRelation The unordered list of outgoing relations with this sourcerable (but possibly absent) node as their source (note that sourcerable and source are completely separate concepts here).
description The ordered list of outgoing backlinked relations to this sourcered node.

#linkedTarget $V.linkedTarget

V:Relation The class of valospace resources which represent directed, many-to-many relationships between nodes. With Entity and Media it forms the group of three primary node types. As a Scope it can have scriptable properties. Relation being a SourceredNode itself allows for nested and recursive relationship structures. V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:target The target node of this relation.
description The backlinked target node of this relation. Backlinking implies that the coupled field 'linkedInRelation' is an event logged field and shall be transactionally modified whenever this field is modified.

#linkedInRelation $V.linkedInRelation

V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. rdfs:List VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:hasInRelation The unordered list of incoming relations with this sourcerable (but possibly absent) node as their target.
description The ordered list of incoming relations paired to this sourcered node.

#ownerSource $V.ownerSource

V:Relation The class of valospace resources which represent directed, many-to-many relationships between nodes. With Entity and Media it forms the group of three primary node types. As a Scope it can have scriptable properties. Relation being a SourceredNode itself allows for nested and recursive relationship structures. V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:graph The graph (and container, owner) node of this relation. Typically also either the source or the target but possibly neither. V:linkedSource The backlinked source node of this relation. Backlinking implies that the coupled field 'linkedOutRelation' is an event logged field and shall be transactionally modified whenever this field is modified.
description The resource that is both the source and the owner of this relation.

#ownsOutRelation $V.ownsOutRelation

V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. rdfs:List VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:ownsRelation The ordered list of relations that are connected (and contained, owned) _by_ this sourcered node. This includes both ownsInRelation and ownsOutRelation (ie. incoming and outgoing relations which are also connected by this sourcered node) but also relations which only have this sourcered node as their graph but not as source or target. V:linkedOutRelation The ordered list of outgoing backlinked relations to this sourcered node.
description The ordered list of outgoing relations contained in (and owned by) this sourcered node.

#ownerTarget $V.ownerTarget

V:Relation The class of valospace resources which represent directed, many-to-many relationships between nodes. With Entity and Media it forms the group of three primary node types. As a Scope it can have scriptable properties. Relation being a SourceredNode itself allows for nested and recursive relationship structures. V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:graph The graph (and container, owner) node of this relation. Typically also either the source or the target but possibly neither. V:linkedTarget The backlinked target node of this relation. Backlinking implies that the coupled field 'linkedInRelation' is an event logged field and shall be transactionally modified whenever this field is modified.
description The resource that is both the target and the owner of this relation.

#ownsInRelation $V.ownsInRelation

V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. rdfs:List VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:ownsRelation The ordered list of relations that are connected (and contained, owned) _by_ this sourcered node. This includes both ownsInRelation and ownsOutRelation (ie. incoming and outgoing relations which are also connected by this sourcered node) but also relations which only have this sourcered node as their graph but not as source or target. V:linkedInRelation The ordered list of incoming relations paired to this sourcered node.
description The ordered list of incoming relations contained in (and owned by) this sourcered node.

#relations $V.relations

DEPRECATED in favor of: V:ownsRelation The ordered list of relations that are connected (and contained, owned) _by_ this sourcered node. This includes both ownsInRelation and ownsOutRelation (ie. incoming and outgoing relations which are also connected by this sourcered node) but also relations which only have this sourcered node as their graph but not as source or target.
V:SourceredNode The class of sourcered (ie. extant) valospace nodes. A node can act as a chronicle root resource, as the source and target of Relation nodes, as the folder of Media nodes and as the parent of Entity nodes. As these aforementioned types are also the primary sourcered nodes themselves they form the main structure of global valospace resource graph. rdfs:List VState:AliasField The class of inferred fields called alias fields where each such field has an 'aliasOf' RDF property or valos Field. Alias fields are mutation-inference symmetric so that triples with an alias field as predicate are inferred from triples with aliasOf as predicate and mutations with an alias field as predicate are translated to use the aliasOf as predicate. V:ownsRelation The ordered list of relations that are connected (and contained, owned) _by_ this sourcered node. This includes both ownsInRelation and ownsOutRelation (ie. incoming and outgoing relations which are also connected by this sourcered node) but also relations which only have this sourcered node as their graph but not as source or target. V:graph The graph (and container, owner) node of this relation. Typically also either the source or the target but possibly neither.
description A deprecation of V:ownsRelation; the ordered list of relations contained within this sourcered node when seen as a graph. Do note that the semantics have changed: ownsRelation can now also contain relations which have this sourcered node as their the target (instead of source) or as neither source nor target. The set of just outgoing relations is 'outgoingRelations' and the set of owned outgoing relations is 'ownsOutRelation'.

#outgoingRelations $V.outgoingRelations

DEPRECATED in favor of: V:hasOutRelation The unordered list of outgoing relations with this sourcerable (but possibly absent) node as their source (note that sourcerable and source are completely separate concepts here).
V:SourcerableNode The class of sourcerable valospace nodes which either are already sourcered or are unsourcered but have references to them from extant resources. This interface is the domain of all transient and generated fields which are available even for unsourcered node resources. rdfs:List VState:AliasField The class of inferred fields called alias fields where each such field has an 'aliasOf' RDF property or valos Field. Alias fields are mutation-inference symmetric so that triples with an alias field as predicate are inferred from triples with aliasOf as predicate and mutations with an alias field as predicate are translated to use the aliasOf as predicate. V:hasOutRelation The unordered list of outgoing relations with this sourcerable (but possibly absent) node as their source (note that sourcerable and source are completely separate concepts here). V:source The source node of this relation.
description The unordered list of outgoing relations with this sourcerable (but possibly absent) node as their source (note that sourcerable and source are completely separate concepts here).

#incomingRelations $V.incomingRelations

DEPRECATED in favor of: V:hasInRelation The unordered list of incoming relations with this sourcerable (but possibly absent) node as their target.
V:SourcerableNode The class of sourcerable valospace nodes which either are already sourcered or are unsourcered but have references to them from extant resources. This interface is the domain of all transient and generated fields which are available even for unsourcered node resources. rdfs:List VState:AliasField The class of inferred fields called alias fields where each such field has an 'aliasOf' RDF property or valos Field. Alias fields are mutation-inference symmetric so that triples with an alias field as predicate are inferred from triples with aliasOf as predicate and mutations with an alias field as predicate are translated to use the aliasOf as predicate. V:hasInRelation The unordered list of incoming relations with this sourcerable (but possibly absent) node as their target. V:target The target node of this relation.
description The unordered list of incoming relations with this sourcerable (but possibly absent) node as their target.

#id $V.id

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. xsd:string VState:GeneratedField The class of inferred fields where a field is not associated with raw valospace triples but the triples are fully generated by the expressor, with scope values:
description The immutable string representation of the VRID of this resource.

#rawId $V.rawId

DEPRECATED in favor of: V:id The immutable string representation of the VRID of this resource.
V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. xsd:string VState:AliasField The class of inferred fields called alias fields where each such field has an 'aliasOf' RDF property or valos Field. Alias fields are mutation-inference symmetric so that triples with an alias field as predicate are inferred from triples with aliasOf as predicate and mutations with an alias field as predicate are translated to use the aliasOf as predicate. V:id The immutable string representation of the VRID of this resource.
description The immutable string representation of the VRID of this resource.

#vrid $V.vrid

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. rdfs:List VState:TransientField The class of valospace fields with no general triple expression but with custom semantics for specific queries.
description The immutable, segmented object representation of the VRID of this resource.

#typeName $V.typeName

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. xsd:string VState:GeneratedField The class of inferred fields where a field is not associated with raw valospace triples but the triples are fully generated by the expressor, with scope values:
description The dominant type name of this resource

#specializationOf $V.specializationOf

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:hasSpecialization An unordered set of resources which have this resource as their V:specializationOf.
description The prototypes of this resource. All field lookups for which there is no associated value set and whose field descriptors don't have ownDefaultValue are forwarded to the prototype.

#hasSpecialization $V.hasSpecialization

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. VState:CoupledField The class of valospace fields which have a triple expression inside valospace via their coupled fields but lack an event log impression. V:specializationOf The prototypes of this resource. All field lookups for which there is no associated value set and whose field descriptors don't have ownDefaultValue are forwarded to the prototype.
description An unordered set of resources which have this resource as their V:specializationOf.

#ownFields $V.ownFields

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. VState:TransientField The class of valospace fields with no general triple expression but with custom semantics for specific queries.
description A transient version of this object as if prototype was undefined. All property accesses will only return field values which are directly owned by this resource.

#prototypeOf $V.prototypeOf

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. VState:CoupledField The class of valospace fields which have a triple expression inside valospace via their coupled fields but lack an event log impression. V:specializationOf The prototypes of this resource. All field lookups for which there is no associated value set and whose field descriptors don't have ownDefaultValue are forwarded to the prototype. V:hasPrototype The prototype of this extant resource. This represents the traditional prototypical inheritance where inherited field values are not remapped in any way.
description An unordered set of resources which have this resource as their V:hasPrototype.

#hasInstance $V.hasInstance

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. VState:CoupledField The class of valospace fields which have a triple expression inside valospace via their coupled fields but lack an event log impression. V:hasSpecialization An unordered set of resources which have this resource as their V:specializationOf. V:instanceOf The instance prototype of this extant resource. This represents valos 'ghost instantiation' where all recursively owned resources of the instanceOf are also inherited as 'ghosts' under this extant resource.
description An unordered set of resources which have this resource as their direct V:instanceOf.

#ghostOf $V.ghostOf

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. VState:GeneratedField The class of inferred fields where a field is not associated with raw valospace triples but the triples are fully generated by the expressor, with scope values: V:prototype V:hasGhost An unordered set of all (materialized) ghosts which have this resource as their V:ghostOf. See VState:section_ghost_instancing for why immaterial ghosts are not listed.
description Ghost prototype of this ghost resource. The ghost prototype is the base resource from which this ghost was created during some primary instantiation. This instantiation (which happens on prototype and results in an instance of it) also ghost-instantiates all the direct and indirect ownlings of the prototype as ghost ownlings in the instance. The instance is called the *ghost host* of all these ghosts. Likewise, the instance prototype is called the ghost host prototype, and the (grand-)ownlings of this ghost host prototype are the ghost prototypes of the corresponding ghosts (ie. this field).} .

#hasGhost $V.hasGhost

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. VState:CoupledField The class of valospace fields which have a triple expression inside valospace via their coupled fields but lack an event log impression. V:hasSpecialization An unordered set of resources which have this resource as their V:specializationOf. V:ghostOf Ghost prototype of this ghost resource. The ghost prototype is the base resource from which this ghost was created during some primary instantiation. This instantiation (which happens on prototype and results in an instance of it) also ghost-instantiates all the direct and indirect ownlings of the prototype as ghost ownlings in the instance. The instance is called the *ghost host* of all these ghosts. Likewise, the instance prototype is called the ghost host prototype, and the (grand-)ownlings of this ghost host prototype are the ghost prototypes of the corresponding ghosts (ie. this field).} .
description An unordered set of all (materialized) ghosts which have this resource as their V:ghostOf. See VState:section_ghost_instancing for why immaterial ghosts are not listed.

#materializedGhosts $V.materializedGhosts

DEPRECATED in favor of: V:hasGhost An unordered set of all (materialized) ghosts which have this resource as their V:ghostOf. See VState:section_ghost_instancing for why immaterial ghosts are not listed.
V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. VState:AliasField The class of inferred fields called alias fields where each such field has an 'aliasOf' RDF property or valos Field. Alias fields are mutation-inference symmetric so that triples with an alias field as predicate are inferred from triples with aliasOf as predicate and mutations with an alias field as predicate are translated to use the aliasOf as predicate. V:hasGhost An unordered set of all (materialized) ghosts which have this resource as their V:ghostOf. See VState:section_ghost_instancing for why immaterial ghosts are not listed. V:ghostOf Ghost prototype of this ghost resource. The ghost prototype is the base resource from which this ghost was created during some primary instantiation. This instantiation (which happens on prototype and results in an instance of it) also ghost-instantiates all the direct and indirect ownlings of the prototype as ghost ownlings in the instance. The instance is called the *ghost host* of all these ghosts. Likewise, the instance prototype is called the ghost host prototype, and the (grand-)ownlings of this ghost host prototype are the ghost prototypes of the corresponding ghosts (ie. this field).} .
description

#unnamedCouplings $V.unnamedCouplings

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. VState:CoupledField The class of valospace fields which have a triple expression inside valospace via their coupled fields but lack an event log impression.
description Referrers with a missing coupledField referring this resource

#ghostHost $V.ghostHost

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. VState:GeneratedField The class of inferred fields where a field is not associated with raw valospace triples but the triples are fully generated by the expressor, with scope values:
description The instance resource which brought this ghost into being. This instance is equivalent to the innermost ancestor of this ghost which is not a ghost itself.

#ghostOwner $V.ghostOwner

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth.
description The instance resource which owns this materialized ghost or null if this ghost is immaterial. Note that materialized ghosts will have a two own fields: the ghostOwner and the regular owner (or one of its aliases). The removal of either of these owning field relationships will immaterialize, not destroy, the ghost.

#ownsGhost $V.ownsGhost

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. VState:CoupledField The class of valospace fields which have a triple expression inside valospace via their coupled fields but lack an event log impression. V:ownsFixed
description Materialized ghost resources which have this instance as their ghost host.

#hashAlgorithm $V.hashAlgorithm

V:Bvob The dominant type class of resources which are immutably associated with an octet-stream of fixed length. xsd:string VState:GeneratedField The class of inferred fields where a field is not associated with raw valospace triples but the triples are fully generated by the expressor, with scope values:
description The hash algorithm used to create the content hash of this Bvob

#contentHash $V.contentHash

V:Bvob The dominant type class of resources which are immutably associated with an octet-stream of fixed length. xsd:string VState:GeneratedField The class of inferred fields where a field is not associated with raw valospace triples but the triples are fully generated by the expressor, with scope values:
description The content hash of the octet-stream associated with this Bvob

#contentLength $V.contentLength

V:Bvob The dominant type class of resources which are immutably associated with an octet-stream of fixed length. xsd:nonNegativeInteger VState:GeneratedField The class of inferred fields where a field is not associated with raw valospace triples but the triples are fully generated by the expressor, with scope values:
description The number of octets in the octet-stream associated with this Bvob.

#contentReferrers $V.contentReferrers

V:Bvob The dominant type class of resources which are immutably associated with an octet-stream of fixed length. V:Extant The class of valospace resources that are present and extant in this view of the world. An extant resource has all of its fields and properties available and it can thus be manipulated. VState:CoupledField The class of valospace fields which have a triple expression inside valospace via their coupled fields but lack an event log impression.
description The unordered set of V:content references to this Bvob from within this view of the world.

#owner $V.owner

V:Extant The class of valospace resources that are present and extant in this view of the world. An extant resource has all of its fields and properties available and it can thus be manipulated. V:Extant The class of valospace resources that are present and extant in this view of the world. An extant resource has all of its fields and properties available and it can thus be manipulated. VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth.
description The owner of this extant resource.

#name $V.name

V:Extant The class of valospace resources that are present and extant in this view of the world. An extant resource has all of its fields and properties available and it can thus be manipulated. xsd:string VPlot:VParam The class of all resources representing the VPlot pseudo-rule 'vparam' (always begins with '$' or ':'). VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth.
description The primary ValOS name of this extant resource. This name is a local identifier to differentiate the resource from other resources within the same context. Idiomatically this context is all resources of a particular type which are owned by the same resource.

#hasPrototype $V.hasPrototype

V:Extant The class of valospace resources that are present and extant in this view of the world. An extant resource has all of its fields and properties available and it can thus be manipulated. V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:specializationOf The prototypes of this resource. All field lookups for which there is no associated value set and whose field descriptors don't have ownDefaultValue are forwarded to the prototype. V:prototypeOf An unordered set of resources which have this resource as their V:hasPrototype.
description The prototype of this extant resource. This represents the traditional prototypical inheritance where inherited field values are not remapped in any way.

#instanceOf $V.instanceOf

V:Extant The class of valospace resources that are present and extant in this view of the world. An extant resource has all of its fields and properties available and it can thus be manipulated. V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:specializationOf The prototypes of this resource. All field lookups for which there is no associated value set and whose field descriptors don't have ownDefaultValue are forwarded to the prototype. V:hasInstance An unordered set of resources which have this resource as their direct V:instanceOf.
description The instance prototype of this extant resource. This represents valos 'ghost instantiation' where all recursively owned resources of the instanceOf are also inherited as 'ghosts' under this extant resource.

#ownlings $V.ownlings

V:Extant The class of valospace resources that are present and extant in this view of the world. An extant resource has all of its fields and properties available and it can thus be manipulated. rdfs:List VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth.
description The ordered list of all resources owned by this extant resource. This list is a union of all fields which define a VState:isOwnerOf.

#unnamedOwnlings $V.unnamedOwnlings

V:Extant The class of valospace resources that are present and extant in this view of the world. An extant resource has all of its fields and properties available and it can thus be manipulated. V:Extant The class of valospace resources that are present and extant in this view of the world. An extant resource has all of its fields and properties available and it can thus be manipulated. VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:ownlings The ordered list of all resources owned by this extant resource. This list is a union of all fields which define a VState:isOwnerOf.
description The ordered list of all resources owned by this extant resource which are not contained in another VState:isOwnerOf field list.

#isFrozen $V.isFrozen

V:Extant The class of valospace resources that are present and extant in this view of the world. An extant resource has all of its fields and properties available and it can thus be manipulated. xsd:boolean VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth.
description Indicates whether this extant resource is frozen. A frozen resource nor any of its ownlings cannot have any of their primary fields be modified. Setting isFrozen to true is (by design) an irreversible operation.

#nameAlias $V.nameAlias

V:Extant The class of valospace resources that are present and extant in this view of the world. An extant resource has all of its fields and properties available and it can thus be manipulated. xsd:string VState:AliasField The class of inferred fields called alias fields where each such field has an 'aliasOf' RDF property or valos Field. Alias fields are mutation-inference symmetric so that triples with an alias field as predicate are inferred from triples with aliasOf as predicate and mutations with an alias field as predicate are translated to use the aliasOf as predicate. V:name The primary ValOS name of this extant resource. This name is a local identifier to differentiate the resource from other resources within the same context. Idiomatically this context is all resources of a particular type which are owned by the same resource.
description The primary name of this resource. It is globally non-unique but often context-dependently unique. This is an alias of V:name for circumventing conflicts with the native javascript property 'name' in certain execution contexts

#prototypeAlias $V.prototypeAlias

DEPRECATED in favor of: V:specializationOf The prototypes of this resource. All field lookups for which there is no associated value set and whose field descriptors don't have ownDefaultValue are forwarded to the prototype.
V:Extant The class of valospace resources that are present and extant in this view of the world. An extant resource has all of its fields and properties available and it can thus be manipulated. V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. VState:AliasField The class of inferred fields called alias fields where each such field has an 'aliasOf' RDF property or valos Field. Alias fields are mutation-inference symmetric so that triples with an alias field as predicate are inferred from triples with aliasOf as predicate and mutations with an alias field as predicate are translated to use the aliasOf as predicate. V:specializationOf The prototypes of this resource. All field lookups for which there is no associated value set and whose field descriptors don't have ownDefaultValue are forwarded to the prototype.
description The prototype of this resource. This is an alias for V:specializationOf to bypass conflicts with native javascript property 'prototype' in certain execution contexts. Deprecated after 'prototype' was renamed as V:specializationOf, making this alias unnecessary.

#scope $V.scope

V:ScopeProperty The dominant type class of resources representing properties with a locally unique name inside an owning Scope namespace resource. Additionally a ScopeProperty represents the core hypertwin building block as an rdf:Statement reification of hypertwinned triples. V:Scope The class of valospace resources which can have scoped properties. VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:owner The owner of this extant resource.
description The scope resource (and owner) of this ScopeProperty.

#value $V.value

V:ScopeProperty The dominant type class of resources representing properties with a locally unique name inside an owning Scope namespace resource. Additionally a ScopeProperty represents the core hypertwin building block as an rdf:Statement reification of hypertwinned triples. xsd:string VPlot:VPlot The class of all resources that can be represented by the VPlot rule 'vplot' (the string representation always begins with '@') VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth.
description The value of this ScopeProperty.

#twinspace $V.twinspace

V:ScopeProperty The dominant type class of resources representing properties with a locally unique name inside an owning Scope namespace resource. Additionally a ScopeProperty represents the core hypertwin building block as an rdf:Statement reification of hypertwinned triples. rdfs:Resource VState:GeneratedField The class of inferred fields where a field is not associated with raw valospace triples but the triples are fully generated by the expressor, with scope values:
description The twinspace of this ScopeProperty. Equates to the expanded prefix of the V:name of this ScopeProperty using the context of this chronicle. Additionally if the local part of the V:name is an empty string then the V:value of this ScopeProperty defines the twinspace id of the scope resource for this twinspace.

#subject $V.subject

V:ScopeProperty The dominant type class of resources representing properties with a locally unique name inside an owning Scope namespace resource. Additionally a ScopeProperty represents the core hypertwin building block as an rdf:Statement reification of hypertwinned triples. rdfs:Resource VState:GeneratedField The class of inferred fields where a field is not associated with raw valospace triples but the triples are fully generated by the expressor, with scope values: rdf:subject
description The subject of this ScopeProperty when interpreted as a reified rdf:Statement. Equates to the twinspace id of the scope resource using the V:twinspace of this ScopeProperty.

#predicate $V.predicate

V:ScopeProperty The dominant type class of resources representing properties with a locally unique name inside an owning Scope namespace resource. Additionally a ScopeProperty represents the core hypertwin building block as an rdf:Statement reification of hypertwinned triples. rdfs:Resource VState:GeneratedField The class of inferred fields where a field is not associated with raw valospace triples but the triples are fully generated by the expressor, with scope values: rdf:predicate
description The predicate of this ScopeProperty when interpreted as a reified rdf:Statement. Equates to the IRI expansion of V:name of this ScopeProperty using the context of this chronicle.

#object $V.object

V:ScopeProperty The dominant type class of resources representing properties with a locally unique name inside an owning Scope namespace resource. Additionally a ScopeProperty represents the core hypertwin building block as an rdf:Statement reification of hypertwinned triples. rdfs:Resource VState:GeneratedField The class of inferred fields where a field is not associated with raw valospace triples but the triples are fully generated by the expressor, with scope values: rdf:object
description The object of this ScopeProperty when interpreted as a reified rdf:Statement. If the V:value refers to a scope which has this twinspace id defined (ie. it owns a property with twinspace id as a name), then this field will be expressed as that twinspace id. Otherwise equals to the V:value itself.

#ownsProperty $V.ownsProperty

V:Scope The class of valospace resources which can have scoped properties. rdfs:List VState:EventLoggedField The class of valospace fields which have both a triple state expression inside valospace and a change impression in event logs; these are the primary, persisted sources of truth. V:ownlings The ordered list of all resources owned by this extant resource. This list is a union of all fields which define a VState:isOwnerOf.
description The ordered list of ScopeProperty resources of this scope

§ V valosheath properties The class of all valosheath type prototype properties.

This section describes all valosheath properties introduced by the @valos/kernel packages. These properties are provided for scripts by the @valos/engine and their values are not recorded in event logs.

rdfs:domain rdfs:range

§ V valosheath methods The class of all valosheath type prototype methods.

This section describes all valosheath methods introduced by the @valos/kernel packages.

rdfs:domain rdfs:range

#immediateContent Media.prototype.$V.immediateContent

V:Media The class of valospace resources which represent interpretable media and can be associated with mutable binary content and accompanying metadata. With Relation and Media it forms the group of three primary node types. immediateContent(options)
description Returns Media content if immediately available or throws otherwise.
introduction Media content is immediately available if its has been downloaded and marked as in-memory cacheable. The thrown error can be a missing connection error which triggers an implicit connection process. See V:interpretContent for more details.

#interpretContent Media.prototype.$V.interpretContent

V:Media The class of valospace resources which represent interpretable media and can be associated with mutable binary content and accompanying metadata. With Relation and Media it forms the group of three primary node types. interpretContent(options)
description Returns a promise to a Media content interpretation as optionally given *options.contentType*.
introduction The default contentType if determined as follows:
  1. options.contentType argument of this call
  2. Media.mediaType field of this Media resource

  3. inferred from the Media name extension

  4. options.fallbackContentType of this call

#immediateURL Media.prototype.$V.immediateURL

V:Media The class of valospace resources which represent interpretable media and can be associated with mutable binary content and accompanying metadata. With Relation and Media it forms the group of three primary node types. immediateURL(options)
description Returns a Media content download URL if immediately available or throws an error otherwise.
introduction The returned URL can be used to fetch an online resource in the local context. This URL is only temporarily valid. The expiration time is defined by the chronicle behaviors and its backend implementation. The error can be a missing connection error which triggers an implicit connection process. See V:getURL for more details.

#getURL Media.prototype.$V.getURL

V:Media The class of valospace resources which represent interpretable media and can be associated with mutable binary content and accompanying metadata. With Relation and Media it forms the group of three primary node types. getURL(options)
description Returns a promise to a Media content download URL.
introduction The resolved URL can be used to fetch the Media content in the local context. This URL is only temporarily valid. The expiration time is defined by the chronicle behaviors and its backend implementation.

#getRelations Relatable.prototype.$V.getRelations

V:Relatable getRelations(name)
description Returns an array of all outgoing relations with the given *name* as their V:name.
introduction Outgoing relations are all V:Relation resources owned by *this* V:Relatable in its V:relations and which have *this* as their V:source. If no *name* is given returns all outgoing relations. Note: all matching relations are selected, even those in unconnected chronicles.

#getRelationTargets Relatable.prototype.$V.getRelationTargets

V:Relatable getRelationsTargets(name)
description Returns an array of all the V:target resources of those outgoing relations which have the given *name* as their V:name.
introduction This method is identical to V:getRelations except that the returned array contains the V:target resources instead of the relations themselves.

#setRelations Relatable.prototype.$V.setRelations

V:Relatable setRelations(name, newRelations)
description Replaces all relations with given *name* with relations in given *newRelations* sequence.
introduction This can be used to reorder the relations, as even if no entries are actually removed or added (if the new set has the same entries as the existing set), their order will be changed to match the order in the new sequence.

#getIncomingRelations Relatable.prototype.$V.getIncomingRelations

V:Relatable getIncomingRelations(name)
description Returns an array of all incoming, connected relations with the given *name* as their V:name.
introduction Incoming relations are all V:Relation resources that appear in the V:incomingRelations and which have *this* as their V:target. Note: only relations inside connected chronicles are listed (even though some might be inactive, f.ex. if they have an inactive prototype).

#getIncomingRelationSources Relatable.prototype.$V.getIncomingRelationSources

V:Relatable getIncomingRelationsSources(name)
description Returns an array of all V:source resources of those incoming relations which have the given *name* as their V:name
introduction This method is identical to V:getIncomingRelations except that the returned array contains V:source resources instead of the relations themselves.

#setIncomingRelations Relatable.prototype.$V.setIncomingRelations

V:Relatable setIncomingRelations(name, newIncomingRelations)
description Replaces all incoming relations with given *name* with relations in given *newIncomingRelations* sequence.
introduction This can be used to reorder the relations, as even if no entries are actually removed or added (if the new set has the same entries as the existing set), their order will be changed to match the order in the new sequence.

#Resource.prototype.hasOwnProperty Resource.prototype.hasOwnProperty

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. hasOwnProperty(propertyName)
description Returns true if this resource has the given *propertyName* as its own locally materialized property, false otherwise.

#getField Resource.prototype.$V.getField

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. getField(fieldName)
description Returns the value of the valospace field with given *fieldName* of *this* Resource
introduction This is an internal API and should be avoided in favor of ordinary field access.

#getFieldCoupling Resource.prototype.$V.getFieldCoupling

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. getFieldCoupling(fieldName)
description Returns the coupled field of the given singular valospace field *fieldName* of *this* Resource
introduction

#setField Resource.prototype.$V.setField

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. setField(fieldName, newValue)
description Sets the value of the field *fieldName* of *this* Resource.

#addToField Resource.prototype.$V.addToField

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. addToField(fieldName, value)
description Adds the given *value* to the host field with given *fieldName* of *this* Resource.
introduction If the *value* is an iterable all the entries will be added in iteration order. All added values will be placed to the end of the sequence, even if they already exist.

#removeFromField Resource.prototype.$V.removeFromField

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. removeFromField(fieldName, value)
description Removes the given *value* from the host field with given *fieldName* of *this* Resource.
introduction If the *value* is an iterable all the iterated entries will be removed.

#replaceWithinField Resource.prototype.$V.replaceWithinField

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. replaceWithinField(fieldName, replacedValues, withValues)
description Replaces the given *replacedValues* within the field *fieldName* of *this* Resource with given *withValues*.
introduction Behaves like a removedFrom call followed by an addedTo call, where the removedFrom is given the entries appearing only in *replacedValues* and addedTo is given *withValues* as-is.

#setOwner Resource.prototype.$V.setOwner

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. setOwner(owner)
description Sets the host owner of *this* Resource to the given *owner*, with optionally given *coupledFieldName*.
introduction The coupledFieldName default value is based on the type of this resource as either 'unnamedOwnlings', 'properties', 'relations' or 'listeners'

#getEntity Resource.prototype.$V.getEntity

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. getEntity(name)
description Returns the first owned Entity with the given *name*.

#getMedia Resource.prototype.$V.getMedia

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. getMedia(name)
description Returns the first owned Media with the given *name*.

#getFixedResource Resource.prototype.$V.getFixedResource

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. getFixedResource(subPlot, explicitChronicleURI)
description Returns a reference to the fixed sub-resource reached from this resource via the given *subPlot* VPlot.
introduction This call does not create any resources. If the resource does not exist the reference will be immaterial. Alternatively the *subPlot* can be a fixed field object which is used to determined the actual resource sub-id vplot. The keys of the object are divided to three groups: - Specials: keys 'id', 'typeName', 'name' and 'params' have semantics described below - Plain terms: all other string keys are sorted and treated as namespace 'V' terms - Symbol terms: all symbols must be valid namespace names, sorted lexically as [namespace, term] pairs Firstly the resource sub-id starts with the value of 'id' key which if given must contain the verb type and an optional number of params. Otherwise if 'id' is not given the sub-id verb type is generated based on 'typeName' if it is given. Otherwise the verb type is set to "@_". Secondly if 'name' is specified it is then prepended as the first param. Thirdly all sorted plain terms are appended to the params. Fourthly all sorted symbol terms are appended to the params. Finally all 'param' values are appended to the params. See also $V.obtainFixedResource.

#getFixedEntity Resource.prototype.$V.getFixedEntity

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. getFixedEntity(subPlot, explicitChronicleURI)
description Returns a reference to the fixed sub-entity reached from this resource via the given *subPlot* VPlot.
introduction This call does not create any resources. If the sub-resource does not exist the reference will be immaterial. Alternatively the *subPlot* can be a fixed field object. In this case this call adds "Entity" as a typeName to it. See $V.getFixedResource for more details.

#getFixedMedia Resource.prototype.$V.getFixedMedia

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. getFixedEntity(subPlot, explicitChronicleURI)
description Returns a reference to the fixed sub-media reached from this resource via the given *subPlot* VPlot.
introduction This call does not create any resources. If the sub-resource does not exist the reference will be immaterial. Alternatively the *subPlot* can be a fixed field object. In this case this call adds "Media" as a typeName to it. See $V.getFixedResource for more details.

#getFixedRelation Resource.prototype.$V.getFixedRelation

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. getFixedEntity(subPlot, explicitChronicleURI)
description Returns a reference to the fixed sub-relation reached from this resource via the given *subPlot* VPlot.
introduction This call does not create any resources. If the sub-resource does not exist the reference will be immaterial. Alternatively the *subPlot* can be a fixed field object. In this case this call adds "Relation" as a typeName to it. See $V.getFixedResource for more details.

#obtainFixedResource Resource.prototype.$V.obtainFixedResource

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. obtainFixedResource(subPlot, extendInitialState, explicitChronicleURI)
description Returns an existing or a newly created fixed sub-resource that is reached from this resource via the given *subPlot* VPlot.
introduction Will create all resources traversed by the subPlot VPlot that don't exist. Provides initial field and property values for the newly created resources so that they satisfy the semantic constraints of the *subPlot* VPlot elements. This typically means that at least the resource type and its $V.owner and $V.name are initialized, but depending on VPlot contents other properties can also be initialized. Calls the optional callback argument *extendInitialState* for each new resource right before the resource is created. This call is passed *initialState* and *subPlotIndex* as arguments. The *subPlotIndex* is an index to the *subPlot* sub-element for which a new resource is about to be created. The *initialState* contains the initial fields and properties for the new resource. These values are immutable and can only be inspected but new fields and properties can be added. Once the callback returns the *initialState* will be passed to the V:Resource.new call.

#instantiate Resource.prototype.$V.instantiate

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. instantiate(initialState)
description Instantiates *this* Resource with given *initialState*.

#duplicate Resource.prototype.$V.duplicate

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. duplicate(initialState)
description Duplicates *this* Resource with given *initialState*.

#prepareBlob Resource.prototype.$V.prepareBlob

DEPRECATED in favor of: V:prepareBvob Uploads the given *content* and returns a promise to a Bvob resource creation callback.
V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. prepareBlob(content)
description DEPRECATED, prefer: V:prepareBvob. Returns a promise to a Bvob creator callback. See Resource.prepareBvob.

#prepareBvob Resource.prototype.$V.prepareBvob

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. prepareBvob(content)
description Uploads the given *content* and returns a promise to a Bvob resource creation callback.
introduction All valospace binary content is associated with a chronicle in the form immutable Bvob resource references. A full process of uploading content to valospace is a two-stage process. Firstly the content must be uploaded and validated by persistence layers. Secondly the content hash must be chronicled as a Bvob reference in the chronicle event log. This function initiates the first stage and returns a promise to a callback. The promise resolves when the given *content* has been converted into raw data and persisted in the *nearest persistence cache*. The resolved value is a callback which when called creates a Bvob resource in the chronicle of *this* Resource and returns a reference to it. This Bvob should then be immediately assigned to a resource field in the chronicle (usually as V:content of some V:Media) to initiate the second stage. Note that as the Bvob itself only represents binary content all encoding information, contentType and any other metadata should be assigned at the same time (see V:Media). There can be a period of time between the first stage and the second stage, especially if user interaction is performed in between. During this period the uploaded content is pending and likely has no chronicle references to it until the second stage is initiated and completed. The pending content is guaranteed to remain valid until one of the following conditions is true:
  1. The bvob id is used in a command that has been successfully locally persisted in the command queue of this chronicle. At this point the bvob id cache validity is governed by the ordinary chronicle bvob content persistence rules.
  2. The execution context is reset (ie. on a browser/tab is refreshed).

  3. Local bvob cache is explicitly flushed (which is unimplemented).

#getProperty Scope.prototype.$V.getProperty

DEPRECATED in favor of: Object.getOwnPropertyDescriptor
V:Scope The class of valospace resources which can have scoped properties. getProperty(name)
description DEPRECATED, prefer: Object.getOwnPropertyDescriptor. Returns the Property object with the given name in this Scope.
introduction This Property object is an internal detail of @valos/engine.

#getHostGlobal Scope.prototype.$V.getHostGlobal

V:Scope The class of valospace resources which can have scoped properties. getHostGlobal()
description Returns the javascript host global object associated with this Scope.
introduction The host global object of a Scope resource is used as the javascript global object for all application/javascript medias that are owned by the Scope. This global object prototypically inherits the host global object of the nearest owning Scope. Thus all host global variables introduced to the Scope by its directly owned javascript medias will be available to all other medias directly or indirectly owned by the Scope. The host global object is a native host environment javascript object, so that unlike valospace resource modifications, the host global object modifications are:
  1. local; they are not visible to other users or tabs
  2. immediate; they don't wait for the surrounding transaction to be committed

  3. irreversible; they are not reverted if the surrounding transaction is aborted

  4. not persistent; they are lost on browser refresh (or on any inspire engine restart in general)

#getFickleId TransientFields.prototype.$V.getFickleId

V:TransientFields getFickleId(minimumLength)
description Returns a short, descriptive but fickle identifier string of this resource.
introduction The fickle is uniquely mapped to this resource but during this execution session only. The returned fickle id string is guaranteed to be at least the given *minimumLength* characters long. The fickle id may be longer if a shorter id candidate is already allocated for another resource. The fickle algorithm is a best-effort algorithm which /most of the time/ returns a prefix of the resource raw id that is same across sessions, but none of these qualities is guaranteed.

#createDerivedId TransientFields.prototype.$V.createDerivedId

V:TransientFields createDerivedId(salt)
description Creates a deterministic, unique id string based on the id of *this* resource as well as the optional *salt* and optional *contextId* strings.
introduction The generated id is always the same for same combination of these three values.

#hasInterface TransientFields.prototype.$V.hasInterface

V:TransientFields hasInterface(interfaceName)
description Returns true if *this* resource implements the host interface *interfaceName*

§ V valosheath object properties The class of all valosheath object properties.

This section describes all valosheath object properties introduced by the @valos/kernel packages. This includes direct properties on type and class objects themselves. These properties are provided for scripts by the @valos/engine and their values are not recorded in event logs.

rdf:subject rdfs:range

§ V valosheath object methods The class of all valosheath object methods.

This section describes all valosheath object methods introduced by the @valos/kernel packages. This includes direct methods on the type and class objects themselves. These properties are provided for scripts by the @valos/engine and their values are not recorded in event logs.

rdf:subject rdfs:range

#Chronicle.createPartitionURI Chronicle.createPartitionURI

V:Chronicle createNaivePartitionURI(baseString, partitionRawId)
description Creates a URI from given *base* and *partitionId* strings

#Chronicle.createChronicleURI Chronicle.createChronicleURI

V:Chronicle createChronicleURI(authorityURI, chronicleId)
description Creates a URI from given *authorityURI* and *chronicleId* strings (coercing non-vplot id's)

#Chronicle.splitChronicleURI Chronicle.splitChronicleURI

V:Chronicle splitChronicleURI(chronicleURI)
description Returns an array containing the authority URI and the chronicle id of given *chronicleURI*

#Chronicle.tryPartitionConnection Chronicle.tryPartitionConnection

DEPRECATED in favor of: V:Chronicle.tryConnection Returns an existing, fully active connection to the chronicle with given *chronicleURI*, undefined otherwise
V:Chronicle tryPartitionConnection(chronicleURI)
description DEPRECATED, prefer: V:Chronicle.tryConnection. Returns an existing, fully active connection to the chronicle with given *chronicleURI*, undefined otherwise
introduction

#Chronicle.tryConnection Chronicle.tryConnection

V:Chronicle tryConnection(chronicleURI)
description Returns an existing, fully active connection to the chronicle with given *chronicleURI*, undefined otherwise

#Chronicle.acquirePartitionConnection Chronicle.acquirePartitionConnection

DEPRECATED in favor of: V:Chronicle.acquireConnection Returns a promise to a full connection to the chronicle with given *chronicleURI* and *options*.
V:Chronicle acquireConnection(chronicleURI)
description DEPRECATED, prefer: V:Chronicle.acquireConnection. Returns a promise to a full connection to the chronicle with given *chronicleURI* and *options*.
introduction If no full connection exists, waits on a possibly existing on-going connection process. If none exists creates a new connection process.

#Chronicle.acquireConnection Chronicle.acquireConnection

V:Chronicle acquireConnection(chronicleURI)
description Returns a promise to a full connection to the chronicle with given *chronicleURI* and *options*.
introduction If no full connection exists, waits on a possibly existing on-going connection process. If none exists creates a new connection process.

#Chronicle.sourcerChronicle Chronicle.sourcerChronicle

V:Chronicle sourcerChronicle(chronicleURI)
description Returns a promise to a sourcered chronicle with given *chronicleURI* and *options*.
introduction If no full connection exists, waits on a possibly existing on-going connection process. If none exists creates a new connection process.

#Relatable.getRelationsOf Relatable.getRelationsOf

DEPRECATED in favor of: V:getRelations Returns an array of all outgoing relations with the given *name* as their V:name.
V:Relatable getRelationsOf(relatable, name)
description DEPRECATED, prefer: V:getRelations. Returns an array which contains all Relation objects of given *relatable* which have the given *name*
introduction Returned relation objects have given *relatable* as their host *Relation.source* field value and which fullfill all constaints of given additionalConditions

#Relatable.getIncomingRelationsOf Relatable.getIncomingRelationsOf

DEPRECATED in favor of: V:getIncomingRelations Returns an array of all incoming, connected relations with the given *name* as their V:name.
V:Relatable getIncomingRelationsOf(entity, name)
description DEPRECATED, prefer: V:getIncomingRelations. Returns an array which contains all Relation objects which have the given *name*
introduction have *this* relatable as their host *Relation.target* field value and which fullfill all constaints of given additionalConditions

#Resource.activate Resource.activate

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. activate(resource)
description Returns a promise to an activation operation of the given *resource*
introduction Activating a resource is the operation of sourcering the chronicles of all of the resources in its prototype chain. The returned promise resolves to the given resource itself once all corresponding chronicles have completed their first narration. If the resource is already active the returned promise is an already resolved one.

#Resource.isActive Resource.isActive

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. isActive(resource)
description Returns true if the given *resource* is active
introduction Returns false if the *resource* is inactive and not being activated at all, or if any of the prototype chain chronicles is still undergoing sourcering or first narration.

#Resource.getFieldOf Resource.getFieldOf

DEPRECATED in favor of: V:getField Returns the value of the valospace field with given *fieldName* of *this* Resource
V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. getFieldOf(resource, fieldVAKON)
description DEPRECATED, prefer: V:getField. Returns the value of the host field with given *fieldName* of the given *resource*

#Resource.setFieldOf Resource.setFieldOf

DEPRECATED in favor of: V:setField Sets the value of the field *fieldName* of *this* Resource.
V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. setFieldOf(resource, fieldName, newValue)
description DEPRECATED, prefer: V:setField. Sets the host field with given *fieldName* of the given *resource* to given *newValue*

#Resource.getOwnerOf Resource.getOwnerOf

DEPRECATED in favor of: V:owner The owner of this extant resource.
V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. getOwnerOf(resource)
description DEPRECATED, prefer: V:owner. Returns the owner of the given *resource*

#Resource.setOwnerOf Resource.setOwnerOf

DEPRECATED in favor of: V:setOwner Sets the host owner of *this* Resource to the given *owner*, with optionally given *coupledFieldName*.
V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. setOwnerOf(resource, owner)
description DEPRECATED, prefer: V:setOwner. sets the host owner of the given *resource* to the given *owner*
introduction Can optionally be given *coupledField*. If not given coupledField default value is determined by the type of this resource to be either 'unnamedOwnlings', 'properties', 'relations' or 'listeners'

#Resource.getActiveResource Resource.getActiveResource

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. getActiveResource(id)
description Returns the active resource with given *id* if one exists, otherwise throws an error.
introduction An active resource is an existing, non-destroyed resource in a fully connected chronicle whose all possible prototypes are also active. If the error is due to an unconnected or partially connected chronicle an absent chronicle error is thrown. This causes an implicit chronicle connection attempt which by default restarts this transaction. Otherwise a regular, by default unhandled exception is thrown.

#Resource.tryActiveResource Resource.tryActiveResource

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. tryActiveResource(id)
description Returns the active resource with given *id* if one exists, otherwise returns null.
introduction An active resource is an existing, non-destroyed resource in a fully connected chronicle whose all possible prototypes are also active.

#Resource.recombine Resource.recombine

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. recombine()
description Returns an array of duplicated resources based on the given *duplicationDirectives* (dd).
introduction The duplications are performed as if they are part of a single duplication; all directly and indirectly owned cross-references between all *dd.duplicateOf* resources are updated to cross-refer to the appropriate (sub-)resources in the resulting duplicates. This has two major advantages over the singular duplication. First advantage is that recombination allows for fine-grained control over all duplicated resources and not just the top-level. When a *dd.duplicateOf* refers to a resource which is already being implicitly duplicated (by some other directive targeting its (grand)owner) then the rules in the explicit dd override the default duplication instead of creating an extra duplicate. Notably this also allows for omission of whole sub-branches from the duplication by specifying null *dd.id*. Second advantage is that by providing customized *dd.initialState.owner* values the recombination can fully alter ownership hierarchy of the duplicated objects (unlike duplication which once again can only manage duplicated top-level resource). Specifically this enables duplication of resources from different locations and even chronicles to under the same entity while maintaining the internal cross-references between different recombined resources. Vice versa recombine allows spreading the duplicates to separate chronicles (at least insofar a multi-chronicle commands between said chronicles is possible).

#Resource.destroy Resource.destroy

V:Resource The class of resources which can appear as a subject in valospace resource and event graphs. The domain of all transient and generated fields which are available even for unsourced bodies. destroy(resource)
description Destroys the given *resource* and recursively all resources owned by it

#Scope.createIdentifer Scope.createIdentifer

V:Scope The class of valospace resources which can have scoped properties. createIdentifier(initialValue)
description Creates and returns an identifier binding object.
introduction When an identifier object is placed as a scope lookup value it will act as an assignable identifier binding for valoscript identifier operations with name equal to the key of the scope lookup.

§ V remaining vocabulary

rdf:type rdfs:subClassOf

#Chronicle window.valos.Chronicle

description

#Describable window.valos.Describable

description

#DestroyedScriptResource window.valos.DestroyedScriptResource

description

#Discoverable window.valos.Discoverable

description

#InactiveScriptResource window.valos.InactiveScriptResource

description

#Property window.Property

description

#Relatable window.Relatable

description

#TransientFields window.valos.TransientFields

description

#TransientScriptFields window.valos.TransientScriptFields

description

§ JSON-LD context term definitions

Term Definition @id @type @container
restriction
@base https://valospace.org/0#
V:Chronicle.createPartitionURI #Chronicle.createPartitionURI @id
V:Chronicle.createChronicleURI #Chronicle.createChronicleURI @id
V:Chronicle.splitChronicleURI #Chronicle.splitChronicleURI @id
V:Chronicle.tryPartitionConnection #Chronicle.tryPartitionConnection @id
V:Chronicle.tryConnection #Chronicle.tryConnection @id
V:Chronicle.acquirePartitionConnection #Chronicle.acquirePartitionConnection @id
V:Chronicle.acquireConnection #Chronicle.acquireConnection @id
V:Chronicle.sourcerChronicle #Chronicle.sourcerChronicle @id
V:immediateContent #immediateContent @id
V:interpretContent #interpretContent @id
V:immediateURL #immediateURL @id
V:getURL #getURL @id
V:Relatable.getRelationsOf #Relatable.getRelationsOf @id
V:Relatable.getIncomingRelationsOf #Relatable.getIncomingRelationsOf @id
V:getRelations #getRelations @id
V:getRelationTargets #getRelationTargets @id
V:setRelations #setRelations @id
V:getIncomingRelations #getIncomingRelations @id
V:getIncomingRelationSources #getIncomingRelationSources @id
V:setIncomingRelations #setIncomingRelations @id
V:Resource.activate #Resource.activate @id
V:Resource.isActive #Resource.isActive @id
V:Resource.getFieldOf #Resource.getFieldOf @id
V:Resource.setFieldOf #Resource.setFieldOf @id
V:Resource.getOwnerOf #Resource.getOwnerOf @id
V:Resource.setOwnerOf #Resource.setOwnerOf @id
V:Resource.getActiveResource #Resource.getActiveResource @id
V:Resource.tryActiveResource #Resource.tryActiveResource @id
V:Resource.recombine #Resource.recombine @id
V:Resource.destroy #Resource.destroy @id
V:Resource.prototype.hasOwnProperty #Resource.prototype.hasOwnProperty @id
V:getField #getField @id
V:getFieldCoupling #getFieldCoupling @id
V:setField #setField @id
V:addToField #addToField @id
V:removeFromField #removeFromField @id
V:replaceWithinField #replaceWithinField @id
V:setOwner #setOwner @id
V:getEntity #getEntity @id
V:getMedia #getMedia @id
V:getFixedResource #getFixedResource @id
V:getFixedEntity #getFixedEntity @id
V:getFixedMedia #getFixedMedia @id
V:getFixedRelation #getFixedRelation @id
V:obtainFixedResource #obtainFixedResource @id
V:instantiate #instantiate @id
V:duplicate #duplicate @id
V:prepareBlob #prepareBlob @id
V:prepareBvob #prepareBvob @id
V:Scope.createIdentifer #Scope.createIdentifer @id
V:getProperty #getProperty @id
V:getHostGlobal #getHostGlobal @id
V:getFickleId #getFickleId @id
V:createDerivedId #createDerivedId @id
V:hasInterface #hasInterface @id
V:chronicleRoot #chronicleRoot @id
V:partition #partition @id
V:container #container @id
V:nodes #nodes @id @list
V:directory #directory @id
V:entries #entries @id @list
V:parent #parent @id
V:ownsEntity #ownsEntity @id @list
V:folder #folder @id
V:ownsMedia #ownsMedia @id @list
V:content #content @id
V:graph #graph @id
V:ownsRelation #ownsRelation @id @list
V:source #source @id
V:hasOutRelation #hasOutRelation @id @list
V:target #target @id
V:hasInRelation #hasInRelation @id @list
V:linkedSource #linkedSource @id
V:linkedOutRelation #linkedOutRelation @id @list
V:linkedTarget #linkedTarget @id
V:linkedInRelation #linkedInRelation @id @list
V:ownerSource #ownerSource @id
V:ownsOutRelation #ownsOutRelation @id @list
V:ownerTarget #ownerTarget @id
V:ownsInRelation #ownsInRelation @id @list
V:relations #relations @id @list
V:outgoingRelations #outgoingRelations @id @list
V:incomingRelations #incomingRelations @id @list
V:vrid #vrid @id @list
V:specializationOf #specializationOf @id
V:hasSpecialization #hasSpecialization @id
V:ownFields #ownFields @id
V:prototypeOf #prototypeOf @id
V:hasInstance #hasInstance @id
V:ghostOf #ghostOf @id
V:hasGhost #hasGhost @id
V:materializedGhosts #materializedGhosts @id
V:unnamedCouplings #unnamedCouplings @id
V:ghostHost #ghostHost @id
V:ghostOwner #ghostOwner @id
V:ownsGhost #ownsGhost @id
V:contentReferrers #contentReferrers @id
V:owner #owner @id
V:name #name @id
V:hasPrototype #hasPrototype @id
V:instanceOf #instanceOf @id
V:ownlings #ownlings @id @list
V:unnamedOwnlings #unnamedOwnlings @id
V:prototypeAlias #prototypeAlias @id
V:scope #scope @id
V:value #value @id
V:ownsProperty #ownsProperty @id @list