NLP2RDF / jsonld-context

A Restful service to distribute your ontology through json-ld

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSONLD-CONTEXT

According W3C specifications, "when two people communicate with one another, the conversation takes place in a shared environment, typically called "the context of the conversation". This shared context allows the individuals to use shortcut terms, like the first name of a mutual friend, to communicate more quickly but without losing accuracy. A context in JSON-LD works in the same way".

WHAT IS JSONLD-CONTEXT.IO?

jsonld-context.io is a easy way to get your ontology in json-ld context.

HOW?

Just click to "try it out" button in API section. You can also use this service into @Context and combine more than one ontology to build a context, just concatenating the property ontology with the corresponding values.

E.g.:

"@context": "https://jsonld-context.herokuapp.com/api/v1?ontology=http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core"

Issues

If you have any problems with or questions about this library, please contact us through a GitHub issue.

Maintainers

About

A Restful service to distribute your ontology through json-ld

License:Apache License 2.0


Languages

Language:JavaScript 91.2%Language:CSS 8.3%Language:HTML 0.3%Language:Java 0.1%