diff --git a/tools/exp/rdf/data.go b/tools/exp/rdf/data.go index 7422827..e7c9103 100644 --- a/tools/exp/rdf/data.go +++ b/tools/exp/rdf/data.go @@ -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 diff --git a/tools/exp/rdf/rdf.go b/tools/exp/rdf/rdf.go index 22c1619..b2f28cc 100644 --- a/tools/exp/rdf/rdf.go +++ b/tools/exp/rdf/rdf.go @@ -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