SchemaGen add instances to classes
----------------------------------

                 Key: CLEREZZA-500
                 URL: https://issues.apache.org/jira/browse/CLEREZZA-500
             Project: Clerezza
          Issue Type: New Feature
            Reporter: Henry Story


Sometimes ontologies contain instances, and these also need to be used. An 
example are documents describing test suites using the EARL vocabulary. One 
such could be like this:


@prefix earl: <http://www.w3.org/ns/earl#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix : <>

:profileGet a earl:TestRequirement;
 dct:title "WebId Profile is accessible and downloadable".

:profileWF a earl:TestRequirement;
 dct:title "WebId Profile is well formed";
 dct:description "The WebId Profile is parseable Content and transformable to 
RDF" .


here profileGet is not a class but an object. But it will be used by many 
services around the web, and will control program behaviors.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to