@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 dcterms: <http://purl.org/dc/terms/> .
@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 ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:CPC .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:cpc .

bioregistry.metaresource:miriam dcterms:hasPart miriam:cpc .

bioregistry.metaresource:n2t dcterms:hasPart n2t:cpc .

bioregistry:cpc a bioregistry.schema:0000001 ;
    rdfs:label "Cooperative Patent Classification" ;
    dcterms:description "The Cooperative Patent Classification (CPC) is a patent classification system, developed jointly by the European Patent Office (EPO) and the United States Patent and Trademark Office (USPTO). It is based on the previous European classification system (ECLA), which itself was a version of the International Patent Classification (IPC) system. The CPC patent classification system has been used by EPO and USPTO since 1st January, 2013."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:CPC,
        n2t:cpc,
        miriam:cpc ;
    foaf:homepage <https://worldwide.espacenet.com/classification> ;
    bioregistry.schema:0000005 "A01M1/026"^^xsd:string ;
    bioregistry.schema:0000006 "https://worldwide.espacenet.com/classification?locale=en_EP#!/CPC=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^([A-H,Y]|[A-H, Y]\\d{2}|[A-H, Y]\\d{2}[A-Z]|[A-H, Y]\\d{2}[A-Z]\\d{1,3}|[A-H, Y]\\d{2}[A-Z]\\d{1,3}(\\/)?\\d{2,})$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://worldwide.espacenet.com/classification?locale=en_EP#!/CPC="^^xsd:string ;
    bioregistry.schema:0000026 ror:016vvkz13 ;
    bioregistry.schema:0000027 <https://worldwide.espacenet.com/classification?locale=en_EP#!/CPC=A01M1/026> ;
    bioregistry.schema:0000029 "cpc" .

biocontext:CPC dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:cpc dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:cpc dcterms:isPartOf bioregistry.metaresource:miriam .

