RDF Namespace
Built-in namespace for RDF feeds exposing standard RDF metadata.
| Namespace URI | http://www.w3.org/1999/02/22-rdf-syntax-ns# |
|---|---|
| Specification | RDF/XML Syntax Specification |
| Prefix | <rdf:*> |
| Available in | RDF |
| Property | rdf |
Types
ts
export namespace RdfNs {
export type About = {
about?: string
}
/** @internal General RDF element kept for potential future use when all RDF data is needed. */
export type Element = {
about?: string
resource?: string
id?: string
nodeId?: string
parseType?: string
datatype?: string
type?: string
value?: Array<unknown>
}
}Related
- Parsing Namespaces - How namespace parsing works