UNPKG

@faubulous/mentor-rdf

Version:

A library for working with RDF vocabularies with support for basic RDFS and OWL inference.

140 lines (139 loc) 11.4 kB
import * as n3 from "n3"; /** Namespace URI of the SKOS vocabulary. */ export declare const _SKOS = "http://www.w3.org/2004/02/skos/core#"; export declare const SKOS: { core: string; /** A meaningful collection of concepts. */ Collection: string; /** An idea or notion; a unit of thought. */ Concept: string; /** A set of concepts, optionally including statements about semantic relationships between those concepts. */ ConceptScheme: string; /** An ordered collection of concepts, where both the grouping and the ordering are meaningful. */ OrderedCollection: string; /** An alternative lexical label for a resource. */ altLabel: string; /** skos:broadMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes. */ broadMatch: string; /** Relates a concept to a concept that is more general in meaning. */ broader: string; /** By convention, skos:broaderTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application. */ broaderTransitive: string; /** A note about a modification to a concept. */ changeNote: string; /** skos:closeMatch is used to link two concepts that are sufficiently similar that they can be used interchangeably in some information retrieval applications. In order to avoid the possibility of "compound errors" when combining mappings across more than two concept schemes, skos:closeMatch is not declared to be a transitive property. */ closeMatch: string; /** A statement or formal explanation of the meaning of a concept. */ definition: string; /** A note for an editor, translator or maintainer of the vocabulary. */ editorialNote: string; /** skos:exactMatch is used to link two concepts, indicating a high degree of confidence that the concepts can be used interchangeably across a wide range of information retrieval applications. skos:exactMatch is a transitive property, and is a sub-property of skos:closeMatch. */ exactMatch: string; /** An example of the use of a concept. */ example: string; /** Relates, by convention, a concept scheme to a concept which is topmost in the broader/narrower concept hierarchies for that scheme, providing an entry point to these hierarchies. */ hasTopConcept: string; /** A lexical label for a resource that should be hidden when generating visual displays of the resource, but should still be accessible to free text search operations. */ hiddenLabel: string; /** A note about the past state/use/meaning of a concept. */ historyNote: string; /** Relates a resource (for example a concept) to a concept scheme in which it is included. */ inScheme: string; /** Relates two concepts coming, by convention, from different schemes, and that have comparable meanings */ mappingRelation: string; /** Relates a collection to one of its members. */ member: string; /** Relates an ordered collection to the RDF list containing its members. */ memberList: string; /** skos:narrowMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes. */ narrowMatch: string; /** Relates a concept to a concept that is more specific in meaning. */ narrower: string; /** By convention, skos:narrowerTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application. */ narrowerTransitive: string; /** A notation, also known as classification code, is a string of characters such as "T58.5" or "303.4833" used to uniquely identify a concept within the scope of a given concept scheme. */ notation: string; /** A general note, for any purpose. */ note: string; /** The preferred lexical label for a resource, in a given language. */ prefLabel: string; /** Relates a concept to a concept with which there is an associative semantic relationship. */ related: string; /** skos:relatedMatch is used to state an associative mapping link between two conceptual resources in different concept schemes. */ relatedMatch: string; /** A note that helps to clarify the meaning and/or the use of a concept. */ scopeNote: string; /** Links a concept to a concept related by meaning. */ semanticRelation: string; /** Relates a concept to the concept scheme that it is a top level concept of. */ topConceptOf: string; }; /** Namespace URI of the skos vocabulary. */ export declare const _skos: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#">; export declare const skos: { core: n3.NamedNode<"http://www.w3.org/2004/02/skos/core">; /** A meaningful collection of concepts. */ Collection: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#Collection">; /** An idea or notion; a unit of thought. */ Concept: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#Concept">; /** A set of concepts, optionally including statements about semantic relationships between those concepts. */ ConceptScheme: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#ConceptScheme">; /** An ordered collection of concepts, where both the grouping and the ordering are meaningful. */ OrderedCollection: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#OrderedCollection">; /** An alternative lexical label for a resource. */ altLabel: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#altLabel">; /** skos:broadMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes. */ broadMatch: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#broadMatch">; /** Relates a concept to a concept that is more general in meaning. */ broader: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#broader">; /** By convention, skos:broaderTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application. */ broaderTransitive: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#broaderTransitive">; /** A note about a modification to a concept. */ changeNote: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#changeNote">; /** skos:closeMatch is used to link two concepts that are sufficiently similar that they can be used interchangeably in some information retrieval applications. In order to avoid the possibility of "compound errors" when combining mappings across more than two concept schemes, skos:closeMatch is not declared to be a transitive property. */ closeMatch: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#closeMatch">; /** A statement or formal explanation of the meaning of a concept. */ definition: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#definition">; /** A note for an editor, translator or maintainer of the vocabulary. */ editorialNote: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#editorialNote">; /** skos:exactMatch is used to link two concepts, indicating a high degree of confidence that the concepts can be used interchangeably across a wide range of information retrieval applications. skos:exactMatch is a transitive property, and is a sub-property of skos:closeMatch. */ exactMatch: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#exactMatch">; /** An example of the use of a concept. */ example: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#example">; /** Relates, by convention, a concept scheme to a concept which is topmost in the broader/narrower concept hierarchies for that scheme, providing an entry point to these hierarchies. */ hasTopConcept: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#hasTopConcept">; /** A lexical label for a resource that should be hidden when generating visual displays of the resource, but should still be accessible to free text search operations. */ hiddenLabel: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#hiddenLabel">; /** A note about the past state/use/meaning of a concept. */ historyNote: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#historyNote">; /** Relates a resource (for example a concept) to a concept scheme in which it is included. */ inScheme: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#inScheme">; /** Relates two concepts coming, by convention, from different schemes, and that have comparable meanings */ mappingRelation: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#mappingRelation">; /** Relates a collection to one of its members. */ member: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#member">; /** Relates an ordered collection to the RDF list containing its members. */ memberList: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#memberList">; /** skos:narrowMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes. */ narrowMatch: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#narrowMatch">; /** Relates a concept to a concept that is more specific in meaning. */ narrower: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#narrower">; /** By convention, skos:narrowerTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application. */ narrowerTransitive: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#narrowerTransitive">; /** A notation, also known as classification code, is a string of characters such as "T58.5" or "303.4833" used to uniquely identify a concept within the scope of a given concept scheme. */ notation: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#notation">; /** A general note, for any purpose. */ note: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#note">; /** The preferred lexical label for a resource, in a given language. */ prefLabel: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#prefLabel">; /** Relates a concept to a concept with which there is an associative semantic relationship. */ related: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#related">; /** skos:relatedMatch is used to state an associative mapping link between two conceptual resources in different concept schemes. */ relatedMatch: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#relatedMatch">; /** A note that helps to clarify the meaning and/or the use of a concept. */ scopeNote: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#scopeNote">; /** Links a concept to a concept related by meaning. */ semanticRelation: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#semanticRelation">; /** Relates a concept to the concept scheme that it is a top level concept of. */ topConceptOf: n3.NamedNode<"http://www.w3.org/2004/02/skos/core#topConceptOf">; };