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: master:SoftwareFacet

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

Inheritance

Slots

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

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self master:SoftwareFacet
native master: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-master
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-master
rank: 1000
is_a: Facet
attributes:
  manufacturer:
    name: manufacturer
    description: ''
    from_schema: https://w3id.org/lmodel/uco-master
    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-master
    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-master
    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-master
    rank: 1000
    alias: swid
    owner: SoftwareFacet
    domain_of:
    - SoftwareFacet
    range: string
  version:
    name: version
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - wikidata_PROPERTY:P348
    rank: 1000
    alias: version
    owner: SoftwareFacet
    domain_of:
    - ApplicationFacet
    - ApplicationVersion
    - ArchiveFileFacet
    - OperatingSystemFacet
    - PDFFileFacet
    - SoftwareFacet
    - X509CertificateFacet
    range: string