Class: ContactURL
"A contactURL is a grouping of characteristics unique to details for contacting a contact entity by Uniform Resource Locator (URL)."
URI: master:ContactURL
 classDiagram
    class ContactURL
      UcoInherentCharacterizationThing <|-- ContactURL
      ContactURL : contactURLScope
      ContactURL : url
          ContactURL ..> ObservableObject : url
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- ContactURL
 
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| contactURLScope | 0..1  String  | 
"contact url scope specifies the relevant scope (homepage, home, work, school... | direct | 
| url | 0..1  ObservableObject  | 
"Specifies a URL associated with a particular observable object or facet | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| ContactAffiliation | contactURL | range | ContactURL | 
| ContactFacet | contactURL | range | ContactURL | 
| ProfileFacet | contactURL | range | ContactURL | 
| WhoisContactFacet | contactURL | range | ContactURL | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:ContactURL | 
| native | master:ContactURL | 
LinkML Source
Direct
name: ContactURL
description: '"A contactURL is a grouping of characteristics unique to details for
  contacting a contact entity by Uniform Resource Locator (URL)."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
slots:
- contactURLScope
- url
Induced
name: ContactURL
description: '"A contactURL is a grouping of characteristics unique to details for
  contacting a contact entity by Uniform Resource Locator (URL)."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
attributes:
  contactURLScope:
    name: contactURLScope
    description: '"contact url scope specifies the relevant scope (homepage, home,
      work, school, etc) of details for contacting a contact entity by Uniform Resource
      Locator (URL)."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: contactURLScope
    owner: ContactURL
    domain_of:
    - ContactURL
    union_of:
    - '{''range'': ''ContactURLScopeVocab''}'
    - '{''range'': ''string type''}'
    range: string
  url:
    name: url
    description: '"Specifies a URL associated with a particular observable object
      or facet."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: url
    owner: ContactURL
    domain_of:
    - ContactURL
    - URLHistoryEntry
    - URLVisitFacet
    range: ObservableObject