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.
美国服务器哪家平台好?美国服务器无需备案,即开即用,上线快。美国服务器多数带防御,且有时候项目运营的时候,防御能力是用户考虑的重点,特别是网站容易受到攻击的行业。现在有那么多美国一年服务器,哪家的美国云服务器好呢?美国服务器用哪家好?这里推荐易探云,有美国BGP、美国CN2、美国高防、美国GIA等云服务器,线路优化的不错。易探云刚好就是做香港及美国云服务器的主要商家之一,我们来看一下易探云美国云服...
数脉科技六月优惠促销发布了!数脉科技对香港自营机房的香港服务器进行超低价促销,可选择30M、50M、100Mbps的优质bgp网络。更大带宽可在选购时选择同样享受优惠,目前仅提供HKBGP、阿里云产品,香港CN2、产品优惠码续费有效,仅限新购,每个客户可使用于一个订单。新客户可以立减400元,或者选择对应的机器用相应的优惠码,有需要的朋友可以尝试一下。点击进入:数脉科技官方网站地址数脉科技是一家成...
Megalayer 商家在开始看到有提供香港服务器、香港站群服务器的时候有介绍过,后来就一直没有怎么关注。但是前几天有看到网友使用到他们家的美国独立服务器问其如何的,但是我没有使用过就不好评论,这不前几天也有介绍到Megalayer美国独立服务器。以及我们也有看到商家有提供美国站群服务器和美国大带宽服务器产品,可选30M不限制流量CN2优化线路,以及100M不限制流量国际带宽线路。新年元旦后,Me...
m.yushuwu.com为你推荐
安徽汽车网安徽汽车票查询留学生认证留学生学历认证的意义是什么?psbc.com邮政储蓄卡如何激活百花百游百花蛇草的作用百花百游百花净斑方多少钱一盒同ip域名两个网站同一个IP怎么绑定两个域名同一服务器网站一个服务器放多个网站怎么设置?kb123.net股市里的STAQ、NET市场是什么?www.36ybyb.com有什么网址有很多动漫可以看的啊?我知道的有www.hnnn.net.很多好看的!但是...都看了!我想看些别人哦!还有优酷网也不错...ww.66bobo.com谁知道11qqq com被换成哪个网站
网站空间免备案 独立ip虚拟主机 北京服务器租用 欧洲免费vps mobaxterm 贵州电信宽带测速 panel1 英文站群 好看qq空间 权嘉云 cdn联盟 中国电信测网速 1g内存 服务器合租 免费智能解析 免费网页空间 raid10 英国伦敦 lamp架构 xuni 更多