@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 doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix obofoundry: <https://www.obofoundry.org/ontology/> .
@prefix ols: <https://www.ebi.ac.uk/ols4/ontologies/> .
@prefix ontobee: <http://www.ontobee.org/ontology/> .
@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:SLSO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:SLSO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:slso .

bioregistry.metaresource:obofoundry dcterms:hasPart obofoundry:slso .

bioregistry.metaresource:ols dcterms:hasPart ols:slso .

bioregistry.metaresource:ontobee dcterms:hasPart ontobee:SLSO .

bioregistry:slso a bioregistry.schema:0000001 ;
    rdfs:label "Space Life Sciences Ontology" ;
    dcterms:description "The Space Life Sciences Ontology is an application ontology and is intended to support the operation of NASA's Life Sciences Data Archive and other systems that contain space life science research data."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/nasa/LSDAO> ;
    skos:exactMatch aberowl:SLSO,
        ontobee:SLSO,
        bioportal:SLSO,
        ols:slso,
        obofoundry:slso ;
    dcat:keyword "obo",
        "ontology" ;
    foaf:homepage <https://github.com/nasa/LSDAO> ;
    bioregistry.schema:0000005 "0000000"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/SLSO_$1"^^xsd:string ;
    bioregistry.schema:0000010 obo:slso.owl ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-4312-9552 ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/SLSO_"^^xsd:string ;
    bioregistry.schema:0000027 obo:SLSO_0000000 ;
    bioregistry.schema:0000029 "slso" .

orcid:0000-0003-4312-9552 rdfs:label "Dan Berrios" ;
    foaf:mbox "daniel.c.berrios@nasa.gov" .

aberowl:SLSO dcterms:isPartOf bioregistry.metaresource:aberowl .

ontobee:SLSO dcterms:isPartOf bioregistry.metaresource:ontobee .

bioportal:SLSO dcterms:isPartOf bioregistry.metaresource:bioportal .

ols:slso dcterms:isPartOf bioregistry.metaresource:ols .

obofoundry:slso dcterms:isPartOf bioregistry.metaresource:obofoundry .

