Sha256: e6d8dc32dcf83582fb8a403da474d3e2d9181971c35b201db8a53365b4f97dff

Contents?: true

Size: 899 Bytes

Versions: 8

Compression:

Stored size: 899 Bytes

Contents

@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc:   <http://purl.org/dc/terms/> .
@prefix earl: <http://www.w3.org/ns/earl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix ex:   <http://example.org/> .
@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .

<https://greggkellogg.net/foaf#me> a foaf:Person, earl:Assertor;
  foaf:name "Gregg Kellogg";
  foaf:title "Implementor";
  foaf:homepage <https://greggkellogg.net/> .

[ a earl:Assertion;
  earl:assertedBy <https://greggkellogg.net/foaf#me>;
  earl:subject <https://rubygems.org/gems/rdf-turtle>;
  earl:test <http://example/manifest.ttl#testeval00>;
  earl:result [
    a earl:TestResult;
    earl:outcome earl:passed;
    dc:date "2012-11-06T19:23:29-08:00"^^xsd:dateTime];
  earl:mode earl:automatic ] .

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
earl-report-0.9.1 spec/test-files/report-no-doap.ttl
earl-report-0.9.0 spec/test-files/report-no-doap.ttl
earl-report-0.8.0 spec/test-files/report-no-doap.ttl
earl-report-0.7.1 spec/test-files/report-no-doap.ttl
earl-report-0.7.0 spec/test-files/report-no-doap.ttl
earl-report-0.6.2 spec/test-files/report-no-doap.ttl
earl-report-0.6.1 spec/test-files/report-no-doap.ttl
earl-report-0.5.3 spec/test-files/report-no-doap.ttl