Vocabulary Term (Class, Property, Datatype, Instance)
-
get/api/v2/term/search
Search Term API v2The Search Term API allows a user to search over Linked Open Vocabularies ecosystem for a vocabulary term (class, property, datatype or instance).Parameter Type Description q string Full text query. page_size int Maximum number of results to return per page (default: 10). page int Result page to display starting from 1 (default: 1). type string Filter query results based on their type. Possible values: [class, propery, datatype, instance]. Multiple values allowed (use coma without space to seperate them). vocab string Filter query results based on the vocabulary it belongs to (e.g. "foaf"). Expecting only one value. vocab_limit int Number of elements to display in the vocabulary facet (default: 10). tag string Filter query results based on their tag (e.g. "event"). Multiple values allowed, use coma as a separator (e.g. "event,time"). tag_limit int Number of elements to display in the tag facet (default: 10). For example, using the LOV Search Term API, your app can search for all classes with the term "Person" in any litteral value: https://lov.linkeddata.es/dataset/lov/api/v2/term/search?q=Person&type=class -
get/api/v2/term/autocomplete
Autocomplete Term API v2The Autocomplete Term API allows a user to get autocompletion recommendations for terms in Linked Open Vocabularies ecosystem. The autocompletion is performed on terms URI (e.g. http://xmlns.com/foaf/0.1/Person) or terms prefixed URI (foaf:Person). The user can ask for autocompletion from 1 character and filter by type class or property.Parameter Type Description q string URI or prefixed URI to complete (from 1 character). type string Filter query results type: "property" or "class" (if no type is given, will search over property AND class types.) page_size int Maximum number of results to return per page (default: 10). For example, using the Autocomplete Term API, your app can search for all classes with terms URI or Prefixed URI begining with "foaf:": https://lov.linkeddata.es/dataset/lov/api/v2/term/autocomplete?q=foaf:p&type=class -
get/api/v2/term/suggest
Suggest Term API v2The Suggest Term API allows a user to get suggestion of vocabulary terms label based on the labels stored in LOV. It is useful for instance to help fix some typos for a search engine.Parameter Type Description q string URI or prefixed URI to complete (from 1 character). type string Filter suggestions based on their type. Possible values: [class, propery, datatype, instance]. Multiple values allowed (use coma without space to seperate them). page_size int Maximum number of results to return per page (default: 10). For example, using the Suggest Term API, your app can get suggestion of misspelled query terms such as "preson": https://lov.linkeddata.es/dataset/lov/api/v2/term/suggest?q=preson