@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 orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix tib.ts: <https://terminology.tib.eu/ts/ontologies/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:cgo .

bioregistry.metaresource:tib dcterms:hasPart tib.ts:cgo .

bioregistry:cgo a bioregistry.schema:0000001 ;
    rdfs:label "Common Greenhouse Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "This ontology describes concepts related to greenhouses. It mainly describes Dutch greenhouses, but can also be applied to greenhouses outside of The Netherlands. The ontology describes multiple aspects of the domain of greenhouses."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://gitlab.com/ddings/common-greenhouse-ontology> ;
    skos:exactMatch tib.ts:cgo ;
    dcat:keyword "chemical and environmental engineering",
        "earth sciences",
        "ess",
        "horticulture",
        "ontology" ;
    foaf:homepage <https://gitlab.com/ddings/common-greenhouse-ontology> ;
    bioregistry.schema:0000005 "AbioticStressTrait"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.tno.nl/agrifood/ontology/common-greenhouse-ontology#$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://ontology.tno.nl/ddings/Greenhouse_ontology_v1.3.ttl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "tib.cgo" ;
    bioregistry.schema:0000024 "https://www.tno.nl/agrifood/ontology/common-greenhouse-ontology#"^^xsd:string ;
    bioregistry.schema:0000026 ror:01bnjb948 ;
    bioregistry.schema:0000027 <https://www.tno.nl/agrifood/ontology/common-greenhouse-ontology#AbioticStressTrait> ;
    bioregistry.schema:0000029 "cgo" .

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

tib.ts:cgo dcterms:isPartOf bioregistry.metaresource:tib .

