Remove old TODOs

このコミットが含まれているのは:
Cory Slep 2019-01-26 22:09:23 +01:00
コミット 5ac1ebd79e
2個のファイルの変更1行の追加2行の削除

ファイルの表示

@ -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

ファイルの表示

@ -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