EVORAO

Class: Provider (Provider)

A provider of products or services, as a specific organization.

URI: EVORAO:Provider

 classDiagram
    class Provider
    click Provider href "../Provider"
      Organization <|-- Provider
        click Organization href "../Organization"
      
      Provider : alternateName
        
          
    
    
    Provider --> "*" AlternateName : alternateName
    click AlternateName href "../AlternateName"

        
      Provider : contactPoint
        
          
    
    
    Provider --> "0..1 _recommended_" ContactPoint : contactPoint
    click ContactPoint href "../ContactPoint"

        
      Provider : country
        
          
    
    
    Provider --> "0..1 _recommended_" Country : country
    click Country href "../Country"

        
      Provider : dateIssued
        
      Provider : dateModified
        
      Provider : description
        
      Provider : homePage
        
      Provider : identifier
        
      Provider : iri
        
      Provider : keyword
        
      Provider : logo
        
          
    
    
    Provider --> "0..1" Image : logo
    click Image href "../Image"

        
      Provider : memberOfRi
        
          
    
    
    Provider --> "*" ResearchInfrastructure : memberOfRi
    click ResearchInfrastructure href "../ResearchInfrastructure"

        
      Provider : name
        
      Provider : publisher
        
          
    
    
    Provider --> "0..1" PersonOrOrganization : publisher
    click PersonOrOrganization href "../PersonOrOrganization"

        
      Provider : rorId
        
      

Inheritance

Slots

