feat(ontology): add BGBM grinding/metallization modules and promote assembly-process superclass - #27
Open
JeremyYao1999 wants to merge 3 commits into
Open
JeremyYao1999 wants to merge 3 commits into
JeremyYao1999 wants to merge 3 commits into
Conversation
This ontology module defines the semantics for wafer backside grinding processes, including various grinding steps and associated parameters.
This ontology module defines the semantics for wafer backside metallization processes, including various deposition methods and defect concepts.
Updated ontology metadata and class definitions for assembly processes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR: Add BGBM modules + promote assembly-process superclass
Summary
Two additions + one parent-module promotion, all under
ontology/ontology/06-osat-packaging-test/00-assembly-processes/:03-backside-grinding/ontology.ttl— wafer backside grinding (thinning) semantics04-backside-metallization/ontology.ttl— wafer backside metallization (BM) semantics00-assembly-processes/ontology.ttl— replace the placeholder (PlaceholderClass) with a realAssemblyProcesssuperclassWhat's included
Backside grinding (
03-backside-grinding)BacksideGrindingProcessRoughGrindingStep/FineGrindingStepStressReliefStepTaikoGrindingProcessBacksideGrindingDefectProperties:
hasTargetThickness,hasTotalThicknessVariation(TTV),hasSurfaceRoughness,hasWarpage.Backside metallization (
04-backside-metallization)BacksideMetallizationProcessElectronBeamEvaporationProcess/SputteringProcess/ElectroplatingProcessBacksideMetalStackBacksideMetallizationDefectProperties:
hasMetalStack.Parent module promotion (resolves dangling reference)
00-die-attachand the two new modules all referenceassembly_processes:AssemblyProcess, but the parent module was still a placeholder (PlaceholderClass), leaving those references dangling. This PR promotesAssemblyProcess(subclass ofsemicont-core:ProcessStep) into the parent module, so every assembly sub-process module shares a consistent, resolvable superclass.Conventions followed
.ttl) under the correct layer/subcategory, perontology/ontology/README.md.owl:versionInfo "0.1.0",prov:wasGeneratedBycuration activity,dc:source/dc:rights, andprov:generatedAtTimeprovenance on every term.assembly_processes:AssemblyProcess(now defined) and reusesemicont-core:Defect/Material/ProcessStepfrom00-shared.Validation
Parsed with rdflib 7.6.0 — no syntax errors, and zero dangling
subClassOfreferences after the parent-module promotion.