package rdf

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Rdf.OaSource

Elements of http://www.w3.org/ns/oa#

Sourceval oa : Iri.t

http://www.w3.org/ns/oa#

Sourceval oa_ : string -> Iri.t
Sourceval c_Annotation : Iri.t

The class for Web Annotations.

Sourceval c_Choice : Iri.t

A subClass of as:OrderedCollection that conveys to a consuming application that it should select one of the resources in the as:items list to use, rather than all of them. This is typically used to provide a choice of resources to render to the user, based on further supplied properties. If the consuming application cannot determine the user's preference, then it should use the first in the list.

Sourceval c_CssSelector : Iri.t

A CssSelector describes a Segment of interest in a representation that conforms to the Document Object Model through the use of the CSS selector specification.

Sourceval c_CssStyle : Iri.t

A resource which describes styles for resources participating in the Annotation using CSS.

Sourceval c_DataPositionSelector : Iri.t

DataPositionSelector describes a range of data by recording the start and end positions of the selection in the stream. Position 0 would be immediately before the first byte, position 1 would be immediately before the second byte, and so on. The start byte is thus included in the list, but the end byte is not.

Sourceval c_Direction : Iri.t

A class to encapsulate the different text directions that a textual resource might take. It is not used directly in the Annotation Model, only its three instances.

Sourceval c_FragmentSelector : Iri.t

The FragmentSelector class is used to record the segment of a representation using the IRI fragment specification defined by the representation's media type.

Sourceval c_HttpRequestState : Iri.t

The HttpRequestState class is used to record the HTTP request headers that a client SHOULD use to request the correct representation from the resource.

Sourceval c_Motivation : Iri.t

The Motivation class is used to record the user's intent or motivation for the creation of the Annotation, or the inclusion of the body or target, that it is associated with.

Sourceval c_RangeSelector : Iri.t

A Range Selector can be used to identify the beginning and the end of the selection by using other Selectors. The selection consists of everything from the beginning of the starting selector through to the beginning of the ending selector, but not including it.

Sourceval c_ResourceSelection : Iri.t

Instances of the ResourceSelection class identify part (described by an oa:Selector) of another resource (referenced with oa:hasSource), possibly from a particular representation of a resource (described by an oa:State). Please note that ResourceSelection is not used directly in the Web Annotation model, but is provided as a separate class for further application profiles to use, separate from oa:SpecificResource which has many Annotation specific features.

Sourceval c_Selector : Iri.t

A resource which describes the segment of interest in a representation of a Source resource, indicated with oa:hasSelector from the Specific Resource. This class is not used directly in the Annotation model, only its subclasses.

Sourceval c_SpecificResource : Iri.t

Instances of the SpecificResource class identify part of another resource (referenced with oa:hasSource), a particular representation of a resource, a resource with styling hints for renders, or any combination of these, as used within an Annotation.

Sourceval c_State : Iri.t

A State describes the intended state of a resource as applied to the particular Annotation, and thus provides the information needed to retrieve the correct representation of that resource.

Sourceval c_Style : Iri.t

A Style describes the intended styling of a resource as applied to the particular Annotation, and thus provides the information to ensure that rendering is consistent across implementations.

Sourceval c_SvgSelector : Iri.t

An SvgSelector defines an area through the use of the Scalable Vector Graphics SVG standard. This allows the user to select a non-rectangular area of the content, such as a circle or polygon by describing the region using SVG. The SVG may be either embedded within the Annotation or referenced as an External Resource.

Sourceval c_TextPositionSelector : Iri.t

The TextPositionSelector describes a range of text by recording the start and end positions of the selection in the stream. Position 0 would be immediately before the first character, position 1 would be immediately before the second character, and so on.

Sourceval c_TextQuoteSelector : Iri.t

The TextQuoteSelector describes a range of text by copying it, and including some of the text immediately before (a prefix) and after (a suffix) it to distinguish between multiple copies of the same sequence of characters.

Sourceval c_TextualBody : Iri.t
Sourceval c_TimeState : Iri.t

A TimeState records the time at which the resource's state is appropriate for the Annotation, typically the time that the Annotation was created and/or a link to a persistent copy of the current version.

Sourceval c_XPathSelector : Iri.t

