Presentation is loading. Please wait.

Presentation is loading. Please wait.

M.Benno Blumenthal and John del Corral International Research Institute for Climate and Society IRI Data Library.

Similar presentations


Presentation on theme: "M.Benno Blumenthal and John del Corral International Research Institute for Climate and Society IRI Data Library."— Presentation transcript:

1 M.Benno Blumenthal and John del Corral International Research Institute for Climate and Society http://iridl.ldeo.columbia.edu/ontologies/ IRI Data Library Dataset Function Ontology and Multiple Metadata Framework

2 RDF Standard Data Model Exchange Tools Users Datasets Standard Metadata Schema Tools Users Datasets Standard Metadata Schema Tools Users Datasets Standard Metadata Schema Tools Users Datasets Standard Metadata Schema Tools Users Datasets Standard Metadata Schema Standard metadata schema RDF

3 Example: Search Interface Search Interface Users Datasets Search Ontology Dataset Ontology Additional Semantics

4 Sample Tool: Faceted Search http://iridl.ldeo.columbia.edu/ontologies/query2.pl?...

5 CF attributes SWEET Ontologies (OWL) Search Terms CF Standard Names (RDF object) IRIDL Terms NC basic attributes IRIDL attributes/objects SWEET as Terms CF Standard Names As Terms Gazetteer Terms CF data objects Location

6 Dataset Function Classes

7 Function Classes with Properties

8 Diagram for svd

9 svd documentation page svd Computes singular value decomposition var {wghts} [ space... ] [ time... ] svd SOURCES.CAC.ssta { Y cosd } [ X Y ] [T] svd As a check of normalization, plot Ss dup mul Y cosd mul [X Y]average or Ts sv div dup mul [T]average Both should be a constant 1. See also EOF (Emprical Orthogonal Function): varimax

10 Data Servers Ontologies MMI JPL Standards Organizations Start Point RDF Crawler RDFS Semantics Owl Semantics SWRL Rules SeRQL CONSTRUCT Search Queries Location Canonicalizer Time Canonicalizer Sesame Search Interface bibliography IRI RDF Architecture

11 ActiveRDF Direct mapping from RDF to Ruby objects, so that code stays within the language. Much easier to write/maintain. Java versions include JRDF, Elmo (openrdf/sesame), Hibernate, … PHP has RAP

12 ActiveRDF Snippets adapt = ConnectionPool.add_data_source :type => :redland adapt.load '/beluga/data/benno/iri_html/extractfns.owl', 'rdfxml' Namespace.register :fns, 'http://iridl.ldeo.columbia.edu/ontologies/functions.owl#' Namespace.register :rdfs, 'http://www.w3.org/2000/01/rdf-schema#' ObjectManager.construct_classes class FNS::Indexterm < RDFS::Resource def termlabel if(fns::func_name)then fns::func_name elsif(rdfs::label)then rdfs::label else to_s end end def sortlabel if(termlabel)then termlabel.downcase.sub(':','') else termlabel end end @index_terms = FNS::Indexterm.find_all.sort_by {|x| x.sortlabel }

13 Conclusions RDF facilitates multiple representations of data (and other) objects RDF allows direct access of those objects in multiple languages. RDF provides a framework to crosswalk between these multiple representations


Download ppt "M.Benno Blumenthal and John del Corral International Research Institute for Climate and Society IRI Data Library."

Similar presentations


Ads by Google