@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix wikidata: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:spdx3 .

bioregistry.metaresource:wikidata.entity dcterms:hasPart wikidata:Q2297620 .

bioregistry:spdx3 a bioregistry.schema:0000001 ;
    rdfs:label "System Package Data Exchange" ;
    dcterms:contributor orcid:0000-0002-9698-1899 ;
    dcterms:description "The System Package Data Exchange™ (SPDX®) specification is an open standard designed to represent systems containing software components as Software Bill of Materials (SBOMs). Additionally, SPDX supports AI, data, and security references, making it suitable for a wide range of risk management use cases. This _spdx3_ prefix is for SPDX 3.x versions. For earlier versions, use _spdx.term_."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/spdx/spdx-spec> ;
    skos:exactMatch wikidata:Q2297620 ;
    dcat:keyword "authority",
        "drm",
        "license",
        "rights" ;
    foaf:homepage <https://spdx.dev/> ;
    bioregistry.schema:0000005 "Software/Package"^^xsd:string ;
    bioregistry.schema:0000006 "https://spdx.org/rdf/3/terms/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://spdx.org/rdf/3/terms/"^^xsd:string ;
    bioregistry.schema:0000027 <https://spdx.org/rdf/3/terms/Software/Package> ;
    bioregistry.schema:0000029 "spdx3" .

orcid:0000-0002-9698-1899 rdfs:label "Arthit Suriyawongkul" ;
    foaf:mbox "suriyawa@tcd.ie" .

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

wikidata:Q2297620 dcterms:isPartOf bioregistry.metaresource:wikidata.entity .

