package rdf

  1. Overview
  2. Docs
OCaml library to manipulate RDF graphs; implements SPARQL

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ocaml-rdf-1.1.0.tar.bz2
md5=fdca8ab06da34d9d76fe273f654ec6a1
sha512=fff3ad6cb5978e43ac3c509cc25a01d16be6e21b04df607e0595ec0e7226ba7b6e4e2ec86bbeae4aa3d6a181fa399c7c00a4b1c788ddc98486f5c8badf8867f7

doc/rdf/Rdf/Rdfs/Open/index.html

Module Rdfs.OpenSource

Sourceval rdfs_c_Class : Iri.t

The class of classes.

Sourceval rdfs_comment : Iri.t

A description of the subject resource.

Sourceval rdfs_c_Container : Iri.t

The class of RDF containers.

Sourceval rdfs_c_ContainerMembershipProperty : Iri.t

The class of container membership properties, rdf:_1, rdf:_2, ..., all of which are sub-properties of 'member'.

Sourceval rdfs_c_Datatype : Iri.t

The class of RDF datatypes.

Sourceval rdfs_domain : Iri.t

A domain of the subject property.

Sourceval rdfs_isDefinedBy : Iri.t

The defininition of the subject resource.

Sourceval rdfs_label : Iri.t

A human-readable name for the subject.

Sourceval rdfs_c_Literal : Iri.t

The class of literal values, eg. textual strings and integers.

Sourceval rdfs_member : Iri.t

A member of the subject resource.

Sourceval rdfs_range : Iri.t

A range of the subject property.

Sourceval rdfs_c_Resource : Iri.t

The class resource, everything.

Sourceval rdfs_seeAlso : Iri.t

Further information about the subject resource.

Sourceval rdfs_subClassOf : Iri.t

The subject is a subclass of a class.

Sourceval rdfs_subPropertyOf : Iri.t

The subject is a subproperty of a property.