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

Data.RDF.Vocabulary.SKOS

Synopsis

Documentation

altLabel :: Node Source #

skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties. The range of skos:altLabel is the class of RDF plain literals.

broader :: Node Source #

Broader concepts are typically rendered as parents in a concept hierarchy (tree).

exactMatch :: Node Source #

skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch.

hiddenLabel :: Node Source #

skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties. The range of skos:hiddenLabel is the class of RDF plain literals.

mappingRelation :: Node Source #

These concept mapping relations mirror semantic relations, and the data model defined below is similar (with the exception of skos:exactMatch) to the data model defined for semantic relations. A distinct vocabulary is provided for concept mapping relations, to provide a convenient way to differentiate links within a concept scheme from links between concept schemes. However, this pattern of usage is not a formal requirement of the SKOS data model, and relies on informal definitions of best practice.

memberList :: Node Source #

For any resource, every item in the list given as the value of the skos:memberList property is also a value of the skos:member property.

narrower :: Node Source #

Narrower concepts are typically rendered as children in a concept hierarchy (tree).

prefLabel :: Node Source #

skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties. A resource has no more than one value of skos:prefLabel per language tag, and no more than one value of skos:prefLabel without language tag. The range of skos:prefLabel is the class of RDF plain literals.

related :: Node Source #

skos:related is disjoint with skos:broaderTransitive

dcNS :: Namespace Source #

Namespace prefix for <http://purl.org/dc/terms/>.

iris :: [Node] Source #

All IRIs in this vocabulary.