@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lov: <https://lov.linkeddata.es/dataset/lov/vocabs/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix zazuko: <https://bioregistry.io/metaregistry/zazuko/resolve/> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:earl .

bioregistry.metaresource:lov dcterms:hasPart lov:earl .

bioregistry.metaresource:zazuko dcterms:hasPart zazuko:earl .

bioregistry:earl a bioregistry.schema:0000001 ;
    rdfs:label "Evaluation and Report Language" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "EARL is a vocabulary, the terms of which are defined across a set of specifications and technical notes, and that is used to describe test results. The primary motivation for developing this vocabulary is to facilitate the exchange of test results between Web accessibility evaluation tools in a vendor-neutral and platform-independent format. It also provides reusable terms for generic quality assurance and validation purposes. [from homepage]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch zazuko:earl,
        lov:earl ;
    dcat:keyword "quality" ;
    foaf:homepage <https://www.w3.org/TR/EARL10/> ;
    bioregistry.schema:0000005 "Assertion"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.w3.org/ns/earl#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://www.w3.org/ns/earl#"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.w3.org/ns/earl#Assertion> ;
    bioregistry.schema:0000029 "earl" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

zazuko:earl dcterms:isPartOf bioregistry.metaresource:zazuko .

lov:earl dcterms:isPartOf bioregistry.metaresource:lov .

