0
votes
1answer
22 views
Google Semantic results question
http://www.google.co.uk/search?q=mark+zuckerberg+crunchbase
Guys, check out that search, in particular the first result's url. Crunchbase.com > People, and thus the people links t …
1
vote
1answer
18 views
Symantic Web SPARQL CONSTRUCT Question
I am using a tool called TopQuadrant to create a Symantic Web (RDF/OWL) Ontology. This tool allows for import of data from MS Excel. My spreadsheet is basically a two-column sheet …
0
votes
2answers
39 views
What is the difference between RDF and OWL?
I am trying to grasp the concept of Semantic Web. I am finding it hard to understand what exactly is the difference between RDF and OWL. Is OWL an extension of RDF or these two are …
5
votes
6answers
231 views
Semantic html5. Back to the 90s ?
I am taking a peek at diveintohtml5. It seems nice and interesting, but I am puzzled.
In the nineties, at the time when Netscape was the browser and html was HTML2 or HTML3, there …
1
vote
2answers
38 views
Is there a Python library to handle OWL?
It could be something as big as Jena or something smaller. Do you know anything?
2
votes
3answers
33 views
Tools available to do semantic analysis of text
I'm looking for code or a product or a service to do semantic analysis of text (sentences and or paragraphs) to categorize the text by general topic, e.g.
Finance
Entertainment
…
3
votes
2answers
74 views
Understanding what SPARQL is
This is a terribly beginner series of questions, but after reading through a good 30 SPARQL tutorials I can't seem to wrap my head around what SPARQL is or how to begin using it.
…
0
votes
1answer
17 views
Which is the best annotation tool for semantic web or onthologies?
There is a list at http://annotation.semanticweb.org/tools/
Have you tried them? Any suggestion?
0
votes
1answer
72 views
Quering dbpedia with SPARQL and Jena.
Hi Guys.
I cannot understand how can I query dbpedia.org using Jena. In the tutorials like here(Listing 4) model is initialized as follows:
// Open the bloggers RDF graph from th …
3
votes
4answers
63 views
Is Latent Semantic Indexing (LSI) a Statistical Classification algorithm?
Is Latent Semantic Indexing (LSI) a Statistical Classification algorithm? Why or why not?
Basically, I'm trying to figure out why the Wikipedia page for Statistical Classificatio …
4
votes
4answers
119 views
Semantically Correct HTML Checkbox lists
I've got an HTML checkbox list that I would like to display in the following format:
Click all that apply:
Title A Title B
Option 1 …
2
votes
7answers
82 views
Ontology, semantics, web mining resources
Do you know any good resources where I can read and learn about ontology, semantics and web mining?
It could be a book, a website or any other resource.
0
votes
2answers
53 views
Do we have a RDF net?
We can give some information in HTML form. Then different peoples provides different HTML pages which are interconnected and in this way we get WWW. Information can also be given i …
3
votes
3answers
69 views
RDFa vs. microformats
What do you think is best? RDFa (1) or microformats (2)?
In the future what do you think: Will prevail both (using tools like GRRDL (3) to make them "talk") or only one (like what …
2
votes
3answers
52 views
Retrieving all the ancestors of a rdf:Class
Hi all,
Imagine the following Taxonomy (acyclic & directed graph):
<my:Eukaryota> <rdfs:subClassOf> <my:Organism>.
<my:Mammal> <rdfs:subClassOf> …
