type IriString = `${'http' | 'https'}://${string}`; type Property = IriString; type Class = IriString; type OtherIndividual = IriString; /** * * * Links together a tree:Node with a description of this search tree through the search tree itself or through a data service * * https://w3id.org/tree#viewDescription */ export declare const viewDescription: Property; /** * Relation * * Links a node with another through a Relation class * * https://w3id.org/tree#relation */ export declare const relation: Property; /** * Remaining Items * * Total number of items of this node and its children * * https://w3id.org/tree#remainingItems */ export declare const remainingItems: Property; /** * Has node * * The URL to follow when this Node cannot be pruned * * https://w3id.org/tree#node */ export declare const node: Property; /** * Has Root Node * * A view has a root node that can be used to start traversing the search tree * * https://w3id.org/tree#rootNode */ export declare const rootNode: Property; /** * Value * * The value the node linked in the node relation is compared to * * https://w3id.org/tree#value */ export declare const value: Property; /** * Path * * A property path, as defined by shacl, that indicates what resource the tree:value affects. * * https://w3id.org/tree#path */ export declare const path: Property; /** * View * * Links the collection to the current page. * * https://w3id.org/tree#view */ export declare const view: Property; /** * Member * * The collection has a member. * * https://w3id.org/tree#member */ export declare const member: Property; /** * Search * * The Node can be searched for child nodes. * * https://w3id.org/tree#search */ export declare const search: Property; /** * Shape * * The SHACL shape the members of the collection adhere to. * * https://w3id.org/tree#shape */ export declare const shape: Property; /** * Import * * Imports a file in order being able to evaluate a tree:path correctly or comply fully to the tree:shape defined in the Collection * Note that `import` is a reserved Javascript keyword, and is therefore suffixed by `__workaround`. * For a list of reserved keywords, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#Keywords. * * https://w3id.org/tree#import */ export declare const import__workaround: Property; /** * Import conditionally * * Imports a file in order being able to evaluate a tree:path correctly * * https://w3id.org/tree#conditionalImport */ export declare const conditionalImport: Property; /** * Zoom level * * The zoom level of the tile cfr. OSM convention * * https://w3id.org/tree#zoom */ export declare const zoom: Property; /** * The X tile number * * The X tile number from longitude cfr. OSM convention * * https://w3id.org/tree#longitudeTile */ export declare const longitudeTile: Property; /** * The Y tile number * * The Y tile number from latitude cfr. OSM convention * * https://w3id.org/tree#latitudeTile */ export declare const latitudeTile: Property; /** * Time Query * * Will search for elements starting from a certain timestamp * * https://w3id.org/tree#timeQuery */ export declare const timeQuery: Property; /** * Collection * * A tree:Collection is a collection containing members. The members may be spread across multiple tree:Nodes. * * https://w3id.org/tree#Collection */ export declare const Collection: Class; /** * Search Tree * * A tree:SearchTree publishes the members of a collection. * * https://w3id.org/tree#SearchTree */ export declare const SearchTree: Class; /** * Node * * A tree:Node is a node that may contain relations to other nodes. * * https://w3id.org/tree#Node */ export declare const Node: Class; /** * Root Node * * A tree:RootNode is the access point into a search tree. * * https://w3id.org/tree#RootNode */ export declare const RootNode: Class; /** * Relation * * A class describing the relation between two nodes * * https://w3id.org/tree#Relation */ export declare const Relation: Class; /** * Conditional Import * * Import a page when the tree:path is interesting for the client * * https://w3id.org/tree#ConditionalImport */ export declare const ConditionalImport: Class; /** * Prefix Relation * * All members of this related node start with this prefix * * https://w3id.org/tree#PrefixRelation */ export declare const PrefixRelation: Class; /** * Substring Relation * * All members of this related node contain this substring * * https://w3id.org/tree#SubstringRelation */ export declare const SubstringRelation: Class; /** * Suffix Relation * * All members of this related node end with this suffix * * https://w3id.org/tree#SuffixRelation */ export declare const SuffixRelation: Class; /** * Greater Than Relation * * All members of this related node are greater than the value * * https://w3id.org/tree#GreaterThanRelation */ export declare const GreaterThanRelation: Class; /** * Greater than or equal to relation * * All members of this related node are greater than or equal to the value * * https://w3id.org/tree#GreaterThanOrEqualToRelation */ export declare const GreaterThanOrEqualToRelation: Class; /** * Less Than Relation * * * * https://w3id.org/tree#LessThanRelation */ export declare const LessThanRelation: Class; /** * Less than or equal to Relation * * * * https://w3id.org/tree#LessThanOrEqualToRelation */ export declare const LessThanOrEqualToRelation: Class; /** * Equal To Relation * * * * https://w3id.org/tree#EqualToRelation */ export declare const EqualToRelation: Class; /** * Not Equal To Relation * * * * https://w3id.org/tree#NotEqualToRelation */ export declare const NotEqualToRelation: Class; /** * Geospatially Contains Relation * * All further members are geospatially contained within the WKT string of the tree:value. * * https://w3id.org/tree#GeospatiallyContainsRelation */ export declare const GeospatiallyContainsRelation: Class; /** * In Between Relation * * For comparing intervals: all further members are in-between the given interval * * https://w3id.org/tree#InBetweenRelation */ export declare const InBetweenRelation: Class; /** * TREE * * A hypermedia specification for fragmenting collections of members. * * https://w3id.org/tree#Ontology */ export declare const Ontology: OtherIndividual; export declare const _BASE: IriString; export declare const _PREFIX: string; export {}; //# sourceMappingURL=tree.d.ts.map