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 | 9x 9x 9x 9x | import { NamedNode } from '@rdfjs/types';
/** Namespace URI of the FIBO_AGENTS vocabulary. */
export const _FIBO_AGENTS = 'https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/';
export const FIBO_AGENTS = {
/** system that reduces or eliminates the need for human involvement in order to complete a task */
'AutomatedSystem': 'https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/AutomatedSystem',
/** something autonomous that can adapt to and interact with its environment */
'AutonomousAgent': 'https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/AutonomousAgent',
}
/** Namespace URI of the fibo_agents vocabulary. */
export const _fibo_agents = { termType: 'NamedNode', value: 'https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/' } as NamedNode;
export const fibo_agents = {
/** system that reduces or eliminates the need for human involvement in order to complete a task */
'AutomatedSystem': { termType: 'NamedNode', value: 'https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/AutomatedSystem', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/AutomatedSystem' } as NamedNode,
/** something autonomous that can adapt to and interact with its environment */
'AutonomousAgent': { termType: 'NamedNode', value: 'https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/AutonomousAgent', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://spec.edmcouncil.org/fibo/ontology/FND/AgentsAndPeople/Agents/AutonomousAgent' } as NamedNode,
} |