package rdf

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

Module Rdf.Rdf_Source

Elements of http://www.w3.org/1999/02/22-rdf-syntax-ns#

Sourceval rdf : Iri.t

http://www.w3.org/1999/02/22-rdf-syntax-ns#

Sourceval rdf_ : string -> Iri.t
Sourceval xsd : Iri.t

http://www.w3.org/2001/XMLSchema#

Sourceval xsd_ : string -> Iri.t
Sourceval about : Iri.t
Sourceval datatype : Iri.t
Sourceval description : Iri.t
Sourceval id : Iri.t
Sourceval li : Iri.t
Sourceval nodeID : Iri.t
Sourceval _RDF : Iri.t
Sourceval parseType : Iri.t
Sourceval resource : Iri.t
Sourceval json : Iri.t
Sourceval c_Alt : Iri.t

The class of containers of alternatives.

Sourceval c_Bag : Iri.t

The class of unordered containers.

Sourceval first : Iri.t

The first item in the subject RDF list.

Sourceval dt_HTML : Iri.t

The datatype of RDF literals storing fragments of HTML content

Sourceval dt_langString : Iri.t

The datatype of language-tagged string values

Sourceval c_List : Iri.t

The class of RDF Lists.

Sourceval object_ : Iri.t

The object of the subject RDF statement.

Sourceval dt_PlainLiteral : Iri.t

The class of plain (i.e. untyped) literal values, as used in RIF and OWL 2

Sourceval predicate : Iri.t

The predicate of the subject RDF statement.

Sourceval c_Property : Iri.t

The class of RDF properties.

Sourceval rest : Iri.t

The rest of the subject RDF list after the first item.

Sourceval c_Seq : Iri.t

The class of ordered containers.

Sourceval c_Statement : Iri.t

The class of RDF statements.

Sourceval subject : Iri.t

The subject of the subject RDF statement.

Sourceval type_ : Iri.t

The subject is an instance of a class.

Sourceval value : Iri.t

Idiomatic property used for structured values.

Sourceval dt_XMLLiteral : Iri.t

The datatype of XML literal values.

Sourceval n : int -> Iri.t
Sourceval nil : Iri.t

XML Schema datatypes

Sourceval xsd_integer : Iri.t
Sourceval xsd_int : Iri.t
Sourceval xsd_byte : Iri.t
Sourceval xsd_long : Iri.t
Sourceval xsd_negativeInteger : Iri.t
Sourceval xsd_nonNegativeInteger : Iri.t
Sourceval xsd_nonPositiveInteger : Iri.t
Sourceval xsd_positiveInteger : Iri.t
Sourceval xsd_short : Iri.t
Sourceval xsd_unsignedLong : Iri.t
Sourceval xsd_unsignedInt : Iri.t
Sourceval xsd_unsignedShort : Iri.t
Sourceval xsd_unsignedByte : Iri.t
Sourceval xsd_double : Iri.t
Sourceval xsd_decimal : Iri.t
Sourceval xsd_boolean : Iri.t
Sourceval xsd_string : Iri.t
Sourceval xsd_datetime : Iri.t
Sourceval xsd_hexBinary : Iri.t
Sourceval integer_types : Iri.Set.t
Sourcemodule Open : sig ... end
OCaml

Innovation. Community. Security.