EVORAO

Class: Person or organization (PersonOrOrganization)

A person or an organization.

URI: foaf:Agent

 classDiagram
    class PersonOrOrganization
    click PersonOrOrganization href "../PersonOrOrganization"
      Resource <|-- PersonOrOrganization
        click Resource href "../Resource"
      

      PersonOrOrganization <|-- Person
        click Person href "../Person"
      PersonOrOrganization <|-- Organization
        click Organization href "../Organization"
      PersonOrOrganization <|-- Originator
        click Originator href "../Originator"
      
      
      PersonOrOrganization : contactPoint
        
          
    
    
    PersonOrOrganization --> "0..1 _recommended_" ContactPoint : contactPoint
    click ContactPoint href "../ContactPoint"

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

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

        
      

Inheritance

Slots

Name Cardinality and Range Description Inheritance
name 1
String
A word or set of words used to identify and refer to an entity direct
description 0..1 recommended
String
A short explanation of the characteristics, features, or nature of the curren… direct
homePage 0..1
Uri
A web page that serves as the main or introductory page direct
contactPoint 0..1 recommended
ContactPoint
An information that allows someone to establish communication direct
logo 0..1
Image
A path or URL to the related logo direct
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
Resource publisher range PersonOrOrganization
Dataset publisher range PersonOrOrganization
DataService publisher range PersonOrOrganization
Version publisher range PersonOrOrganization
Catalogue publisher range PersonOrOrganization
Taxonomy publisher range PersonOrOrganization
DataProvider publisher range PersonOrOrganization
PathogenIdentification publisher range PersonOrOrganization
Publication publisher range PersonOrOrganization
Vocabulary publisher range PersonOrOrganization
Term publisher range PersonOrOrganization
CommonName publisher range PersonOrOrganization
VirusName publisher range PersonOrOrganization
AlternateName publisher range PersonOrOrganization
RiskGroup publisher range PersonOrOrganization
BiosafetyLevel publisher range PersonOrOrganization
Doi publisher range PersonOrOrganization
Journal publisher range PersonOrOrganization
PdbReference publisher range PersonOrOrganization
Keyword publisher range PersonOrOrganization
TagSequence publisher range PersonOrOrganization
SpecialFeature publisher range PersonOrOrganization
ExpressionVector publisher range PersonOrOrganization
PlasmidSelection publisher range PersonOrOrganization
PropagationHost publisher range PersonOrOrganization
TransmissionMethod publisher range PersonOrOrganization
ProductionCellLine publisher range PersonOrOrganization
ProductCategory publisher range PersonOrOrganization
IsolationHost publisher range PersonOrOrganization
GeographicalOrigin publisher range PersonOrOrganization
IplcOrigin publisher range PersonOrOrganization
Country publisher range PersonOrOrganization
IataClassification publisher range PersonOrOrganization
Variant publisher range PersonOrOrganization
TaxonomicRank publisher range PersonOrOrganization
Taxon publisher range PersonOrOrganization
ClinicalGroup publisher range PersonOrOrganization
ExternalRelatedReference publisher range PersonOrOrganization
Sequence publisher range PersonOrOrganization
SequenceReference publisher range PersonOrOrganization
PersonOrOrganization publisher range PersonOrOrganization
Person publisher range PersonOrOrganization
Organization publisher range PersonOrOrganization
ResearchInfrastructure publisher range PersonOrOrganization
Provider publisher range PersonOrOrganization
Originator publisher range PersonOrOrganization
BiologicalMaterialOrigin publisher range PersonOrOrganization
BiologicalPartOrigin publisher range PersonOrOrganization
NaturalPartOrigin publisher range PersonOrOrganization
SyntheticPartOrigin publisher range PersonOrOrganization
RecombinantPartIdentification publisher range PersonOrOrganization
Collection publisher range PersonOrOrganization
ProductOrService publisher range PersonOrOrganization
Service publisher range PersonOrOrganization
Product publisher range PersonOrOrganization
Antibody publisher range PersonOrOrganization
Hybridoma publisher range PersonOrOrganization
Protein publisher range PersonOrOrganization
NucleicAcid publisher range PersonOrOrganization
DetectionKit publisher range PersonOrOrganization
Bundle publisher range PersonOrOrganization
Pathogen publisher range PersonOrOrganization
Virus publisher range PersonOrOrganization
Bacterium publisher range PersonOrOrganization
Fungus publisher range PersonOrOrganization
Protozoan publisher range PersonOrOrganization
Viroid publisher range PersonOrOrganization
Prion publisher range PersonOrOrganization
MaterialSafetyDataSheet publisher range PersonOrOrganization
File publisher range PersonOrOrganization
Data publisher range PersonOrOrganization
Document publisher range PersonOrOrganization
Audio publisher range PersonOrOrganization
Video publisher range PersonOrOrganization
Image publisher range PersonOrOrganization
ContactPoint publisher range PersonOrOrganization
License publisher range PersonOrOrganization
Certification publisher range PersonOrOrganization
FundingSource publisher range PersonOrOrganization

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self foaf:Agent
native EVORAO:PersonOrOrganization
exact dct:Agent, prov:Agent, dct:Agent, prov:Agent
close vcard:Agent, vcard:Agent

