@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 fairsharing: <https://fairsharing.org/> .
@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:PLOSTHES .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:PLOSTHES .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:plos .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.2ndf9r .

bioregistry:plos a bioregistry.schema:0000001 ;
    rdfs:label "PLOS Thesaurus" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "An ontologization of Public Library of Science (PLOS) journal keywords and topics. It's not clear how the IDs correspond to the actual pages. Appears in ADCAD."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:PLOSTHES,
        bioportal:PLOSTHES,
        fairsharing:FAIRsharing.2ndf9r ;
    dcat:keyword "ontology",
        "subject agnostic" ;
    foaf:homepage <http://journals.plos.org> ;
    bioregistry.schema:0000005 "1443"^^xsd:string ;
    bioregistry.schema:0000006 "http://localhost/plosthes.2017-1#$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "PLOS Taxonomy Team" ;
            foaf:mbox "subjectareas@plos.org" ] ;
    bioregistry.schema:0000023 "PLOSTHES" ;
    bioregistry.schema:0000024 "http://localhost/plosthes.2017-1#"^^xsd:string ;
    bioregistry.schema:0000027 <http://localhost/plosthes.2017-1#1443> ;
    bioregistry.schema:0000029 "plos" .

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

aberowl:PLOSTHES dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:PLOSTHES dcterms:isPartOf bioregistry.metaresource:bioportal .

fairsharing:FAIRsharing.2ndf9r dcterms:isPartOf bioregistry.metaresource:fairsharing .

