@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix agroportal: <http://agroportal.lirmm.fr/ontologies/> .
@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:GALLONT .

bioregistry.metaresource:agroportal dcterms:hasPart agroportal:GALLONT .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:GALLONT .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:gallont .

bioregistry.metaresource:obofoundry dcterms:hasPart obofoundry:gallont .

bioregistry.metaresource:ols dcterms:hasPart ols:gallont .

bioregistry.metaresource:ontobee dcterms:hasPart ontobee:GALLONT .

bioregistry:gallont a bioregistry.schema:0000001 ;
    rdfs:label "Plant Gall Ontology" ;
    dcterms:description "Ontology of plant gall phenotypes. Plant galls are novel plant structures, generated by plants in response to biotic stressors. This ontology is used to annotate gall phenotypes (e.g., their colors, textures, sizes, locations on the plant) in a semantic way, in order to facilitate discoveries about the genetic and physiologic mechanisms responsible for such phenotypes. The ontology can also be used as a controlled vocabulary for natural language descriptions of plant galls."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/adeans/gallont> ;
    skos:exactMatch aberowl:GALLONT,
        agroportal:GALLONT,
        ontobee:GALLONT,
        bioportal:GALLONT,
        ols:gallont,
        obofoundry:gallont ;
    dcat:keyword "obo",
        "ontology" ;
    foaf:homepage <https://adeans.github.io/gallont/> ;
    bioregistry.schema:0000005 "0000001"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/GALLONT_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 obo:gallont.owl ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000017 bioregistry:caro,
        bioregistry:flopo,
        bioregistry:ncbitaxon,
        bioregistry:obi,
        bioregistry:pato,
        bioregistry:po,
        bioregistry:poro,
        bioregistry:ro ;
    bioregistry.schema:0000019 orcid:0000-0002-2119-4663 ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/GALLONT_"^^xsd:string ;
    bioregistry.schema:0000027 obo:GALLONT_0000001 ;
    bioregistry.schema:0000029 "gallont" .

orcid:0000-0002-2119-4663 rdfs:label "Andy Deans" ;
    foaf:mbox "adeans@psu.edu" .

aberowl:GALLONT dcterms:isPartOf bioregistry.metaresource:aberowl .

agroportal:GALLONT dcterms:isPartOf bioregistry.metaresource:agroportal .

ontobee:GALLONT dcterms:isPartOf bioregistry.metaresource:ontobee .

bioportal:GALLONT dcterms:isPartOf bioregistry.metaresource:bioportal .

ols:gallont dcterms:isPartOf bioregistry.metaresource:ols .

obofoundry:gallont dcterms:isPartOf bioregistry.metaresource:obofoundry .

