1
vote
3answers
62 views
Describing start of a job and end of a job with RDF
What would be the good way of representing the date of start and end of employment for a person?
Use Cases:
Mr Smith has been employed by Acme Inc. from 2009-07-06 to 2010-06-05 …
1
vote
3answers
60 views
C# Based Semantic store library
What are the popular free/paid .net based RDF stores?
7
votes
4answers
273 views
Where to find the most common RDF/XML namespace prefixes/base URLs as a snippet?
I'm looking snippet or list with the most common XML namespace prefixes, and their corresponding base URL:s (like for rdf, rdfs, xsd, owl, foaf and the like), for easy copy and pas …
1
vote
3answers
154 views
Why an ontology is OWL full?
Hi, I know there is a command in Protege' 3.4 telling you if your OWL ontology is Lite or DL or Full (Tools menu > Determine OWL sublanguage).
Does anybody know of a tool telling …
1
vote
2answers
117 views
Conceptual / Entity Model for OWL DL
Where can I find a clear conceptual/entity model for OWL? Preferably a diagram.
Explanations of OWL mostly seem to dive straight into syntax and never resurface to explain what t …
0
votes
0answers
28 views
Ideas about dissertation project
Hello everyone!
I am a final year Computer Science student and I am currently considering ideas about my final year project. After "studying" a bit about web semantics I decided t …
1
vote
3answers
54 views
Are there terms for describing pagination?
A natural way to provide Linked Data from feeds like weblogs etc. is to mirror the HTML pagination in RDF. Moreover, if the site uses RDFa, then it’s probably the only choice.
But …
3
votes
1answer
55 views
How to take advantage of relative URI references in modern OWL/RDF editors
I have a long standing problem with being able to use modern OWL / RDF editors (such as Protege and Top Braid Composer, primarily) to manage OWL or RDF documents that rely on relat …
3
votes
2answers
139 views
Elegant Frameworks for Web-based CRUD of RDF content?
Are there examples of tools or architectures that demonstrate support for the Model View Controller (MVC) paradigm for data entry directly against RDF content? It seems to be that …
4
votes
3answers
86 views
OOP mapping / ORM solutions for Java
A project I'm working on is going to be shifting to a triple/quad-store backend for storing RDF data. We're still evaluating triple/quad-stores but I'd like to start moving forward …
2
votes
2answers
28 views
About D2R Server and Snorql Content-Type
Hi all!
I actually have two questions.
The first one is about D2R Server's sparql endpoint. I have published my dataset using D2R Server so if I want to query it using a sparql c …
4
votes
5answers
166 views
XSLT-like RDF conversion with SPARQL instead of XPath?
Joerg pointed me at this FOAF visualizer. Inspecting the source code, I noted it uses XSLT and XPath to find patterns. Since my FOAF file is embedded as RDFa, it does not surprise …
1
vote
3answers
72 views
ontologies for human emotions or relating persons to things
Are there any ontologies out there that could model the following structures:
Emotions about some things
Every person has feelings about things like: love, hate, like, dislike, …
1
vote
1answer
51 views
RDF/XML Property Attributes and rdf:type
In the W3C "RDF/XML Syntax Specification (Revised)" (10 Feb 2004), Section 2.5 "Property Attributes", the use of XML property attributes to shorten RDF/XML is explained. Firstly, p …
1
vote
1answer
44 views
Differences in type specifiers
What are the differences in following three resource type specifiers?
rdf:type
rdfs:class
owl:class
and when to use them?