Created on 2016-02-04 22:35
Published on 2016-02-05 01:15
One of the real challenges associated with the Semantic Web vision and Linked Open Data (which it depends on fundamentally) is the fact that it is so easily misunderstood on so many fronts. For instance, demonstrating its data definition, dissemination, and integration prowess can often be misconstrued as either spam of some form of jailbreaking etc.
Looking at the image I've attached to this post is an example of the point I am trying to make, using comments as an example.
Comments are increasingly pegged to a specific space on the Web (e.g., this particular space provided by LinkedIn). Unfortunately, comments are typically powerful sources of data, information, and knowledge which implies confinement to a single space in fundamentally contradictory, at best.
Embedding data constructed using Linked Open Data principles within your comments. Net effect, your comments become space agnostic in that you can place them anywhere on the Web without losing intent.
Here's a chunk of data that was deleted from a comment I made possible because it was misunderstood or purely due to its aesthetics.
I am commenting about the post at: <https://www.linkedin.com/pulse/semantic-web-15-years-since-scientific-american-philip-sheldrake/>, that has "the Semantic Web" as its main topic (entity of prime focus or subject heading), is about the main topic of the post at <http://linkeddata.uriburner.com/c/9COH4HEZ>, and mentions other entities which happen to be the main topics of the following documents:
The aforementioned comment is also the main entity of the document segment in which it resides.
Fundamentally, this is about subject->predicate->object or entity->attribute->value based sentences inscribed to documents using a variety of notations. In this particular case I am using Turtle Notation due to its compactness and readability:
{
<#KingsleyIdehenLinkedInComment20160402-1>
a schema:Comment ;
schema:name "Comment by Kingsley Idehen about this 'Semantic Web Project' post";
schema:text """Here is a simple example of what the 'Semantic Web Project' sought to achieve, at Web-scale i.e.,
the ability to say anything about anything, whenever, and from wherever, in a from comprehensible
to both humans and machines via the World Wide Web (or any other HTTP network).
""" ;
schema:mainEntity dbpedia:Semantic_web ;
schema:about [ schema:mainEntityOfPage <http://linkeddata.uriburner.com/c/9COH4HEZ> ] ;
schema:mentions [ schema:mainEntityOfPage <http://www.openlinksw.com/c/9DPP3ONM>, <http://www.openlinksw.com/c/9BUXPIMK>,
<http://linkeddata.uriburner.com/c/8BYSOQ>, <http://kidehen.blogspot.com/2015/09/what-happened-to-semantic-web.html>,
<http://kidehen.blogspot.com/2015/07/situation-analysis-never-day-goes-by.html>, <http://kidehen.blogspot.com/2014/07/nanotation.html>,
<https://medium.com/@kidehen/openlink-structured-data-sniffer-osds-2-6-1-unleashed-15137e558350/>,
<http://linkeddata.uriburner.com/describe/?uri=https://www.linkedin.com/pulse/semantic-web-15-years-since-scientific-american-philip-sheldrake/>
] ;
schema:mainEntityOfPage <#this>.
}
Now that my data (sentences) have been created all I need is a tool [1][2] that transforms this into an HTML document for additional portability and readability.