An XPathSelector is used to select elements and content within a resource that supports the Document Object Model via a specified XPath value.

Sourceval annotationService : Iri.t

The object of the relationship is the end point of a service that conforms to the annotation-protocol, and it may be associated with any resource. The expectation of asserting the relationship is that the object is the preferred service for maintaining annotations about the subject resource, according to the publisher of the relationship.

This relationship is intended to be used both within Linked Data descriptions and as the rel type of a Link, via HTTP Link Headers rfc5988 for binary resources and in HTML <link> elements. For more information about these, please see the Annotation Protocol specification annotation-protocol.

Sourceval bodyValue : Iri.t

The object of the predicate is a plain text string to be used as the content of the body of the Annotation. The value MUST be an xsd:string and that data type MUST NOT be expressed in the serialization. Note that language MUST NOT be associated with the value either as a language tag, as that is only available for rdf:langString .

Sourceval cachedSource : Iri.t

A object of the relationship is a copy of the Source resource's representation, appropriate for the Annotation.

Sourceval canonical : Iri.t

A object of the relationship is the canonical IRI that can always be used to deduplicate the Annotation, regardless of the current IRI used to access the representation.

Sourceval end_ : Iri.t

The end property is used to convey the 0-based index of the end position of a range of content.

Sourceval exact : Iri.t

The object of the predicate is a copy of the text which is being selected, after normalization.

Sourceval hasBody : Iri.t

The object of the relationship is a resource that is a body of the Annotation.

Sourceval hasEndSelector : Iri.t

The relationship between a RangeSelector and the Selector that describes the end position of the range.

Sourceval hasPurpose : Iri.t

The purpose served by the resource in the Annotation.

Sourceval hasScope : Iri.t

The scope or context in which the resource is used within the Annotation.

Sourceval hasSelector : Iri.t

The object of the relationship is a Selector that describes the segment or region of interest within the source resource. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model.

Sourceval hasSource : Iri.t

The resource that the ResourceSelection, or its subclass SpecificResource, is refined from, or more specific than. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model.

Sourceval hasStartSelector : Iri.t

The relationship between a RangeSelector and the Selector that describes the start position of the range.

Sourceval hasState : Iri.t

The relationship between the ResourceSelection, or its subclass SpecificResource, and a State resource. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model.

Sourceval hasTarget : Iri.t

The relationship between an Annotation and its Target.

Sourceval motivatedBy : Iri.t

The relationship between an Annotation and a Motivation that describes the reason for the Annotation's creation.

Sourceval prefix : Iri.t

The object of the property is a snippet of content that occurs immediately before the content which is being selected by the Selector.

Sourceval processingLanguage : Iri.t

The object of the property is the language that should be used for textual processing algorithms when dealing with the content of the resource, including hyphenation, line breaking, which font to use for rendering and so forth. The value must follow the recommendations of BCP47.

Sourceval refinedBy : Iri.t

The relationship between a Selector and another Selector or a State and a Selector or State that should be applied to the results of the first to refine the processing of the source resource.

Sourceval renderedVia : Iri.t

A system that was used by the application that created the Annotation to render the resource.

Sourceval sourceDate : Iri.t

The timestamp at which the Source resource should be interpreted as being applicable to the Annotation.

Sourceval sourceDateEnd : Iri.t

The end timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation.

Sourceval sourceDateStart : Iri.t

The start timestamp of the interval over which the Source resource should be interpreted as being applicable to the Annotation.

Sourceval start : Iri.t

The start position in a 0-based index at which a range of content is selected from the data in the source resource.

Sourceval styleClass : Iri.t

The name of the class used in the CSS description referenced from the Annotation that should be applied to the Specific Resource.

Sourceval styledBy : Iri.t

A reference to a Stylesheet that should be used to apply styles to the Annotation rendering.

Sourceval suffix : Iri.t

The snippet of text that occurs immediately after the text which is being selected.

Sourceval textDirection : Iri.t

The direction of the text of the subject resource. There MUST only be one text direction associated with any given resource.

Sourceval via : Iri.t

A object of the relationship is a resource from which the source resource was retrieved by the providing system.

Sourcemodule Open : sig ... end
Sourceclass from : ?sub:Term.term -> Graph.graph -> object ... end
OCaml

Innovation. Community. Security.