@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/> . @prefix ns1: <http://www.w3.org/2002/07/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns2: <http://www.w3.org/WAI/intro/> . ns0:earl a owl:NamedIndividual, ns1:owlOntology ; rdfs:comment "Formal schema of the Evaluation and Report Language (EARL) 1.0"@en ; rdfs:isDefinedBy <http://www.w3.org/TR/EARL10/> ; rdfs:label "Evaluation and Report Language (EARL) 1.0 Schema"@en ; rdfs:seeAlso <http://www.w3.org/TR/Content-in-RDF/>, <http://www.w3.org/TR/HTTP-in-RDF/>, <http://www.w3.org/TR/Pointers-in-RDF/>, ns2:earl ; ns1:owlversionInfo "Editor's Working Draft 10 June 2009"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/> .
@prefix ns1: <http://www.w3.org/2002/07/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns2: <http://www.w3.org/WAI/intro/> .

ns0:earl
    a owl:NamedIndividual, ns1:owlOntology ;
    rdfs:comment "Formal schema of the Evaluation and Report Language (EARL) 1.0"@en ;
    rdfs:isDefinedBy <http://www.w3.org/TR/EARL10/> ;
    rdfs:label "Evaluation and Report Language (EARL) 1.0 Schema"@en ;
    rdfs:seeAlso <http://www.w3.org/TR/Content-in-RDF/>, <http://www.w3.org/TR/HTTP-in-RDF/>, <http://www.w3.org/TR/Pointers-in-RDF/>, ns2:earl ;
    ns1:owlversionInfo "Editor's Working Draft 10 June 2009"@en .