package rdf

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

Module Rdf.LdpSource

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

Sourceval ldp : Iri.t

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

Sourceval ldp_ : string -> Iri.t
Sourceval c_BasicContainer : Iri.t

An LDPC that uses a predefined predicate to simply link to its contained resources.

Sourceval c_Container : Iri.t

A Linked Data Platform RDF Source (LDP-RS) that also conforms to additional patterns and conventions for managing membership. Readers should refer to the specification defining this ontology for the list of behaviors associated with it.

Sourceval c_DirectContainer : Iri.t

An LDPC that is similar to a LDP-DC but it allows an indirection with the ability to list as member a resource, such as a URI representing a real-world object, that is different from the resource that is created.

Sourceval c_IndirectContainer : Iri.t

An LDPC that has the flexibility of choosing what form the membership triples take.

Sourceval c_NonRDFSource : Iri.t

A Linked Data Platform Resource (LDPR) whose state is NOT represented as RDF.

Sourceval c_Page : Iri.t

URI signifying that the resource is an in-sequence page resource, as defined by LDP Paging. Typically used on Link rel='type' response headers.

Sourceval c_PageSortCriterion : Iri.t

Element in the list of sorting criteria used by the server to assign container members to pages.

Sourceval c_RDFSource : Iri.t

A Linked Data Platform Resource (LDPR) whose state is represented as RDF.

Sourceval c_Resource : Iri.t

A HTTP-addressable resource whose lifecycle is managed by a LDP server.

Sourceval constrainedBy : Iri.t

Links a resource with constraints that the server requires requests like creation and update to conform to.

Sourceval contains : Iri.t

Links a container with resources created through the container.

Sourceval hasMemberRelation : Iri.t

Indicates which predicate is used in membership triples, and that the membership triple pattern is < membership-constant-URI , object-of-hasMemberRelation, member-URI >.

Sourceval inbox : Iri.t

Links a resource to a container where notifications for the resource can be created and discovered.

Sourceval insertedContentRelation : Iri.t

Indicates which triple in a creation request should be used as the member-URI value in the membership triple added when the creation request is successful.

Sourceval isMemberOfRelation : Iri.t

Indicates which predicate is used in membership triples, and that the membership triple pattern is < member-URI , object-of-isMemberOfRelation, membership-constant-URI >.

Sourceval member : Iri.t

LDP servers should use this predicate as the membership predicate if there is no obvious predicate from an application vocabulary to use.

Sourceval membershipResource : Iri.t

Indicates the membership-constant-URI in a membership triple. Depending upon the membership triple pattern a container uses, as indicated by the presence of ldp:hasMemberRelation or ldp:isMemberOfRelation, the membership-constant-URI might occupy either the subject or object position in membership triples.

Sourceval pageSequence : Iri.t

Link to a page sequence resource, as defined by LDP Paging. Typically used to communicate the sorting criteria used to allocate LDPC members to pages.

Sourceval pageSortCollation : Iri.t

The collation used to order the members across pages in a page sequence when comparing strings.

Sourceval pageSortCriteria : Iri.t

Link to the list of sorting criteria used by the server in a representation. Typically used on Link response headers as an extension link relation URI in the rel= parameter.

Sourceval pageSortOrder : Iri.t

The ascending/descending/etc order used to order the members across pages in a page sequence.

Sourceval pageSortPredicate : Iri.t

Predicate used to specify the order of the members across a page sequence's in-sequence page resources; it asserts nothing about the order of members in the representation of a single page.

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

Innovation. Community. Security.