Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 32 of 36

FeaturesPure Ruby (Using default core libraries) Simple as possible, No Feature Overkill. Safely ignores invalid RDFa statements (e.g.- Bad CURIEs, invalid URIs). Instead, the parser emits warning and debug messages to the 'Collector' Extensible by allowing developers create their own custom ... [More] 'Collectors' to add bridge data coming from the RDFa parser to the developers' own RDF stores. Has a mixin method: require 'rdfa' class MyClass acts_as_rdfa_parser end c = MyClass.new source = '' results = c.parse(source)Special NotesCURIE'd about and href attributes can be used to reference anonymous nodes. For example, about='_:name' will produce an anonymous node for name. 51.47026 -2.59466 Anonymous Resources (BNodes) are placed in a custom namespace: tag:code.google.com,2007-03-13:p/ruby-rdfa/bnode#One can override this in the parameters. Because RDFa uses CURIEs, we do not use QNames in the RDF statements-- everything is a URI object or literal text. About URI resolution work correctly for link and meta elements that are found in the head of an html document. Any xml document that has html as its root element, not just the ones that have the xhtml decl. Subversion commit r7 adds Nested RDFa support. Limitationsxml:base is completely ignored. Ignores Reification, but will output anonymous nodes in a special way. The RDFa Specification is still in flux, so please bear with. Nest CURIEs are not supported. Literal text are the only supported object datatype (as the content) for RDFa property statements; xml fragments are converted to a string. [Less]

0
 
  0 reviews  |  0 users  |  534 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Establish relationships between websites using a simple triple store. scrumdidilyumptious also includes a grease monkey script that will show web pages that have been related to the webpage you are currently on.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Genius + Eye Candy = Semantic Flash Boost your Flash/Flex/AIR apps with free data from the Semantic Web! AboutThis project is in incubation state ( no public releases yet ). Please join the discussion group to participate: SemanticFlash@Google Groups The basic I/O framework ( RDF-XML ) is ... [More] working and the original version of this project ( owned by univrz consulting ) is being used in commercial applications. However, for time constraints, we are not releasing anything to the public yet. MissionOur main objective is to bring the power of the Semantic Web to the Flex guys. Not Flex to the Semantic Web guys ( the former implies the latter, anyway ). This means that we will avoid philosophic and overly technical discussions when possible, stick to pragmatism and aim to simplify the UI developer's workflow by providing: High level tools that incorporate the latest standards, conventions and best practices Articles and tutorials on how to use these tools to make your applications look better, work better and provide more value to your users A responsive community that contains a high concentration of talent from both worlds You won't have to understand how the Semantic Web works, just hop in and use what's good for you. This is a grassroots approach to creating Next Generation User Interface culture and increasing the demand for RDF data ( which will most probably impact its availability in a positive way ). We will feed the virtuous cycle from the other end. From the UI. What's in this for me?Well, that depends on who you are. If you are a Flash/Flex developer...then this framework will allow you to Spice up your apps with free, high quality data from the Semantic Web ( yes, it's already here ) Slurp in artist and track data for your new Mp3 player ( from musicbrainz ) Slurp in geographical data for your new map mashup Slurp in ( whatever ) from ( take a look at some of the currently available sources ) Create highly flexible UIs for all sorts heterogeneous data ( your company's assets, for example ) Learn to speak and think in terms of the future Web Discover an excellent alternative to moving your data around as XML docs or RPC calls If you are a Semantic Web developer / researcher...then this framework will allow you to start experimenting with a highly flexible and practical development environment ( Adobe Flex ), with superb graphical and multimedia capabilities. You can then set off to take the Semantic Web browser to a whole new level, explore novel filtering and navigation paradigms for the Giant Global Graph, create dazzling visualizations and mashups for your linked data and ( hopefully ) give us a hand. The Semantic Web community has been working hard on delivering usable Browsers to navigate the web of data. We encourage you to stand on the shoulders on these giants and aim to improve their usability and aesthetics. The following list contains remarkable examples of Semantic Web browsers: Zitgist Data Viewer, Disco, Tabulator, OpenLink's Linked Data Viewer, Marbles, etc ( you can find an extensive list here ). However, we also encourage you to depart from this first generation and explore radical and novel approaches to delivering data ( click here to get your creative juices flowing ). Note: Flash and Flex are now mostly opensource technologies. In fact, a branch of the runtime has been handed to the Mozilla foundation. So... no lock-in FUD, please. And if you are a futurist, then you might be relieved to meet the OpenScreen project Sponsors( want to see your name here? we do!... talk to Aldo ) StrategySimple things should be simple, complex things should be possible What's Simple?Loading, parsing and consuming an RDF document Using RDF data at a script level ( a la E4X ) Using RDF data in the UI This includes binding / collections API integration Aggregating a few RDF documents ( how much is "a few?" ) These are primary goals. We will emphasize in creating services to achieve these tasks using a simple workflow and enforcing best practices whenever possible ( shielding you from the complexity of choice ). What's Complex?Inference & Smushing Rules Provenance Management Consuming non-static sources ( SPARQL endpoints ) Ontological Constraints Read-write RDF SPARQL Update Open, edit, save RDF docs etc... These are secondary goals. The framework should allow you to achieve these tasks by providing the basic building blocks or clear extension points. RoadmapWork on CoreDesignIssues Define Model classes ( RDF Abstract Concepts ) RDF I/O Framework ( Parsers ) RDFXMLParser N3 Parser ( or just TTL? ) ... In memory storage Simple smushing Simple Forward Chaining inference ( for foaf sha1's and other necessary stuff ) AIR ( sqlite triple storage ) ... [Less]

