Skip to content

Not a good description for this term in context.ld.json #338

@ZababurinSergei

Description

@ZababurinSergei

There is an inaccuracy in https://api.conceptnet.io/ld/conceptnet5.7/context.ld.json.

{
     "@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.

Shouldn't there be something like that?

"range": "xsd:string"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions