vannavailability
vannAvailability is a term used in the Vocabulary for Annotating Networked Resources (VANN) to express the current availability status of a resource described in metadata. VANN is a metadata vocabulary associated with the management and annotation of web resources, and vann:availability (often surfaced in data models as vannAvailability) provides a simple mechanism to indicate whether a resource is reachable or usable at a given time.
The property is intended to be informational and can be applied to various kinds of resources, including
Usage examples (in RDF-style notation, simplified):
- <https://example.org/dataset> vann:availability "online" .
- <https://example.org/dataset> vann:availability "offline"@en .
- <https://example.org/dataset> vann:availability <https://status.example.org/dataset/1234> .
Relationships and considerations: vann:availability is typically used alongside other metadata about access and provenance, such as
See also: Vocabulary for Annotating Networked Resources (VANN), DCAT, Dublin Core Terms.