'전체 글'에 해당되는 글 152건

  1. 2007.08.02 페이스북, 첫 M&A는 신생기업「패러키」(ZDNET)
  2. 2007.08.01 OntoWiki
  3. 2007.08.01 D2RQ - RDBMS, OWL/RDFS 간 매핑툴
  4. 2007.08.01 SPARQL Query Language for RDF
  5. 2007.08.01 RDF 문서
패러키는 파이어폭스의 창립자 블래커 로스와 조 휴이타가 만든 신생업체이다. “문서작성, 파일검색, 정보 공유 등을 지루하지 않고 편하게 해야 한다”는 것이 업체의 모토. 특히 이메일, 사진, 영상, 드라이브상의 모든 것을 조작하는 툴 등을 위한 플랫폼 역할을 수행하고 있다.

http://www.zdnet.co.kr/news/internet/etc/0,39031281,39159680,00.htm

Posted by ukmie
,

OntoWiki

software 2007. 8. 1. 18:29
이런걸 만들고 싶었어..홀홀

OntoWiki is a semantic collaboration platform for the development of Semantic Web knowledge bases. Powl is web-based ontology authoring and management solution for the Semantic Web.

http://ontowiki.net/Projects/OntoWiki

http://frankradio.egloos.com/3153534

http://3ba.se/screencast/OntoWiki-Tutorial.swf (튜토리얼 동영상)

Posted by ukmie
,
D2RQ - 베를린 대학서 만든 OWL 변환기(?), 오픈소스

As Semantic Web technologies are getting mature, there is a growing need for RDF applications to access the content of non-RDF, legacy databases without having to replicate the whole database into RDF. D2RQ is a declarative language to describe mappings between relational database schemata and OWL/RDFS ontologies. The mappings allow RDF applications to access the content of huge, non-RDF databases using Semantic Web query languages like SPARQL.

D2RQ Architecture


Using D2RQ you can:

  • query a non-RDF database using SPARQL or find(spo),
  • access information in a non-RDF database using the Jena Model API or the Sesame API,
  • do RDFS and OWL inferencing over the content of a non-RDF database using Jena's inference engine.

http://sites.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/


Integrating relational databases with RDF/OWL
http://www.snee.com/bobdc.blog/2006/10/integrating_relational_databas.html

Mapping relational data to RDF with D2RQ
http://www.snee.com/bobdc.blog/2006/11/mapping_relational_data_to_rdf.html


Posted by ukmie
,
SPARQL(SPARQL Protocol and RDF Query language)
SPARQL은 그래프 구조로 되어있는 RDF에서 정보를 취하기 위한 언어이
다. SPaRQL은 RDF 구조에서 모든 하위 구조를 검색하여 정보를 취득하고 새로
운 RDF 문장을 RDF 문서에 삽입할 수 도 있다.
현재 W3C에서는 사실상의 표준으로 SPARQL을 권고하고 있으며, 표현력
에 있어서도 여타 온톨로지 질의 언어에 비하여 우수하다.
from : http://blog.naver.com/elcajuny?Redirect=Log&logNo=150019812236


SPARQL Query Language Spec
http://www.w3.org/TR/rdf-sparql-query/

시맨틱 웹의 새로운 변화 - GRDDL, RDFa, SPARQL
http://blog.naver.com/jeonghj66?Redirect=Log&logNo=140038064614

Search RDF data with SPARQL
SPARQL and the Jena Toolkit open up the semantic Web
http://www.ibm.com/developerworks/xml/library/j-sparql/

Ontology Mapping with SPARQL CONSTRUCT
http://composing-the-semantic-web.blogspot.com/2006/09/
ontology-mapping-with-sparql-construct.html


Introducing SPARQL: Querying the Semantic Web
http://www.xml.com/pub/a/2005/11/16/
introducing-sparql-querying-semantic-web-tutorial.html

SPARQL Tutorial
http://jena.sourceforge.net/ARQ/Tutorial/

SPARQLer - An RDF Query Demo
http://www.sparql.org/query.html

Some implementations of SPARQL
http://esw.w3.org/topic/SparqlImplementations

SPARQL Implementations
http://realimageforu.blogspot.com/2006/09/sparql-implementations.html


Posted by ukmie
,

RDF 문서

software 2007. 8. 1. 17:34
W3C 의 RDF 문서(SPEC , set of six)
Primer
Concepts
Syntax
Semantics
Vocabulary
Test Cases

An Introduction to RDF and the Jena RDF API (RDF 입문서로 추천!!)
http://jena.sourceforge.net/tutorial/RDF_API/index.html


Posted by ukmie
,