rdf4h-5.1.0: A library for RDF processing in Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.RDF.Vocabulary.RDFS

Synopsis

Documentation

_Class :: Node Source #

The class of classes.

_Container :: Node Source #

The class of RDF containers.

_ContainerMembershipProperty :: Node Source #

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

_Datatype :: Node Source #

The class of RDF datatypes.

_Literal :: Node Source #

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

_Resource :: Node Source #

The class resource, everything.

comment :: Node Source #

A description of the subject resource.

domain :: Node Source #

A domain of the subject property.

isDefinedBy :: Node Source #

The defininition of the subject resource.

label :: Node Source #

A human-readable name for the subject.

member :: Node Source #

A member of the subject resource.

range :: Node Source #

A range of the subject property.

seeAlso :: Node Source #

Further information about the subject resource.

subClassOf :: Node Source #

The subject is a subclass of a class.

subPropertyOf :: Node Source #

The subject is a subproperty of a property.

iris :: [Node] Source #

All IRIs in this vocabulary.