Skip to content

ccREL Namespace Reference

The Creative Commons Rights Expression Language (ccREL) enables RSS, Atom and RDF feeds to declare copyright licenses and additional permissions for feed content.

Namespace URIhttp://creativecommons.org/ns#
SpecificationCreative Commons Rights Expression Language (ccREL)
Prefix<cc:*>
Available inRSS, Atom, RDF
Propertycc

Types

ts
export namespace CcNs {
  export type ItemOrFeed = {
    license?: string
    morePermissions?: string
    attributionName?: string
    attributionURL?: string
    useGuidelines?: string
    permits?: string
    requires?: string
    prohibits?: string
    jurisdiction?: string
    legalcode?: string
    deprecatedOn?: string
  }
}