rdf4h-5.2.1: A library for RDF processing in Haskell
Safe HaskellNone
LanguageHaskell2010

Data.RDF.Vocabulary.RDFS

Synopsis

Documentation

iris :: [Node] Source #

All IRIs in this vocabulary.

subPropertyOf :: Node Source #

The subject is a subproperty of a property.

subClassOf :: Node Source #

The subject is a subclass of a class.

seeAlso :: Node Source #

Further information about the subject resource.

range :: Node Source #

A range of the subject property.

member :: Node Source #

A member of the subject resource.

label :: Node Source #

A human-readable name for the subject.

isDefinedBy :: Node Source #

The defininition of the subject resource.

domain :: Node Source #

A domain of the subject property.

comment :: Node Source #

A description of the subject resource.

_Resource :: Node Source #

The class resource, everything.

_Literal :: Node Source #

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

_Datatype :: Node Source #

The class of RDF datatypes.

_ContainerMembershipProperty :: Node Source #

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

_Container :: Node Source #

The class of RDF containers.

_Class :: Node Source #

The class of classes.