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

bioregistry:iso15926 a bioregistry.schema:0000001 ;
    rdfs:label "ISO 15926-14" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The primary purpose of ISO 15926 is to provide a foundation ontology to support the integration and sharing of data related to the lifecycle of a process plant in such a way that it is consistent, unambiguous, and minimizing the number of ways something could be expressed. Further purpose of ISO 15926-14 is to meet needs for OWL 2 ontologies that are based on ISO 15926-2, that enable efficient reasoning and that capture lifecycle information. A specific purpose is to demonstrate lifecycle modelling through a representation of the lifecycle model of ISO/IEC 81346-1. Another specific purpose is to exemplify how this standard can be used to develop industrial ontologies through various real-world use cases from industry. (from https://nfdi4cat.org/services/ontologie-sammlung/)"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://15926.org/home/> ;
    bioregistry.schema:0000005 "activityBoundOf"^^xsd:string ;
    bioregistry.schema:0000006 "http://standards.iso.org/iso/15926/part14/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://standards.iso.org/iso/15926/part14/"^^xsd:string ;
    bioregistry.schema:0000027 <http://standards.iso.org/iso/15926/part14/activityBoundOf> ;
    bioregistry.schema:0000029 "iso15926" .

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

