1
vote
2answers
29 views
Class for “records” or representations of resources
What class for rdf:type would you use for resources that are representations or "records" for other resources?
For example, New York Times has a resource for "John Cage" (http://d …
10
votes
3answers
318 views
What are the success stories of the Semantic Web/Linked Data?
Imagine I'm a detractor of Semantic Web technologies and/or Linked Data, and I'm not impressed by the usual shiny things or dreamy elevator pitches (not that some of them are not g …
4
votes
1answer
87 views
What SPARQL queries would you like to run against the LOD cloud?
If querying multiple repositories with SPARQL were easy/efficient, what queries would you like to ask that span multiple (LOD or other) datasets?
3
votes
4answers
96 views
Modelling entity described only by one literal and one non-RDF resource
Assuming you have a name of a publisher and, through some effort, you can get an HTML web page about the publisher, which option is the best and why?
(a)
<http://example.com/ …
3
votes
4answers
99 views
Any APIs for publishing an offline rdflilb-managed graph as linked data ?
I have been using an RDF library (rdflib in this case) in a client-side application of my own. I now have a nice graph of data living in my hard drive and I would like to share it. …
3
votes
2answers
159 views
Working Linked Data Crawler
I am looking for a linked data crawler that works (tried ldspider, it does not work). Any pointers?
16
votes
10answers
552 views
Quality Indicators for Linked Data Datasets
There's an increasing variety of data available as Linked Data coming from a range of different sources. I'm wondering what indicators we might use to judge the "quality" of a data …
2
votes
3answers
126 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 …
7
votes
6answers
306 views
Alternatives to owl:sameAs for Linked Data
Many people have stated that owl:sameAs is problematic because it is being (ab)used without regard for its strong semantics.
SKOS defines the following:
skos:closeMatch
skos:ex …
5
votes
2answers
92 views
Has anyone written a mapping from OData to RDF?
I know there's been various discussions around how OData, RDF and Linked Data might fit together, but I've not seen a good review of how the OData and RDF models fit together. Has …
2
votes
1answer
53 views
How to annotate a XML Schema file to allow the automatic creation of an instance document
Hi,
I'm currently searching a way how I could annotate a XML Schema file so that instance documents could be created automatically. For example, how can I define that the element …
2
votes
4answers
65 views
Do semantic web agents handle additional redirects on URIs for non-information resources?
If a semantic web agent de-references a URI which then returns an HTTP 303 redirect to a document, then it can be inferred that the original URI was an non-information resource.
H …
6
votes
3answers
101 views
What are good project justifications for linked data?
I work for a valuation company, we have a number of xml based standards in moderate use between a number of partners. These work well enough; but don't offer some of the built in g …
7
votes
17answers
966 views
What is a good elevator pitch for Linked Data?
I've seen several attempts at creating elevator pitches for the semantic web in the past, but the community's thinking has advanced a lot in the past few years and the simpler form …
4
votes
2answers
129 views
How to model people and personas?
I have seen that lots of resources model people as foaf:Person, whereas what they're actually modelling "names". Examples of this include modelling authors and other "creators", an …