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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | 9x 9x 9x 9x | import { NamedNode } from '@rdfjs/types';
/** Namespace URI of the FIBO_ORGANIZATION vocabulary. */
export const _FIBO_ORGANIZATION = 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/';
export const FIBO_ORGANIZATION = {
/** role of a group or organization that has members that are people or other organizations */
'MemberBearingOrganization': 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/MemberBearingOrganization',
/** situation, corresponding to an n-ary relation, in which some group or organization has at least one member (person or organization) for some period of time */
'Membership': 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/Membership',
/** collection of one or more people, or groups of people formed together into a community or other social, commercial or political structure to act, or that is designated to act, towards some purpose, such as to meet a need or pursue collective goals on a continuing basis */
'Organization': 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/Organization',
/** identification scheme dedicated to the unique identification of organizations */
'OrganizationIdentificationScheme': 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/OrganizationIdentificationScheme',
/** identifier assigned to an organization within an organization identification scheme, and unique within that scheme */
'OrganizationIdentifier': 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/OrganizationIdentifier',
/** party (person or organization) that has a membership role with respect to some organization */
'OrganizationMember': 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/OrganizationMember',
/** designation by which some organization is known in some context */
'OrganizationName': 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/OrganizationName',
/** identifier allocated to a particular organizational sub-unit */
'OrganizationPartIdentifier': 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/OrganizationPartIdentifier',
/** any department, service, and other entity within a larger organization that only has full recognition within the context of that organization, but requires identification for some purpose */
'OrganizationalSubUnit': 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/OrganizationalSubUnit',
/** identifies the organization acting in the role of having members in an organizational membership situation */
'hasMembership': 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/hasMembership',
/** indicates the party that is the member in an organizational membership situation */
'hasOrganizationMember': 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/hasOrganizationMember',
/** relates an organization to a part of that organization */
'hasSubUnit': 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/hasSubUnit',
/** indicates the context of membership in which the party plays the role of having members */
'isMembershipPartyIn': 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/isMembershipPartyIn',
/** indicates the context of membership in which some party is an organization member */
'isOrganizationMember': 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/isOrganizationMember',
/** relates a part of an organization to the larger entity */
'isSubUnitOf': 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/isSubUnitOf',
}
/** Namespace URI of the fibo_organization vocabulary. */
export const _fibo_organization = { termType: 'NamedNode', value: 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/' } as NamedNode;
export const fibo_organization = {
/** role of a group or organization that has members that are people or other organizations */
'MemberBearingOrganization': { termType: 'NamedNode', value: 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/MemberBearingOrganization', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/MemberBearingOrganization' } as NamedNode,
/** situation, corresponding to an n-ary relation, in which some group or organization has at least one member (person or organization) for some period of time */
'Membership': { termType: 'NamedNode', value: 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/Membership', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/Membership' } as NamedNode,
/** collection of one or more people, or groups of people formed together into a community or other social, commercial or political structure to act, or that is designated to act, towards some purpose, such as to meet a need or pursue collective goals on a continuing basis */
'Organization': { termType: 'NamedNode', value: 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/Organization', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/Organization' } as NamedNode,
/** identification scheme dedicated to the unique identification of organizations */
'OrganizationIdentificationScheme': { termType: 'NamedNode', value: 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/OrganizationIdentificationScheme', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/OrganizationIdentificationScheme' } as NamedNode,
/** identifier assigned to an organization within an organization identification scheme, and unique within that scheme */
'OrganizationIdentifier': { termType: 'NamedNode', value: 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/OrganizationIdentifier', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/OrganizationIdentifier' } as NamedNode,
/** party (person or organization) that has a membership role with respect to some organization */
'OrganizationMember': { termType: 'NamedNode', value: 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/OrganizationMember', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/OrganizationMember' } as NamedNode,
/** designation by which some organization is known in some context */
'OrganizationName': { termType: 'NamedNode', value: 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/OrganizationName', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/OrganizationName' } as NamedNode,
/** identifier allocated to a particular organizational sub-unit */
'OrganizationPartIdentifier': { termType: 'NamedNode', value: 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/OrganizationPartIdentifier', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/OrganizationPartIdentifier' } as NamedNode,
/** any department, service, and other entity within a larger organization that only has full recognition within the context of that organization, but requires identification for some purpose */
'OrganizationalSubUnit': { termType: 'NamedNode', value: 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/OrganizationalSubUnit', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/OrganizationalSubUnit' } as NamedNode,
/** identifies the organization acting in the role of having members in an organizational membership situation */
'hasMembership': { termType: 'NamedNode', value: 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/hasMembership', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/hasMembership' } as NamedNode,
/** indicates the party that is the member in an organizational membership situation */
'hasOrganizationMember': { termType: 'NamedNode', value: 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/hasOrganizationMember', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/hasOrganizationMember' } as NamedNode,
/** relates an organization to a part of that organization */
'hasSubUnit': { termType: 'NamedNode', value: 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/hasSubUnit', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/hasSubUnit' } as NamedNode,
/** indicates the context of membership in which the party plays the role of having members */
'isMembershipPartyIn': { termType: 'NamedNode', value: 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/isMembershipPartyIn', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/isMembershipPartyIn' } as NamedNode,
/** indicates the context of membership in which some party is an organization member */
'isOrganizationMember': { termType: 'NamedNode', value: 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/isOrganizationMember', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/isOrganizationMember' } as NamedNode,
/** relates a part of an organization to the larger entity */
'isSubUnitOf': { termType: 'NamedNode', value: 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/isSubUnitOf', equals: (other: any) => other && (other.termType === 'NamedNode' || other.type === 'NamedNode') && other.value === 'https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/isSubUnitOf' } as NamedNode,
} |