HowtoCombinetheBestofWeb2.
0andaSemanticWeb:ExamplesfromRevyu.
comTomHeathandEnricoMottaKnowledgeMediaInstitute,TheOpenUniversity,UKt.
heath@open.
ac.
uk,e.
motta@open.
ac.
ukItisnotuncommontoviewWeb2.
0andtheSemanticWebasmutuallyexclusive,competingpathstotheWebofthefuture,eachadvocatedbyadistinctcommunity.
Wearguethatthetwoapproachesareinfactcomplementary,andthatbothfacechallengestheothercansolve,suchashowtointegrateWeb2.
0dataonaWebscale,andhowtoenableuserstocreatesemanticallyrichannotations.
HerewewilluseexamplesfromRevyu.
comtodemonstratehowfeaturesofWeb2.
0andtheSemanticWebcanbecombinedinasingleservicethatovercomesthesechallenges.
Revyu1isaWebsitewherepeoplecanreviewandrateanythingtheychoose.
ThesiteisbuiltonSemanticWebtechnologies,butalsousescommonfeaturesofWeb2.
0,suchaskeywordtagging.
Web2.
0providesanumbrellalabelformyriadapplicationsthatelicitandreuseuser-generatedcontent,supportsocialandcollaborativeinteractionontheWeb,andprovideengaginguserinteractionsbasedonAJAX.
TheSemanticWebvisionisoneofdatapublishedinmachine-readableformats,givenformalsemanticsthroughtheuseofsharedontologies,andinterlinkedonaWebscale.
BymakingWebdatamoreopentoprocessingbymachines,theSemanticWebfundamentallyaimstobringtangiblebenefitstousers.
Despitebothapproaches'revolutionarypotential,barriersexisttothisbeingfullyrealised.
Web2.
0applicationshaveelicitedvastamountsofuser-generatedcontent,suchaswikientries,taggedphotos,andlinksjoiningpeopleinsocialnetworks.
However,atpresent,mostsuchapplicationsrepresentwalleddatagardensfromwhichinformationcannotbeeasilysetfreeandcombinedwithothersources.
Thiscanleadtotheun-Web-likesituationwheremyfriendinOrkutisastrangeronMySpace.
Overcomingthisrequiresservicestopublishdatainformatseasilyprocessedbythirdparties.
TheSemanticWeboffersaplatformonwhichtodojustthis.
PublishingdatainRDFlowersthebarrierstoitsreusebyothers.
Twoapplicationsmaychoosetodescribetheirdatausingthesameschema,ortheymaynot.
Thisisimmaterial,providedmappingscanbedefinedbetweenthetwodatamodels.
However,usingelementsfromexistingontologiesdoessignificantlystreamlinethedataintegrationprocess.
KeytothepowerofRDFistheabilitywithinonedocumenttomixstatementsthatuseelementsfromanynumberofontologies,withoutthedocumentitselfneedingtovalidateagainstafixedschema.
Forexample,inadditiontoXHTML,RevyuexposesreviewsinRDFusingelementsfromtheReviewvocabulary2andtheFOAFontology3(fordescribingpeople).
AdoptingthesepopularontologiesmakeRevyu1http://revyu.
com2http://purl.
org/stuff/rev#3http://xmlns.
com/foaf/0.
1/datainstantlyinteroperablewiththatfromothersources.
CreatingaRevyu-specificontologythatwasthenmappedtootherswouldhavebeenanequallyvalid,albeitmorecomplexprocess.
Acknowledgingthatanysemanticsarebetterthannone,RevyualsoexposesreviewsusingthehReviewmicroformat4embeddedinXHTMLpages.
ServicesthatofferdataAPIs,suchasAmazonorFlickr,goalongwaytodismantlingthewallsofthedatagarden.
However,barrierstothereuseofthisdatastillexist.
Datastructuresmaybetrulynovel,requiringnewmappingsbetweeneveryadditionaldatasourcethatisintegrated.
Evenmorecritically,wherevanillaXMLisused,integratingdatafromdifferentsourcesmayinvolverewritingexistingschemasifnewinformationistobeincorporatedandrepublishedinthesamedocument.
RDFdoesnotsufferthesamelimitation,allowingstatementstobearbitrarilycombinedinonedocument,madeindifferentlocationsbutreferencingthesameidentifier,ormadeindifferentlocationsusingdifferentidentifiersbutstatingthatbothidentifiersrefertothesamething.
ThislastscenarioisnicelyillustratedbyRevyu'sRDFdescriptionsofreviewers.
NewURIsaremintedforeachreviewer,whomayalreadyhaveseveralothers.
WhereareviewermaintainstheirownRDFdescriptioninanotherlocation,thisisprocessedtoretrievetheiradditionalURIs.
StatementsarethenaddedtotheirRevyuRDF,statingthatallURIsidentifythesameperson.
Humanusersalsobenefit,asadditionalinformationaboutthereviewer(e.
g.
photosorhomepagelinks)canberetrievedfromexternalRDFfilesandusedtoenhancetheirprofilepage(asillustratedbelow),withoutitbeingduplicatedinRevyu.
WebServicesthatpublishvanillaXMLpresentapplicationdeveloperswiththeadditionalchallengeofparsingXMLtreestoretrievethedesireddata.
Whilstmostprogramminglanguagesmakethistasktrivial,dataprocessingremainstiedtotheunderlyingsyntacticratherthansemanticstructureofthedata.
CreatingWeb2.
0mashupsconsequentlyrequiresthewritingofcustomhandlerstointeractwitheachAPI.
Nocommonlanguageisavailableforqueryingandintegratingsuchdatasources.
Thisissuemustbeovercomeifmashupsaretobecreatedonatrulyflexible,Webscale.
TheSPARQLquerylanguagefortheSemanticWebenablesstandardisedaccesstodistributeddatasources.
4http://microformats.
org/wiki/hreviewSQL-likequeriescanbeexecutedasHTTPGETrequestsagainstremote"endpoints",returningdatathatcanbeprocessedusingstandardcode,irrespectiveoftheendpointsunderlyingimplementation.
DevelopersmustsimplyknowthestructureoftheRDFgraphbehindtheendpointinordertowritetheappropriatequery.
Revyuexposesreview,people,andtaggingdataviaitsSPARQLendpoint.
Atpresent,additionalinformationaboutbooksreviewedonRevyuisretrievedviatheAmazonWebServicesAPIanddisplayedtousersofthesite,asshowninthefigurebelow.
However,creationoftheRDFBookMashup5meansAmazon-specificcodewillshortlybereplacedbyasingleSPARQLquery.
UnderpinningsuchdataintegrationandWeb-scalemashupexercisesistheneedforwidespreadmintingofURIsidentifyingnon-Webresources,toenablelinkingofdatafromdisparatelocations.
Asforreviewers,URIsareassignedtoeveryitemreviewedonRevyu,thereviewitself,andalltagsused.
Consequently,manythingsintheofflineworldnowhaveURIsagainstwhichfurtherRDFstatementscanbemade,onRevyuorelsewhere.
ThingssuchasrestaurantsorpubsareunlikelytominttheirownURIsinthenearfuture.
ConsequentlyRevyuprovidesvaluableinfrastructureonwhichtobuildnextgenerationmashups.
RevyuURIscanallbedereferenced,respondingwithHTTP303redirects,accordingtotheW3CTAG'sfindingonthehttpRange-14issue6.
HavingdiscussedhowSemanticWebapproachesmayaddresschallengesfacingWeb2.
0,wewillnowexaminetheinverserelationship.
WearguethattheSemanticWebvisionfaceschallengesofequalsignificanceifitistoreachwidespreadadoption.
Inourviewthesearefocusedontwoissues:availabilityofdataandinteractiondesign.
Initiativessuchasdbpedia7arebootstrappingtheSemanticWebbyRDF-isingexistingdatasets.
However,instarkcontrasttotheconventionalWebandWeb2.
0,fewmechanismscurrentlyexistallowingnon-specialistuserstocontributetotheSemanticWeb.
EarlygrowthoftheWebiswidelyattributedtoindividualscreatingpersonalsitesbycopying/pastingHTMLcodeorusingvisualeditors.
SuchapproachesmaynotbeappropriatetoaSemanticWeb.
However,therearemanyWeb2.
0applicationsenablingregularuserstocontributecontentwithoutspecialistskills.
Withfewexceptions,similartoolsenablinggrassrootspublishingontheSemanticWebarenotcurrentlyavailable.
Revyuisoneexception.
ByadheringtothewellestablishedinteractionpatternofcompletingformsinaWebbrowser,RevyuallowsuserstocreatecontentthatisimmediatelyusableontheSemanticWeb.
ThisoccurswithoutanyuserknowledgeofRDF,ontologies,oreventheprinciplesoftheSemanticWeb.
Inourview,specific,focusedapplicationsthatguide5http://sites.
wiwiss.
fu-berlin.
de/suhl/bizer/bookmashup/6http://www.
w3.
org/2001/tag/issues.
html#httpRange-147http://dbpedia.
org/userinputthroughtheuseofformsrepresentthemostpromisingwaytoelicitsemanticannotationsfromregularWebusers.
Inaddition,Revyuliftstheburdenofclassifyingrevieweditemsaccordingtocomplex,existing,orrelativelyfixedtaxonomies,throughtheuseofkeywordtagging.
Thiscreatesgreaterflexibilityinwhatcanbereviewed,andweargue,lowersthebarriertocontributionofreviews.
Alessdesirableconsequenceofthisfeatureisthatmachine-readablestatementsregardingthenatureofrevieweditemscannotbemadewithanyconfidence.
Furtherinvestigationisrequiredastohowthismaybeachieved.
Assumingthatsufficientdatacanbeproduced,theSemanticWebfacesafurtherchallenge:creatinginterfacesallowingnon-specialistuserstoexploitit.
Humanshavethousandsofyearsofexperiencecreatingandusingtextualdocuments,anddecadesofexperiencewithhypertextsystems.
TheSemanticWebisnotconstrainedtothenotionofadocumentinthesamewayastheconventionalWebofHTMLpages.
Thequestionremainsofhowwedesigncompelling,coherent,andusableinteractionsbasedondatafrommultiplesources,insuchawaythatitssource,trustworthiness,andvaluecanbedetermined.
Map-basedWeb2.
0mashupsprovidesomecluesinthisdirection,bypresentingalternativevisualisationsforcomplexdatasets.
HowsuchapproachesmayscaleonaWebofinfinitelyinterlinkeddataisnotclearatpresent.
ThisremainsanopenandpressingresearchquestionfortheWebcommunity.
Conclusions:ThispaperhassoughttohighlightdistinctchallengesfacingtheWeb2.
0andSemanticWebcommunities,identifypotentialsolutionseachcommunitymayoffertheother,andillustratewithexamplesfromRevyuhowthesemayberealised.
Inconclusionwemakethefollowingrecommendationstoeachcommunity.
Firstly,thattheWeb2.
0community:givesseriousconsiderationtopublishingdatainformsthataremoreeasilyreusable,suchasRDF;investigatestheuseofSPARQLforremotedataaccessratherthancustomAPIs;andmintsURIsforofflineitemsthataredistinctfromtheURIsofdocumentsdescribingthem.
Secondly,wearguethattheSemanticWebcommunitymustgiveurgentattentiontocreatinginterfacesallowingregularWebuserstocontributetotheSemanticWeb.
ThisshouldnottaketheformofmoreusableeditorsforontologiesorRDFinstancedata(whilstthesewouldundoubtedlybeuseful),butseektoexploitfamiliarinteractionpatterns.
Revyu'sform-basedapproachisnodoubtjustoneofmanyoptions.
Intandem,significanteffortmustbegiventodevelopingcompellinginterfacesabletodisplaystructured,linkeddatafromacrosstheWeb.
Mashupshavesetthestandardforsuchinterfacesandinteractions.
ThenextgenerationmustdemonstratetheuniquebenefitsofaWebofinterlinkeddata.
Lastly,whilstacknowledgingthatwehavemadedistinctionsofthisnaturehere,wesuggestthatviewingWeb2.
0andSemanticWebapproachesasmutuallyexclusiveisdetrimentaltoallthoseinvolved,andtothedevelopmentoftheWebasawhole.
CloudCone 商家也是比较有特点的,和我们熟悉的DO、Vultr、Linode商家均是可以随时删除机器开通的小时计费模式。这个对于有需要短租服务器的来说是比较有性价比的。但是,他们还有一个缺点就是机房比较少,不同于上面几个小时计费服务商可以有多机房可选,如果有这个多机房方案的话,应该更有特点。这次我们可以看到CloudCone闪购活动提供洛杉矶三个促销方案,低至月付1.99美元。商家也可以随...
TNAHosting是一家成立于2012年的国外主机商,提供VPS主机及独立服务器租用等业务,其中VPS主机基于OpenVZ和KVM架构,数据中心在美国芝加哥机房。目前,商家在LET推出芝加哥机房大硬盘高配VPS套餐,再次刷新了价格底线,基于OpenVZ架构,12GB内存,500GB大硬盘,支持月付仅5美元起。下面列出这款VPS主机配置信息。CPU:4 cores内存:12GB硬盘:500GB月流...
WHloud Date(鲸云数据),原做大数据和软件开发的团队,现在转变成云计算服务,面对海内外用户提供中国大陆,韩国,日本,香港等多个地方节点服务。24*7小时的在线支持,较为全面的虚拟化构架以及全方面的技术支持!官方网站:https://www.whloud.com/WHloud Date 韩国BGP云主机少量补货随时可以开通,随时可以用,两小时内提交退款,可在工作日期间全额原路返回!支持pa...
m.yushuwu.com为你推荐
哈利波特罗恩升级当爸哈利波特中的赫敏为什么要喜欢罗恩,不喜欢哈利嘉兴商标注册我在濮院想注册一个羊毛衫商标?该怎么做?百度关键词价格查询百度关键词排名价格是多少嘀动网手机一键通用来干嘛呢?同ip网站同IP网站9个越来越多,为什么?51sese.comwww.51xuanh.com这是什么网站是骗人的吗?www.5ff.comhttp://www.940777.com/网站,是不是真的网投六合www.dm8.cc有没有最新的日本动漫网站?弗雷德疯谁知百里挑一的冯晔炀的家乡在哪?他喜欢什么食物?喜欢去哪里旅游?关键字工具网站seo关键词软件工具有哪些
域名主机空间 idc评测 evssl证书 台湾谷歌网址 卡巴斯基试用版 中国网通测速 支付宝扫码领红包 web服务器搭建 石家庄服务器托管 云服务器比较 阿里云邮箱登陆 测试网速命令 国外免费云空间 重庆服务器 zcloud 九零网络 sonya 百度新闻源申请 什么是dns 标准机柜 更多