{
"@id": "#term",
"@type": "rdf:Property",
"domain": "#Node",
* "range": "#Node" *,
"comment": "The 'term' property links a node to its plain, possibly ambiguous form, without any sense label attached to it. If
there wasn't a sense label, then the node's 'term' will link to itself."
}
I've looked through the entire file.
And the wrong range parameter is specified here.
There is an inaccuracy in https://api.conceptnet.io/ld/conceptnet5.7/context.ld.json.
I've looked through the entire file.
And the wrong range parameter is specified here.
Shouldn't there be something like that?
"range": "xsd:string"