@prefix doap: <http://usefulinc.com/ns/doap#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix cc: <http://web.resource.org/cc/>.
@prefix dc: <http://purl.org/dc/elements/1.1/>.
@prefix q: <http://dig.csail.mit.edu/2005/ajar/ajaw/query#>.
@prefix tab: <http://www.w3.org/2007/ont/link#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.

# 
@keywords a, is, of.

Tabulator a doap:Project;
    
    = <http://dig.csail.mit.edu/2007/wiki/tabulator#project> ;  # In wiki issue list
    
    doap:name "The Tabulator Project";
    
    doap:shortdesc "An AJAX Semantic Web browser";

    doap:description """The Tabulator is a generic data browser.
    It provides a way to browse and query RDF data in a variety of
    formats. Outline, table, map, calendar, and timeline views come
    standard. Adding new views is a snap. The Tabulator also has
    features for the power user wanting to export data or edit their
    queries by hand. The Tabulator is open source and written in
    Javascript. The source can be easily combined with custom web pages
    to add data browsing functionality. It currently runs with Firefox,
    and requires Firefox preferences to be set -- see the tabulator help page.
    
    The Tabulator is open source under the W3C software license.""";

    cc:license
    <http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231>;

    # Documents
    
    is foaf:primaryTopic of <http://swui.semanticweb.org/swui06/papers/Berners-Lee/Berners-Lee.pdf>;
    
    # add yourself here and below
    doap:developer <http://www.w3.org/People/Berners-Lee/card#i>,
           <http://dig.csail.mit.edu/People/kennyluck#I>,
	   <http://people.apache.org/~oshani/foaf.rdf#me>,
	   <http://dig.csail.mit.edu/2008/webdav/ilaria/foaf.rdf#IL>,
	   <http://users.ecs.soton.ac.uk/cmay06r/foaf.rdf#me>;

#To me(Kenny) current developers means they can be bothered with questions at the current time.

#More Alums (basically 2007):
#            <http://web.mit.edu/ruthdhan/www/foaf.rdf#ruthdhan>,
#            <http://presbrey.mit.edu/foaf.rdf#presbrey>,
#            <http://web.mit.edu/jambo/www/foaf.rdf#jambo>,
#            <http://www.w3.org/People/Connolly/#me>,
# Alums:
#           <http://web.mit.edu/soniaswm/Public/foaf.rdf#me>,
#           <http://web.mit.edu/dsheets/www/foaf.rdf#dsheets>,
#           <http://web.mit.edu/alerer/www/foaf.rdf#alerer>,
#           <http://web.mit.edu/hmslydia/Public/foaf.rdf#hmslydia>,
#           <http://web.mit.edu/yuhsin/www/foaf.rdf#yuhsin>,
#           <http://web.mit.edu/david_li/www/foaf.rdf#david_li>,


    doap:helper <http://captsolo.net/semweb/foaf-captsolo.rdf#Uldis_Bojars>,
        <http://staticfree.info/steve/foaf.rdf#steve>,
        _:bernd,
        _:chrysn,
        _:davidh,
        <http://dig.csail.mit.edu/People/RRS>;
    doap:created "2006-01-26"^^xsd:date; # the first SVN commitment by
                                         # ruthdhan, ask timbl for the
                                         # accurate date
    doap:slideSet <http://www.w3.org/2006/Talks/1106-tab-tbl/>;
    doap:programming-language "Javascript";    
    doap:homepage <http://www.w3.org/2005/ajar/tab>;
    doap:mailing-list <mailto:tabulator@csail.mit.edu>;
    doap:bug-database <http://dig.csail.mit.edu/2010/issues/track#TabTracker>,
            <http://dig.csail.mit.edu/issues/tabulator/>,
            <http://dig.csail.mit.edu/2007/wiki/tabulator>;
    doap:release <#0.7>;
    doap:release <#0.8.5>.

doap:slideSet rdfs:label "slide set".   # @@@ squatting

# Versions

<#0.7> a doap:Version;
    doap:file-release
    <http://dig.csail.mit.edu/2005/ajar/release/tabulator-0.7-2006-07-15T00-38Z.tgz>;
    foaf:webpage <http://dig.csail.mit.edu/2005/ajar/release/tabulator/0.7/tab.html>.

<#0.8> a doap:Version.

# People

# An offer of help .. not sure what DOAP relationship wit the project - advisor?
[] a foaf:Person; foaf:nick "TheSeer"; rdfs:comment """I do write a lot of stuff in XUL and related technologies so I guess I could provide some help on specific problems
write an XBL for example. you can ping me on irc 24/7 .. my bouncer should be on all the time""". # http://chatlogs.planetrdf.com/swig/2010-07-03#T13-28-42

