RDFS

object RDFS

RDF Schema (RDFS) vocabulary constants. http://www.w3.org/2000/01/rdf-schema#

Provides the basic class and property hierarchy terms used across RDF vocabularies. Needed when reading or writing class/property definitions embedded in Solid resources (e.g. LABEL, COMMENT, SUB_CLASS_OF).

Properties

Link copied to clipboard
const val CLASS: String
Link copied to clipboard
const val COMMENT: String
Link copied to clipboard
const val CONTAINER: String
Link copied to clipboard
const val DATATYPE: String
Link copied to clipboard
const val DOMAIN: String
Link copied to clipboard
Link copied to clipboard
const val LABEL: String
Link copied to clipboard
const val LITERAL: String
Link copied to clipboard
const val MEMBER: String
Link copied to clipboard
const val NAMESPACE: String
Link copied to clipboard
const val RANGE: String
Link copied to clipboard
const val SEE_ALSO: String
Link copied to clipboard
const val SUB_CLASS_OF: String
Link copied to clipboard