Skip to content

Commit 970ee9a

Browse files
committed
readme: fix OWL URL typo
1 parent d9125a0 commit 970ee9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Pronto supports reading ontologies from the following file formats:
8787

8888
1. [Open Biomedical Ontologies 1.4](http://owlcollab.github.io/oboformat/doc/GO.format.obo-1_4.html): `.obo` extension, uses the [fastobo](https://github.com/fastobo/fastobo-py) parser.
8989
2. [OBO Graphs JSON](https://github.com/geneontology/obographs): `.json` extension, uses the fastobo parser.
90-
3. [Ontology Web Language 2 RDF/XML](https://www.w3.org/TR/owl2-overview/%3E): `.owl` extension, uses the pronto `RdfXMLParser`.
90+
3. [Ontology Web Language 2 RDF/XML](https://www.w3.org/TR/owl2-overview/): `.owl` extension, uses the pronto `RdfXMLParser`.
9191

9292
The files can be local or at a network location (URL starting with https, http, or ftp).
9393
Pronto detects and handles gzip, bzip2, and xz compression.

0 commit comments

Comments
 (0)