Skip to content

Commit

Permalink
Network of terms: add providerType
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Nov 17, 2023
1 parent 532af57 commit e8bcf8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/providers/not-api-provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import jskos from "jskos-tools"
* - [ ] Better error handling
* - [ ] Implement getTop (if possible)
* - [ ] Implement getNarrower and getAncestors (already returned by getConcepts, but methods should be implemented nonetheless)
* - [ ] Decide on providerType URI
* - [ ] More testing required
*/

Expand Down Expand Up @@ -179,4 +178,4 @@ export default class NoTApiProvider extends BaseProvider {
}

NoTApiProvider.providerName = "NoTApi"
// NoTApiProvider.providerType = "http://bartoc.org/api-type/not"
NoTApiProvider.providerType = "http://bartoc.org/api-type/noterms"

0 comments on commit e8bcf8e

Please sign in to comment.