IDEAS Data Exchange Format (RDFS)

Slides:



Advertisements
Similar presentations
RDF and RDB 1 Some slides adapted from a presentation by Ivan Herman at the Semantic Technology & Business Conference, 2012.
Advertisements

Progress Update Semantic Web, Ontology Integration, and Web Query Seminar Department of Computing David George.
The CERIF-2000 Implementation. Andrei S. Lopatenko CERIF Implementation Guidelines Andrei Lopatenko Vienna University of Technology
Employee database: Conceptual Schema in ERD Chapter 3, page 62.
More RDF CS 431 – Carl Lagoze – Cornell University Acknowledgements: Eric Miller Dieter Fensel.
Resource Description Framework ( RDF ) Xinxia An.
Contracts & the Semantic Web John McClure Hypergrove Engineering Port Townsend, Washington.
A Short Tutorial to Semantic Media Wiki (SMW) [[date:: July 21, 2009 ]] At [[part of:: Web Science Summer Research Week ]] By [[has speaker:: Jie Bao ]]
What is HTTP? - the underlying communication protocol used by the www - common HTTP headers?
Practical RDF Chapter 10. Querying RDF: RDF as Data Shelley Powers, O’Reilly SNU IDB Lab. Hyewon Lim.
Practical RDF Ch.10 Querying RDF: RDF as Data Taewhi Lee SNU OOPSLA Lab. Shelley Powers, O’Reilly August 27, 2004.
Practical RDF Chapter 12. Ontologies: RDF Business Models Shelley Powers, O’Reilly SNU IDB Lab. Taikyoung Kim.
Lessons learned from Semantic Wiki Jie Bao and Li Ding June 19, 2008.
Silterra, April 2004 RDF, RSS and all that THREADING THE RDF MAZE.
Semantic Web In Depth Resource Description Framework Dr Nicholas Gibbins –
International Defence Enterprise Architecture Specification (IDEAS)
Components.
Service-Oriented Computing: Semantics, Processes, Agents
“New” things Discussed in London
Active Web: Triggers vs. RSS
Lecture #13: RDF and RDF Security Dr. Bhavani Thuraisingham
Introduction to Persistent Identifiers
SPARQL.
The Semantic Web Part 6. RDF Vocabularies: RDF Schema
Requirement Overview Tivoli #1 David Hansen Todd Poynter
Dongwon Lee, Ph.D. (Many Examples by A.M. Kuchling) IST 516 Fall 2011
RDF and RDB 1 Some slides adapted from a presentation by Ivan Herman at the Semantic Technology & Business Conference, 2012.
IDEAS Data Exchange Format (RDFS)
RDF and RDB 2 D2RQ.
Service-Oriented Computing: Semantics, Processes, Agents
Resource Description Framework
Resource Description Framework
Service-Oriented Computing: Semantics, Processes, Agents
Knowledge Representation
International Defence Enterprise Architecture Specification (IDEAS)
Controlled Vocabularies: What, Why, How?
XML in Web Technologies
Grid Computing 7700 Fall 2005 Lecture 18: Semantic Grid
SMAAD Project Semantic Annotation and Mediation
Policy based Cloud Services on a VCL platform
A database of biological pathways David Croft
Introduction to RDF and RDFS Editor: MR3
DQL Server Powered By JTP
IDEAS Data Exchange Format (RDFS)
IDEAS Data Exchange Format (RDFS)
International Defense Enterprise Architecture Specification (IDEAS)
Architecture Data Exchange Experiments Military Utility Demonstration
International Defence Enterprise Architecture Specification (IDEAS)
Grid Computing 7700 Fall 2005 Lecture 18: Semantic Grid
DM2 D O A F M E T L Conceptual Data Model (CDM)
Architecture Data Exchange Experiments Military Utility Demonstration
International Defence Enterprise Architecture Specification (IDEAS)
IDEAS Core Model Concept
DM2 D O A F M E T L Conceptual Data Model (CDM)
International Defence Enterprise Architecture Specification (IDEAS)
International Defence Enterprise Architecture Specification (IDEAS)
“New” things Discussed in London
CSIRO ICT Centre Conference
Example: Jena and Fuseki
RDF and RDB 2 D2RQ.
Query Optimization.
Sheet 10 RDF (2).
Semantic Web Basics (cont.)
Marine Mammal Health Monitoring and Analyses Platform
CSE591: Data Mining by H. Liu
What is the DM2? DoDAF Vocabulary Discovery Categories D O A F M E T L
IDEAS Data Exchange Format (RDFS)
Semantic-Web, Triple-Strores, and SPARQL
CTS – CIM Topology Store
“New” things Discussed in London
Presentation transcript:

IDEAS Data Exchange Format (RDFS) System Architect widely-used US EA tool AU Tool (e.g., EA) SA XML Import EE Export (ALL) SQL Query (Update logic) UK Tool (e.g., MOOD) RDFS DB (Jena) IDEAS Data Exchange Format (RDFS) RDFS DB: Generate Parse ?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.ideasgroup.org/IDEAS_Foundation.rdf#" xml:base="http://www.ideasgroup.org/IDEAS_Foundation.rdf"> <!-- Thing - the topmost ontic category in IDEAS--> <rdfs:Class rdf:ID="Thing"> <dc:date>2007-07-11</dc:date> </rdfs:Class> <!-- Individual--> <rdfs:Class rdf:ID="Individual"> <superSubtype rdf:ID="IndividualSubtypeOfThing"> <superType rdf:resource="#Thing"/> <subType rdf:resource="#Individual"/> </superSubtype> <!-- Type & its descendents --> <rdfs:Class rdf:ID="Type"> CA Tool (e.g., SA?) US Experiment “SV-1”