@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 doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ccso .

bioregistry:ccso a bioregistry.schema:0000001 ;
    rdfs:label "Curriculum Course Syllabus Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "CCSO is an educational ontology acting as a data model for concepts and entities within an academic setting, enabling also the annotation of potentially available resources. The ontology aims to conceptualize educational entities within Curriculum and Syllabus with appropriate coverage and quality, in order to support rich services on top for improving curriculum management and automatically enabling syllabus semantic processes. (from homepage)"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/Vkreations/CCSO> ;
    dcat:keyword "curricula",
        "curriculum",
        "education",
        "oer",
        "oers",
        "ontology",
        "open educational resources" ;
    foaf:homepage <https://vkreations.github.io/CCSO/> ;
    bioregistry.schema:0000005 "AcademicStaff"^^xsd:string ;
    bioregistry.schema:0000006 "https://w3id.org/ccso/ccso#$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://vkreations.github.io/CCSO/CCSO_071owl.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Evangelos Katis" ;
            foaf:mbox "merocknyxta@gmail.com" ] ;
    bioregistry.schema:0000024 "https://w3id.org/ccso/ccso#"^^xsd:string ;
    bioregistry.schema:0000027 <https://w3id.org/ccso/ccso#AcademicStaff> ;
    bioregistry.schema:0000029 "ccso" .

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

