@prefix bartoc: <https://bartoc.org/en/node/> .
@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 miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@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:bartoc dcterms:hasPart bartoc:20514 .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:spdx .

bioregistry.metaresource:miriam dcterms:hasPart miriam:spdx .

bioregistry.metaresource:n2t dcterms:hasPart n2t:spdx .

bioregistry:spdx a bioregistry.schema:0000001 ;
    rdfs:label "Software Package Data Exchange License" ;
    dcterms:description "The SPDX License List is a list of commonly found licenses and exceptions used in free and open source and other collaborative software or documentation. The purpose of the SPDX License List is to enable easy and efficient identification of such licenses and exceptions in an SPDX document, in source files or elsewhere. The SPDX License List includes a standardized short identifier, full name, vetted license text including matching guidelines markup as appropriate, and a canonical permanent URL for each license and exception."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/spdx/license-list-data> ;
    skos:exactMatch bartoc:20514,
        n2t:spdx,
        miriam:spdx ;
    dcat:keyword "license",
        "ontology" ;
    foaf:homepage <https://spdx.org/licenses> ;
    bioregistry.schema:0000005 "CC-BY-1.0"^^xsd:string ;
    bioregistry.schema:0000006 "https://spdx.org/licenses/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[0-9A-Za-z\\-.\\+]+$"^^xsd:string ;
    bioregistry.schema:0000010 <https://w3id.org/biopragmatics/resources/spdx/spdx.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Gary O'Neall" ;
            foaf:mbox "gary@sourceauditor.com" ] ;
    bioregistry.schema:0000023 "spdx.license",
        "spdx.licenses" ;
    bioregistry.schema:0000024 "https://spdx.org/licenses/"^^xsd:string ;
    bioregistry.schema:0000027 <https://spdx.org/licenses/CC-BY-1.0> ;
    bioregistry.schema:0000029 "spdx" .

bartoc:20514 dcterms:isPartOf bioregistry.metaresource:bartoc .

n2t:spdx dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:spdx dcterms:isPartOf bioregistry.metaresource:miriam .

