lincd-quora-ads
Version:
An API wrapper for Quora's Ads API.
20 lines (19 loc) • 676 B
TypeScript
import { NamedNode } from "lincd/lib/models";
/**
* Load the data of this ontology into memory, thus adding the properties of the entities of this ontology to the local graph.
*/
export declare var loadData: () => Promise<any>;
/**
* The namespace of this ontology, which can be used to create NamedNodes with URI's not listed in this file
*/
export declare var ns: (term: any) => NamedNode;
/**
* The NamedNode of the ontology itself
*/
export declare var _self: NamedNode;
export declare var QuoraAPI: NamedNode;
export declare var exampleProperty: NamedNode;
export declare const qads: {
QuoraAPI: NamedNode;
exampleProperty: NamedNode;
};