@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix rss: . @prefix foaf: . a :Software; :creator [foaf:mbox ]; :hasVersion ; :softwareDescription "Simple Instance Creator (SIC) is a simple tool that provides a form like interface to create RDF/DAML instances. User can fill out this form and the markup will be automatically generated in RDF format. This can be useful for simple data entry tasks and can also be used for searching instances"; :softwareLanguage :Java; :softwareName "Simple Instance Creator (SIC)"; :softwarePrimaryAuthor [foaf:mbox ]. a :SoftwareVersion; :softwareReleaseDate "Jun 8, 2003"; :softwareStatus :Alpha; :versionNumber "0.1" . # This appears in the managing rdf page to make it easier to # identify this file <> a :rdfSnippit; :creator [ foaf:mbox ]; dc:date "06/08/2003"; dc:description "Description of Simple Instance Creator (SIC)".