Presentation is loading. Please wait.

Presentation is loading. Please wait.

SemantEco Annotator for Linked Data Generation and Generalized Semantic Mapping Session: Technologies, Reasoning, and Annotation Methods of the Semantics.

Similar presentations


Presentation on theme: "SemantEco Annotator for Linked Data Generation and Generalized Semantic Mapping Session: Technologies, Reasoning, and Annotation Methods of the Semantics."— Presentation transcript:

1 SemantEco Annotator for Linked Data Generation and Generalized Semantic Mapping Session: Technologies, Reasoning, and Annotation Methods of the Semantics for Biodiversity Symposium at the 2013 TDWG conference Patrice Seyed, Katherine Chastain, Brendan Ashby, Evan Patton, Tim Lebo, and Deborah McGuinness (presented by Cynthia Parr)

2 Introduction Challenges of enabling search and discovery of scientific data. Semantic web technologies + Linked Data (LD) a medium for meeting these challenges 2 Major Obstacles: 1.The process of translating tabular data and domain knowledge sources into a linked data format still has its difficulties, based on existing tools. 2.The notion of building an IT infrastructure that relies heavily on linked data can be perceived as a risky proposition due to immaturity of current LD management tools.

3 SemantEco Annotator Mitigates both obstacles To address #1, plays the role of translator – Converting tabular data into RDF – Leveraging OWL ontologies and vocabularies – Resulting enriched RDF data can be used immediately within RDF stores / hosted as LD. To address #2, plays the role of a semantic mapper – column headers -> OWL properties – Column value typing -> OWL classes or datatypes – Mappings are serialized as RDF, can be used for RDF/XML to XML Schema via XSLT for use in non-linked data environments (e.g., SBC-LTER) – Clarifying or extending the schema of their data – Enabling optimized semantic search RDF based annotation (e.g., Open Annotation Model) – Services both LD or non-LD IT environments Provides the architects of non-LD environments the ability to “future proof” and migrate to LD at their own pace.

4 SemantEco Annotator A web application that a user visits in a web browser, loads a CSV-delimited file The ontology selector menu to select hard-coded ontologies (e.g., OBO-E, SWEET, ENVO) or enter in a URI that is a URL that resolves to an RDF graph for vocabulary selection. Provides advanced manipulation features such as column based translation, and aggregating columns along implicit entity representations Recently to convert eBird data + eBird taxonomy into RDF, which is available now in our SemantEco Discovery and Search Portal, alongside water quality data, to enable a researcher to identify potential trends between water quality and organism counts.

5 SemantEco Annotator Screenshot

6

7 Mappings Example (in RDF/Turtle) prefix ov: http://open.vocab.org/terms/ prefix conversion: http://purl.org/twc/vocab/conversion/ prefix geonames: _:c1 rdf:type conversion:EnhancementConversionProcess; _:c1 conversion:enhance _:c2, _:c3 _:c2 ov:csvCol http://base.org/source/SSS/dataset/DDD/version/VVV/input/1.csv#col3; ov:csvHeader "Lake Name"@en; conversion:label "Lake Name"@en; conversion:range rdfs:Resource; conversion:equivalent_property prov:atLocation ; conversion:range_name “Lake”@en. :_c3 conversion:class_name “Lake”@en; conversion:subclass_of geonames:GeographicFeature.

8 Translated Data (in RDF/Turtle) prefix prov: http://www.w3.org/ns/prov b:thing_2 void:inDataset ; prov:atLocation ; e1:accession_code_sample "9446846" ; e1:date "30-Jun-94" ; e1:z_max_m "22.8" ; e1:sample_z_m "6" ; e1:nh4_mg_l "0.03" ; e1:no3_mg_l "1.3" ; ov:csvRow "2"^^xsd:integer. a prov:Entity

9 SPARQL CONSTRUCT (to refactor Mapping as an Annotation) prefix oa: CONSTRUCT { //open annotation style (http://www.openannotation.org/spec/core/)http://www.openannotation.org/spec/core/ _:x a oa:Annotation ; oa:target ?colNum ; oa:body ?property ; oa:body ?typing ; oa:motivatedBy oa:tagging. ?property a owl:ObjectProperty. ?typing a owl:Class. } WHERE { ?cp rdf:type conversion:EnhancementConversionProcess; ?cp conversion:enhance ?en1, ?en2. ?en1 ov:csvCol ?colNum; ov:csvHeader ?colHeader conversion:range_name ?className conversion:equivalent_property ?property. ?en2 conversion:class_name ?className conversion:subclass_of ?typing. } (?colNum has convention http://base.org/source/SSS/dataset/DDD/version/VVV/input/1.csv#col1)

10 “Okay, so I get annotations out, and I can do whatever I want with that -- but what could I possibly want?” 1.We've already done it for translating tabular to RDF linked data. 2.The current RDF output of the annotator can be mapped to other forms (OpenAnnotation Model) 3.Annotate “legacy” stuff (e.g., XML) to facilitate semantic mappings among them. 4.Can extend it to annotation images, etc., as well

11 Future Work Automatic mappings directed to a particular graph closed under a predicate/object pair, use of OWL domain and range restriction axioms to guide the user in vocabulary selection decisions Use of OWL class definitions to enable a top-down approach for modeling their data Ontology extraction to complement and enable reasoning alongside the generated RDF Architecting a platform for better management of linked data, within which the Annotator plays a vital role.

12 SemantEco Annotator Quick Look (YouTube Video) http://bit.ly/17VEfSp 4:40 minute duration

13 Summary “SemantEco Annotator” component for ease of translation into RDF Multi-purposed for translation, annotation, and generalized mapping. A Part of a Future “Suite” that couples Annotation and Search


Download ppt "SemantEco Annotator for Linked Data Generation and Generalized Semantic Mapping Session: Technologies, Reasoning, and Annotation Methods of the Semantics."

Similar presentations


Ads by Google