Skip to content

Commit

Permalink
Synched with datasources
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Apr 29, 2021
1 parent e8e0de8 commit 6ba2ecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org.bridgedb.rdf/resources/DataSource.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ bridgeDB:DataSource_RefSeq a bridgeDB:DataSource ;
bridgeDB:idExample "NP_012345" ;
bridgeDB:primary "true"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
bridgeDB:type "gene" ;
bridgeDB:hasPrimaryUriPattern <http://www.ncbi.nlm.nih.gov/entrez/viewer.fcgi?val=$id> ;
bridgeDB:hasPrimaryUriPattern <https://www.ncbi.nlm.nih.gov/protein/$id> ;
bridgeDB:hasUriPattern <http://purl.uniprot.org/refseq/$id> ;
bridgeDB:hasIdentifiersOrgPattern <http://identifiers.org/refseq/$id> .

Expand Down Expand Up @@ -1185,7 +1185,7 @@ bridgeDB:DataSource_WikiGenes a bridgeDB:DataSource ;
bridgeDB:idExample "7157" ;
bridgeDB:primary "false"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
bridgeDB:type "gene" ;
bridgeDB:hasPrimaryUriPattern <http://www.wikigenes.org/e/gene/e/$id.html> .
bridgeDB:hasPrimaryUriPattern <https://www.wikigenes.org/e/gene/e/$id.html> .

bridgeDB:DataSource_WikiPathways a bridgeDB:DataSource ;
bridgeDB:fullName "WikiPathways" ;
Expand Down

0 comments on commit 6ba2ecb

Please sign in to comment.