1
vote
4answers
226 views
Using F# for the semantic web implementing in memory triple stores
What is an effective means of implementing an in memory semantic web triple store using the basic .NET collection classes using F#?
Are there any F# examples or projects already doing this?
2
votes
4answers
48 views
What are the practical benefits of using microformats for every possible thing?
What practical benefits can my client get if I use microformats on his site for every possible thing?
How can I explain these benefits to a non-technical client?
4
votes
2answers
52 views
Html: Should the h1 tag be used for the site title or the page title?
In the past I have often put the site title in an <h1> tag, and then the main page title in an <h2>. Is this considered correct, or should the main page title be in the <h1> tag? If …
0
votes
1answer
51 views
Property chain reasoning over rdf:type
I am trying to get Pellet to propagate properties from classes down to the individuals belonging to those classes. For example, if I have Class A with Property X, and Individual B with rdf:type=Class …
1
vote
1answer
53 views
SPARQL xsd:dateTime equality
I have a SPARQL query:
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX person: <http://www.myOntDomain/person#>
PREFIX likedEvent: …
1
vote
2answers
59 views
SPARQL query weirdness
SELECT * WHERE{
?x rdfs:label "Chalti Ka Naam Gaadi"@en .
?x foaf:name ?z .
}
This works
SELECT * WHERE{
?x foaf:name "Chalti Ka Naam Gaadi" .
?x rdfs:label ?z .
}
This doesnt
Why?
Can …
11
votes
10answers
2k views
In CSS, how do I get a left-side fixed-width column with a right-side table that uses the rest of the width?
So I've tried to work with the pure-CSS, never-use-tables-for-layout gospel, I really have. But after an incredible amount of pain and anguish, I'm just about ready to give up. I'm willing to go to …
0
votes
2answers
28 views
Is it possible to install LinqToRdf designer with Visual Studio 2010?
The installer insist that I have Visual Studio 2005 installed. This brings me to the assumption that the project is abandoned. Is this correct?
1
vote
4answers
106 views
Application of Artificial Intelligence in Semantic Web
Hello,
I need to write an essay or a research for the subject Artificial Intelligence. There are many possible topics I can choose from plus we are also allowed to write about any other topic of …
3
votes
4answers
88 views
is it good semantic to give a dt more than one dd in the dl?
so i'm thinking something like:
<dl>
<dt>job title</dt>
<dd>job duration</dd>
<dd>job description</dd>
<dd>company link</dd>
…
0
votes
1answer
21 views
Is <dl> element from XHTML 1.0 adapted to display a resource tag list or a subscription feed ?
I wonder if the <dl> element from XHTML 1.0 is semantically valid to display a resource tag list, like that:
<dl>
<dt>Tags</dt>
<dd><a …
2
votes
6answers
379 views
Which Triplestore for rapid semantic web development?
Ease of installation/use is the most important factor here - not performance.
Small is OK as large datasets are not expected.
2
votes
4answers
89 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
Technology
Business
…
1
vote
3answers
54 views
How to import data in relational database to RDF?
How can I get data from a relational database into RDF?
-5
votes
4answers
79 views
How important are html semantics and validation? [closed]
Possible Duplicate:
Do you validate your websites?
Another post on here (http://stackoverflow.com/questions/1874457/css-two-column-list-with-balanced-column-height/1874764#1874764) inspired …
