@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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:spdx.term .

bioregistry:spdx.term a bioregistry.schema:0000001 ;
    rdfs:label "Software Package Data Exchange RDF Vocabulary" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "A dictionary of named properties and classes for Software Package Data Exchange (SPDX) - an open standard for communicating software bill of material information, including components, licenses, copyrights, and security references. SPDX reduces redundant work by providing a common format for companies and communities to share important data, thereby streamlining and improving compliance. [from homepage]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://spdx.org/rdf/terms/> ;
    bioregistry.schema:0000005 "annotation"^^xsd:string ;
    bioregistry.schema:0000006 "http://spdx.org/rdf/terms#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Gary O'Neall" ;
            foaf:mbox "gary@sourceauditor.com" ] ;
    bioregistry.schema:0000023 "spdx.terms" ;
    bioregistry.schema:0000024 "http://spdx.org/rdf/terms#"^^xsd:string ;
    bioregistry.schema:0000027 <http://spdx.org/rdf/terms#annotation> ;
    bioregistry.schema:0000029 "spdx.term" .

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

