DAML @ UMBC
 
Search
 
UMBC Home Page
People
Tasks
Lessons Learned
IT TALKS
Talk Ontology

Tasks

The following is the list of our tasks and their progress stages:

Task
Description Status
1 Read the just-released DAML-ONT walkthrough, spec, and example. done
2 Develop your ontology based on the DAML-ONT spec. done
3 Put your ontology in a .daml file separate from your .daml content files. done
4 If you're mixing RDF/DAML and HTML content, you may want to review Appendix B of the RDF spec. RDF API will correctly interpret RDF appearing in the HTML <head>. done
5

We're developing a DAML-based mechanism for tracking program action items. Include the following DAML statements among your pages to indicate that they fulfill action item 12.

<!-- mark DAML program action item 12 as complete -->
<rdf:rdf>
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:a="https://www.daml.org/actionitems/actionitems-20000905.rdfs#">

<rdf:description about="https://www.daml.org/actionitems/12.rdf">
<a:state>closed</a:state>
<a:action>
<a:status>available at http://your-site...</a:status>
<a:date>2000-10-25</a:date>
<a:by>you@yourdomain.com</a:by>
</a:action>
</rdf:description>
</rdf:rdf>

done
6 Post your ontology and content on your own home page. If that's difficult for your organization, contact webmaster@daml.org to create subdirectories under http://www.daml.org/projects/ and/or http://www.daml.org/people/. done
7 [Tools are still being updated for DAML-ONT. Check back here for updates.] Validate your pages using RDF API, SiRPAC, or other tools. done
8 Add your ontology to the DAML Ontology Library using http://www.daml.org/ontologies/submit.html. done
9 Register your content as a starting location for the DAML Crawler (under development) using http://www.daml.org/content/submit.html. done
10 Create an HTML page listing your lessons learned. Include a description of the techniques and/or tools used to generate your content. done
11 As in 5 above, include the DAML statements indicating that this page fulfills action item 13. done
12 Send your lessons learned page as an email attachment to webmaster@daml.org for inclusion in https://www.daml.org/homework/1/lessons/. done

 

 

eBiquity
Copyright © 2000, UMBC.
All rights reserved.
This page was last updated on Wednesday, 01-Nov-2000 00:11:06 EST.