@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 fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:erudite .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.o8CuJ7 .

bioregistry:erudite a bioregistry.schema:0000001 ;
    rdfs:label "Educational Resource Discovery Index Schema" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "A metadata stadnard to model data science training materials. Later, was replaced by Bioschemas' [training materials specification](http://bioschemas.org/specifications/TrainingMaterial/specification/)."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch fairsharing:FAIRsharing.o8CuJ7 ;
    dcat:keyword "computer science",
        "education science",
        "educational resource",
        "learning material",
        "open educational resource",
        "personalization",
        "research on teaching, learning and training",
        "resource discovery",
        "schema",
        "training" ;
    foaf:homepage <https://www.pagestudy.org/erudite-training-resource-standard> ;
    bioregistry.schema:0000005 "enables"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.bigdatau.org/schema#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-1537-0816 ;
    bioregistry.schema:0000024 "http://www.bigdatau.org/schema#"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.bigdatau.org/schema#enables> ;
    bioregistry.schema:0000029 "erudite" .

orcid:0000-0003-1537-0816 rdfs:label "John Darrell Van Horn" ;
    foaf:mbox "jvanhorn@usc.edu" .

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

fairsharing:FAIRsharing.o8CuJ7 dcterms:isPartOf bioregistry.metaresource:fairsharing .