LinkML Source

Direct

```yaml name: PersonOrOrganization description: A person or an organization. title: Person or organization from_schema: https://w3id.org/evorao/ exact_mappings: - dct:Agent - prov:Agent - dct:Agent - prov:Agent close_mappings: - vcard:Agent - vcard:Agent is_a: Resource slots: - name - description - homePage - contactPoint - logo slot_usage: name: name: name description: A word or set of words used to identify and refer to an entity. title: name exact_mappings: - schema:name - vcard:fn close_mappings: - rdfs:label - dct:title slot_uri: foaf:name 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. exact_mappings: - schema:description slot_uri: dct:description 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 close_mappings: - swo:0004006 is_a: iri slot_uri: foaf:homepage domain_of: - PersonOrOrganization range: uri required: false multivalued: false contactPoint: name: contactPoint description: An information that allows someone to establish communication. title: contact point exact_mappings: - schema:contactPoint slot_uri: dcat:contactPoint 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 exact_mappings: - schema:logo domain_of: - PersonOrOrganization - License - Certification - FundingSource range: Image required: false multivalued: false class_uri: foaf:Agent ```

Induced

```yaml name: PersonOrOrganization description: A person or an organization. title: Person or organization from_schema: https://w3id.org/evorao/ exact_mappings: - dct:Agent - prov:Agent - dct:Agent - prov:Agent close_mappings: - vcard:Agent - vcard:Agent is_a: Resource slot_usage: name: name: name description: A word or set of words used to identify and refer to an entity. title: name exact_mappings: - schema:name - vcard:fn close_mappings: - rdfs:label - dct:title slot_uri: foaf:name 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. exact_mappings: - schema:description slot_uri: dct:description 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 close_mappings: - swo:0004006 is_a: iri slot_uri: foaf:homepage domain_of: - PersonOrOrganization range: uri required: false multivalued: false contactPoint: name: contactPoint description: An information that allows someone to establish communication. title: contact point exact_mappings: - schema:contactPoint slot_uri: dcat:contactPoint 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 exact_mappings: - schema:logo domain_of: - PersonOrOrganization - License - Certification - FundingSource range: Image required: false multivalued: false attributes: 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: PersonOrOrganization 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: PersonOrOrganization 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: PersonOrOrganization 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: PersonOrOrganization 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: PersonOrOrganization 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: PersonOrOrganization 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: PersonOrOrganization 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: PersonOrOrganization 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: PersonOrOrganization 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: PersonOrOrganization 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: PersonOrOrganization domain_of: - Resource range: PersonOrOrganization required: false multivalued: false class_uri: foaf:Agent ```