create your own test file
(without having to edit n3 by hand)
create test case
(earl:testMode)
:
(ns:spec)
spec
:the uri of the relevant specification
(ns:group)
group
:the group or module that a particular test belongs to
(ns:text)
text
:additional information or instructions necessary for this test case
add a property
internal name
rdf:Property
td:GroupProperty
td:DisplayedProperty
property type
earl:TestCase
earl:TestSubject
earl:Assertor
domain
rdfs:Literal
rdfs:Resource
range
rdfs:label
rdfs:value
rdfs:comment
add a result property
internal name
rdfs:label
rdfs:comment
earl:Pass
earl:Fail
earl:NotTested
earl:NotApplicable
earl:CannotTell
(earl:validity)
earl:High
earl:Medium
earl:Low
(earl:confidence)
edit rdf yourself
@prefix : <#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix test: <http://change.me/please#> . @prefix earl9: <http://www.w3.org/2001/03/earl/0.9#> . @prefix ns: <http://www.w3.org/QA/Tools/MUTAT/ns#> . @prefix earldata: <http://www.w3.org/2001/03/earl/0.95datatypes#> . @prefix daml: <http://www.daml.org/2001/03/daml+oil#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix doc: <http://www.w3.org/2000/10/swap/pim/doc#> . @prefix log: <http://www.w3.org/2000/10/swap/log.n3#> . @prefix td: <http://www.w3.org/QA/Tools/MUTAT/ns#> . @prefix earl: <http://www.w3.org/2001/03/earl/0.95#> . @prefix rcs: <http://www.w3.org/2001/03swell/rcs#> .