@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix cheminf: <https://semanticscience.org/resource/CHEMINF_> .
@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 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:ecn .

bioregistry.metaresource:cheminf dcterms:hasPart cheminf:000447 .

bioregistry.metaresource:wikidata dcterms:hasPart wikidata:P232 .

bioregistry:ecn a bioregistry.schema:0000001 ;
    rdfs:label "EC number" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "identifier for a chemical compound per EINECS or ELINCS"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch wikidata:P232,
        cheminf:000447 ;
    foaf:homepage <https://echa.europa.eu/information-on-chemicals> ;
    bioregistry.schema:0000005 "200-003-9"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.echa.europa.eu/information-on-chemicals/ec-inventory/-/dislist/details/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{3}-\\d{3}-\\d$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://www.echa.europa.eu/information-on-chemicals/ec-inventory/-/dislist/details/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.echa.europa.eu/information-on-chemicals/ec-inventory/-/dislist/details/200-003-9> ;
    bioregistry.schema:0000029 "ecn" .

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

wikidata:P232 dcterms:isPartOf bioregistry.metaresource:wikidata .

cheminf:000447 dcterms:isPartOf bioregistry.metaresource:cheminf .

