@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 tib.ts: <https://terminology.tib.eu/ts/ontologies/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix zazuko: <https://bioregistry.io/metaregistry/zazuko/resolve/> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:skosxl .

bioregistry.metaresource:lov dcterms:hasPart lov:skosxl .

bioregistry.metaresource:tib dcterms:hasPart tib.ts:skosxl .

bioregistry.metaresource:zazuko dcterms:hasPart zazuko:skosxl .

bioregistry:skosxl a bioregistry.schema:0000001 ;
    rdfs:label "Simple Knowledge Organization System eXtension for Labels" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Simple Knowledge Organization System (SKOS) is a common data model for sharing and linking knowledge organization systems via the Semantic Web. SKOS-XL defines an extension for the Simple Knowledge Organization System, providing additional support for describing and linking lexical entities.This document provides a brief description of the SKOS-XL vocabulary."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch zazuko:skosxl,
        lov:skosxl,
        tib.ts:skosxl ;
    dcat:keyword "computer science",
        "data model",
        "metadata",
        "miscellaneous",
        "semantic web",
        "skos",
        "w3c rec" ;
    foaf:homepage <http://www.w3.org/2008/05/skos-xl#> ;
    bioregistry.schema:0000005 "literalForm"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.w3.org/2008/05/skos-xl#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "skos-xl",
        "skos.xl" ;
    bioregistry.schema:0000024 "http://www.w3.org/2008/05/skos-xl#"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.w3.org/2008/05/skos-xl#literalForm> ;
    bioregistry.schema:0000029 "skosxl" .

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

zazuko:skosxl dcterms:isPartOf bioregistry.metaresource:zazuko .

lov:skosxl dcterms:isPartOf bioregistry.metaresource:lov .

tib.ts:skosxl dcterms:isPartOf bioregistry.metaresource:tib .

