Class: NetworkConnectionFacet
"A network connection facet is a grouping of characteristics unique to a connection (complete or attempted) accross a digital network (a group of two or more computer systems linked together). [based on https://www.webopedia.com/TERM/N/network.html]"
URI: master:NetworkConnectionFacet
 classDiagram
    class NetworkConnectionFacet
      Facet <|-- NetworkConnectionFacet
      NetworkConnectionFacet : destinationPort
      NetworkConnectionFacet : dst
          NetworkConnectionFacet ..> ObservableObject : dst
      NetworkConnectionFacet : endTime
      NetworkConnectionFacet : isActive
      NetworkConnectionFacet : protocols
          NetworkConnectionFacet ..> ControlledDictionary : protocols
      NetworkConnectionFacet : sourcePort
      NetworkConnectionFacet : src
          NetworkConnectionFacet ..> UcoObject : src
      NetworkConnectionFacet : startTime
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- Facet
- NetworkConnectionFacet
 
 
 - Facet
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| src | 0..1  UcoObject  | 
"Specifies the source(s) of the network connection | direct | 
| dst | 0..1  ObservableObject  | 
"Specifies the destination(s) of the network connection | direct | 
| protocols | 0..1  ControlledDictionary  | 
"Specifies the protocols involved in the network connection, along with their... | direct | 
| isActive | 0..1  BooleanType  | 
"Indicates whether the network connection is still active | direct | 
| endTime | 0..1  Datetime  | 
The ending time of a time range | direct | 
| startTime | 0..1  Datetime  | 
The initial time of a time range | direct | 
| destinationPort | 0..1  Integer  | 
"Specifies the destinationPort used in the connection, as an integer in the r... | direct | 
| sourcePort | 0..1  Integer  | 
"Specifies the sourcePort used in the connection, as an integer in the range ... | direct | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:NetworkConnectionFacet | 
| native | master:NetworkConnectionFacet | 
LinkML Source
Direct
name: NetworkConnectionFacet
description: '"A network connection facet is a grouping of characteristics unique
  to a connection (complete or attempted) accross a digital network (a group of two
  or more computer systems linked together). [based on https://www.webopedia.com/TERM/N/network.html]"'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- src
- dst
- protocols
- isActive
- endTime
- startTime
- destinationPort
- sourcePort
slot_usage:
  src:
    name: src
    multivalued: true
    domain_of:
    - NetworkConnectionFacet
  dst:
    name: dst
    multivalued: true
    domain_of:
    - NetworkConnectionFacet
Induced
name: NetworkConnectionFacet
description: '"A network connection facet is a grouping of characteristics unique
  to a connection (complete or attempted) accross a digital network (a group of two
  or more computer systems linked together). [based on https://www.webopedia.com/TERM/N/network.html]"'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slot_usage:
  src:
    name: src
    multivalued: true
    domain_of:
    - NetworkConnectionFacet
  dst:
    name: dst
    multivalued: true
    domain_of:
    - NetworkConnectionFacet
attributes:
  src:
    name: src
    description: '"Specifies the source(s) of the network connection."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: src
    owner: NetworkConnectionFacet
    domain_of:
    - NetworkConnectionFacet
    range: UcoObject
  dst:
    name: dst
    description: '"Specifies the destination(s) of the network connection."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: dst
    owner: NetworkConnectionFacet
    domain_of:
    - NetworkConnectionFacet
    range: ObservableObject
  protocols:
    name: protocols
    description: '"Specifies the protocols involved in the network connection, along
      with their corresponding state."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: protocols
    owner: NetworkConnectionFacet
    domain_of:
    - NetworkConnectionFacet
    range: ControlledDictionary
  isActive:
    name: isActive
    description: '"Indicates whether the network connection is still active."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: isActive
    owner: NetworkConnectionFacet
    domain_of:
    - AccountFacet
    - NetworkConnectionFacet
    range: boolean type
  endTime:
    name: endTime
    description: The ending time of a time range.
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - NCIT:C82573
    - SIO:000670
    - sumo:TimePoint
    - wikidata:Q24575125
    broad_mappings:
    - sumo:TimePoint
    rank: 1000
    alias: endTime
    owner: NetworkConnectionFacet
    domain_of:
    - Relationship
    - CalendarEntryFacet
    - CallFacet
    - CapturedTelecommunicationsInformationFacet
    - EventRecordFacet
    - GeoLocationTrackFacet
    - NetworkConnectionFacet
    - Action
    - ActionLifecycle
    range: datetime
  startTime:
    name: startTime
    description: The initial time of a time range.
    from_schema: https://w3id.org/lmodel/uco-master
    broad_mappings:
    - sumo:TimePoint
    rank: 1000
    alias: startTime
    owner: NetworkConnectionFacet
    domain_of:
    - Relationship
    - CalendarEntryFacet
    - CallFacet
    - CapturedTelecommunicationsInformationFacet
    - EventRecordFacet
    - GeoLocationTrackFacet
    - NetworkConnectionFacet
    - Action
    - ActionLifecycle
    range: datetime
  destinationPort:
    name: destinationPort
    description: '"Specifies the destinationPort used in the connection, as an integer
      in the range of 0 - 65535."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: destinationPort
    owner: NetworkConnectionFacet
    domain_of:
    - NetworkConnectionFacet
    range: integer
  sourcePort:
    name: sourcePort
    description: '"Specifies the sourcePort used in the connection, as an integer
      in the range of 0 - 65535."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: sourcePort
    owner: NetworkConnectionFacet
    domain_of:
    - NetworkConnectionFacet
    range: integer