Remove old TODOs

This commit is contained in:
Cory Slep 2019-01-26 22:09:23 +01:00
parent 9c2c99588f
commit 5ac1ebd79e
2 changed files with 1 additions and 2 deletions

View file

@ -268,7 +268,7 @@ type VocabularyProperty struct {
Range []VocabularyReference
DoesNotApplyTo []VocabularyReference
Examples []VocabularyExample
// SubpropertyOf is ignorable as long as data is set up correctly TODO: Is this still correct?
// SubpropertyOf is ignorable as long as data is set up correctly
SubpropertyOf VocabularyReference // Must be a VocabularyProperty
Functional bool
NaturalLanguageMap bool

View file

@ -77,7 +77,6 @@ func joinAlias(alias, s string) string {
// for this ontology.
type Ontology interface {
// SpecURI refers to the URI location of this ontology.
// TODO: Handle both http and https.
SpecURI() string
// The Load methods deal with determining how best to apply an ontology