1 / 10

A Research SPARQL Query Compiler

Semantic Databases: A W3C standard. RDF Triple: (subject, predicate, object)A collection of triples:Represents a graphSubjects and Objects are graph nodesPredicates are typed edges connecting labeled nodesEach triple represents a directed edgeEach triple field is a string, which is usually a

lona
Download Presentation

A Research SPARQL Query Compiler

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. A Research SPARQL Query Compiler David Haglin, Bob Adolf, Peter Hui 1

    2. Semantic Databases: A W3C standard RDF Triple: (subject, predicate, object) A collection of triples: Represents a graph Subjects and Objects are graph nodes Predicates are typed edges connecting labeled nodes Each triple represents a directed edge Each triple field is a string, which is usually a URL/URI Node labels are unique 2

    3. Semantic Databases: A W3C standard Example graph, outgoing edges: (SC11, isA, Conference) (SC11, SponsoredBy, IEEE) (SC11, SponsoredBy, ACM) (SC11, Location, Seattle WA) (SC11, Topic Thrust, Data Intensive Science) (Seattle WA, isA, City) (David Haglin, registeredFor, SC11) 3

More Related