I'm trying to understand the following comma-separated object (source: a biomedical ontology), whose second entry is a bnode. I don't understand what the semicolons are doing inside the bnode.
:Conversion rdf:type owl:Class ;
rdfs:subClassOf :Interaction ,
[ rdf:type owl:Restriction ;
owl:onProperty :participant ;
owl:allValuesFrom :PhysicalEntity
] ;