Skip to content

Class: NonProfit

URI: personinfo:NonProfit

classDiagram class NonProfit Organization <|-- NonProfit NonProfit : name

Inheritance

Slots

Name Cardinality and Range Description
name 1..1
xsd:string

Usages

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/examples/personinfo

Mappings

Mapping Type Mapped Value
self ['personinfo:NonProfit']
native ['personinfo:NonProfit']
exact ['wikidata:Q163740', 'wikidata:Q163740']

LinkML Specification

Direct

name: NonProfit
from_schema: https://w3id.org/linkml/examples/personinfo
exact_mappings:
- wikidata:Q163740
- wikidata:Q163740
rank: 1000
is_a: Organization

Induced

name: NonProfit
from_schema: https://w3id.org/linkml/examples/personinfo
exact_mappings:
- wikidata:Q163740
- wikidata:Q163740
rank: 1000
is_a: Organization
attributes:
  name:
    name: name
    from_schema: https://w3id.org/linkml/examples/personinfo
    rank: 1000
    multivalued: false
    alias: name
    owner: NonProfit
    domain_of:
    - Person
    - Organization
    range: string
    required: true