Skip to content

Commit

Permalink
Fix sparql identifiers.org endpoint IRI
Browse files Browse the repository at this point in the history
  • Loading branch information
JervenBolleman committed Aug 30, 2024
1 parent da132cb commit 96bfa7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/UniProt/uniprot_identifiers_org_translation.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SELECT
WHERE {
VALUES (?protein) {(uniprotkb:P00750) (uniprotkb:P05067)}
?protein a up:Protein .
SERVICE <https://sparql.api.identifiers.org.sparql> {
SERVICE <https://sparql.api.identifiers.org/sparql> {
?protein owl:sameAs ?otherIdentifier .
}
}""" ;
Expand Down

0 comments on commit 96bfa7f

Please sign in to comment.