Skip to content

Commit a97aec3

Browse files
authored
Define VirionComponent shape
Added definition for VirionComponent and its class.
1 parent 43d74a9 commit a97aec3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

shapes/go-cam-shapes.shex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,10 @@ PREFIX results_in_remodeling_of: <http://purl.obolibrary.org/obo/RO_0002591>
545545
rdfs:subClassOf [ GoProteinContainingComplex: ];
546546
}
547547

548+
<VirionComponent> @<GoCamEntity> AND EXTRA a {
549+
a @<VirionComponentClass> ;
550+
} // rdfs:comment "a virion component"
551+
548552
<VirionComponentClass> IRI @<OwlClass> AND EXTRA rdfs:subClassOf {
549553
rdfs:subClassOf [ GoVirionComponent: ];
550554
}

0 commit comments

Comments
 (0)