@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 ols: <https://www.ebi.ac.uk/ols4/ontologies/> .
@prefix orcid: <https://orcid.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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:biocontext dcterms:hasPart biocontext:owl .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:owl .

bioregistry.metaresource:lov dcterms:hasPart lov:owl .

bioregistry.metaresource:ols dcterms:hasPart ols:owl .

bioregistry.metaresource:zazuko dcterms:hasPart zazuko:owl .

bioregistry:owl a bioregistry.schema:0000001 ;
    rdfs:label "Web Ontology Language" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Overview of the Web Ontology Language (OWL) which provides an introduction to OWL by informally describing the features of each of the sublanguages."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:owl,
        zazuko:owl,
        lov:owl,
        ols:owl ;
    dcat:keyword "ontology",
        "w3c rec" ;
    foaf:homepage <https://www.w3.org/TR/owl-features/> ;
    bioregistry.schema:0000005 "Ontology"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.w3.org/2002/07/owl#$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://triplydb.com/w3c/owl/download.trig.gz> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://www.w3.org/2002/07/owl#"^^xsd:string ;
    bioregistry.schema:0000027 owl:Ontology ;
    bioregistry.schema:0000029 "owl" .

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

biocontext:owl dcterms:isPartOf bioregistry.metaresource:biocontext .

zazuko:owl dcterms:isPartOf bioregistry.metaresource:zazuko .

lov:owl dcterms:isPartOf bioregistry.metaresource:lov .

ols:owl dcterms:isPartOf bioregistry.metaresource:ols .

