Skip to content

Commit ad740fe

Browse files
committed
Synched with BridgeDb Datasources
1 parent 8abac21 commit ad740fe

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

org.bridgedb.rdf/resources/DataSource.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ bridgeDB:DataSource_TAIR a bridgeDB:DataSource ;
10691069
bridgeDB:idExample "AT1G01030" ;
10701070
bridgeDB:primary "true"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
10711071
bridgeDB:type "gene" ;
1072-
bridgeDB:hasPrimaryUriPattern <https://www.arabidopsis.org/results?mainType=general&category=genes&searchText=$id> ;
1072+
bridgeDB:hasPrimaryUriPattern <https://www.arabidopsis.org/locus?accession=$id> ;
10731073
bridgeDB:hasIdentifiersOrgPattern <http://identifiers.org/tair.locus/$id> .
10741074

10751075
bridgeDB:DataSource_TIGR a bridgeDB:DataSource ;

org.bridgedb.rdf/resources/IdentifiersOrgDataSource.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5761,7 +5761,7 @@ bridgeDB:DataSource_TAIR a bridgeDB:DataSource ;
57615761
bridgeDB:idExample "AT1G01030" ;
57625762
bridgeDB:primary "true"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
57635763
bridgeDB:type "gene" ;
5764-
bridgeDB:hasPrimaryUriPattern <https://www.arabidopsis.org/results?mainType=general&category=genes&searchText=$id> ;
5764+
bridgeDB:hasPrimaryUriPattern <https://www.arabidopsis.org/locus?accession=$id> ;
57655765
bridgeDB:hasIdentifiersOrgPattern <http://identifiers.org/tair.locus/$id> ;
57665766
bridgeDB:hasIdentifiersOrgInfoPattern <http://info.identifiers.org/tair.locus/$id> ;
57675767
bridgeDB:hasRegexPattern "^AT[1-5]G\\d{5}$" ;
@@ -6862,8 +6862,8 @@ bridgeDB:Organism_Zm a bridgeDB:Organism ;
68626862
<http://arabidopsis.org/servlets/TairObject?accession=$id> a bridgeDB:UriPattern ;
68636863
bridgeDB:hasPrefix "http://arabidopsis.org/servlets/TairObject?accession=" .
68646864

6865-
<https://www.arabidopsis.org/results?mainType=general&category=genes&searchText=$id> a bridgeDB:UriPattern ;
6866-
bridgeDB:hasPrefix "https://www.arabidopsis.org/results?mainType=general&category=genes&searchText=" .
6865+
<https://www.arabidopsis.org/locus?accession=$id> a bridgeDB:UriPattern ;
6866+
bridgeDB:hasPrefix "https://www.arabidopsis.org/locus?accession=" .
68676867

68686868
<http://arxiv.org/abs/$id> a bridgeDB:UriPattern ;
68696869
bridgeDB:hasPrefix "http://arxiv.org/abs/" .

org.bridgedb.rdf/resources/MiriamRegistry.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7057,7 +7057,7 @@ PharmGKB Pathways are drug centric, gene based, interactive pathways which focus
70577057

70587058
<http://identifiers.org/miriam.resource/MIR:00100078#application/xhtml+xml>
70597059
a dcat:Distribution ;
7060-
dcat:accessURL <https://www.arabidopsis.org/results?mainType=general&category=genes&searchText=$id> ;
7060+
dcat:accessURL <https://www.arabidopsis.org/locus?accession=$id> ;
70617061
dcat:mediaType "application/xhtml+xml"^^<http://www.w3.org/2001/XMLSchema#string> ;
70627062
dcat:publisher <http://identifiers.org/miriam.resource/MIR:00100078> .
70637063

0 commit comments

Comments
 (0)