|
1 | | - @prefix bridgeDB: <http://vocabularies.bridgedb.org/ops#> . |
| 1 | +@prefix bridgeDB: <http://vocabularies.bridgedb.org/ops#> . |
2 | 2 | @prefix dcat: <http://www.w3.org/ns/dcat#> . |
3 | 3 | @prefix dcterms: <http://purl.org/dc/terms/> . |
4 | 4 |
|
@@ -3101,7 +3101,7 @@ bridgeDB:DataSource_InterPro a bridgeDB:DataSource ; |
3101 | 3101 | bridgeDB:idExample "IPR000100" ; |
3102 | 3102 | bridgeDB:primary "true"^^<http://www.w3.org/2001/XMLSchema#boolean> ; |
3103 | 3103 | 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> ; |
3105 | 3105 | bridgeDB:hasIdentifiersOrgPattern <http://identifiers.org/interpro/$id> ; |
3106 | 3106 | bridgeDB:hasIdentifiersOrgInfoPattern <http://info.identifiers.org/interpro/$id> ; |
3107 | 3107 | bridgeDB:hasRegexPattern "^IPR\\d{6}$" ; |
@@ -11427,8 +11427,8 @@ bridgeDB:Organism_Zm a bridgeDB:Organism ; |
11427 | 11427 | <http://www.ebi.ac.uk/intenz/query?cmd=SearchEC&ec=$id> a bridgeDB:UriPattern ; |
11428 | 11428 | bridgeDB:hasPrefix "http://www.ebi.ac.uk/intenz/query?cmd=SearchEC&ec=" . |
11429 | 11429 |
|
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/" . |
11432 | 11432 |
|
11433 | 11433 | <http://www.ebi.ac.uk/interpro/entry/$id> a bridgeDB:UriPattern ; |
11434 | 11434 | bridgeDB:hasPrefix "http://www.ebi.ac.uk/interpro/entry/" . |
|
0 commit comments