Example of using the /uri endpoint to convert the phrase 'french toast' into a canonical ConceptNet URI. Useful for constructing URIs to pass to other endpoints without having to guess the exact normalization rules.
Knowledge GraphNLPSemantic WebCommon SenseMultilingualWord EmbeddingsLinked DataOpen Data
Normalize Uri is an example object payload from ConceptNet, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"title": "Normalize text to a ConceptNet URI: /uri?language=en&text=french+toast",
"description": "Example of using the /uri endpoint to convert the phrase 'french toast' into a canonical ConceptNet URI. Useful for constructing URIs to pass to other endpoints without having to guess the exact normalization rules.",
"request": {
"method": "GET",
"url": "https://api.conceptnet.io/uri?language=en&text=french+toast",
"headers": {
"Accept": "application/json"
}
},
"response": {
"status": 200,
"headers": {
"Content-Type": "application/ld+json"
},
"body": {
"@context": [
"http://api.conceptnet.io/ld/conceptnet5.7/context.ld.json"
],
"@id": "/uri?language=en&text=french+toast",
"uri": "/c/en/french_toast"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.