0
 
  0 reviews  |  0 users  |  9,178 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 
Compare

A distributed / decentralised microblogging system, built on Semantic Web technologies, mainly SIOC and FOAF. View http://smob.me for details

0
 
  0 reviews  |  0 users  |  2,719 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

A semantic web content repository allows to store content using semantic web technologies compatible with semantic web technologies Currently, RDF is a bit weak on content, such as binary or XHTML content. XHTML lacks semantics. Swecr tries to combine both approaches, and models a superset of ... [More] RDF and web architecture. Official, Shiny Webpgagehttp://www.swecr.org MissionCreate a working API + implementation to manage semantic content efficiently Be pragmatic, not academic We are not nice. Nice APIs can be built on top, if we did things right. News15.03.07 The powerpoint has been put in wiki pages. IF you would like to contribute to swecr design and implementation, drop me a mail - Max We look for JUnit test writers See AlsoBrowse the wiki Click on Source to browse the current API Here is the API in interfaces, current status. Powerpoint presentation explaining the core ideas is here Feedback appreciated at the swecr Google Group Core functionsStore and SPARQL query RDF data Store and retrieve binaries Store and retrieve XHTML content Annotate binaries, XHTML content and elements within XHTML documents Annotate external web resources Fulltext queries over RDF literals, binaries and XHTML content Queries to the index for auto-completions Versioning (on semantic models and content resources) Access rights Java and REST API StatusPlanning FirstAPI spike without versioning, access rights in SVN [Less]

0
 
  0 reviews  |  0 users  |  165,539 lines of code  |  0 current contributors  |  Analyzed 11 days ago
 
 

Provides tools to extend the OpenRDF Sesame library.

0
 
  0 reviews  |  0 users  |  26,318 lines of code  |  2 current contributors  |  Analyzed 11 days ago
 
 

Generic Linked Data platform

0
 
  0 reviews  |  0 users  |  7,657 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

RISC-style RDF database engine

0
 
  0 reviews  |  0 users  |  44,131 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Corporate Social Network based on MediaWiki, SemanticMediaWiki and some other extensions.

0
 
  0 reviews  |  0 users  |  195,742 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

MPTStore is a Java library for projects that need persistent, transaction-capable storage and querying of very large quantities of RDF data. The primary areas of focus are scalability and transaction safety with simple query support.

0
 
  0 reviews  |  0 users  |  5,263 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.