Information for a prefix (to be used either as a prefix in Turtle or in the context of a JSON-LD).

interface RDFPrefix {
    prefix: string;
    url: string;
}

Properties

Properties

prefix: string
url: string