Skip to content

Commit

Permalink
Make class declarations optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Feb 19, 2024
1 parent 937ddea commit 83e3bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shapes/gpad-shapes.shex
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ PREFIX involved_in: <http://purl.obolibrary.org/obo/RO_0002331>
} // rdfs:comment "Default allowable metadata for GO-CAM entities"

<OwlClass> {
rdf:type [ owl:Class ] ;
rdf:type [ owl:Class ] ? ;
}

<GOTermInstance> IRI {
Expand Down

0 comments on commit 83e3bb5

Please sign in to comment.