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

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:SENSO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:senso .

bioregistry:senso a bioregistry.schema:0000001 ;
    rdfs:label "Sensitive Data Ontology" ;
    dcterms:description "The SENSO ontology is designed to provide classification terms for labeling sensitive data for data archival and sharing."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:SENSO,
        bioportal:SENSO ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://github.com/DataONEorg/sem-prov-ontologies/tree/main/senso> ;
    bioregistry.schema:0000005 "00000003"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.dataone.org/odo/SENSO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/SENSO/1/senso.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-0381-3766 ;
    bioregistry.schema:0000024 "http://purl.dataone.org/odo/SENSO_"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.dataone.org/odo/SENSO_00000003> ;
    bioregistry.schema:0000029 "senso" .

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

aberowl:SENSO dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:SENSO dcterms:isPartOf bioregistry.metaresource:bioportal .

