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
1
vote
1 answer

RDF vocabulary to define filters over a dataset?

I have a totally arbitrary data set with objects and their properties. The data set can contain pretty much anything. I want to explicitly mark some of the properties as searchable/filterable (I will use it when generating user interface on top of…
tobik
  • 7,098
  • 7
  • 41
  • 53
1
vote
2 answers

can predefined keywords exist beside free keywords in DSpace submit?

Default a submitter (uploader) of a document can add self chosen keywords to that document. It is also possible to configure DSpace in a way that the submitter has to choose from one or more predefined keywords (controlled vocabulary). The DSpace…
Peter Bakker
  • 183
  • 1
  • 13
1
vote
1 answer

Are there any *standard* vocabularies that provide a descriptor for usernames/screennames/handles?

For example, consider a subset of the user data provided by the Twitter API: { "id_str": "6253282", "screen_name": "twitterapi", "name": "Twitter API" } Let’s say I want to model this information with JSON-LD. I can easily adapt most of…
Josh Tilles
  • 1,281
  • 11
  • 19
1
vote
1 answer

Identifying meta tag standards across commonly used meta vocabularies

While attempting to identify various standards concerning meta-tags (and data) I have had very little (to no) luck in doing so. Fundamentally, my aim is to identify an area, organization, or site throughout the Internet that offers a comprehensive…
Justin Byrne
  • 179
  • 1
  • 2
  • 12
1
vote
1 answer

Java vocabulary program with arraylist

I have to build a program Vocabulary with ArrayList. The words are added in this ArrayList. Then I have to check whether the word inputted: has more than two is only one word does not contain certain characters. At the end I have to check words…
ani
  • 13
  • 4
1
vote
1 answer

Augmented/Mediated/... reality/virtuality terms - Which one to pick?

That might sound a bit off-topic but I think this is actually closely related to programming (in particular to video games), so here we go: There are a lot of terms used to describe interactions between real world and a virtual one but I have to…
qdrien
  • 133
  • 1
  • 11
1
vote
1 answer

Hiding a vocabulary from certain Drupal users

I want hide a particular vocabulary from users other than admins. How can I do this?
ArK
  • 20,698
  • 67
  • 109
  • 136
1
vote
1 answer

How to express untyped links?

All examples I found use some vocabulary (like FOAF) to link to another resource (knows, spouse, member,...). Is there already a way (or commonly used vocabulary) to express a general "is related to" relation-type? You may also characterize such as…
st_efan
  • 90
  • 7
1
vote
1 answer

Vocabulary: path in a graph of objects?

I'm having trouble with the following sentence: DeepClone performs a deep clone of the target object, stopping the cloning process when all have reached a value type or an ITransactionalObject. What I mean by "dependency…
Alix
  • 927
  • 7
  • 21
1
vote
1 answer

BOW using Matlab in action recognition

My question is really simple but it is very confused to me :( I am doing action recognition process using Matlab. I have 10 different actions, each action has 20 different videos, each video concludes descriptor with 500 points x 350 features (array…
Mo Farouk
  • 41
  • 7
1
vote
2 answers

What is the preferred way of importing/exporting data into Android app

I am making a vocabulary app to learn hungarian. The app has a database with words in two languages. The words should be entered as I meet them in the daily life and then I use the app to exercise the words. Now I want to be able to enter the words…
jorx
  • 481
  • 5
  • 7
1
vote
0 answers

Vocabulary term to model number of individuals of a class in RDF

I want to model a dataset in RDF with class name as subject and number of individuals present in the class as object. I am thinking of which predicate will be good to model this information I searched different vocabularies like RDFS,SKOS etc and…
shalini
  • 243
  • 1
  • 3
  • 10
1
vote
1 answer

Dereferencing Microdata item type URLs: "should not" vs. "must not"

In W3C’s HTML Microdata, it says (and it’s currently the same in WHATWG’s HTML Living Standard): Except if otherwise specified by that specification, the URLs given as the item types should not be automatically dereferenced. Note: A specification…
unor
  • 92,415
  • 26
  • 211
  • 360
1
vote
2 answers

Is There a Term for Database Operations That Don't Change Data?

Is there a catch-all term for database operations that don't alter any data at all? For example, SELECT statements have no effect on the contents of the database. On the other hand, INSERT, UPDATE, and DELETE statements have the potential to create,…
Chris Schiffhauer
  • 17,102
  • 15
  • 79
  • 88
1
vote
1 answer

What's the opposite of shallow cloning?

What's it called when you tell an object to clone all of its arguments (like in deep cloning), but the top-level object isn't changed? I need to implement this sort of method in a program, and I'm just trying to figure out what to call the…
Nat
  • 1,085
  • 2
  • 18
  • 35