package rdf

  1. Overview
  2. Docs
val rdfs_c_Class : Iri.t

The class of classes.

val rdfs_comment : Iri.t

A description of the subject resource.

val rdfs_c_Container : Iri.t

The class of RDF containers.

val rdfs_c_ContainerMembershipProperty : Iri.t

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

val rdfs_c_Datatype : Iri.t

The class of RDF datatypes.

val rdfs_domain : Iri.t

A domain of the subject property.

val rdfs_isDefinedBy : Iri.t

The defininition of the subject resource.

val rdfs_label : Iri.t

A human-readable name for the subject.

val rdfs_c_Literal : Iri.t

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

val rdfs_member : Iri.t

A member of the subject resource.

val rdfs_range : Iri.t

A range of the subject property.

val rdfs_c_Resource : Iri.t

The class resource, everything.

val rdfs_seeAlso : Iri.t

Further information about the subject resource.

val rdfs_subClassOf : Iri.t

The subject is a subclass of a class.

val rdfs_subPropertyOf : Iri.t

The subject is a subproperty of a property.