On this page:
rdfs-prefix-string
rdfs-namespace-string
rdfs:
nsmap-add-rdf-schema
14.2.1 RDFS Classes
rdfs:  Class
rdfs:  Container
rdfs:  Container-Membership-Property
rdfs:  Datatype
rdfs:  Literal
rdfs:  Resource
14.2.2 RDFS Properties
rdfs:  comment
rdfs:  domain
rdfs:  is-defined-by
rdfs:  label
rdfs:  member
rdfs:  range
rdfs:  see-also
rdfs:  sub-class-of
rdfs:  sub-property-of

14.2 RDF Schema🔗ℹ

 (require rdf/core/v/rdfs) package: rdf-core

value

rdfs-prefix-string : prefix-string? = "rdfs"

The preferred, or common, prefix for this namespace as a string?.

value

rdfs-namespace-string : string?

The IRI for this namespace as a string?.

value

rdfs: : namespace?

The namespace structure for this vocabulary.

procedure

(nsmap-add-rdf-schema map)  void?

  map : nsmap?
Add this namespace, and preferred prefix, to the namespace map map.

14.2.1 RDFS Classes🔗ℹ

value

rdfs:Class : nsname?

The nsname? structure corresponding to the class :Class.

value

rdfs:Container : nsname?

The nsname? structure corresponding to the class :Container.

value

rdfs:Container-Membership-Property : nsname?

The nsname? structure corresponding to the class :Container-Membership-Property.

value

rdfs:Datatype : nsname?

The nsname? structure corresponding to the class :Datatype.

value

rdfs:Literal : nsname?

The nsname? structure corresponding to the class :Literal.

value

rdfs:Resource : nsname?

The nsname? structure corresponding to the class :Resource.

14.2.2 RDFS Properties🔗ℹ

value

rdfs:comment : nsname?

The nsname? structure corresponding to the property :comment.

value

rdfs:domain : nsname?

The nsname? structure corresponding to the property :domain.

value

rdfs:is-defined-by : nsname?

The nsname? structure corresponding to the property :isDefinedBy.

value

rdfs:label : nsname?

The nsname? structure corresponding to the property :label.

value

rdfs:member : nsname?

The nsname? structure corresponding to the property :member.

value

rdfs:range : nsname?

The nsname? structure corresponding to the property :range.

value

rdfs:see-also : nsname?

The nsname? structure corresponding to the property :seeAlso.

value

rdfs:sub-class-of : nsname?

The nsname? structure corresponding to the property :sub-Class-Of.

value

rdfs:sub-property-of : nsname?

The nsname? structure corresponding to the property :sub-Property-Of.