Skip to content

Commit

Permalink
Added a comment to previous URI pattern fix — confirmed working.
Browse files Browse the repository at this point in the history
  • Loading branch information
randykerber committed May 17, 2017
1 parent 0fbf8f5 commit 6514255
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions org.bridgedb.rdf/resources/DataSource.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,8 @@ bridgeDB:DataSource_Ensembl a bridgeDB:DataSource ;
bridgeDB:hasUriPattern <http://www.ensembl.org/id/$id> ;
bridgeDB:hasIdentifiersOrgPattern <http://identifiers.org/ensembl/$id> ;
bridgeDB:hasUriPattern <http://purl.uniprot.org/ensembl/$id> ;
## '.../ensembl.transcript/$id' pattern added to fix: https://github.com/bridgedb/BridgeDb/issues/43
## '<http://www.ensembl.org/id/$id>' pattern likely obsolete, not in uniprot in May, 2017.
bridgeDB:hasUriPattern <http://rdf.ebi.ac.uk/resource/ensembl.transcript/$id> ;
bridgeDB:hasUriPattern <http://rdf.ebi.ac.uk/resource/ensembl/$id> ;
bridgeDB:hasUriPattern <http://bio2rdf.org/ensembl:$id> .
Expand Down

0 comments on commit 6514255

Please sign in to comment.