@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:SASAP .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:SASAP .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:sasap .

bioregistry:sasap a bioregistry.schema:0000001 ;
    rdfs:label "The State of Alaska's Salmon and People Ontology" ;
    dcterms:description "An ontology which represents information about the State of Alaska's Salmon and People (SASAP) project, as well as knowledge about salmon, features of their habitats, salmon stakeholders, and related entities."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:SASAP,
        bioportal:SASAP ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://github.com/DataONEorg/sem-prov-ontologies/tree/main/salmon> ;
    bioregistry.schema:0000005 "00000101"^^xsd:string ;
    bioregistry.schema:0000006 "https://purl.dataone.org/odo/SASAP_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/SASAP/2/sasap.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-0381-3766 ;
    bioregistry.schema:0000024 "https://purl.dataone.org/odo/SASAP_"^^xsd:string ;
    bioregistry.schema:0000027 <https://purl.dataone.org/odo/SASAP_00000101> ;
    bioregistry.schema:0000029 "sasap" .

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

aberowl:SASAP dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:SASAP dcterms:isPartOf bioregistry.metaresource:bioportal .