<http://webr3.org/nathan#me> foaf:name "Nathan Rixham"; #2010
    is doap:developer of Tabulator.

<http://sw-app.org/mic.xhtml#i> a foaf:Person; foaf:name "Michael Hausenblas"; #2010
    is doap:developer of Tabulator.

<http://foaf.me/melvincarvalho#me> a foaf:Person; foaf:name "Melvin Carvalho"; #2010
    is doap:developer of Tabulator.

<http://www.w3.org/People/Berners-Lee/card#i> foaf:name "Timothy Berners-Lee".

<http://people.apache.org/~oshani/foaf.rdf#me> foaf:name "Oshani Seneviratne".

<http://users.ecs.soton.ac.uk/cmay06r/foaf.rdf#me> rdfs:label "Albert Au Yeung".

<http://dig.csail.mit.edu/2008/webdav/ilaria/foaf.rdf#IL> rdfs:label "Ilaria Liccardi".

# <http://id.ecs.soton.ac.uk/person/9513> foaf:name "Ilaria Liccardi";
#     is doap:developer of Tabulator.

<http://captsolo.net/semweb/foaf-captsolo.rdf#Uldis_Bojars>
    foaf:name "Uldis Bojars".

<http://web.mit.edu/yuhsin/www/foaf.rdf#yuhsin> foaf:name "Yuhsin Joyce Chen".

<http://web.mit.edu/hmslydia/Public/foaf.rdf#hmslydia>
    foaf:name "Lydia Chilton";
    rdfs:seeAlso <http://web.mit.edu/dsheets/www/foaf.rdf>.

<http://www.w3.org/People/Connolly/#me> foaf:name "Dan Connolly".

<http://web.mit.edu/ruthdhan/www/foaf.rdf#ruthdhan>
    foaf:name "Ruth Dhanaraj";
    rdfs:seeAlso <http://web.mit.edu/dsheets/www/foaf.rdf>.
    
<http://web.mit.edu/jambo/www/foaf.rdf#jambo> foaf:name "James Hollenbach";
    foaf:img <people/2007-medium/IMG_4620.jpg>.

<http://web.mit.edu/alerer/www/foaf.rdf#alerer>
    foaf:name "Adam Lerer";
    rdfs:seeAlso <http://web.mit.edu/dsheets/www/foaf.rdf>.

<http://web.mit.edu/david_li/www/foaf.rdf#david_li> foaf:name "David Li";
    foaf:img <people/2007-medium/IMG_4613.jpg>.

<http://web.mit.edu/soniaswm/Public/foaf.rdf#me> foaf:name "Sonia Nijhawan";
    foaf:img <people/2007-medium/IMG_4615.jpg>.

#Don't know whether foaf:name is a FunctionalProperty or not.
<http://dig.csail.mit.edu/People/kennyluck#I> rdfs:label "Kenny Lu";
    foaf:img <people/2007-medium/IMG_4611.jpg>.

<http://staticfree.info/steve/foaf.rdf#steve> foaf:name "Steve Pomeroy".

<http://presbrey.mit.edu/foaf.rdf#presbrey> foaf:name "Joe Presbrey";
    foaf:img <people/2007-medium/IMG_4608_2.jpg>.

<http://web.mit.edu/dsheets/www/foaf.rdf#dsheets> foaf:name "David Sheets".

<http://dig.csail.mit.edu/People/RRS> foaf:name "Ralph Swick".

_:bernd foaf:name "Bernd Neumayr";
    foaf:mbox_sha1sum "347e339bb0c695620a031500de14958bd7b0a777".
_:chrysn foaf:nick "chrysn";
     foaf:mbox_sha1sum "3331830ac8e67cbdcb242e8d268fe4ebbc3db19c".
_:davidh foaf:name "David Håsäther";
     foaf:mbox_sha1sum "97ac74e41275c99c26c27897513fcc79f97fdc54".

#  Documents

<http://swui.semanticweb.org/swui06/papers/Berners-Lee/Berners-Lee.pdf>
    dc:title  "Tabulator: Exploring and Analyzing linked data on the Semantic Web";
    foaf:primaryTopic Tabulator;
    dc:creator 
           <http://www.w3.org/People/Berners-Lee/card#i>,
           <http://web.mit.edu/ruthdhan/www/foaf.rdf#ruthdhan>,
           <http://web.mit.edu/dsheets/www/foaf.rdf#dsheets>,
           <http://web.mit.edu/alerer/www/foaf.rdf#alerer>,
           <http://web.mit.edu/hmslydia/Public/foaf.rdf#hmslydia>,
           <http://web.mit.edu/jambo/www/foaf.rdf#jambo>,
           <http://web.mit.edu/yuhsin/www/foaf.rdf#yuhsin>,
           <http://www.w3.org/People/Connolly/#me>.

