@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:nfdi4chem.ontocape .

bioregistry:nfdi4chem.ontocape a bioregistry.schema:0000001 ;
    rdfs:label "Ontology for computer aided process engineering" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "OntoCAPE is a large-scale ontology for the domain of Computer Aided Process Engineering (CAPE). Represented in a formal, machine-interpretable ontology language, OntoCAPE captures consensual knowledge of the process engineering domain in a generic way such that it can be reused and shared by groups of people and across software systems. On the basis of OntoCAPE, novel software support for various engineering activities can be developed; possible applications include the systematic management and retrieval of simulation models and design documents, electronic procurement of plant equipment, mathematical modeling, as well as the integration of design data from distributed sources."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://www.avt.rwth-aachen.de/cms/AVT/Forschung/Software/~ipts/OntoCape/> ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000029 "nfdi4chem.ontocape" .

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

