Jon Phipps's Library tagged → View Popular
jOWL - semantic javascript library
jOWL is a jQuery plugin for navigating and visualising OWL-RDFS documents. The small Demo on this page loads the prototypical wine ontology (cfr. OWL language guide).
Architectonic: Linked Data: End-User Applications?
This post is about is real end-user applications that take advantage of Linked Data. By "real" I mean something that sits on your desktop (or in your phone, or maybe even web browser) with a rich user interface tailored for a particular task. I don't mean generic browsers or infrastructure components.
BibClassify
BibClassify automatically extracts keywords from fulltext documents. The automatic assignment of keywords to textual documents has clear benefits in the digital library environment as it aids catalogization, classification and retrieval of documents.
BibClassify performs an extraction of keywords based on the recurrence of specific terms, taken from a controlled vocabulary. A controlled vocabulary is a thesaurus of all the terms that are relevant in a specific context. When a context is defined by a discipline or branch of knowledge then the vocabulary is said to be a subject thesaurus.
Integrated Drupal and Calais
OpenPublish is a packaged distribution of the popular open source social publishing platform, Drupal, that has been tailored to the needs of today's online publishers. OpenPublish is ideal for the implementation of a variety of media outlets sites including magazines, newspapers, journals, trade publications, broadcast, wire service and membership publications.
VISSW 2009: Visual interfaces to the Social and the Semantic Web
-
This workshop aims to bring together researchers and practitioners from different fields, such as Human-Computer Interaction, Information Visualization, Semantic Web, and Personal Information Management, to discuss latest research results and challenges in designing, implementing, and evaluating intelligent interfaces supporting access, navigation and publishing of different types of contents on the Social and Semantic Web. In addition, the workshop also serves as an opportunity for researchers to gain feedback on their work as well as to identify potential collaborations with their peers.
The Semantic Puzzle | The Wild vs The Orderly: Folksonomies and Semantics (TRIPLE-I 2008)
-
Bibsonomy is a social bookmark and publication sharing system catering especially for researchers who, next to bookmarkingm also wish to manage publications. Next to other interesting things, Bibsonomy supports the import of bookmarks from del.icio.us, Firefox bookmarks and local BibTex files. Being a project led by a university’s computer science department, Bibsonomy is at the same time the result, the object and a stimulus for research in the area of tagging and folksonomies. Andreas describes this double appeal of folksonomies to both ordinary people and researchers in a 12 seconds vlog post:
Managing Co-reference (Was: A Semantic Elephant?) from Tim Berners-Lee on 2008-05-14 (semantic-web@w3.org from May 2008)
useful thread
-
This is a great discussion ... would each contributor be OK with the
discussion to date being sent to something public so it is on the
record? Like semantic-web@w3.org ?
And would someone like to compile a "Story so far".
(travelling and unable to really say all I want to say at this point
but the web of multiple overlapping communities of scale-free
distribution is key to understanding why this works for finite
effort. See "total cost of ontologies" in http://www.w3.org/DesignIssues/Fractal.html
and in http://www.w3.org/2005/Talks/1110-iswc-tbl/ slide 11
So multiple URIs for the same thing is life, a constant tradeoff, but
life is, on balance good.
But we need different systems for people, as for books as fro proteins
because socially the situations are so different. And web science is
about designing tech in the context of the social system you have or
you plan.)
Semantic Web Patterns: A Guide to Semantic Technologies - ReadWriteWeb
-
In this article, we'll analyze the trends and technologies that power the Semantic Web. We'll identify patterns that are beginning to emerge, classify the different trends, and peak into what the future holds.
Integrating relational data into the semantic web - bobdc.blog
-
Invaluable data is stored in relational databases, but a growing fraction is being created in non-traditional forms such as spreadsheets and PDF files. Integrating relational and XML data is well-understood with widely-accepted solutions. Relational data must be similarly integrated with data in other forms. A promising approach is to translate the underlying data into a common format (such as RDF) and the creation of a "semantic cover" atop the data in the form of an ontology (perhaps using OWL). Classes and subclasses of the ontology are mapped into queries on the underlying data. The ontology can then be queried using SPARQL and the SPARQL queries translated to queries on the underlying data.
Blogs, Wordpress, Zitgist and the Semantic Web at Frederick Giasson’s Weblog
-
The only thing this plug-in does, is to show blog readers existing related data for a given URL and, in some case, to enable them to perform actions based on this data.
Semantic Search - Faceted Search and Semantic Web | drupal.org
-
Semantic Search uses an RDF store as a search index, and a few search default search interfaces, many searches per site, configurable via admin interfaces. Easy to install and use, and a step towards bringing Drupal to the Semantic Web.
The Semantic Crawling Sitemap Extention
-
This document describes an extension for the sitemap protocol targeted at the efficient discovery and use of RDF data. Data publishers can state where RDF is located and alternative means to access it. Semantic Web clients and Semantic Web crawlers can use this information to access required RDF data in the most efficient way for the task they have to perform.
Tim Berners-Lee: Linked Data - Design Issues
-
Use URIs as names for things
Use HTTP URIs so that people can look up those names.
When someone looks up a URI, provide useful information.
Include links to other URIs. so that they can discover
more things.
The Semantic Web isn't just about putting data on the web. It
is about making links, so that a person or machine can explore the web
of data. With linked data, when you have some of it, you can
find other, related, data.Like the web of hypertext, the web of data is constructed with
documents on the web. However, unlike the web of hypertext,
where links are relationships anchors in
hypertext documents written in HTML, for data they links
between arbitrary things described by RDF,. The URIs identify
any kind of object or concept. But for HTML or
RDF, the same expectations apply to make the web grow:
URIs, URLs, and URNs: Clarifications and Recommendations 1.0
-
This paper addresses and attempts to clarify two issues
pertaining to URIs, and presents recommendations. Section 1
addresses how URI space is partitioned and the relationship between
URIs, URLs, and URNs. Section 2 describes how URI schemes and URN
namespace ids are registered. Section 3 mentions additional
unresolved issues not considered by this paper and section 4
presents recommendations.
Triplr
-
- HTML - use
html - JSON - use
json - RSS 1.0 - use
rss - N-Triples - use
ntriples - RDF/XML - use
rdf(this is also the default) - Turtle - use
turtle(n3also works)
Think of a input URI that has some RDF syntax content, or some
microformat that
Raptor
can understand via GRDDL.Think of the output format you want from this list:
If the format you are thinking of is not on this list, sorry but
Triplr won't work for you yet:(Form a URI in your head that is
http://triplr.org/output format/input URIGive that to a web browser or other application.
Done!
- HTML - use
Inside CDL: Archival Resource Key (ARK)
-
The Archival Resource Key (ARK) identifier is a naming scheme for
persistent access to digital objects (including images, texts, data
sets, and finding aids), currently being tested and implemented by
the California Digital Library (CDL) for collections that it manages.
D2RQ - Treating Non-RDF Databases as Virtual RDF Graphs - Chris Bizer
-
As Semantic Web technologies are getting mature, there is a growing
need for RDF applications to access the content of non-RDF, legacy databases
without having to replicate the whole database into RDF. D2RQ is a declarative
language to describe mappings between relational database schemata and
OWL/RDFS ontologies. The mappings allow RDF applications to access the
content of huge, non-RDF databases using Semantic Web query languages
like SPARQL.
Photo Matt » Wildcard DNS and Sub Domains
-
- No links should break.
- Visitors should be redirected using a permanent redirect, HTTP code 301, meaning that the address bar should update and intelligent user agents may change a stored URI
- It should be transparent to the user.
- It should also work for mistyped “sub domains” such as
ww.orwwww.
What follows is what I consider to be best practice for my personal sites and a guide for those who wish to do the same. Months ago I dropped the
www.prefix from my domain in part because I think it’s redundant and also because I wanted to experiment with how Google treated valid HTTP redirect codes. The experiment has been a great success. Google seems to fully respect 301 Permanent Redirects and the change has taken my previously split PageRank has been combined and now I am at 7. There are other factors that have contributed to this, of course, and people still continue to link to my site and posts with awww.(or worse) in front of it, but overall it just feels so much cleaner to have one URI for one resource, all the time. I’m sure that’s the wrong way to say that, but the feeling is there nonetheless.Now for the meat. What’s a good way to do this? Let’s look at our goals:
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in semantic...
-
RDF & Ontology
Resources describing RDF, o...
Items: 9 | Visits: 1
Created by: Daniel Gregoire
-
Semantic_web
A list to track semantic_we...
Items: 5 | Visits: 9
Created by: Keith Lyons
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo
