digraph subclass_vocab_graph {
    rankdir=LR
    fontname=Courier; fontsize=12; labelloc=t
    label="Subclass Vocab Graph"
            node[shape=box style="filled, rounded" fillcolor="#b3e2cd" peripheries=1 fontname=Courier]
                            
    ArtifactComposition -> ArtifactCollection                            
    ArtifactLocus -> ArtifactCollection                            
    TROAttribute -> TREAttribute                            
    TRPAttribute -> TREAttribute                            
    TRSAttribute -> TREAttribute                            
    IncludesAllInputData -> TROAttribute                            
    InternetAccessRecording -> TRPAttribute                            
    InternetIsolation -> TRPAttribute                            
    TRSCapability -> TRSAttribute                            
    CanProvideInternetIsolation -> TRSCapability                            
    TRSPolicy -> TRSCapability                            
    EnforcesInternetIsolation -> TRSPolicy                            
    TimeStampingAuthority -> TransparentResearchElement                            
    TransparentResearchObject -> TransparentResearchElement                            
    TransparentResearchPerformance -> TransparentResearchElement                            
    TransparentResearchSystem -> TransparentResearchElement            
            
    }                
        | ParentLabel | ChildLabel | 
|---|---|
| ArtifactCollection | ArtifactComposition | 
| ArtifactCollection | ArtifactLocus | 
| TREAttribute | TROAttribute | 
| TREAttribute | TRPAttribute | 
| TREAttribute | TRSAttribute | 
| TROAttribute | IncludesAllInputData | 
| TRPAttribute | InternetAccessRecording | 
| TRPAttribute | InternetIsolation | 
| TRSAttribute | TRSCapability | 
| TRSCapability | CanProvideInternetIsolation | 
| TRSCapability | TRSPolicy | 
| TRSPolicy | EnforcesInternetIsolation | 
| TransparentResearchElement | TimeStampingAuthority | 
| TransparentResearchElement | TransparentResearchObject | 
| TransparentResearchElement | TransparentResearchPerformance | 
| TransparentResearchElement | TransparentResearchSystem |