Skip to content

RDF Namespace Reference

Built-in namespace for RDF feeds exposing standard RDF metadata.

Namespace URIhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
SpecificationRDF/XML Syntax Specification
Prefix<rdf:*>
Available inRDF
Propertyrdf

Types

ts
export namespace RdfNs {
  export type About = {
    about?: string
  }
}