@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@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 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:SALMON .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:SALMON .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:salmon .

bioregistry:salmon a bioregistry.schema:0000001 ;
    rdfs:label "Salmon Ontology" ;
    dcterms:description "An ontology representing knowledge about salmon, features of their habitats, salmon stakeholders, and related entities. This ontology is considered to be in the early stages of development, though it is based upon considerable previous work. Contributions of all kinds are welcome and encouraged, including alignments, updates to existing terms, and new terms."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:SALMON,
        bioportal:SALMON ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://github.com/DataONEorg/sem-prov-ontologies/tree/main/salmon> ;
    bioregistry.schema:0000005 "00000674"^^xsd:string ;
    bioregistry.schema:0000006 "https://purl.dataone.org/odo/SALMON_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/SALMON/2/salmon.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-0381-3766 ;
    bioregistry.schema:0000024 "https://purl.dataone.org/odo/SALMON_"^^xsd:string ;
    bioregistry.schema:0000027 <https://purl.dataone.org/odo/SALMON_00000674> ;
    bioregistry.schema:0000029 "salmon" .

orcid:0000-0002-0381-3766 rdfs:label "Bryce Mecum" ;
    foaf:mbox "brycemecum@gmail.com" .

aberowl:SALMON dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:SALMON dcterms:isPartOf bioregistry.metaresource:bioportal .

