All files / ontologies skos-xl.ts

33.33% Statements 4/12
0% Branches 0/32
0% Functions 0/8
36.36% Lines 4/11

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39      14x   14x                                 14x   14x                            
import { NamedNode } from '@rdfjs/types';
 
/** Namespace URI of the SKOS_XL vocabulary. */
export const _SKOS_XL = 'http://www.w3.org/2008/05/skos-xl#';
 
export const SKOS_XL = {
	'skos_xl': 'http://www.w3.org/2008/05/skos-xl',
	/** A special class of lexical entities. */
	'Label': 'http://www.w3.org/2008/05/skos-xl#Label',
	/** The property skosxl:altLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:altLabel. */
	'altLabel': 'http://www.w3.org/2008/05/skos-xl#altLabel',
	/** The property skosxl:hiddenLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:hiddenLabel. */
	'hiddenLabel': 'http://www.w3.org/2008/05/skos-xl#hiddenLabel',
	/** The property skosxl:labelRelation is used for representing binary ('direct') relations between instances of the class skosxl:Label. */
	'labelRelation': 'http://www.w3.org/2008/05/skos-xl#labelRelation',
	/** The property skosxl:literalForm is used to give the literal form of an skosxl:Label. */
	'literalForm': 'http://www.w3.org/2008/05/skos-xl#literalForm',
	/** The property skosxl:prefLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:prefLabel. */
	'prefLabel': 'http://www.w3.org/2008/05/skos-xl#prefLabel',
}
 
/** Namespace URI of the skos_xl vocabulary. */
export const _skos_xl = { termType: 'NamedNode', value: 'http://www.w3.org/2008/05/skos-xl#', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/2008/05/skos-xl#' } as NamedNode;
 
export const skos_xl = {
	'skos_xl': { termType: 'NamedNode', value: 'http://www.w3.org/2008/05/skos-xl', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/2008/05/skos-xl' } as NamedNode,
	/** A special class of lexical entities. */
	'Label': { termType: 'NamedNode', value: 'http://www.w3.org/2008/05/skos-xl#Label', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/2008/05/skos-xl#Label' } as NamedNode,
	/** The property skosxl:altLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:altLabel. */
	'altLabel': { termType: 'NamedNode', value: 'http://www.w3.org/2008/05/skos-xl#altLabel', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/2008/05/skos-xl#altLabel' } as NamedNode,
	/** The property skosxl:hiddenLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:hiddenLabel. */
	'hiddenLabel': { termType: 'NamedNode', value: 'http://www.w3.org/2008/05/skos-xl#hiddenLabel', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/2008/05/skos-xl#hiddenLabel' } as NamedNode,
	/** The property skosxl:labelRelation is used for representing binary ('direct') relations between instances of the class skosxl:Label. */
	'labelRelation': { termType: 'NamedNode', value: 'http://www.w3.org/2008/05/skos-xl#labelRelation', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/2008/05/skos-xl#labelRelation' } as NamedNode,
	/** The property skosxl:literalForm is used to give the literal form of an skosxl:Label. */
	'literalForm': { termType: 'NamedNode', value: 'http://www.w3.org/2008/05/skos-xl#literalForm', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/2008/05/skos-xl#literalForm' } as NamedNode,
	/** The property skosxl:prefLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:prefLabel. */
	'prefLabel': { termType: 'NamedNode', value: 'http://www.w3.org/2008/05/skos-xl#prefLabel', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'http://www.w3.org/2008/05/skos-xl#prefLabel' } as NamedNode,
}