Name Cardinality and Range Description Inheritance
memberOfRi *
ResearchInfrastructure
The research infrastructure of which this organization is a member direct
alternateName *
AlternateName
Any other name under which the entity can be known Organization
country 0..1 recommended
Country
The country of the organization Organization
rorId 0..1 recommended
String
The corresponding organization’s persistent identifier from the Research Orga… Organization
name 1
String
A word or set of words used to identify and refer to an entity PersonOrOrganization
description 0..1 recommended
String
A short explanation of the characteristics, features, or nature of the curren… PersonOrOrganization
homePage 0..1
Uri
A web page that serves as the main or introductory page PersonOrOrganization
contactPoint 0..1 recommended
ContactPoint
An information that allows someone to establish communication PersonOrOrganization
logo 0..1
Image
A path or URL to the related logo PersonOrOrganization
keyword *
String
A keyword or tag describing the resource Resource
dateIssued 0..1
Datetime
Date of formal issuance (e Resource
dateModified 0..1
Datetime
Most recent date on which the resource was changed, updated or modified Resource
identifier *
String
A unique identifier of the resource being described or cataloged Resource
iri *
Uri
International Resource Identifier (IRI) that uniquely identifies or refers to… Resource
publisher 0..1
PersonOrOrganization
The entity responsible for making the resource available Resource

Usages

used by used in type used
ProductOrService provider range Provider
Service provider range Provider
Product provider range Provider
Antibody provider range Provider
Hybridoma provider range Provider
Protein provider range Provider
NucleicAcid provider range Provider
DetectionKit provider range Provider
Bundle provider range Provider
Pathogen provider range Provider
Virus provider range Provider
Bacterium provider range Provider
Fungus provider range Provider
Protozoan provider range Provider
Viroid provider range Provider
Prion provider range Provider

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self EVORAO:Provider
native EVORAO:Provider
related foaf:Organization, dct:ProvenanceStatement, foaf:Organization, dct:ProvenanceStatement
close ncit:C37900, ncit:C37900

LinkML Source

Direct

```yaml name: Provider description: A provider of products or services, as a specific organization. title: Provider from_schema: https://w3id.org/evorao/ close_mappings: - ncit:C37900 - ncit:C37900 related_mappings: - foaf:Organization - dct:ProvenanceStatement - foaf:Organization - dct:ProvenanceStatement is_a: Organization slots: - memberOfRi slot_usage: memberOfRi: name: memberOfRi description: The research infrastructure of which this organization is a member. title: member of RI broad_mappings: - schema:memberOf domain_of: - Provider range: ResearchInfrastructure required: false multivalued: true ```

Induced

```yaml name: Provider description: A provider of products or services, as a specific organization. title: Provider from_schema: https://w3id.org/evorao/ close_mappings: - ncit:C37900 - ncit:C37900 related_mappings: - foaf:Organization - dct:ProvenanceStatement - foaf:Organization - dct:ProvenanceStatement is_a: Organization slot_usage: memberOfRi: name: memberOfRi description: The research infrastructure of which this organization is a member. title: member of RI broad_mappings: - schema:memberOf domain_of: - Provider range: ResearchInfrastructure required: false multivalued: true attributes: memberOfRi: name: memberOfRi description: The research infrastructure of which this organization is a member. title: member of RI from_schema: https://w3id.org/evorao/ broad_mappings: - schema:memberOf rank: 1000 alias: memberOfRi owner: Provider domain_of: - Provider range: ResearchInfrastructure required: false multivalued: true alternateName: name: alternateName description: Any other name under which the entity can be known. title: alternate name comments: - This includes previous names, acronyms, former taxonomic terms, and other variations. - This information can serve as keywords for search purposes and as a bridge with other projects that use different naming systems or taxonomies. from_schema: https://w3id.org/evorao/ exact_mappings: - schema:alternateName - dct:alternative - iao:0000118 close_mappings: - wdp:P4970 rank: 1000 alias: alternateName owner: Provider domain_of: - Organization - CommonName - AlternateName - Taxon - ClinicalGroup range: AlternateName required: false multivalued: true country: name: country description: The country of the organization. title: country from_schema: https://w3id.org/evorao/ rank: 1000 alias: country owner: Provider domain_of: - Organization range: Country required: false recommended: true multivalued: false rorId: name: rorId description: The corresponding organization's persistent identifier from the Research Organization Registry (ROR). title: ROR iD from_schema: https://w3id.org/evorao/ exact_mappings: - wdp:P6782 related_mappings: - dwc:institutionCode rank: 1000 is_a: identifier alias: rorId owner: Provider domain_of: - Organization range: string required: false recommended: true multivalued: false name: name: name description: A word or set of words used to identify and refer to an entity. title: name from_schema: https://w3id.org/evorao/ exact_mappings: - schema:name - vcard:fn close_mappings: - rdfs:label - dct:title rank: 1000 slot_uri: foaf:name alias: name owner: Provider domain_of: - PersonOrOrganization - File - ContactPoint range: string required: true multivalued: false description: name: description description: A short explanation of the characteristics, features, or nature of the current item. title: description comments: - Describe this item in few lines. This description will serve as a summary to present the resource. from_schema: https://w3id.org/evorao/ exact_mappings: - schema:description rank: 1000 slot_uri: dct:description alias: description owner: Provider domain_of: - PersonOrOrganization - Dataset - DataService - Term - File - ContactPoint - License - Certification - FundingSource range: string required: false recommended: true multivalued: false homePage: name: homePage description: A web page that serves as the main or introductory page. title: home page from_schema: https://w3id.org/evorao/ close_mappings: - swo:0004006 rank: 1000 is_a: iri slot_uri: foaf:homepage alias: homePage owner: Provider domain_of: - PersonOrOrganization range: uri required: false multivalued: false contactPoint: name: contactPoint description: An information that allows someone to establish communication. title: contact point from_schema: https://w3id.org/evorao/ exact_mappings: - schema:contactPoint rank: 1000 slot_uri: dcat:contactPoint alias: contactPoint owner: Provider domain_of: - PersonOrOrganization - ProductOrService range: ContactPoint required: false recommended: true multivalued: false logo: name: logo description: A path or URL to the related logo. title: logo from_schema: https://w3id.org/evorao/ exact_mappings: - schema:logo rank: 1000 alias: logo owner: Provider domain_of: - PersonOrOrganization - License - Certification - FundingSource range: Image required: false multivalued: false keyword: name: keyword description: A keyword or tag describing the resource. title: keyword from_schema: https://w3id.org/evorao/ rank: 1000 slot_uri: dcat:keyword alias: keyword owner: Provider domain_of: - Resource range: string required: false multivalued: true dateIssued: name: dateIssued description: Date of formal issuance (e.g., publication) of the resource. title: date issued comments: - encoded using the relevant ISO 8601 Date and Time compliant string [DATETIME]. from_schema: https://w3id.org/evorao/ exact_mappings: - sepio:0000051 close_mappings: - schema:datePublished - schema:dateCreated rank: 1000 slot_uri: dct:issued alias: dateIssued owner: Provider domain_of: - Resource range: datetime required: false multivalued: false dateModified: name: dateModified description: Most recent date on which the resource was changed, updated or modified. title: date modified comments: - encoded using the relevant ISO 8601 Date and Time compliant string [DATETIME]. from_schema: https://w3id.org/evorao/ exact_mappings: - sepio:0000036 close_mappings: - schema:dateModified rank: 1000 slot_uri: dct:modified alias: dateModified owner: Provider domain_of: - Resource range: datetime required: false multivalued: false identifier: name: identifier description: A unique identifier of the resource being described or cataloged. title: identifier comments: - The identifier is a text string which is assigned to the resource to provide an unambiguous reference within a particular context. Persistent identifiers should be provided as HTTP URIs. from_schema: https://w3id.org/evorao/ exact_mappings: - schema:identifier rank: 1000 slot_uri: dct:identifier alias: identifier owner: Provider domain_of: - Resource range: string required: false multivalued: true iri: name: iri description: International Resource Identifier (IRI) that uniquely identifies or refers to the resource. IRIs include URIs, and URIs include URLs. title: IRI comments: - An IRI is a global identifier standardized by IETF RFC 3987. It may or may not be resolvable on the web. IRIs include URIs, and URIs include URLs. from_schema: https://w3id.org/evorao/ close_mappings: - biolink:iri related_mappings: - mi:url narrow_mappings: - schema:url rank: 1000 is_a: identifier alias: iri owner: Provider domain_of: - Resource range: uri required: false multivalued: true publisher: name: publisher description: The entity responsible for making the resource available. title: publisher comments: - Resources of type foaf:Agent like EVORAO:PersonOrOrganization are recommended as values for this property. from_schema: https://w3id.org/evorao/ rank: 1000 slot_uri: dct:publisher alias: publisher owner: Provider domain_of: - Resource range: PersonOrOrganization required: false multivalued: false ```