Struct RDFS

Inheritance Relationships

Base Type

Struct Documentation

struct RDFS : public rdf4cpp::ClosedNamespace

A ClosedNamespace for https://www.w3.org/TR/rdf-schema/

Public Functions

inline explicit RDFS(storage::DynNodeStoragePtr node_storage = storage::default_node_storage)

Public Static Attributes

static constexpr std::string_view prefix = "http://www.w3.org/2000/01/rdf-schema#"
static constexpr std::array<std::string_view, 30> suffixes = {"Resource", "Class", "Literal", "Datatype", "range", "domain", "subClassOf", "subPropertyOf", "label", "comment", "Container", "ContainerMembershipProperty", "member", "seeAlso", "isDefinedBy"}