work list
2012-04-20 23:29:21

고찰에서 빠진 것은 CCM이나 CEM 혹은 CDA같은 표준 임상 의료 서식에 대한 지원이나 상호 운용방안을 말안했다.

▼ more
work list
2012-04-20 21:38:10

1. Complete SWRL 문법.

2. 용어별 점수 매기기.

3. 결과 및 고찰 부터 작성한다. DESC 와 비슷한 것은 ref 처리하고 길지 않게 설명한다.

▼ more
데모 구현 (1)
2012-04-19 01:07:59

1. Authoring UI + Save OWL, SWRL 19th

- like protege or pathont;

2. Editor UI + JavaCC, Save OWL 20th ~ 21st?.. plz ~ 20...

- like ontopath.. it is same with draft..

problem..

for 1, make class hierarchy automatically.

for 2, interaction with javaCC.....???

▼ more
OwlAPI full
2012-04-18 22:57:02

// There are two ways we can create classes (and other entities).

// The first is by specifying the full IRI.

//First we create an IRI object:

IRI iri = IRI.create(iriStr+"#"+name);

// Now we create the class

OWLClass clsAMethodA = factory.getOWLClass(iri);

▼ more