@prefix : . @prefix rdf: . @prefix rdfs: . @prefix earl: . :spec a rdf:Property; rdfs:label "spec"; rdfs:domain earl:TestCase; rdfs:range rdfs:Resource; rdfs:comment "the uri of the relevant specification" . :group a rdf:Property; rdfs:label "group"; rdfs:domain earl:TestCase; rdfs:range rdfs:Literal; rdfs:comment "the group or module that a particular test belongs to" . :text a rdf:Property; rdfs:label "text"; rdfs:domain earl:TestCase; rdfs:range rdfs:Literal; rdfs:comment "additional information or instructions necessary for this test case" . :ResultProperty rdfs:subClassOf earl:ResultProperty . earl:platform a rdf:Property; rdfs:label "platform"; rdfs:domain earl:TestSubject . earl:date a rdf:Property; rdfs:label "date"; rdfs:domain earl:TestSubject . earl:lastModified a rdf:Property; rdfs:label "last modified"; rdfs:domain earl:TestSubject . earl:released a rdf:Property; rdfs:label "released"; rdfs:domain earl:TestSubject . earl:version a rdf:Property; rdfs:label "version"; rdfs:domain earl:TestSubject .