Skip to content

Commit eb288f1

Browse files
committed
Updated to match the new BridgeDb Datasources
1 parent 404ebef commit eb288f1

2 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
@@ -646,7 +646,7 @@ bridgeDB:DataSource_InterPro a bridgeDB:DataSource ;
646646
bridgeDB:idExample "IPR000100" ;
647647
bridgeDB:primary "true"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
648648
bridgeDB:type "protein" ;
649-
bridgeDB:hasPrimaryUriPattern <http://www.ebi.ac.uk/interpro/DisplayIproEntry?ac=$id> ;
649+
bridgeDB:hasPrimaryUriPattern <https://www.ebi.ac.uk/interpro/entry/InterPro/$id> ;
650650
bridgeDB:hasIdentifiersOrgPattern <http://identifiers.org/interpro/$id> ;
651651
bridgeDB:hasUriPattern <http://bio2rdf.org/interpro:$id> .
652652

org.bridgedb.rdf/resources/IdentifiersOrgDataSource.ttl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@prefix bridgeDB: <http://vocabularies.bridgedb.org/ops#> .
1+
@prefix bridgeDB: <http://vocabularies.bridgedb.org/ops#> .
22
@prefix dcat: <http://www.w3.org/ns/dcat#> .
33
@prefix dcterms: <http://purl.org/dc/terms/> .
44

@@ -3101,7 +3101,7 @@ bridgeDB:DataSource_InterPro a bridgeDB:DataSource ;
31013101
bridgeDB:idExample "IPR000100" ;
31023102
bridgeDB:primary "true"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
31033103
bridgeDB:type "protein" ;
3104-
bridgeDB:hasPrimaryUriPattern <http://www.ebi.ac.uk/interpro/DisplayIproEntry?ac=$id> ;
3104+
bridgeDB:hasPrimaryUriPattern <https://www.ebi.ac.uk/interpro/entry/InterPro/$id> ;
31053105
bridgeDB:hasIdentifiersOrgPattern <http://identifiers.org/interpro/$id> ;
31063106
bridgeDB:hasIdentifiersOrgInfoPattern <http://info.identifiers.org/interpro/$id> ;
31073107
bridgeDB:hasRegexPattern "^IPR\\d{6}$" ;
@@ -11427,8 +11427,8 @@ bridgeDB:Organism_Zm a bridgeDB:Organism ;
1142711427
<http://www.ebi.ac.uk/intenz/query?cmd=SearchEC&ec=$id> a bridgeDB:UriPattern ;
1142811428
bridgeDB:hasPrefix "http://www.ebi.ac.uk/intenz/query?cmd=SearchEC&ec=" .
1142911429

11430-
<http://www.ebi.ac.uk/interpro/DisplayIproEntry?ac=$id> a bridgeDB:UriPattern ;
11431-
bridgeDB:hasPrefix "http://www.ebi.ac.uk/interpro/DisplayIproEntry?ac=" .
11430+
<https://www.ebi.ac.uk/interpro/entry/InterPro/$id> a bridgeDB:UriPattern ;
11431+
bridgeDB:hasPrefix "https://www.ebi.ac.uk/interpro/entry/InterPro/" .
1143211432

1143311433
<http://www.ebi.ac.uk/interpro/entry/$id> a bridgeDB:UriPattern ;
1143411434
bridgeDB:hasPrefix "http://www.ebi.ac.uk/interpro/entry/" .

0 commit comments

Comments
 (0)