package rdf

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

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.

OCaml

Innovation. Community. Security.