Skip to content

Class: SoftwareFacet

"A software facet is a grouping of characteristics unique to a software program (a definitively scoped instance of a collection of data or computer instructions that tell the computer how to work). [based on https://en.wikipedia.org/wiki/Software]"

URI: observable:SoftwareFacet

classDiagram class SoftwareFacet Facet <|-- SoftwareFacet SoftwareFacet : cpeid SoftwareFacet ..> string : cpeid SoftwareFacet : language SoftwareFacet ..> string : language SoftwareFacet : manufacturer SoftwareFacet ..> Identity : manufacturer SoftwareFacet : swid SoftwareFacet ..> string : swid SoftwareFacet : version SoftwareFacet ..> string : version

Inheritance

Slots

Name Cardinality and Range Description Inheritance
manufacturer 0..1
Identity
direct
cpeid 0..1
xsd:string
"Specifies the Common Platform Enumeration identifier for the software direct
language 0..1
xsd:string
"Specifies the language the string is written in, e direct
swid 0..1
xsd:string
"Specifies the SWID tag for the software direct
version 0..1
xsd:string
direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/uco-observable

Mappings

Mapping Type Mapped Value
self observable:SoftwareFacet
native observable:SoftwareFacet

LinkML Source

Direct

name: SoftwareFacet
description: '"A software facet is a grouping of characteristics unique to a software
  program (a definitively scoped instance of a collection of data or computer instructions
  that tell the computer how to work). [based on https://en.wikipedia.org/wiki/Software]"'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
slots:
- manufacturer
- cpeid
- language
- swid
- version

Induced

name: SoftwareFacet
description: '"A software facet is a grouping of characteristics unique to a software
  program (a definitively scoped instance of a collection of data or computer instructions
  that tell the computer how to work). [based on https://en.wikipedia.org/wiki/Software]"'
from_schema: https://w3id.org/lmodel/uco-observable
rank: 1000
is_a: Facet
attributes:
  manufacturer:
    name: manufacturer
    description: ''
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: manufacturer
    owner: SoftwareFacet
    domain_of:
    - DeviceFacet
    - OperatingSystemFacet
    - SoftwareFacet
    range: Identity
  cpeid:
    name: cpeid
    description: '"Specifies the Common Platform Enumeration identifier for the software."'
    from_schema: https://w3id.org/lmodel/uco-observable
    broad_mappings:
    - wikidata:Q1116184
    rank: 1000
    alias: cpeid
    owner: SoftwareFacet
    domain_of:
    - SoftwareFacet
    range: string
  language:
    name: language
    description: "\"Specifies the language the string is written in, e.g. English.\n\
      \    For consistency, it is strongly recommended to use the ISO 639-2 language\
      \ code, if available. Please see http://www.loc.gov/standards/iso639-2/php/code_list.php\
      \ for a list of ISO 639-2 codes.\""
    from_schema: https://w3id.org/lmodel/uco-observable
    exact_mappings:
    - NCIT:C16779
    - SIO:000104
    - sumo:language
    - wikidata:Q2092812
    - wikidata:Q75488338
    - wikidata:Q315
    - wikidata:Q34770
    rank: 1000
    alias: language
    owner: SoftwareFacet
    domain_of:
    - ExtractedString
    - SoftwareFacet
    range: string
  swid:
    name: swid
    description: '"Specifies the SWID tag for the software."'
    from_schema: https://w3id.org/lmodel/uco-observable
    rank: 1000
    alias: swid
    owner: SoftwareFacet
    domain_of:
    - SoftwareFacet
    range: string
  version:
    name: version
    from_schema: https://w3id.org/lmodel/uco-observable
    exact_mappings:
    - wikidata_PROPERTY:P348
    rank: 1000
    alias: version
    owner: SoftwareFacet
    domain_of:
    - ApplicationFacet
    - ApplicationVersion
    - ArchiveFileFacet
    - OperatingSystemFacet
    - PDFFileFacet
    - SoftwareFacet
    - X509CertificateFacet
    range: string