@prefix aberowl: <http://aber-owl.net/ontology/> .
@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 ecoportal: <http://ecoportal.lifewatch.eu/ontologies/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:CMECS .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:cmecs .

bioregistry.metaresource:ecoportal dcterms:hasPart ecoportal:CMECS .

bioregistry:cmecs a bioregistry.schema:0000001 ;
    rdfs:label "Costal and Marine Ecological Classification Standard" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Use this database to browse the CMECS classification and to get definitions for individual CMECS Units. This database contains the units that were published in the Coastal and Marine Ecological Classification Standard."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/NOAA-OCM/cmecs> ;
    skos:exactMatch aberowl:CMECS,
        ecoportal:CMECS ;
    dcat:keyword "ecology",
        "marine ecology",
        "ontology" ;
    foaf:homepage <https://cmecscatalog.org/cmecs> ;
    bioregistry.schema:0000005 "595"^^xsd:string ;
    bioregistry.schema:0000006 "https://cmecscatalog.org/cmecs/classification/unit/$1.html"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/CMECS/2/cmecs.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Kate Rose" ;
            foaf:mbox "kater@ngi.msstate.edu" ] ;
    bioregistry.schema:0000024 "https://bioregistry.io/cmecs:"^^xsd:string ;
    bioregistry.schema:0000027 <https://cmecscatalog.org/cmecs/classification/unit/595.html> ;
    bioregistry.schema:0000029 "cmecs" .

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

aberowl:CMECS dcterms:isPartOf bioregistry.metaresource:aberowl .

ecoportal:CMECS dcterms:isPartOf bioregistry.metaresource:ecoportal .

