Questions tagged [vocabulary]

For questions related to dictionary-like structures in programming, mainly to Semantic Web vocabularies. Please do not use in place of the "terminology" tag.

In Semantic Web

  • In the Semantic Web field, a controlled vocabulary is a set of URIs used to identify things, relations or classes.

  • A vocabulary with well-developed subsumption (subclass-superclass) relations is often called a taxonomy.

  • A taxonomy with well-developed non-subsumption relations is often called an ontology.

See also:

190 questions
0
votes
1 answer

Extract Bom Vocabulary IBM ODM in rule designer

Hi all i am new to IBM ODM Rule designer i need to export all the vocabulary tab to be exported to a document is there smart to do it instead of copying manually. Please find the attachment of screenshot highlighted with red color.
Kiran
  • 199
  • 4
  • 5
  • 14
0
votes
1 answer

url scheme or url namespace, which is correct?

I understand this question is quite pedant-prone but I like to have information sorted out the right way. Anyway, after reading a post on Stackoverflow about difference between URL, URI and URN, I was directed to this paper:…
Sheed
  • 577
  • 4
  • 18
0
votes
0 answers

How to render vCards in Fiori Elements applications

Currently I am developing an app with Fiori Elements for Customers and SalesOrders. On the object page I want to display contact and address information of a customer. Thus I created a new project from Template, I selected the "List Report" and I…
0
votes
1 answer

Use HVite without vocabulary

Is it possible to use HVite from HTK without specifying vocabulary file? I'm doing pure phone recognition and have only phone-level lab files corresponding to speech wavs. I haven't defined any vocab file...
0
votes
1 answer

How to check skos:prefLabel by SKOS API

I am trying to check the skos:prefLabel of an SKOS vocabulary using the SKOSAPI (http://skosapi.sourceforge.net/). I have been looking for a method like isPrefLabel() but I did not found anything. Does anybody know any other SKOS library or how to…
user3953878
0
votes
1 answer

Struggling to designing proper ontology/vocabulary for foodstuff

I have foodstuff producers and want to publish information on the products they produce. I want each product (e.g. one chocolate bar) to be an individual, so I can apply some functions of my software to each piece of product. The problem is, that I…
user3024710
  • 515
  • 1
  • 6
  • 15
0
votes
3 answers

What are methods that affect their explicit parameters called?

I'm documenting some code in C++ right now, and one of the methods I intend to write will sort an array. It won't create a new array, though, it will sort the elements of the given array in place. I want to include a remark along the lines of, "if…
Ziggy
  • 21,845
  • 28
  • 75
  • 104
0
votes
1 answer

Drupal 7: How do I extract specific field in a taxonomy page

How do I extract specific field for display in a taxonomy page? I have a custom content type called "film" and each film has a Term Reference field called "casting". As expected I can click on a "casting" (tag) it brings me a page where all films…
Subrata Sarkar
  • 2,975
  • 6
  • 45
  • 85
0
votes
0 answers

What is the correct way to store a list of words in XML/RDF?

I need to write a plug-in for Wordpress in which the admin can store a custom vocabulary. I was asked to use XML/RDF? I need to do something like this (just an example):
user4458707
0
votes
1 answer

RDFRefine - can't access imported ontology?

I'm using OpenRefine and its extension RDFRefine. I'm trying to import an ontology which has its URI at http://purl.org/vocab/participation/schema# and suggested prefix: participation. When I add prefix and insert the URI, it gives me no problem.…
nicki
  • 187
  • 1
  • 2
  • 11
0
votes
1 answer

Use liferay-ui:asset-categories-selector tag to offer one vocabulary only

I'm developing a Liferay portlet supposed to offer a way of categorizing its content. I created multiple vocabularies (e.g. frogs, apes, birds). In the view of THIS portlet I want to offer the categories of the "frogs"-vocabulary only. I know I…
0
votes
1 answer

How to use Scikit for mapping words to indexes starting from index=1

Is there a way to use Scikit-learn to map words to indexes where it starts from 1 and not from 0? Example - Pseudo code: sequence = ['welcome', 'home', 'shimon'] dict =…
Lior Magen
  • 1,533
  • 2
  • 15
  • 33
0
votes
1 answer

Name of the parts in a function member declaration

In C++, the type of a function member can be seen as : R(C::*)(Args...) qualifiers/specifiers I am wondering if the part that is before the (Args...) has an official name (I mean R(C::*))? (like the function declarator or something like that)
Vincent
  • 57,703
  • 61
  • 205
  • 388
0
votes
3 answers

How to create vocabulary from Arrays of Strings

I have to make a vocabulary with unique words of some texts. I have texts converted to Arrays of Strings. Now I want the Array list with only unique words. So the first step, convert the first Array of Strings to a List (I guess?) where all…
Breus
  • 368
  • 1
  • 13
0
votes
0 answers

Openears detecting words not in the dictionary and/or language file

I am working on a navigation app that utilizes voice recognition to point the user towards their destination. However, this may require phrases or words outside what might be obvious. "Navigate to" would be simple, since I can add it to the…
Nick Moody
  • 253
  • 1
  • 11