Feature: FET_046_STANDARD#
Property |
Value |
|---|---|
Feature Name |
|
Runtime |
|
Proprietary Techs |
|
Latest Version |
|
Description#
This feature validates labels authored on the
SemanticsLabelsAPI:wikidata_qcode instance. Every value must use the Wikidata
Q-code format: Q followed by one or more digits. It makes Wikidata an explicit
taxonomy choice, separate from the taxonomy-agnostic semantic-label contract in
FET_011_STANDARD.
NVIDIA’s Omniverse asset libraries use this taxonomy, so assets intended to ship
alongside them should select this feature in addition to FET_011_STANDARD.
Dependency Graph#
flowchart LR
FET046STD["FET_046_STANDARD\n0.1.0"]
FET011STD["FET_011_STANDARD\n0.2.0"]
FET046STD --> FET011STD
classDef current fill:#90EE90,stroke:#333
classDef other fill:#fff,stroke:#333
class FET046STD current
class FET011STD other
Use Cases#
Products or workflows that consume this feature:
NVIDIA Omniverse asset libraries
Synthetic data generation that keys ground truth on Wikidata Q-codes
Requirements#
Version 0.1.0#
Details
Used in Profiles#
This version is used in the following profiles:
Prop-Robotics-Physx (
v2.3.0) - Wikidata Q-code label values for NVIDIA asset libraries.
Feature Dependencies#
Property |
Value |
|---|---|
Dependency |
|
Requirement List#
Capability: Semantic Labels
Requirements:
-
SL.QCODE.001| Version0.1.0
-
Pipelines#
Source file type:
.usd,.usda,.usdcAuthor
SemanticsLabelsAPI:wikidata_qcodeandsemantics:labels:wikidata_qcodewithQ<digits>values.
Validation or runtime pipeline:
SimReady validation - verifies the
SL.QCODE.001Q-code format contract.Semantic Labels Check - exercises the Q-code rule at runtime where the
wikidata_qcodetaxonomy is used.
Samples#
None.
Benchmarks#
Suite: FET011 Semantic Labels
Tests:
Adapters#
None.