Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.RDF.Vocabulary.RDFS
Synopsis
- iris :: [Node]
- owlNS :: Namespace
- rdfNS :: Namespace
- rdfsNS :: Namespace
- subPropertyOf :: Node
- subClassOf :: Node
- seeAlso :: Node
- rdf_schema :: Node
- range :: Node
- member :: Node
- label :: Node
- isDefinedBy :: Node
- domain :: Node
- comment :: Node
- _Resource :: Node
- _Literal :: Node
- _Datatype :: Node
- _ContainerMembershipProperty :: Node
- _Container :: Node
- _Class :: Node
Documentation
Namespace prefix for <http://www.w3.org/2002/07/owl#>.
Namespace prefix for <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
Namespace prefix for <http://www.w3.org/2000/01/rdf-schema#>.
subPropertyOf :: Node Source #
The subject is a subproperty of a property.
subClassOf :: Node Source #
The subject is a subclass of a class.
rdf_schema :: Node Source #
isDefinedBy :: Node Source #
The defininition of the subject resource.
_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.