14.1 RDF
On this page:
rdf-prefix-string
rdf-namespace-string
rdf:
nsmap-add-rdf
14.1.1 RDF Datatypes
rdf:  HTML
rdf:  lang  String
rdf:  XMLLiteral
14.1.2 RDF Classes
rdf:  Alt
rdf:  Bag
rdf:  List
rdf:  Property
rdf:  Seq
rdf:  Statement
14.1.3 RDF Properties
fdf:  first
rdf:  nil
rdf:  object
rdf:  predicate
rdf:  rest
rdf:  subject
rdf:  type
rdf:  value

14.1 RDF🔗ℹ

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

value

rdf-prefix-string : prefix-string? = "rdf"

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

value

rdf-namespace-string : string?

The IRI for this namespace as a string?.

value

rdf: : namespace?

The namespace structure for this vocabulary.

procedure

(nsmap-add-rdf map)  void?

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

14.1.1 RDF Datatypes🔗ℹ

value

rdf:HTML : nsname?

The nsname? structure corresponding to the datatype rdf:HTML.

value

rdf:langString : nsname?

The nsname? structure corresponding to the datatype rdf:langString.

value

rdf:XMLLiteral : nsname?

The nsname? structure corresponding to the datatype rdf:XMLLiteral.

14.1.2 RDF Classes🔗ℹ

value

rdf:Alt : nsname?

The nsname? structure corresponding to the class rdf:Alt.

value

rdf:Bag : nsname?

The nsname? structure corresponding to the class rdf:Bag.

value

rdf:List : nsname?

The nsname? structure corresponding to the class rdf:List.

value

rdf:Property : nsname?

The nsname? structure corresponding to the class rdf:Property.

value

rdf:Seq : nsname?

The nsname? structure corresponding to the class rdf:Seq.

value

rdf:Statement : nsname?

The nsname? structure corresponding to the class rdf:Statement.

14.1.3 RDF Properties🔗ℹ

value

fdf:first : nsname?

The nsname? structure corresponding to the property rdf:first.

value

rdf:nil : nsname?

The nsname? structure corresponding to the property rdf:nil.

value

rdf:object : nsname?

The nsname? structure corresponding to the property rdf:object.

value

rdf:predicate : nsname?

The nsname? structure corresponding to the property rdf:predicate.

value

rdf:rest : nsname?

The nsname? structure corresponding to the property rdf:rest.

value

rdf:subject : nsname?

The nsname? structure corresponding to the property rdf:subject.

value

rdf:type : nsname?

The nsname? structure corresponding to the property rdf:type.

value

rdf:value : nsname?

The nsname? structure corresponding to the property rdf:value.