#  Test datasets 
#
# When we get a lot of these, then can move out into a separate manifest
    
 <http://api.talis.com/1/dir/sparql?query=PREFIX+geo%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F2003%2F01%2Fgeo%2Fwgs84_pos%23%3E%0D%0ADESCRIBE+%3Fx%0D%0AWHERE+%7B%0D%0A++%3Fx+geo%3Alat+%3Flat+.%0D%0A%7D&Submit=Submit&api_key=FF01CAFE0019>
  is tab:testDataset of Tabulator;
  dc:title "Data on location of libraries mostly in the UK (sparql, slow)".

<http://vm.danielsmith.eu/rdf/UKRailwayStations/UKRailwayStations.rdf>
  is tab:testDataset of Tabulator;
  dc:title "Railway stations in the UK (?)".

 <http://www.w3.org/2001/sw/CG/plan-formal.rdf> 
  is tab:testDataset of Tabulator;
  dc:title "Semantic Web Coordination Group plan includes calendar info". 

<http://www.w3.org/2004/lambda/Documents/2006/06/12/all.rdf>
  is tab:testDataset of Tabulator;
  dc:title "TAGmobile road trip BOS->Amerst: photo locations". 

<http://www.w3.org/2006/07dc-bos/aa-bos-options.rdf>
  is tab:testDataset of Tabulator;
  dc:title "Some flight itinerary options, with times and places". 

<http://www.w3.org/data#W3C>
  is tab:testDataset of Tabulator;
  dc:title "World Wide Web Consortium".

<http://www.w3.org/2000/04/mem-news/groups.rdf>
  is tab:testDataset of Tabulator;
  dc:title "W3C groups (Member-only data)".

<http://www.w3.org/2001/04/roadmap/w3c.xml>
  is tab:testDataset of Tabulator;
  dc:title "W3C roadmap data (old)".

<http://www.w3.org/2005/04/swls/BioDash/Demo/gsk>
  is tab:testDataset of Tabulator;
  dc:title "Life Sciences demo data: GSK3-Beta Drug Target".

<http://zitgist.com/music/artist/8bf5abde-89d0-4676-98ef-7e1a4eecd03d>
  is tab:testDataset of Tabulator;
  dc:title "Ralph McTell  (in MusicBrainz ZitGist data)".

<http://xmlns.com/wordnet/1.6/Agent>
  is tab:testDataset of Tabulator;
  dc:title "Agent in  Wordnet";
  rdfs:comment "Confusion between web page and its subject?".
  
<http://demo.openlinksw.com/Northwind/Order/10314>
  is tab:testDataset of Tabulator;
  dc:title "Northwind Order #10314";
  rdfs:comment """The Northwind company is a much-distributed test dataset,
    with e.g with Microsoft Access. """.


<http://wiki.ontoworld.org/index.php/_Martin_Hepp>
    is tab:testDataset of Tabulator;
    foaf:name "Martin Hepp";
    rdfs:comment "Martin Hepp's entry in the OntoWiki semantic wiki".
    
<http://www.w3.org/2005/08/online_xslt/xslt?xslfile=http%3A%2F%2Fdannyayers.com%2Fcode%2Fmisc%2Fresource-guide2rdf&xmlfile=http%3A%2F%2Fplanetrdf.com%2Fguide%2F&content-type=application%2Frdf%2Bxml&submit=transform>
    is tab:testDataset of Tabulator;
    foaf:name "Dave Becket's list of RDF projects";
    rdfs:comment "Possibly out of date.  Transformed from HTML by Danja's script.".

<http://dannyayers.com/code/misc/semweb-tools_doap>
    is tab:testDataset of Tabulator;
    foaf:name "M. K. Bergman's list of RDF projects";
    rdfs:comment "Static snapshot  Transformed from HTML by Danja's script.".

<http://beta.mspace.fm/data/>
    is tab:testDataset of Tabulator;
    foaf:name "The (LARGE, SLOW) music database from mSpace";
    rdfs:comment "Thanks to m c schraefel and co.".

<http://www.geonames.org/2950159/>          # was: berlin.html
    is tab:testDataset of Tabulator;
    foaf:name "Berlin (in the Geonames.org data)".

<http://bio2rdf.org/geneid:15275>
    is tab:testDataset of Tabulator;
    foaf:name "Kinase";
    rdfs:comment "A kinase with data from the Bio2RDF gateway.".

# ##############   SPARQL Endpoints

<http://jena.hpl.hp.com:3040/backstage> a q:SPARQLEndpoint;
    q:services "dvb:", "urn:".
    
################################################## ends

    
