@prefix : <https://nfdi.fiz-karlsruhe.de/ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://nfdi.fiz-karlsruhe.de/ontology#> .

<https://nfdi.fiz-karlsruhe.de/ontology> rdf:type owl:Ontology ;
                                          owl:versionIRI <https://nfdi.fiz-karlsruhe.de/ontology/3.0.4> ;
                                          <http://purl.org/dc/terms/bibliographicCitation> "Jörg Waitelonis, Oleksandra Bruns, Tabea Tietz, Etienne Posthumus, Hossein Beygi Nasrabadi, Harald Sack. NFDIcore Ontology. Revision: v3.0.4. Retrieved from: https://nfdi.fiz-karlsruhe.de/ontology/3.0.4" ;
                                          <http://purl.org/dc/terms/created> "2026-02-05" ;
                                          <http://purl.org/dc/terms/creator> <https://nfdi4culture.de/id/E1925> ,
                                                                             <https://nfdi4culture.de/id/E2415> ,
                                                                             <https://nfdi4culture.de/id/E2416> ,
                                                                             <https://nfdi4culture.de/id/E3095> ,
                                                                             <https://orcid.org/0000-0001-7192-7143> ,
                                                                             <https://orcid.org/0000-0002-3092-0532> ;
                                          <http://purl.org/dc/terms/description> """The National Research Data Infrastructure (NFDI) initiative has led to the formation of various consortia, each focused on developing a research data infrastructure tailored to its specific domain. To ensure interoperability across these consortia, the NFDIcore ontology has been developed as a mid-level ontology for representing metadata related to NFDI resources, including individuals, organizations, projects, data portals, and more.
Further infomration can be found at GitHub: https://github.com/ISE-FIZKarlsruhe/nfdicore/"""@en ;
                                          <http://purl.org/dc/terms/license> <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                          <http://purl.org/dc/terms/title> "NFDIcore Ontology"@en ;
                                          <http://purl.org/ontology/bibo/status> "Ontology Specification"@en ;
                                          <http://purl.org/vocab/vann/preferredNamespaceUri> <https://nfdi.fiz-karlsruhe.de/ontology/> ;
                                          <http://usefulinc.com/ns/doap#repository> <https://github.com/ISE-FIZKarlsruhe/nfdicore/> ;
                                          rdfs:label "NFDIcore" ;
                                          owl:priorVersion <https://nfdi.fiz-karlsruhe.de/ontology/3.0.3> ;
                                          owl:versionInfo "3.0.4" .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.obolibrary.org/obo/IAO_0000112
<http://purl.obolibrary.org/obo/IAO_0000112> rdf:type owl:AnnotationProperty ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A phrase describing how a term should be used and/or a citation to a work which uses it. May also include other kinds of examples that facilitate immediate understanding, such as widely know prototypes or instances of a class, or cases where a relation is said to hold."@en ,
                                                                                          "A phrase describing how a class name should be used. May also include other kinds of examples that facilitate immediate understanding of a class semantics, such as widely known prototypical subclasses or instances of the class. Although essential for high level terms, examples for low level terms (e.g., Affymetrix HU133 array) are not." ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "GROUP:OBI:<http://purl.obolibrary.org/obo/obi>"@en ,
                                                                                          "IAO" ;
                                             rdfs:label "example of usage"@en ,
                                                        "example of usage" .


###  http://purl.obolibrary.org/obo/IAO_0000115
<http://purl.obolibrary.org/obo/IAO_0000115> rdf:type owl:AnnotationProperty ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "The official OBI definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions."@en ,
                                                                                          "The official definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> """2012-04-05: 
Barry Smith

The official OBI definition, explaining the meaning of a class or property: 'Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions'  is terrible.

Can you fix to something like:

A statement of necessary and sufficient conditions explaining the meaning of an expression referring to a class or property.

Alan Ruttenberg

Your proposed definition is a reasonable candidate, except that it is very common that necessary and sufficient conditions are not given. Mostly they are necessary, occasionally they are necessary and sufficient or just sufficient. Often they use terms that are not themselves defined and so they effectively can't be evaluated by those criteria. 

On the specifics of the proposed definition:

We don't have definitions of 'meaning' or 'expression' or 'property'. For 'reference' in the intended sense I think we use the term 'denotation'. For 'expression', I think we you mean symbol, or identifier. For 'meaning' it differs for class and property. For class we want documentation that let's the intended reader determine whether an entity is instance of the class, or not. For property we want documentation that let's the intended reader determine, given a pair of potential relata, whether the assertion that the relation holds is true. The 'intended reader' part suggests that we also specify who, we expect, would be able to understand the definition, and also generalizes over human and computer reader to include textual and logical definition. 

Personally, I am more comfortable weakening definition to documentation, with instructions as to what is desirable. 

We also have the outstanding issue of how to aim different definitions to different audiences. A clinical audience reading chebi wants a different sort of definition documentation/definition from a chemistry trained audience, and similarly there is a need for a definition that is adequate for an ontologist to work with."""@en ,
                                                                                          """2012-04-05: 
Barry Smith

The official OBI definition, explaining the meaning of a class or property: 'Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions'  is terrible.

Can you fix to something like:

A statement of necessary and sufficient conditions explaining the meaning of an expression referring to a class or property.

Alan Ruttenberg

Your proposed definition is a reasonable candidate, except that it is very common that necessary and sufficient conditions are not given. Mostly they are necessary, occasionally they are necessary and sufficient or just sufficient. Often they use terms that are not themselves defined and so they effectively can't be evaluated by those criteria. 

On the specifics of the proposed definition:

We don't have definitions of 'meaning' or 'expression' or 'property'. For 'reference' in the intended sense I think we use the term 'denotation'. For 'expression', I think we you mean symbol, or identifier. For 'meaning' it differs for class and property. For class we want documentation that let's the intended reader determine whether an entity is instance of the class, or not. For property we want documentation that let's the intended reader determine, given a pair of potential relata, whether the assertion that the relation holds is true. The 'intended reader' part suggests that we also specify who, we expect, would be able to understand the definition, and also generalizes over human and computer reader to include textual and logical definition. 

Personally, I am more comfortable weakening definition to documentation, with instructions as to what is desirable. 

We also have the outstanding issue of how to aim different definitions to different audiences. A clinical audience reading chebi wants a different sort of definition documentation/definition from a chemistry trained audience, and similarly there is a need for a definition that is adequate for an ontologist to work with.  """@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "GROUP:OBI:<http://purl.obolibrary.org/obo/obi>"@en ;
                                             rdfs:label "definition"@en ,
                                                        "definition" ,
                                                        "textual definition" .


###  http://purl.obolibrary.org/obo/IAO_0000116
<http://purl.obolibrary.org/obo/IAO_0000116> rdf:type owl:AnnotationProperty ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "An administrative note intended for its editor. It may not be included in the publication version of the ontology, so it should contain nothing necessary for end users to understand the ontology."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "GROUP:OBI:<http://purl.obofoundry.org/obo/obi>"@en ;
                                             rdfs:label "editor note"@en .


###  http://purl.obolibrary.org/obo/IAO_0000118
<http://purl.obolibrary.org/obo/IAO_0000118> rdf:type owl:AnnotationProperty ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A label for a class or property that can be used to refer to the class or property instead of the preferred rdfs:label. Alternative labels should be used to indicate community- or context-specific labels, abbreviations, shorthand forms and the like."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "GROUP:OBI:<http://purl.obolibrary.org/obo/obi>"@en ;
                                             rdfs:label "alternative label"@en .


###  http://purl.obolibrary.org/obo/IAO_0000119
<http://purl.obolibrary.org/obo/IAO_0000119> rdf:type owl:AnnotationProperty ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "Formal citation, e.g. identifier in external database to indicate / attribute source(s) for the definition. Free text indicate / attribute source(s) for the definition. EXAMPLE: Author Name, URI, MeSH Term C04, PUBMED ID, Wiki uri on 31.01.2007"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "Discussion on obo-discuss mailing-list, see http://bit.ly/hgm99w"@en ,
                                                                                          "GROUP:OBI:<http://purl.obolibrary.org/obo/obi>"@en ;
                                             rdfs:label "definition source"@en ,
                                                        "definition source" .


###  http://purl.obolibrary.org/obo/IAO_0100001
<http://purl.obolibrary.org/obo/IAO_0100001> rdf:type owl:AnnotationProperty ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "Use on obsolete terms, relating the term to another term that can be used as a substitute"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "Person:Alan Ruttenberg"@en ;
                                             rdfs:label "term replaced by"@en .


###  http://purl.obolibrary.org/obo/OMO_0002000
<http://purl.obolibrary.org/obo/OMO_0002000> rdf:type owl:AnnotationProperty ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> """'part disjoint with' 'defined by construct' \"\"\"
    PREFIX owl: <http://www.w3.org/2002/07/owl#>
    PREFIX : <http://example.org/
    CONSTRUCT {
      [
        a owl:Restriction ;
        owl:onProperty :part_of ;
        owl:someValuesFrom ?a ;
        owl:disjointWith [
          a owl:Restriction ;
          owl:onProperty :part_of ;
          owl:someValuesFrom ?b
        ]
      ]
    }
    WHERE {
      ?a :part_disjoint_with ?b .
    }""" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "Links an annotation property to a SPARQL CONSTRUCT query which is meant to provide semantics for a shortcut relation." ;
                                             rdfs:label "defined by construct" .


###  http://purl.org/dc/elements/1.1/contributor
<http://purl.org/dc/elements/1.1/contributor> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/description
<http://purl.org/dc/elements/1.1/description> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/identifier
<http://purl.org/dc/elements/1.1/identifier> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/license
<http://purl.org/dc/elements/1.1/license> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/source
<http://purl.org/dc/elements/1.1/source> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/bibliographicCitation
<http://purl.org/dc/terms/bibliographicCitation> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/created
<http://purl.org/dc/terms/created> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/creator
<http://purl.org/dc/terms/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/description
<http://purl.org/dc/terms/description> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> rdf:type owl:AnnotationProperty .


###  http://purl.org/ontology/bibo/status
<http://purl.org/ontology/bibo/status> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespaceUri
<http://purl.org/vocab/vann/preferredNamespaceUri> rdf:type owl:AnnotationProperty .


###  http://usefulinc.com/ns/doap#repository
<http://usefulinc.com/ns/doap#repository> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2000/01/rdf-schema#label
rdfs:label rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#altLabel
<http://www.w3.org/2004/02/skos/core#altLabel> rdf:type owl:AnnotationProperty ;
                                               rdfs:label "alternative label"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "An alternative lexical label for a resource."@en ;
                                               <http://www.w3.org/2004/02/skos/core#example> "Acronyms, abbreviations, spelling variants, and irregular plural/singular forms may be included among the alternative labels for a concept. Mis-spelled terms are normally included as hidden labels (see skos:hiddenLabel)."@en ;
                                               rdfs:subPropertyOf rdfs:label .


###  http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> rdf:type owl:AnnotationProperty ;
                                                 rdfs:label "definition"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "A statement or formal explanation of the meaning of a concept."@en .


###  http://www.w3.org/2004/02/skos/core#editorialNote
<http://www.w3.org/2004/02/skos/core#editorialNote> rdf:type owl:AnnotationProperty ;
                                                    rdfs:label "editorial note"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "A note for an editor, translator or maintainer of the vocabulary."@en .


###  http://www.w3.org/2004/02/skos/core#example
<http://www.w3.org/2004/02/skos/core#example> rdf:type owl:AnnotationProperty ;
                                              rdfs:label "example"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "An example of the use of a concept."@en .


###  http://www.w3.org/2004/02/skos/core#prefLabel
<http://www.w3.org/2004/02/skos/core#prefLabel> rdf:type owl:AnnotationProperty ;
                                                rdfs:label "preferred label"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "The preferred lexical label for a resource, in a given language."@en ;
                                                rdfs:subPropertyOf rdfs:label .


###  http://www.w3.org/2004/02/skos/core#scopeNote
<http://www.w3.org/2004/02/skos/core#scopeNote> rdf:type owl:AnnotationProperty ;
                                                rdfs:label "scope note"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "A note that helps to clarify the meaning and/or the use of a concept."@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000012
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000012> rdf:type owl:AnnotationProperty ;
                                                      rdfs:label "readable IRI label"@en ;
                                                      rdfs:subPropertyOf <http://purl.obolibrary.org/obo/IAO_0000118> .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> rdf:type owl:AnnotationProperty ;
                                                      rdfs:comment "A term tracker annotation is an editor note used to track the history of an entity. For each change, it records the related GitHub issue and pull request." ;
                                                      rdfs:label "term tracker annotation"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "adapted from http://openenergy-platform.org/ontology/oeo/OEO_00020426" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010015
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010015> rdf:type owl:AnnotationProperty ;
                                                      rdfs:comment "A relation between an entity and its abbreviated form, representing a shortened version of the original term or phrase." ;
                                                      rdfs:label "has acronym"@en ;
                                                      rdfs:subPropertyOf <http://purl.obolibrary.org/obo/IAO_0000118> .


#################################################################
#    Datatypes
#################################################################

###  http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .


#################################################################
#    Object Properties
#################################################################

###  http://purl.obolibrary.org/obo/BFO_0000050
<http://purl.obolibrary.org/obo/BFO_0000050> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000051> ;
                                             rdf:type owl:TransitiveProperty ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "my brain is part of my body (continuant parthood, two material entities)"@en ,
                                                                                          "my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity)"@en ,
                                                                                          "this day is part of this year (occurrent parthood)"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "a core relation that holds between a part and its whole"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "Everything is part of itself. Any part of any part of a thing is itself part of that thing. Two distinct things cannot be part of each other."@en ,
                                                                                          "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"@en ,
                                                                                          """Parthood requires the part and the whole to have compatible classes: only an occurrent can be part of an occurrent; only a process can be part of a process; only a continuant can be part of a continuant; only an independent continuant can be part of an independent continuant; only an immaterial entity can be part of an immaterial entity; only a specifically dependent continuant can be part of a specifically dependent continuant; only a generically dependent continuant can be part of a generically dependent continuant. (This list is not exhaustive.)

A continuant cannot be part of an occurrent: use 'participates in'. An occurrent cannot be part of a continuant: use 'has participant'. A material entity cannot be part of an immaterial entity: use 'has location'. A specifically dependent continuant cannot be part of an independent continuant: use 'inheres in'. An independent continuant cannot be part of a specifically dependent continuant: use 'bearer of'."""@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000118> "part_of"@en ;
                                             rdfs:label "part of"@en .


###  http://purl.obolibrary.org/obo/BFO_0000051
<http://purl.obolibrary.org/obo/BFO_0000051> rdf:type owl:ObjectProperty ,
                                                      owl:TransitiveProperty ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "my body has part my brain (continuant parthood, two material entities)"@en ,
                                                                                          "my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity)"@en ,
                                                                                          "this year has part this day (occurrent parthood)"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "a core relation that holds between a whole and its part"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "Everything has itself as a part. Any part of any part of a thing is itself part of that thing. Two distinct things cannot have each other as a part."@en ,
                                                                                          "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"@en ,
                                                                                          """Parthood requires the part and the whole to have compatible classes: only an occurrent have an occurrent as part; only a process can have a process as part; only a continuant can have a continuant as part; only an independent continuant can have an independent continuant as part; only a specifically dependent continuant can have a specifically dependent continuant as part; only a generically dependent continuant can have a generically dependent continuant as part. (This list is not exhaustive.)

A continuant cannot have an occurrent as part: use 'participates in'. An occurrent cannot have a continuant as part: use 'has participant'. An immaterial entity cannot have a material entity as part: use 'location of'. An independent continuant cannot have a specifically dependent continuant as part: use 'bearer of'. A specifically dependent continuant cannot have an independent continuant as part: use 'inheres in'."""@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000118> "has_part"@en ;
                                             rdfs:label "has part"@en .


###  http://purl.obolibrary.org/obo/BFO_0000054
<http://purl.obolibrary.org/obo/BFO_0000054> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000055> ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000017> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "206-BFO" ;
                                             rdfs:label "has realization"@en ;
                                             <http://www.w3.org/2004/02/skos/core#altLabel> "realized in"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b has realization c =Def c realizes b"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "As for realizes"@en .


###  http://purl.obolibrary.org/obo/BFO_0000055
<http://purl.obolibrary.org/obo/BFO_0000055> rdf:type owl:ObjectProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000017> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "059-BFO" ;
                                             rdfs:label "realizes"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) realizes is a relation between a process b and realizable entity c such that c inheres in some d & for all t, if b has participant d then c exists & the type instantiated by b is correlated with the type instantiated by c"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A balding process realizes a disposition to go bald; a studying process realizes a student role; a process of pumping blood realizes the pumping function of a heart"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: <Link>"@en .


###  http://purl.obolibrary.org/obo/BFO_0000062
<http://purl.obolibrary.org/obo/BFO_0000062> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000063> ;
                                             rdf:type owl:TransitiveProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "213-BFO" ;
                                             rdfs:label "preceded by"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b preceded by c =Def b precedes c"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The temporal region occupied by the second half of the match is preceded by the temporal region occupied by the first half of the match"@en .


###  http://purl.obolibrary.org/obo/BFO_0000063
<http://purl.obolibrary.org/obo/BFO_0000063> rdf:type owl:ObjectProperty ,
                                                      owl:TransitiveProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "270-BFO" ;
                                             rdfs:label "precedes"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) precedes is a relation between occurrents o, o' such that if t is the temporal extent of o & t' is the temporal extent of o' then either the last instant of o is before the first instant of o' or the last instant of o is the first instant of o' & neither o nor o' are temporal instants"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The temporal region occupied by Mary's birth precedes the temporal region occupied by Mary's death."@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "Each temporal region is its own temporal extent. The temporal extent of a spatiotemporal region is the temporal region it temporally projects onto. The temporal extent of a process or process boundary that occupies temporal region t is t." ,
                                                                                             "Precedes defines a strict partial order on occurrents." .


###  http://purl.obolibrary.org/obo/BFO_0000066
<http://purl.obolibrary.org/obo/BFO_0000066> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000183> ;
                                             rdfs:domain [ rdf:type owl:Class ;
                                                           owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000015>
                                                                         <http://purl.obolibrary.org/obo/BFO_0000035>
                                                                       )
                                                         ] ;
                                             rdfs:range [ rdf:type owl:Class ;
                                                          owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000029>
                                                                        <http://purl.obolibrary.org/obo/BFO_0000040>
                                                                      )
                                                        ] ;
                                             <http://purl.org/dc/elements/1.1/identifier> "143-BFO" ;
                                             rdfs:label "occurs in"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b occurs in c =Def b is a process or a process boundary & c is a material entity or site & there exists a spatiotemporal region r & b occupies spatiotemporal region r & for all time t, if b exists at t then c exists at t & there exist spatial regions s and s' where b spatially projects onto s at t & c occupies spatial region s' at t & s is a continuant part of s' at t"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A process of digestion occurs in the interior of an organism; a process of loading artillery rounds into a tank cannon occurs in the interior of the tank"@en .


###  http://purl.obolibrary.org/obo/BFO_0000108
<http://purl.obolibrary.org/obo/BFO_0000108> rdf:type owl:ObjectProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000001> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000008> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "118-BFO" ;
                                             rdfs:label "exists at"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) exists at is a relation between a particular and some temporal region at which the particular exists"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "First World War exists at 1914-1916; Mexico exists at January 1, 2000"@en .


###  http://purl.obolibrary.org/obo/BFO_0000117
<http://purl.obolibrary.org/obo/BFO_0000117> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000132> ;
                                             rdf:type owl:TransitiveProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "202-BFO" ;
                                             rdfs:label "has occurrent part"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b has occurrent part c =Def c occurrent part of b"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "Mary's life has occurrent part Mary's 5th birthday"@en .


###  http://purl.obolibrary.org/obo/BFO_0000118
<http://purl.obolibrary.org/obo/BFO_0000118> rdf:type owl:ObjectProperty ;
                                             rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000117> ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000138> ;
                                             rdf:type owl:TransitiveProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "154-BFO" ;
                                             rdfs:label "has proper occurrent part"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b has proper occurrent part c =Def b has occurrent part c & b and c are not identical"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "As for has occurrent part."@en .


###  http://purl.obolibrary.org/obo/BFO_0000121
<http://purl.obolibrary.org/obo/BFO_0000121> rdf:type owl:ObjectProperty ;
                                             rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000117> ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000139> ;
                                             rdf:type owl:TransitiveProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "211-BFO" ;
                                             rdfs:label "has temporal part"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b has temporal part c =Def c temporal part of b"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "Your life has temporal part the first year of your life"@en .


###  http://purl.obolibrary.org/obo/BFO_0000132
<http://purl.obolibrary.org/obo/BFO_0000132> rdf:type owl:ObjectProperty ,
                                                      owl:TransitiveProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "003-BFO" ;
                                             rdfs:label "occurrent part of"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) occurrent part of is a relation between occurrents b and c when b is part of c"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "Mary's 5th birthday is an occurrent part of Mary's life; the first set of the tennis match is an occurrent part of the tennis match"@en .


###  http://purl.obolibrary.org/obo/BFO_0000136
<http://purl.obolibrary.org/obo/BFO_0000136> rdf:type owl:ObjectProperty ;
                                             rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000139> ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000181> ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "116-BFO" ;
                                             rdfs:label "proper temporal part of"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b proper temporal part of c =Def b temporal part of c & not (b = c)"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "As for temporal part of."@en .


###  http://purl.obolibrary.org/obo/BFO_0000138
<http://purl.obolibrary.org/obo/BFO_0000138> rdf:type owl:ObjectProperty ;
                                             rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000132> ;
                                             rdf:type owl:TransitiveProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "005-BFO" ;
                                             rdfs:label "proper occurrent part of"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b proper occurrent part of c =Def b occurrent part of c & b and c are not identical"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "As for occurrent part of."@en .


###  http://purl.obolibrary.org/obo/BFO_0000139
<http://purl.obolibrary.org/obo/BFO_0000139> rdf:type owl:ObjectProperty ;
                                             rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000132> ;
                                             rdf:type owl:TransitiveProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "078-BFO" ;
                                             rdfs:label "temporal part of"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b temporal part of c =Def b occurrent part of c & (b and c are temporal regions) or (b and c are spatiotemporal regions & b temporally projects onto an occurrent part of the temporal region that c temporally projects onto) or (b and c are processes or process boundaries & b occupies a temporal region that is an occurrent part of the temporal region that c occupies)"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "Your heart beating from 4pm to 5pm today is a temporal part of the process of your heart beating; the 4th year of your life is a temporal part of your life, as is the process boundary which separates the 3rd and 4th years of your life; the first quarter of a game of football is a temporal part of the whole game"@en .


###  http://purl.obolibrary.org/obo/BFO_0000153
<http://purl.obolibrary.org/obo/BFO_0000153> rdf:type owl:ObjectProperty ,
                                                      owl:FunctionalProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000011> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000008> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "080-BFO" ;
                                             rdfs:label "temporally projects onto"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) temporally projects onto is a relation between a spatiotemporal region s and some temporal region which is the temporal extent of s"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The world line of a particle temporally projects onto the temporal region extending from the beginning to the end of the existence of the particle"@en .


###  http://purl.obolibrary.org/obo/BFO_0000181
<http://purl.obolibrary.org/obo/BFO_0000181> rdf:type owl:ObjectProperty ;
                                             rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000121> ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "212-BFO" ;
                                             rdfs:label "has proper temporal part"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b has proper temporal part c =Def c proper temporal part of b"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "As for has temporal part."@en .


###  http://purl.obolibrary.org/obo/BFO_0000183
<http://purl.obolibrary.org/obo/BFO_0000183> rdf:type owl:ObjectProperty ;
                                             rdfs:domain [ rdf:type owl:Class ;
                                                           owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000029>
                                                                         <http://purl.obolibrary.org/obo/BFO_0000040>
                                                                       )
                                                         ] ;
                                             rdfs:range [ rdf:type owl:Class ;
                                                          owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000015>
                                                                        <http://purl.obolibrary.org/obo/BFO_0000035>
                                                                      )
                                                        ] ;
                                             <http://purl.org/dc/elements/1.1/identifier> "267-BFO" ;
                                             rdfs:label "environs"@en ;
                                             <http://www.w3.org/2004/02/skos/core#altLabel> "contains process"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b environs c =Def c occurs in b"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "Mouth environs process of mastication; city environs traffic"@en .


###  http://purl.obolibrary.org/obo/BFO_0000184
<http://purl.obolibrary.org/obo/BFO_0000184> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000185> ;
                                             rdf:type owl:FunctionalProperty ,
                                                      owl:InverseFunctionalProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000182> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000040> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "144-BFO" ;
                                             rdfs:label "history of"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) history of is a relation between history b and material entity c such that b is the unique history of c"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "This life is the history of this organism"@en .


###  http://purl.obolibrary.org/obo/BFO_0000185
<http://purl.obolibrary.org/obo/BFO_0000185> rdf:type owl:ObjectProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000040> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000182> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "145-BFO" ;
                                             rdfs:label "has history"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b has history c =Def c history of b"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "This organism has history this life"@en .


###  http://purl.obolibrary.org/obo/BFO_0000194
<http://purl.obolibrary.org/obo/BFO_0000194> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000195> ;
                                             rdfs:domain [ rdf:type owl:Class ;
                                                           owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000020>
                                                                         [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000004>
                                                                                                [ rdf:type owl:Class ;
                                                                                                  owl:complementOf <http://purl.obolibrary.org/obo/BFO_0000006>
                                                                                                ]
                                                                                              ) ;
                                                                           rdf:type owl:Class
                                                                         ]
                                                                       )
                                                         ] ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000020> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "260-BFO" ;
                                             rdfs:label "specifically depended on by"@en ;
                                             <http://www.w3.org/2004/02/skos/core#altLabel> "s-depended on by"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b specifically depended on by c =Def c specifically depends on b"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "Coloured object specifically depended on by colour"@en .


###  http://purl.obolibrary.org/obo/BFO_0000195
<http://purl.obolibrary.org/obo/BFO_0000195> rdf:type owl:ObjectProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000020> ;
                                             rdfs:range [ rdf:type owl:Class ;
                                                          owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000020>
                                                                        [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000004>
                                                                                               [ rdf:type owl:Class ;
                                                                                                 owl:complementOf <http://purl.obolibrary.org/obo/BFO_0000006>
                                                                                               ]
                                                                                             ) ;
                                                                          rdf:type owl:Class
                                                                        ]
                                                                      )
                                                        ] ;
                                             <http://purl.org/dc/elements/1.1/identifier> "012-BFO" ;
                                             rdfs:label "specifically depends on"@en ;
                                             <http://www.w3.org/2004/02/skos/core#altLabel> "s-depends on"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) specifically depends on is a relation between a specifically dependent continuant b and specifically dependent continuant or independent continuant that is not a spatial region c such that b and c share no parts in common & b is of a nature such that at all times t it cannot exist unless c exists & b is not a boundary of c"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A shape specifically depends on the shaped object; hue, saturation and brightness of a colour sample specifically depends on each other"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "The analogue of specifically depends on for occurrents is has participant."@en .


###  http://purl.obolibrary.org/obo/BFO_0000196
<http://purl.obolibrary.org/obo/BFO_0000196> rdf:type owl:ObjectProperty ;
                                             rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000194> ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000197> ;
                                             rdfs:domain [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000004>
                                                                                [ rdf:type owl:Class ;
                                                                                  owl:complementOf <http://purl.obolibrary.org/obo/BFO_0000006>
                                                                                ]
                                                                              ) ;
                                                           rdf:type owl:Class
                                                         ] ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000020> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "053-BFO" ;
                                             rdfs:label "bearer of"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b bearer of c =Def c inheres in b"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A patch of ink is the bearer of a colour quality; an organism is the bearer of a temperature quality"@en .


###  http://purl.obolibrary.org/obo/BFO_0000197
<http://purl.obolibrary.org/obo/BFO_0000197> rdf:type owl:ObjectProperty ;
                                             rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000195> ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000020> ;
                                             rdfs:range [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000004>
                                                                               [ rdf:type owl:Class ;
                                                                                 owl:complementOf <http://purl.obolibrary.org/obo/BFO_0000006>
                                                                               ]
                                                                             ) ;
                                                          rdf:type owl:Class
                                                        ] ;
                                             <http://purl.org/dc/elements/1.1/identifier> "051-BFO" ;
                                             rdfs:label "inheres in"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b inheres in c =Def b is a specifically dependent continuant & c is an independent continuant that is not a spatial region & b specifically depends on c"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A shape inheres in a shaped object; a mass inheres in a material entity"@en .


###  http://purl.obolibrary.org/obo/BFO_0000199
<http://purl.obolibrary.org/obo/BFO_0000199> rdf:type owl:ObjectProperty ,
                                                      owl:FunctionalProperty ;
                                             rdfs:domain [ rdf:type owl:Class ;
                                                           owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000015>
                                                                         <http://purl.obolibrary.org/obo/BFO_0000035>
                                                                       )
                                                         ] ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000008> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "132-BFO" ;
                                             rdfs:label "occupies temporal region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "p occupies temporal region t =Def p is a process or process boundary & the spatiotemporal region occupied by p temporally projects onto t"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The Second World War occupies the temporal region September 1, 1939 - September 2, 1945"@en .


###  http://purl.obolibrary.org/obo/BFO_0000200
<http://purl.obolibrary.org/obo/BFO_0000200> rdf:type owl:ObjectProperty ,
                                                      owl:FunctionalProperty ;
                                             rdfs:domain [ rdf:type owl:Class ;
                                                           owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000015>
                                                                         <http://purl.obolibrary.org/obo/BFO_0000035>
                                                                       )
                                                         ] ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000011> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "082-BFO" ;
                                             rdfs:label "occupies spatiotemporal region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) occupies spatiotemporal region is a relation between a process or process boundary p and the spatiotemporal region s which is its spatiotemporal extent"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A particle emitted by a nuclear reactor occupies the spatiotemporal region which is its trajectory"@en .


###  http://purl.obolibrary.org/obo/BFO_0000221
<http://purl.obolibrary.org/obo/BFO_0000221> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000222> ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000203> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000008> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "268-BFO" ;
                                             rdfs:label "first instant of"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "t first instant of t' =Def t is a temporal instant & t' is a temporal region t' & t precedes all temporal parts of t' other than t"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "An hour starting at midnight yesterday has first instant midnight yesterday"@en .


###  http://purl.obolibrary.org/obo/BFO_0000222
<http://purl.obolibrary.org/obo/BFO_0000222> rdf:type owl:ObjectProperty ,
                                                      owl:FunctionalProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000008> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000203> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "261-BFO" ;
                                             rdfs:label "has first instant"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "t has first instant t' =Def t' first instant of t"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The first hour of a year has first instant midnight on December 31"@en .


###  http://purl.obolibrary.org/obo/BFO_0000223
<http://purl.obolibrary.org/obo/BFO_0000223> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000224> ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000203> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000008> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "269-BFO" ;
                                             rdfs:label "last instant of"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "t last instant of t' =Def t is a temporal instant & t' is a temporal region & all temporal parts of t' other than t precede t"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "Last midnight is the last instant of yesterday"@en .


###  http://purl.obolibrary.org/obo/BFO_0000224
<http://purl.obolibrary.org/obo/BFO_0000224> rdf:type owl:ObjectProperty ,
                                                      owl:FunctionalProperty ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000008> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000203> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "215-BFO" ;
                                             rdfs:label "has last instant"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "t has last instant t' =Def t' last instant of t"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The last hour of a year has last instant midnight December 31"@en .


###  http://purl.obolibrary.org/obo/IAO_0000136
<http://purl.obolibrary.org/obo/IAO_0000136> rdf:type owl:ObjectProperty ;
                                             owl:inverseOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000226> ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/IAO_0000030> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "This document is about information artifacts and their representations"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A (currently) primitive relation that relates an information artifact to an entity."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> """7/6/2009 Alan Ruttenberg. Following discussion with Jonathan Rees, and introduction of \"mentions\" relation. Weaken the is_about relationship to be primitive. 

We will try to build it back up by elaborating the various subproperties that are more precisely defined.

Some currently missing phenomena that should be considered \"about\" are predications - \"The only person who knows the answer is sitting beside me\" , Allegory, Satire, and other literary forms that can be topical without explicitly mentioning the topic."""@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "Smith, Ceusters, Ruttenberg, 2000 years of philosophy"@en ;
                                             rdfs:label "is about"@en .


###  http://purl.obolibrary.org/obo/IAO_0000219
<http://purl.obolibrary.org/obo/IAO_0000219> rdf:type owl:ObjectProperty ;
                                             rdfs:subPropertyOf <http://purl.obolibrary.org/obo/IAO_0000136> ;
                                             owl:inverseOf <http://purl.obolibrary.org/obo/IAO_0000235> ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/IAO_0000030> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/BFO_0000001> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "A person's name denotes the person. A variable name in a computer program denotes some piece of memory. Lexically equivalent strings can denote different things, for instance \"Alan\" can denote different people. In each case of use, there is a case of the denotation relation obtaining, between \"Alan\" and the person that is being named."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A primitive, instance-level, relation obtaining between an information content entity and some portion of reality. Denotation is what happens when someone creates an information content entity E in order to specifically refer to something. The only relation between E and the thing is that E can be used to 'pick out' the thing. This relation connects those two together. Freedictionary.com sense 3: To signify directly; refer to specifically"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> """2009-11-10 Alan Ruttenberg. Old definition said the following to emphasize the generic nature of this relation. We no longer have 'specifically denotes', which would have been primitive, so make this relation primitive.
g denotes r =def 
r is a portion of reality
there is some c that is a concretization of g 
every c that is a concretization of g specifically denotes r"""@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "Conversations with Barry Smith, Werner Ceusters, Bjoern Peters, Michel Dumontier, Melanie Courtot, James Malone, Bill Hogan"@en ;
                                             rdfs:label "denotes"@en .


###  http://purl.obolibrary.org/obo/IAO_0000235
<http://purl.obolibrary.org/obo/IAO_0000235> rdf:type owl:ObjectProperty ;
                                             rdfs:subPropertyOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000226> ;
                                             rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000001> ;
                                             rdfs:range <http://purl.obolibrary.org/obo/IAO_0000030> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "inverse of the relation 'denotes'"@en ;
                                             rdfs:label "denoted by"@en .


###  http://purl.obolibrary.org/obo/RO_0000052
<http://purl.obolibrary.org/obo/RO_0000052> rdf:type owl:ObjectProperty ;
                                            owl:inverseOf <http://purl.obolibrary.org/obo/RO_0000053> ;
                                            rdf:type owl:FunctionalProperty ;
                                            <http://purl.obolibrary.org/obo/IAO_0000112> "this fragility is a characteristic of this vase"@en ,
                                                                                         "this red color is a characteristic of this apple"@en ;
                                            <http://purl.obolibrary.org/obo/IAO_0000115> "a relation between a specifically dependent continuant (the characteristic) and any other entity (the bearer), in which the characteristic depends on the bearer for its existence."@en ;
                                            rdfs:label "characteristic of"@en .


###  http://purl.obolibrary.org/obo/RO_0000053
<http://purl.obolibrary.org/obo/RO_0000053> rdf:type owl:ObjectProperty ,
                                                     owl:InverseFunctionalProperty ;
                                            rdfs:range <http://purl.obolibrary.org/obo/BFO_0000020> ;
                                            <http://purl.obolibrary.org/obo/IAO_0000112> "this apple is bearer of this red color"@en ,
                                                                                         "this vase is bearer of this fragility"@en ;
                                            <http://purl.obolibrary.org/obo/IAO_0000115> "Inverse of characteristic_of"@en ;
                                            <http://purl.obolibrary.org/obo/IAO_0000116> "A bearer can have many dependents, and its dependents can exist for different periods of time, but none of its dependents can exist when the bearer does not exist."@en ;
                                            rdfs:label "has characteristic"@en .


###  http://purl.obolibrary.org/obo/RO_0000056
<http://purl.obolibrary.org/obo/RO_0000056> rdf:type owl:ObjectProperty ;
                                            owl:inverseOf <http://purl.obolibrary.org/obo/RO_0000057> ;
                                            rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000002> ;
                                            rdfs:range <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                            <http://purl.obolibrary.org/obo/IAO_0000112> "this blood clot participates in this blood coagulation"@en ,
                                                                                         "this input material (or this output material) participates in this process"@en ,
                                                                                         "this investigator participates in this investigation"@en ;
                                            <http://purl.obolibrary.org/obo/IAO_0000115> "a relation between a continuant and a process, in which the continuant is somehow involved in the process"@en ;
                                            rdfs:label "participates in"@en .


###  http://purl.obolibrary.org/obo/RO_0000057
<http://purl.obolibrary.org/obo/RO_0000057> rdf:type owl:ObjectProperty ;
                                            rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000003> ;
                                            rdfs:range <http://purl.obolibrary.org/obo/BFO_0000002> ;
                                            owl:propertyChainAxiom ( <http://purl.obolibrary.org/obo/BFO_0000051>
                                                                     <http://purl.obolibrary.org/obo/RO_0000057>
                                                                   ) ;
                                            <http://purl.obolibrary.org/obo/IAO_0000112> "this blood coagulation has participant this blood clot"@en ,
                                                                                         "this investigation has participant this investigator"@en ,
                                                                                         "this process has participant this input material (or this output material)"@en ;
                                            <http://purl.obolibrary.org/obo/IAO_0000115> "a relation between a process and a continuant, in which the continuant is somehow involved in the process"@en ;
                                            <http://purl.obolibrary.org/obo/IAO_0000116> "Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time."@en ;
                                            rdfs:label "has participant"@en .


###  http://purl.obolibrary.org/obo/RO_0000058
<http://purl.obolibrary.org/obo/RO_0000058> rdf:type owl:ObjectProperty ;
                                            owl:inverseOf <http://purl.obolibrary.org/obo/RO_0000059> ;
                                            rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000031> ;
                                            rdfs:range [ rdf:type owl:Class ;
                                                         owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000015>
                                                                       <http://purl.obolibrary.org/obo/BFO_0000020>
                                                                     )
                                                       ] ;
                                            <http://purl.obolibrary.org/obo/IAO_0000112> "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The journal article (a generically dependent continuant) is concretized as the quality (a specifically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."@en ,
                                                                                         "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."@en ;
                                            <http://purl.obolibrary.org/obo/IAO_0000115> "A relationship between a generically dependent continuant and a specifically dependent continuant or process, in which the generically dependent continuant depends on some independent continuant or process in virtue of the fact that the specifically dependent continuant or process also depends on that same independent continuant. A generically dependent continuant may be concretized as multiple specifically dependent continuants or processes."@en ;
                                            rdfs:label "is concretized as"@en .


###  http://purl.obolibrary.org/obo/RO_0000059
<http://purl.obolibrary.org/obo/RO_0000059> rdf:type owl:ObjectProperty ;
                                            rdfs:domain [ rdf:type owl:Class ;
                                                          owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000015>
                                                                        <http://purl.obolibrary.org/obo/BFO_0000020>
                                                                      )
                                                        ] ;
                                            rdfs:range <http://purl.obolibrary.org/obo/BFO_0000031> ;
                                            <http://purl.obolibrary.org/obo/IAO_0000112> "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The quality (a specifically dependent continuant) concretizes the journal article (a generically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."@en ,
                                                                                         "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."@en ;
                                            <http://purl.obolibrary.org/obo/IAO_0000115> "A relationship between a specifically dependent continuant or process and a generically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant or process also depends on that same independent continuant. Multiple specifically dependent continuants or processes can concretize the same generically dependent continuant."@en ;
                                            rdfs:label "concretizes"@en .


###  http://purl.obolibrary.org/obo/RO_0000079
<http://purl.obolibrary.org/obo/RO_0000079> rdf:type owl:ObjectProperty ;
                                            rdfs:subPropertyOf <http://purl.obolibrary.org/obo/RO_0000052> ;
                                            owl:inverseOf <http://purl.obolibrary.org/obo/RO_0000085> ;
                                            rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000034> ;
                                            <http://purl.obolibrary.org/obo/IAO_0000112> "this catalysis function is a function of this enzyme"@en ;
                                            <http://purl.obolibrary.org/obo/IAO_0000115> "a relation between a function and an independent continuant (the bearer), in which the function specifically depends on the bearer for its existence"@en ;
                                            <http://purl.obolibrary.org/obo/IAO_0000116> "A function inheres in its bearer at all times for which the function exists, however the function need not be realized at all the times that the function exists."@en ;
                                            rdfs:label "function of"@en .


###  http://purl.obolibrary.org/obo/RO_0000080
<http://purl.obolibrary.org/obo/RO_0000080> rdf:type owl:ObjectProperty ;
                                            rdfs:subPropertyOf <http://purl.obolibrary.org/obo/RO_0000052> ;
                                            owl:inverseOf <http://purl.obolibrary.org/obo/RO_0000086> ;
                                            <http://purl.obolibrary.org/obo/IAO_0000112> "this red color is a quality of this apple"@en ;
                                            <http://purl.obolibrary.org/obo/IAO_0000115> "a relation between a quality and an independent continuant (the bearer), in which the quality specifically depends on the bearer for its existence"@en ;
                                            <http://purl.obolibrary.org/obo/IAO_0000116> "A quality inheres in its bearer at all times for which the quality exists."@en ;
                                            rdfs:label "quality of"@en .


###  http://purl.obolibrary.org/obo/RO_0000081
<http://purl.obolibrary.org/obo/RO_0000081> rdf:type owl:ObjectProperty ;
                                            rdfs:subPropertyOf <http://purl.obolibrary.org/obo/RO_0000052> ;
                                            owl:inverseOf <http://purl.obolibrary.org/obo/RO_0000087> ;
                                            <http://purl.obolibrary.org/obo/IAO_0000112> "this investigator role is a role of this person"@en ;
                                            <http://purl.obolibrary.org/obo/IAO_0000115> "a relation between a role and an independent continuant (the bearer), in which the role specifically depends on the bearer for its existence"@en ;
                                            <http://purl.obolibrary.org/obo/IAO_0000116> "A role inheres in its bearer at all times for which the role exists, however the role need not be realized at all the times that the role exists."@en ;
                                            rdfs:label "role of"@en .


###  http://purl.obolibrary.org/obo/RO_0000085
<http://purl.obolibrary.org/obo/RO_0000085> rdf:type owl:ObjectProperty ;
                                            rdfs:subPropertyOf <http://purl.obolibrary.org/obo/RO_0000053> ;
                                            rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000004> ;
                                            rdfs:range <http://purl.obolibrary.org/obo/BFO_0000034> ;
                                            <http://purl.obolibrary.org/obo/IAO_0000112> "this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function)"@en ;
                                            <http://purl.obolibrary.org/obo/IAO_0000115> "a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence"@en ;
                                            <http://purl.obolibrary.org/obo/IAO_0000116> "A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists."@en ;
                                            rdfs:label "has function"@en .


###  http://purl.obolibrary.org/obo/RO_0000086
<http://purl.obolibrary.org/obo/RO_0000086> rdf:type owl:ObjectProperty ;
                                            rdfs:subPropertyOf <http://purl.obolibrary.org/obo/RO_0000053> ;
                                            rdfs:range <http://purl.obolibrary.org/obo/BFO_0000019> ;
                                            <http://purl.obolibrary.org/obo/IAO_0000112> "this apple has quality this red color"@en ;
                                            <http://purl.obolibrary.org/obo/IAO_0000115> "a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence"@en ;
                                            <http://purl.obolibrary.org/obo/IAO_0000116> "A bearer can have many qualities, and its qualities can exist for different periods of time, but none of its qualities can exist when the bearer does not exist."@en ;
                                            rdfs:label "has quality"@en .


###  http://purl.obolibrary.org/obo/RO_0000087
<http://purl.obolibrary.org/obo/RO_0000087> rdf:type owl:ObjectProperty ;
                                            rdfs:subPropertyOf <http://purl.obolibrary.org/obo/RO_0000053> ;
                                            rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000004> ;
                                            rdfs:range <http://purl.obolibrary.org/obo/BFO_0000023> ;
                                            <http://purl.obolibrary.org/obo/IAO_0000112> "this person has role this investigator role (more colloquially: this person has this role of investigator)"@en ;
                                            <http://purl.obolibrary.org/obo/IAO_0000115> "a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence"@en ;
                                            <http://purl.obolibrary.org/obo/IAO_0000116> "A bearer can have many roles, and its roles can exist for different periods of time, but none of its roles can exist when the bearer does not exist. A role need not be realized at all the times that the role exists."@en ;
                                            rdfs:label "has role"@en .


###  http://purl.obolibrary.org/obo/RO_0000091
<http://purl.obolibrary.org/obo/RO_0000091> rdf:type owl:ObjectProperty ;
                                            rdfs:subPropertyOf <http://purl.obolibrary.org/obo/RO_0000053> ;
                                            rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000004> ;
                                            rdfs:range <http://purl.obolibrary.org/obo/BFO_0000016> ;
                                            <http://purl.obolibrary.org/obo/IAO_0000115> "a relation between an independent continuant (the bearer) and a disposition, in which the disposition specifically depends on the bearer for its existence"@en ;
                                            rdfs:label "has disposition"@en .


###  http://purl.obolibrary.org/obo/RO_0001025
<http://purl.obolibrary.org/obo/RO_0001025> rdf:type owl:ObjectProperty ,
                                                     owl:TransitiveProperty ;
                                            rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000004> ,
                                                        [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000004>
                                                                               [ rdf:type owl:Class ;
                                                                                 owl:complementOf <http://purl.obolibrary.org/obo/BFO_0000006>
                                                                               ]
                                                                             ) ;
                                                          rdf:type owl:Class
                                                        ] ;
                                            rdfs:range <http://purl.obolibrary.org/obo/BFO_0000004> ,
                                                       [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000004>
                                                                              [ rdf:type owl:Class ;
                                                                                owl:complementOf <http://purl.obolibrary.org/obo/BFO_0000006>
                                                                              ]
                                                                            ) ;
                                                         rdf:type owl:Class
                                                       ] ;
                                            owl:propertyChainAxiom ( <http://purl.obolibrary.org/obo/RO_0001025>
                                                                     <http://purl.obolibrary.org/obo/BFO_0000050>
                                                                   ) ;
                                            <http://purl.obolibrary.org/obo/IAO_0000112> "my brain is located in my head"@en ,
                                                                                         "this rat is located in this cage"@en ;
                                            <http://purl.obolibrary.org/obo/IAO_0000115> "a relation between two independent continuants, the target and the location, in which the target is entirely within the location"@en ;
                                            <http://purl.obolibrary.org/obo/IAO_0000116> "Location as a relation between instances: The primitive instance-level relation c located_in r at t reflects the fact that each continuant is at any given time associated with exactly one spatial region, namely its exact location. Following we can use this relation to define a further instance-level location relation - not between a continuant and the region which it exactly occupies, but rather between one continuant and another. c is located in c1, in this sense, whenever the spatial region occupied by c is part_of the spatial region occupied by c1.    Note that this relation comprehends both the relation of exact location between one continuant and another which obtains when r and r1 are identical (for example, when a portion of fluid exactly fills a cavity), as well as those sorts of inexact location relations which obtain, for example, between brain and head or between ovum and uterus"@en ,
                                                                                         "Most location relations will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"@en ;
                                            rdfs:label "located in"@en .


###  http://purl.obolibrary.org/obo/RO_0002233
<http://purl.obolibrary.org/obo/RO_0002233> rdf:type owl:ObjectProperty ;
                                            rdfs:subPropertyOf <http://purl.obolibrary.org/obo/RO_0000057> ;
                                            owl:inverseOf <http://purl.obolibrary.org/obo/RO_0002352> ;
                                            rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                            <http://purl.obolibrary.org/obo/IAO_0000115> "p has input c iff: p is a process, c is a material entity, c is a participant in p, c is present at the start of p, and the state of c is modified during p." ;
                                            rdfs:label "has input"@en .


###  http://purl.obolibrary.org/obo/RO_0002234
<http://purl.obolibrary.org/obo/RO_0002234> rdf:type owl:ObjectProperty ;
                                            rdfs:subPropertyOf <http://purl.obolibrary.org/obo/RO_0000057> ;
                                            owl:inverseOf <http://purl.obolibrary.org/obo/RO_0002353> ;
                                            <http://purl.obolibrary.org/obo/IAO_0000115> "p has output c iff c is a participant in p, c is present at the end of p, and c is not present in the same state at the beginning of p." ;
                                            rdfs:label "has output"@en .


###  http://purl.obolibrary.org/obo/RO_0002350
<http://purl.obolibrary.org/obo/RO_0002350> rdf:type owl:ObjectProperty ;
                                            rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                            owl:inverseOf <http://purl.obolibrary.org/obo/RO_0002351> ;
                                            <http://purl.obolibrary.org/obo/IAO_0000112> "An organism that is a member of a population of organisms" ;
                                            <http://purl.obolibrary.org/obo/IAO_0000115> "is member of is a mereological relation between a item and a collection." ;
                                            <http://purl.obolibrary.org/obo/IAO_0000119> "SIO" ;
                                            rdfs:label "member of"@en .


###  http://purl.obolibrary.org/obo/RO_0002351
<http://purl.obolibrary.org/obo/RO_0002351> rdf:type owl:ObjectProperty ;
                                            rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000051> ;
                                            rdf:type owl:IrreflexiveProperty ;
                                            <http://purl.obolibrary.org/obo/IAO_0000115> "has member is a mereological relation between a collection and an item." ;
                                            <http://purl.obolibrary.org/obo/IAO_0000119> "SIO" ;
                                            rdfs:label "has member"@en .


###  http://purl.obolibrary.org/obo/RO_0002352
<http://purl.obolibrary.org/obo/RO_0002352> rdf:type owl:ObjectProperty ;
                                            rdfs:subPropertyOf <http://purl.obolibrary.org/obo/RO_0000056> ;
                                            <http://purl.obolibrary.org/obo/IAO_0000115> "inverse of has input" ;
                                            rdfs:label "input of"@en .


###  http://purl.obolibrary.org/obo/RO_0002353
<http://purl.obolibrary.org/obo/RO_0002353> rdf:type owl:ObjectProperty ;
                                            rdfs:subPropertyOf <http://purl.obolibrary.org/obo/RO_0000056> ;
                                            <http://purl.obolibrary.org/obo/IAO_0000115> "inverse of has output" ;
                                            rdfs:label "output of"@en .


###  http://www.w3.org/2004/02/skos/core#broader
<http://www.w3.org/2004/02/skos/core#broader> rdf:type owl:ObjectProperty ;
                                              rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#broaderTransitive> ;
                                              owl:inverseOf <http://www.w3.org/2004/02/skos/core#narrower> ;
                                              rdfs:label "has broader"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "Relates a concept to a concept that is more general in meaning."@en ;
                                              <http://www.w3.org/2004/02/skos/core#scopeNote> "By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources."@en .


###  http://www.w3.org/2004/02/skos/core#broaderTransitive
<http://www.w3.org/2004/02/skos/core#broaderTransitive> rdf:type owl:ObjectProperty ;
                                                        owl:inverseOf <http://www.w3.org/2004/02/skos/core#narrowerTransitive> ;
                                                        rdf:type owl:TransitiveProperty ;
                                                        rdfs:label "has broader transitive"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "skos:broaderTransitive is a transitive superproperty of skos:broader." ;
                                                        <http://www.w3.org/2004/02/skos/core#scopeNote> "By convention, skos:broaderTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application."@en .


###  http://www.w3.org/2004/02/skos/core#exactMatch
<http://www.w3.org/2004/02/skos/core#exactMatch> rdf:type owl:ObjectProperty ,
                                                          owl:SymmetricProperty ,
                                                          owl:TransitiveProperty ;
                                                 rdfs:label "has exact match"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "skos:exactMatch is used to link two concepts, indicating a high degree of confidence that the concepts can be used interchangeably across a wide range of information retrieval applications. skos:exactMatch is a transitive property, and is a sub-property of skos:closeMatch."@en .


###  http://www.w3.org/2004/02/skos/core#narrower
<http://www.w3.org/2004/02/skos/core#narrower> rdf:type owl:ObjectProperty ;
                                               rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#narrowerTransitive> ;
                                               rdfs:label "has narrower"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "Relates a concept to a concept that is more specific in meaning."@en ;
                                               <http://www.w3.org/2004/02/skos/core#scopeNote> "By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources."@en .


###  http://www.w3.org/2004/02/skos/core#narrowerTransitive
<http://www.w3.org/2004/02/skos/core#narrowerTransitive> rdf:type owl:ObjectProperty ,
                                                                  owl:TransitiveProperty ;
                                                         rdfs:label "has narrower transitive"@en ;
                                                         <http://www.w3.org/2004/02/skos/core#definition> "skos:narrowerTransitive is a transitive superproperty of skos:narrower." ;
                                                         <http://www.w3.org/2004/02/skos/core#scopeNote> "By convention, skos:narrowerTransitive is not used to make assertions. Rather, the properties can be used to draw inferences about the transitive closure of the hierarchical relation, which is useful e.g. when implementing a simple query expansion algorithm in a search application."@en .


###  http://www.w3.org/ns/dcat#downloadURL
<http://www.w3.org/ns/dcat#downloadURL> rdf:type owl:ObjectProperty ;
                                        rdfs:label "URL de descarga"@es ,
                                                   "URL de téléchargement"@fr ,
                                                   "URL di scarico"@it ,
                                                   "URL souboru ke stažení"@cs ,
                                                   "URL μεταφόρτωσης"@el ,
                                                   "download URL"@en ,
                                                   "downloadURL"@da ,
                                                   "رابط تحميل"@ar ,
                                                   "ダウンロードURL"@ja ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "Ceci est un lien direct à un fichier téléchargeable en un format donnée. Exple fichier CSV ou RDF. Le format est décrit par les propriétés de distribution dcterms:format et/ou dcat:mediaType."@fr ,
                                                                                         "La URL de un archivo descargable en el formato dato. Por ejemplo, archivo CSV o archivo RDF. El formato se describe con las propiedades de la distribución dcterms:format y/o dcat:mediaType."@es ,
                                                                                         "Questo è un link diretto al file scaricabile in un dato formato. E.g. un file CSV o un file RDF. Il formato è descritto dal dcterms:format e/o dal dcat:mediaType della distribuzione."@it ,
                                                                                         "The URL of the downloadable file in a given format. E.g. CSV file or RDF file. The format is indicated by the distribution's dcterms:format and/or dcat:mediaType."@en ,
                                                                                         "URL souboru ke stažení v daném formátu, například CSV nebo RDF soubor. Formát je popsán vlastností distribuce dcterms:format a/nebo dcat:mediaType."@cs ,
                                                                                         "URL til fil der kan downloades i et bestemt format. Fx en CSV-fil eller en RDF-fil. Formatet for distributionen angives ved hjælp af egenskaberne dcterms:format og/eller dcat:mediaType."@da ,
                                                                                         "dcat:downloadURLはdcat:accessURLの特定の形式です。しかし、DCATプロファイルが非ダウンロード・ロケーションに対してのみaccessURLを用いる場合には、より強い分離を課すことを望む可能性があるため、この含意を強化しないように、DCATは、dcat:downloadURLをdcat:accessURLのサブプロパティーであると定義しません。"@ja ,
                                                                                         "Είναι ένας σύνδεσμος άμεσης μεταφόρτωσης ενός αρχείου σε μια δεδομένη μορφή. Π.χ. ένα αρχείο CSV ή RDF. Η μορφη αρχείου περιγράφεται από τις ιδιότητες dcterms:format ή/και dcat:mediaType της διανομής."@el ,
                                                                                         "رابط مباشر لملف يمكن تحميله. نوع الملف يتم توصيفه باستخدام الخاصية dcterms:format dcat:mediaType "@ar .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000226
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000226> rdf:type owl:ObjectProperty ;
                                                      rdfs:comment "inverse of the relation 'is about'" ;
                                                      rdfs:label "is subject of"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#altLabel> "is described by" .


#################################################################
#    Data properties
#################################################################

###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001007
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001007> rdf:type owl:DatatypeProperty ;
                                                      rdfs:comment "A relation between an information content entity and its specific value."@en ;
                                                      rdfs:label "has value"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001008
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001008> rdf:type owl:DatatypeProperty ;
                                                      rdfs:range xsd:anyURI ;
                                                      rdfs:comment "A relation between an information content entity and its specific url."@en ;
                                                      rdfs:label "has url"@en .


#################################################################
#    Classes
#################################################################

###  http://edamontology.org/format_2197
<http://edamontology.org/format_2197> rdf:type owl:Class ;
                                      rdfs:subClassOf <http://edamontology.org/format_2376> ;
                                      rdfs:label "OWL format" .


###  http://edamontology.org/format_2376
<http://edamontology.org/format_2376> rdf:type owl:Class ;
                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000098> ;
                                      rdfs:label "RDF format" .


###  http://edamontology.org/format_3252
<http://edamontology.org/format_3252> rdf:type owl:Class ;
                                      rdfs:subClassOf <http://edamontology.org/format_2197> ;
                                      rdfs:label "OWL Functional Syntax" .


###  http://edamontology.org/format_3253
<http://edamontology.org/format_3253> rdf:type owl:Class ;
                                      rdfs:subClassOf <http://edamontology.org/format_2197> ;
                                      rdfs:label "Manchester OWL Syntax" .


###  http://edamontology.org/format_3255
<http://edamontology.org/format_3255> rdf:type owl:Class ;
                                      rdfs:subClassOf <http://edamontology.org/format_2376> ;
                                      rdfs:label "Turtle" .


###  http://edamontology.org/format_3256
<http://edamontology.org/format_3256> rdf:type owl:Class ;
                                      rdfs:subClassOf <http://edamontology.org/format_2376> ;
                                      rdfs:label "N-Triples" .


###  http://edamontology.org/format_3257
<http://edamontology.org/format_3257> rdf:type owl:Class ;
                                      rdfs:subClassOf <http://edamontology.org/format_2376> ;
                                      rdfs:label "Notation3" .


###  http://edamontology.org/format_3261
<http://edamontology.org/format_3261> rdf:type owl:Class ;
                                      rdfs:subClassOf <http://edamontology.org/format_2376> ;
                                      rdfs:label "RDF/XML" .


###  http://edamontology.org/format_3262
<http://edamontology.org/format_3262> rdf:type owl:Class ;
                                      rdfs:subClassOf <http://edamontology.org/format_2197> ;
                                      rdfs:label "OWL/XML" .


###  http://edamontology.org/format_3749
<http://edamontology.org/format_3749> rdf:type owl:Class ;
                                      rdfs:subClassOf <http://edamontology.org/format_2376> ;
                                      rdfs:label "JSON-LD" .


###  http://edamontology.org/format_3956
<http://edamontology.org/format_3956> rdf:type owl:Class ;
                                      rdfs:subClassOf <http://edamontology.org/format_2376> ;
                                      rdfs:label "N-Quads" .


###  http://purl.obolibrary.org/obo/BFO_0000001
<http://purl.obolibrary.org/obo/BFO_0000001> rdf:type owl:Class ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "Julius Caesar"@en ,
                                                                                          "Verdi’s Requiem"@en ,
                                                                                          "the Second World War"@en ,
                                                                                          "your body mass index"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "BFO 2 Reference: In all areas of empirical inquiry we encounter general terms of two sorts. First are general terms which refer to universals or types:animaltuberculosissurgical procedurediseaseSecond, are general terms used to refer to groups of entities which instantiate a given universal but do not correspond to the extension of any subuniversal of that universal because there is nothing intrinsic to the entities in question by virtue of which they – and only they – are counted as belonging to the given group. Examples are: animal purchased by the Emperortuberculosis diagnosed on a Wednesdaysurgical procedure performed on a patient from Stockholmperson identified as candidate for clinical trial #2056-555person who is signatory of Form 656-PPVpainting by Leonardo da VinciSuch terms, which represent what are called ‘specializations’ in [81"@en ;
                                             <http://purl.org/dc/elements/1.1/identifier> "001-BFO" ;
                                             rdfs:label "entity"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) An entity is anything that exists or has existed or will exist"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "Julius Caesar; the Second World War; your body mass index; Verdi's Requiem"@en .


###  http://purl.obolibrary.org/obo/BFO_0000002
<http://purl.obolibrary.org/obo/BFO_0000002> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000001> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000002>
                                                             ] ;
                                             owl:disjointWith <http://purl.obolibrary.org/obo/BFO_0000003> ,
                                                              [ rdf:type owl:Restriction ;
                                                                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                                owl:someValuesFrom <http://purl.obolibrary.org/obo/BFO_0000003>
                                                              ] ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "An entity that exists in full at any time in which it exists at all, persists through time while maintaining its identity and has no temporal parts."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "BFO 2 Reference: Continuant entities are entities which can be sliced to yield parts only along the spatial dimension, yielding for example the parts of your table which we call its legs, its top, its nails. ‘My desk stretches from the window to the door. It has spatial parts, and can be sliced (in space) in two. With respect to time, however, a thing is a continuant.’ [60, p. 240"@en ;
                                             <http://purl.org/dc/elements/1.1/identifier> "008-BFO" ;
                                             rdfs:label "continuant"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A continuant is an entity that persists, endures, or continues to exist through time while maintaining its identity"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A human being; a tennis ball; a cave; a region of space; someone's temperature"@en .


###  http://purl.obolibrary.org/obo/BFO_0000003
<http://purl.obolibrary.org/obo/BFO_0000003> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000001> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000003>
                                                             ] ;
                                             owl:disjointWith [ rdf:type owl:Restriction ;
                                                                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                                owl:someValuesFrom <http://purl.obolibrary.org/obo/BFO_0000002>
                                                              ] ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "An entity that has temporal parts and that happens, unfolds or develops through time."@en ;
                                             <http://purl.org/dc/elements/1.1/identifier> "077-BFO" ;
                                             rdfs:label "occurrent"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) An occurrent is an entity that unfolds itself in time or it is the start or end of such an entity or it is a temporal or spatiotemporal region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "As for process, history, process boundary, spatiotemporal region, zero-dimensional temporal region, one-dimensional temporal region, temporal interval, temporal instant."@en .


###  http://purl.obolibrary.org/obo/BFO_0000004
<http://purl.obolibrary.org/obo/BFO_0000004> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000002> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000004>
                                                             ] ;
                                             owl:disjointWith <http://purl.obolibrary.org/obo/BFO_0000020> ,
                                                              <http://purl.obolibrary.org/obo/BFO_0000031> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "a chair"@en ,
                                                                                          "a heart"@en ,
                                                                                          "a leg"@en ,
                                                                                          "a molecule"@en ,
                                                                                          "a spatial region"@en ,
                                                                                          "an atom"@en ,
                                                                                          "an orchestra."@en ,
                                                                                          "an organism"@en ,
                                                                                          "the bottom right portion of a human torso"@en ,
                                                                                          "the interior of your mouth"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "b is an independent continuant = Def. b is a continuant which is such that there is no c and no t such that b s-depends_on c at t. (axiom label in BFO2 Reference: [017-002])"@en ;
                                             <http://purl.org/dc/elements/1.1/identifier> "017-BFO" ;
                                             rdfs:label "independent continuant"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b is an independent continuant =Def b is a continuant & there is no c such that b specifically depends on c or b generically depends on c"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "An atom; a molecule; an organism; a heart; a chair; the bottom right portion of a human torso; a leg; the interior of your mouth; a spatial region; an orchestra"@en .


###  http://purl.obolibrary.org/obo/BFO_0000006
<http://purl.obolibrary.org/obo/BFO_0000006> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000141> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "035-BFO" ;
                                             rdfs:label "spatial region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A spatial region is a continuant entity that is a continuant part of the spatial projection of a portion of spacetime at a given time"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "As for zero-dimensional spatial region, one-dimensional spatial region, two-dimensional spatial region, three-dimensional spatial region"@en .


###  http://purl.obolibrary.org/obo/BFO_0000008
<http://purl.obolibrary.org/obo/BFO_0000008> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000003> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000132> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000008>
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000139> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000008>
                                                             ] ;
                                             <http://purl.org/dc/elements/1.1/identifier> "100-BFO" ;
                                             rdfs:label "temporal region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A temporal region is an occurrent over which processes can unfold"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "As for zero-dimensional temporal region and one-dimensional temporal region"@en .


###  http://purl.obolibrary.org/obo/BFO_0000009
<http://purl.obolibrary.org/obo/BFO_0000009> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000006> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "039-BFO" ;
                                             rdfs:label "two-dimensional spatial region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A two-dimensional spatial region is a spatial region that is a whole consisting of a surface together with zero or more surfaces which may have spatial regions of lower dimension as parts"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The surface of a sphere-shaped part of space; an infinitely thin plane in space"@en .


###  http://purl.obolibrary.org/obo/BFO_0000011
<http://purl.obolibrary.org/obo/BFO_0000011> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000003> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000132> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000011>
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000139> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000011>
                                                             ] ;
                                             <http://purl.org/dc/elements/1.1/identifier> "095-BFO" ;
                                             rdfs:label "spatiotemporal region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A spatiotemporal region is an occurrent that is an occurrent part of spacetime"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The spatiotemporal region occupied by the development of a cancer tumour; the spatiotemporal region occupied by an orbiting satellite"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "'Spacetime' here refers to the maximal instance of the universal spatiotemporal region."@en .


###  http://purl.obolibrary.org/obo/BFO_0000015
<http://purl.obolibrary.org/obo/BFO_0000015> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000003> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000117> ;
                                                               owl:allValuesFrom [ rdf:type owl:Class ;
                                                                                   owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000015>
                                                                                                 <http://purl.obolibrary.org/obo/BFO_0000035>
                                                                                               )
                                                                                 ]
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000132> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000015>
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000139> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000015>
                                                             ] ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "p is a process = Def. p is an occurrent that has temporal proper parts and for some time t, p s-depends_on some material entity at t. (axiom label in BFO2 Reference: [083-003])"@en ;
                                             <http://purl.org/dc/elements/1.1/identifier> "083-BFO" ;
                                             rdfs:label "process"@en ;
                                             <http://www.w3.org/2004/02/skos/core#altLabel> "event"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) p is a process means p is an occurrent that has some temporal proper part and for some time t, p has some material entity as participant"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "An act of selling; the life of an organism; a process of sleeping; a process of cell-division; a beating of the heart; a process of meiosis; the taxiing of an aircraft; the programming of a computer"@en .


###  http://purl.obolibrary.org/obo/BFO_0000016
<http://purl.obolibrary.org/obo/BFO_0000016> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000017> ;
                                             owl:disjointWith <http://purl.obolibrary.org/obo/BFO_0000023> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "an atom of element X has the disposition to decay to an atom of element Y"@en ,
                                                                                          "certain people have a predisposition to colon cancer"@en ,
                                                                                          "children are innately disposed to categorize objects in certain ways."@en ,
                                                                                          "the cell wall is disposed to filter chemicals in endocytosis and exocytosis"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "BFO 2 Reference: Dispositions exist along a strength continuum. Weaker forms of disposition are realized in only a fraction of triggering cases. These forms occur in a significant number of cases of a similar type."@en ;
                                             <http://purl.org/dc/elements/1.1/identifier> "062-BFO" ;
                                             rdfs:label "disposition"@en ;
                                             <http://www.w3.org/2004/02/skos/core#altLabel> "internally-grounded realizable entity"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A disposition b is a realizable entity such that if b ceases to exist then its bearer is physically changed & b's realization occurs when and because this bearer is in some special physical circumstances & this realization occurs in virtue of the bearer's physical make-up"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "An atom of element X has the disposition to decay to an atom of element Y; the cell wall is disposed to transport cellular material through endocytosis and exocytosis; certain people have a predisposition to colon cancer; children are innately disposed to categorize objects in certain ways"@en .


###  http://purl.obolibrary.org/obo/BFO_0000017
<http://purl.obolibrary.org/obo/BFO_0000017> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000020> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000017>
                                                             ] ;
                                             owl:disjointWith <http://purl.obolibrary.org/obo/BFO_0000019> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "the disposition of this piece of metal to conduct electricity."@en ,
                                                                                          "the disposition of your blood to coagulate"@en ,
                                                                                          "the function of your reproductive organs"@en ,
                                                                                          "the role of being a doctor"@en ,
                                                                                          "the role of this boundary to delineate where Utah and Colorado meet"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A specifically dependent continuant  that inheres in continuant  entities and are not exhibited in full at every time in which it inheres in an entity or group of entities. The exhibition or actualization of a realizable entity is a particular manifestation, functioning or process that occurs under certain circumstances."@en ;
                                             <http://purl.org/dc/elements/1.1/identifier> "058-BFO" ;
                                             rdfs:label "realizable entity"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A realizable entity is a specifically dependent continuant that inheres in some independent continuant which is not a spatial region & which is of a type some instances of which are realized in processes of a correlated type"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The role of being a doctor; the role of this boundary to delineate where Utah and Colorado meet; the function of your reproductive organs; the disposition of your blood to coagulate; the disposition of this piece of metal to conduct electricity"@en .


###  http://purl.obolibrary.org/obo/BFO_0000018
<http://purl.obolibrary.org/obo/BFO_0000018> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000006> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "037-BFO" ;
                                             rdfs:label "zero-dimensional spatial region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A zero-dimensional spatial region is one or a collection of more than one spatially disjoint points in space"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The spatial region occupied at some time instant by the North Pole"@en .


###  http://purl.obolibrary.org/obo/BFO_0000019
<http://purl.obolibrary.org/obo/BFO_0000019> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000020> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000019>
                                                             ] ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "the ambient temperature of this portion of air"@en ,
                                                                                          "the color of a tomato"@en ,
                                                                                          "the length of the circumference of your waist"@en ,
                                                                                          "the mass of this piece of gold."@en ,
                                                                                          "the shape of your nose"@en ,
                                                                                          "the shape of your nostril"@en ;
                                             <http://purl.org/dc/elements/1.1/identifier> "055-BFO" ;
                                             rdfs:label "quality"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A quality is a specifically dependent continuant that, in contrast to roles and dispositions, does not require any further process in order to be realized"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The colour of a tomato; the ambient temperature of this portion of air; the length of the circumference of your waist; the shape of your nose; the shape of your nostril; the mass of this piece of gold"@en .


###  http://purl.obolibrary.org/obo/BFO_0000020
<http://purl.obolibrary.org/obo/BFO_0000020> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000002> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000020>
                                                             ] ;
                                             owl:disjointWith <http://purl.obolibrary.org/obo/BFO_0000031> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "Reciprocal specifically dependent continuants: the function of this key to open this lock and the mutually dependent disposition of this lock: to be opened by this key"@en ,
                                                                                          "of one-sided specifically dependent continuants: the mass of this tomato"@en ,
                                                                                          "of relational dependent continuants (multiple bearers): John’s love for Mary, the ownership relation between John and this statue, the relation of authority between John and his subordinates."@en ,
                                                                                          "the disposition of this fish to decay"@en ,
                                                                                          "the function of this heart: to pump blood"@en ,
                                                                                          "the mutual dependence of proton donors and acceptors in chemical reactions [79"@en ,
                                                                                          "the mutual dependence of the role predator and the role prey as played by two organisms in a given interaction"@en ,
                                                                                          "the pink color of a medium rare piece of grilled filet mignon at its center"@en ,
                                                                                          "the role of being a doctor"@en ,
                                                                                          "the shape of this hole."@en ,
                                                                                          "the smell of this portion of mozzarella"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "b is a specifically dependent continuant = Def. b is a continuant & there is some independent continuant c which is not a spatial region and which is such that b s-depends_on c at every time t during the course of b’s existence. (axiom label in BFO2 Reference: [050-003])"@en ;
                                             <http://purl.org/dc/elements/1.1/identifier> "050-BFO" ;
                                             rdfs:label "specifically dependent continuant"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b is a specifically dependent continuant =Def b is a continuant & there is some independent continuant c which is not a spatial region & which is such that b specifically depends on c"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "(with multiple bearers) John's love for Mary; the ownership relation between John and this statue; the relation of authority between John and his subordinates"@en ,
                                                                                           "(with one bearer) The mass of this tomato; the pink colour of a medium rare piece of grilled filet mignon at its centre; the smell of this portion of mozzarella; the disposition of this fish to decay; the role of being a doctor; the function of this heart to pump blood; the shape of this hole"@en .


###  http://purl.obolibrary.org/obo/BFO_0000023
<http://purl.obolibrary.org/obo/BFO_0000023> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000017> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "John’s role of husband to Mary is dependent on Mary’s role of wife to John, and both are dependent on the object aggregate comprising John and Mary as member parts joined together through the relational quality of being married."@en ,
                                                                                          "the priest role"@en ,
                                                                                          "the role of a boundary to demarcate two neighboring administrative territories"@en ,
                                                                                          "the role of a building in serving as a military target"@en ,
                                                                                          "the role of a stone in marking a property boundary"@en ,
                                                                                          "the role of subject in a clinical trial"@en ,
                                                                                          "the student role"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A realizable entity  the manifestation of which brings about some result or end that is not essential to a continuant  in virtue of the kind of thing that it is but that can be served or participated in by that kind of continuant  in some kinds of natural, social or institutional contexts."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "BFO 2 Reference: One major family of examples of non-rigid universals involves roles, and ontologies developed for corresponding administrative purposes may consist entirely of representatives of entities of this sort. Thus ‘professor’, defined as follows,b instance_of professor at t =Def. there is some c, c instance_of professor role & c inheres_in b at t.denotes a non-rigid universal and so also do ‘nurse’, ‘student’, ‘colonel’, ‘taxpayer’, and so forth. (These terms are all, in the jargon of philosophy, phase sortals.) By using role terms in definitions, we can create a BFO conformant treatment of such entities drawing on the fact that, while an instance of professor may be simultaneously an instance of trade union member, no instance of the type professor role is also (at any time) an instance of the type trade union member role (any more than any instance of the type color is at any time an instance of the type length).If an ontology of employment positions should be defined in terms of roles following the above pattern, this enables the ontology to do justice to the fact that individuals instantiate the corresponding universals –  professor, sergeant, nurse – only during certain phases in their lives."@en ;
                                             <http://purl.org/dc/elements/1.1/identifier> "061-BFO" ;
                                             rdfs:label "role"@en ;
                                             <http://www.w3.org/2004/02/skos/core#altLabel> "externally-grounded realizable entity"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A role b is a realizable entity such that b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be & b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The priest role; the student role; the role of subject in a clinical trial; the role of a stone in marking a property boundary; the role of a boundary to demarcate two neighbouring administrative territories; the role of a building in serving as a military target"@en .


###  http://purl.obolibrary.org/obo/BFO_0000024
<http://purl.obolibrary.org/obo/BFO_0000024> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000040> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "027-BFO" ;
                                             rdfs:label "fiat object part"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A fiat object part b is a material entity & such that if b exists then it is continuant part of some object c & demarcated from the remainder of c by one or more fiat surfaces"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The upper and lower lobes of the left lung; the dorsal and ventral surfaces of the body; the Western hemisphere of the Earth; the FMA:regional parts of an intact human body"@en .


###  http://purl.obolibrary.org/obo/BFO_0000026
<http://purl.obolibrary.org/obo/BFO_0000026> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000006> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "038-BFO" ;
                                             rdfs:label "one-dimensional spatial region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A one-dimensional spatial region is a whole consisting of a line together with zero or more lines which may have points as parts"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "An edge of a cube-shaped portion of space; a line connecting two points; two parallel lines extended in space"@en .


###  http://purl.obolibrary.org/obo/BFO_0000027
<http://purl.obolibrary.org/obo/BFO_0000027> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000040> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "025-BFO" ;
                                             rdfs:label "object aggregate"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) An object aggregate is a material entity consisting exactly of a plurality (≥1) of objects as member parts which together form a unit"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The aggregate of the musicians in a symphony orchestra and their instruments; the aggregate of bearings in a constant velocity axle joint; the nitrogen atoms in the atmosphere; a collection of cells in a blood biobank"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "'Exactly' means that there are no parts of the object aggregate other than its member parts." ,
                                                                                             "The unit can, at certain times, consist of exactly one object, for example, when a wolf litter loses all but one of its pups, but it must at some time have a plurality of member parts." .


###  http://purl.obolibrary.org/obo/BFO_0000028
<http://purl.obolibrary.org/obo/BFO_0000028> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000006> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "040-BFO" ;
                                             rdfs:label "three-dimensional spatial region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A three-dimensional spatial region is a whole consisting of a spatial volume together with zero or more spatial volumes which may have spatial regions of lower dimension as parts"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A cube-shaped region of space; a sphere-shaped region of space; the region of space occupied by all and only the planets in the solar system at some point in time"@en .


###  http://purl.obolibrary.org/obo/BFO_0000029
<http://purl.obolibrary.org/obo/BFO_0000029> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000141> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "034-BFO" ;
                                             rdfs:label "site"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A site is a three-dimensional immaterial entity whose boundaries either (partially or wholly) coincide with the boundaries of one or more material entities or have locations determined in relation to some material entity"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A hole in a portion of cheese; a rabbit hole; the Grand Canyon; the Piazza San Marco; the kangaroo-joey-containing hole of a kangaroo pouch; your left nostril (a fiat part - the opening - of your left nasal cavity); the lumen of your gut; the hold of a ship; the interior of the trunk of your car; hole in an engineered floor joist"@en .


###  http://purl.obolibrary.org/obo/BFO_0000030
<http://purl.obolibrary.org/obo/BFO_0000030> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000040> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "024-BFO" ;
                                             rdfs:label "object"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) An object is a material entity which manifests causal unity & is of a type instances of which are maximal relative to the sort of causal unity manifested"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "An organism; a fish tank; a planet; a laptop; a valve; a block of marble; an ice cube"@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "A description of three primary sorts of causal unity is provided in Basic Formal Ontology 2.0. Specification and User Guide"@en .


###  http://purl.obolibrary.org/obo/BFO_0000031
<http://purl.obolibrary.org/obo/BFO_0000031> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000002> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000031>
                                                             ] ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "The entries in your database are patterns instantiated as quality instances in your hard drive. The database itself is an aggregate of such patterns. When you create the database you create a particular instance of the generically dependent continuant type database. Each entry in the database is an instance of the generically dependent continuant type IAO: information content entity."@en ,
                                                                                          "the pdf file on your laptop, the pdf file that is a copy thereof on my laptop"@en ,
                                                                                          "the sequence of this protein molecule; the sequence that is a copy thereof in that protein molecule."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "b is a generically dependent continuant = Def. b is a continuant that g-depends_on one or more other entities. (axiom label in BFO2 Reference: [074-001])"@en ;
                                             <http://purl.org/dc/elements/1.1/identifier> "074-BFO" ;
                                             rdfs:label "generically dependent continuant"@en ;
                                             <http://www.w3.org/2004/02/skos/core#altLabel> "g-dependent continuant"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A generically dependent continuant is an entity that exists in virtue of the fact that there is at least one of what may be multiple copies which is the content or the pattern that multiple copies would share"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The pdf file on your laptop; the pdf file that is a copy thereof on my laptop; the sequence of this protein molecule; the sequence that is a copy thereof in that protein molecule; the content that is shared by a string of dots and dashes written on a page and the transmitted Morse code signal; the content of a sentence; an engineering blueprint"@en .


###  http://purl.obolibrary.org/obo/BFO_0000034
<http://purl.obolibrary.org/obo/BFO_0000034> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000016> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "the function of a hammer to drive in nails"@en ,
                                                                                          "the function of a heart pacemaker to regulate the beating of a heart through electricity"@en ,
                                                                                          "the function of amylase in saliva to break down starch into sugar"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "BFO 2 Reference: In the past, we have distinguished two varieties of function, artifactual function and biological function. These are not asserted subtypes of BFO:function however, since the same function – for example: to pump, to transport – can exist both in artifacts and in biological entities. The asserted subtypes of function that would be needed in order to yield a separate monoheirarchy are not artifactual function, biological function, etc., but rather transporting function, pumping function, etc."@en ;
                                             <http://purl.org/dc/elements/1.1/identifier> "064-BFO" ;
                                             rdfs:label "function"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A function is a disposition that exists in virtue of its bearer's physical make-up & this physical make-up is something the bearer possesses because it came into being either through evolution (in the case of natural biological entities) or through intentional design (in the case of artefacts) in order to realize processes of a certain sort"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The function of a hammer to drive in nails; the function of a heart pacemaker to regulate the beating of a heart through electricity"@en .


###  http://purl.obolibrary.org/obo/BFO_0000035
<http://purl.obolibrary.org/obo/BFO_0000035> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000003> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000117> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000035>
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000121> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000035>
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000132> ;
                                                               owl:allValuesFrom [ rdf:type owl:Class ;
                                                                                   owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000015>
                                                                                                 <http://purl.obolibrary.org/obo/BFO_0000035>
                                                                                               )
                                                                                 ]
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000139> ;
                                                               owl:allValuesFrom [ rdf:type owl:Class ;
                                                                                   owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000015>
                                                                                                 <http://purl.obolibrary.org/obo/BFO_0000035>
                                                                                               )
                                                                                 ]
                                                             ] ;
                                             <http://purl.org/dc/elements/1.1/identifier> "084-BFO" ;
                                             rdfs:label "process boundary"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "p is a process boundary =Def p is a temporal part of a process & p has no proper temporal parts"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The boundary between the 2nd and 3rd year of your life"@en .


###  http://purl.obolibrary.org/obo/BFO_0000038
<http://purl.obolibrary.org/obo/BFO_0000038> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000008> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000121> ;
                                                               owl:allValuesFrom [ rdf:type owl:Class ;
                                                                                   owl:unionOf ( <http://purl.obolibrary.org/obo/BFO_0000038>
                                                                                                 <http://purl.obolibrary.org/obo/BFO_0000148>
                                                                                               )
                                                                                 ]
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000139> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000038>
                                                             ] ;
                                             owl:disjointWith <http://purl.obolibrary.org/obo/BFO_0000148> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "103-BFO" ;
                                             rdfs:label "one-dimensional temporal region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A one-dimensional temporal region is a temporal region that is a whole that has a temporal interval and zero or more temporal intervals and temporal instants as parts"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The temporal region during which a process occurs"@en .


###  http://purl.obolibrary.org/obo/BFO_0000040
<http://purl.obolibrary.org/obo/BFO_0000040> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000004> ;
                                             owl:disjointWith <http://purl.obolibrary.org/obo/BFO_0000141> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "An independent continuant that is spatially extended whose identity is independent of that of other entities and can be maintained through time."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "Elucidation: An independent continuant that is spatially extended whose identity is independent of that of other entities and can be maintained through time."@en ;
                                             <http://purl.org/dc/elements/1.1/identifier> "019-BFO" ;
                                             rdfs:label "material entity"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A material entity is an independent continuant has some portion of matter as continuant part"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A human being; the undetached arm of a human being; an aggregate of human beings"@en .


###  http://purl.obolibrary.org/obo/BFO_0000140
<http://purl.obolibrary.org/obo/BFO_0000140> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000141> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "029-BFO" ;
                                             rdfs:label "continuant fiat boundary"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A continuant fiat boundary b is an immaterial entity that is of zero, one or two dimensions & such that there is no time t when b has a spatial region as continuant part & whose location is determined in relation to some material entity"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "As for fiat point, fiat line, fiat surface"@en .


###  http://purl.obolibrary.org/obo/BFO_0000141
<http://purl.obolibrary.org/obo/BFO_0000141> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000004> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "028-BFO" ;
                                             rdfs:label "immaterial entity"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b is an immaterial entity =Def b is an independent continuant which is such that there is no time t when it has a material entity as continuant part"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "As for fiat point, fiat line, fiat surface, site"@en .


###  http://purl.obolibrary.org/obo/BFO_0000142
<http://purl.obolibrary.org/obo/BFO_0000142> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000140> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "032-BFO" ;
                                             rdfs:label "fiat line"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A fiat line is a one-dimensional continuant fiat boundary that is continuous"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The Equator; all geopolitical boundaries; all lines of latitude and longitude; the median sulcus of your tongue; the line separating the outer surface of the mucosa of the lower lip from the outer surface of the skin of the chin"@en .


###  http://purl.obolibrary.org/obo/BFO_0000145
<http://purl.obolibrary.org/obo/BFO_0000145> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "057-BFO" ;
                                             rdfs:label "relational quality"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "b is a relational quality =Def b is a quality & there exists c and d such that c and d are not identical & b specifically depends on c & b specifically depends on d"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A marriage bond; an instance of love; an obligation between one person and another"@en .


###  http://purl.obolibrary.org/obo/BFO_0000146
<http://purl.obolibrary.org/obo/BFO_0000146> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000140> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "033-BFO" ;
                                             rdfs:label "fiat surface"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A fiat surface is a two-dimensional continuant fiat boundary that is self-connected"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The surface of the Earth; the plane separating the smoking from the non-smoking zone in a restaurant"@en .


###  http://purl.obolibrary.org/obo/BFO_0000147
<http://purl.obolibrary.org/obo/BFO_0000147> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000140> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "031-BFO" ;
                                             rdfs:label "fiat point"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A fiat point is a zero-dimensional continuant fiat boundary that consists of a single point"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The geographic North Pole; the quadripoint where the boundaries of Colorado, Utah, New Mexico and Arizona meet; the point of origin of some spatial coordinate system"@en .


###  http://purl.obolibrary.org/obo/BFO_0000148
<http://purl.obolibrary.org/obo/BFO_0000148> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000008> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000121> ;
                                                               owl:allValuesFrom <http://purl.obolibrary.org/obo/BFO_0000148>
                                                             ] ;
                                             <http://purl.org/dc/elements/1.1/identifier> "102-BFO" ;
                                             rdfs:label "zero-dimensional temporal region"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A zero-dimensional temporal region is a temporal region that is a whole consisting of one or more separated temporal instants as parts"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "A temporal region that is occupied by a process boundary; the moment at which a finger is detached in an industrial accident"@en .


###  http://purl.obolibrary.org/obo/BFO_0000182
<http://purl.obolibrary.org/obo/BFO_0000182> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "138-BFO" ;
                                             rdfs:label "history"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A history is a process that is the sum of the totality of processes taking place in the spatiotemporal region occupied by the material part of a material entity"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The life of an organism from the beginning to the end of its existence"@en .


###  http://purl.obolibrary.org/obo/BFO_0000202
<http://purl.obolibrary.org/obo/BFO_0000202> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000038> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "155-BFO" ;
                                             rdfs:label "temporal interval"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A temporal interval is a one-dimensional temporal region that is continuous, thus without gaps or breaks"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The year 2018."@en ;
                                             <http://www.w3.org/2004/02/skos/core#scopeNote> "A one-dimensional temporal region can include as parts not only temporal intervals but also temporal instants separated from other parts by gaps."@en .


###  http://purl.obolibrary.org/obo/BFO_0000203
<http://purl.obolibrary.org/obo/BFO_0000203> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000148> ;
                                             <http://purl.org/dc/elements/1.1/identifier> "209-BFO" ;
                                             rdfs:label "temporal instant"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "(Elucidation) A temporal instant is a zero-dimensional temporal region that has no proper temporal part"@en ;
                                             <http://www.w3.org/2004/02/skos/core#example> "The millennium"@en .


###  http://purl.obolibrary.org/obo/IAO_0000005
<http://purl.obolibrary.org/obo/IAO_0000005> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000033> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "In the protocol of a ChIP assay the objective specification says to identify protein and DNA interaction."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A directive information entity that describes an intended process endpoint. When part of a plan specification the concretization is realized in a planned process in which the bearer tries to effect the world so that the process endpoint is achieved."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "2009-03-16: original definition when imported from OBI read: \"objective is an non realizable information entity which can serve as that  proper part of a plan towards which the realization of the plan is directed.\""@en ,
                                                                                          "2014-03-31: In the example of usage (\"In the protocol of a ChIP assay the objective specification says to identify protein and DNA interaction\") there is a protocol which is the ChIP assay protocol. In addition to being concretized on paper, the protocol can be concretized as a realizable entity, such as a plan that inheres in a person. The objective specification is the part that says that some protein and DNA interactions are identified. This is a specification of a process endpoint: the boundary in the process before which they are not identified and after which they are. During the realization of the plan, the goal is to get to the point of having the interactions, and participants in the realization of the plan try to do that."@en ,
                                                                                          "Answers the question, why did you do this experiment?"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000118> "goal specification"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "OBI Plan and Planned Process/Roles Branch"@en ,
                                                                                          "OBI_0000217"@en ;
                                             rdfs:label "objective specification"@en .


###  http://purl.obolibrary.org/obo/IAO_0000007
<http://purl.obolibrary.org/obo/IAO_0000007> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000033> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "Pour the contents of flask 1 into flask 2"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A directive information entity that describes an action the bearer will take."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "OBI Plan and Planned Process branch"@en ;
                                             rdfs:label "action specification"@en .


###  http://purl.obolibrary.org/obo/IAO_0000025
<http://purl.obolibrary.org/obo/IAO_0000025> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000104> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "R, Perl, Java"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A language in which source code is written that is intended to be executed/run by a software interpreter. Programming languages are ways to write instructions that specify what to do, and sometimes, how to do it."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "OBI_0000058"@en ,
                                                                                          "group:OBI"@en ;
                                             rdfs:label "programming language"@en .


###  http://purl.obolibrary.org/obo/IAO_0000027
<http://purl.obolibrary.org/obo/IAO_0000027> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000030> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "Data items include counts of things, analyte concentrations, and statistical summaries."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "An information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "2/2/2009 Alan and Bjoern discussing FACS run output data. This is a data item because it is about the cell population. Each element records an event and is typically further composed a set of measurment data items that record the fluorescent intensity stimulated by one of the lasers."@en ,
                                                                                          "2009-03-16: data item deliberatly ambiguous: we merged data set and datum to be one entity, not knowing how to define singular versus plural. So data item is more general than datum."@en ,
                                                                                          "2009-03-16: removed datum as alternative term as datum specifically refers to singular form, and is thus not an exact synonym."@en ,
                                                                                          """JAR: datum     -- well, this will be very tricky to define, but maybe some 
information-like stuff that might be put into a computer and that is 
meant, by someone, to denote and/or to be interpreted by some 
process... I would include lists, tables, sentences... I think I might 
defer to Barry, or to Brian Cantwell Smith

JAR: A data item is an approximately justified approximately true approximate belief"""@en ,
                                                                                          "2014-03-31: See discussion at http://odontomachus.wordpress.com/2014/03/30/aboutness-objects-propositions/" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000118> "data"@en ;
                                             rdfs:label "data item"@en .


###  http://purl.obolibrary.org/obo/IAO_0000028
<http://purl.obolibrary.org/obo/IAO_0000028> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000030> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "a serial number such as \"12324X\""@en ,
                                                                                          "a stop sign"@en ,
                                                                                          "a written proper name such as \"OBI\""@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "An information content entity that is a mark(s) or character(s) used as a conventional representation of another entity."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "20091104, MC: this needs work and will most probably change"@en ,
                                                                                          "2014-03-31: We would like to have a deeper analysis of 'mark' and 'sign' in the future (see https://github.com/information-artifact-ontology/IAO/issues/154)."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "based on Oxford English Dictionary"@en ;
                                             rdfs:label "symbol"@en .


###  http://purl.obolibrary.org/obo/IAO_0000030
<http://purl.obolibrary.org/obo/IAO_0000030> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000031> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/IAO_0000136> ;
                                                               owl:someValuesFrom <http://purl.obolibrary.org/obo/BFO_0000001>
                                                             ] ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "Examples of information content entites include journal articles, data, graphical layouts, and graphs."@en ,
                                                                                          "Examples of information content entites include journal articles, data, graphical layouts, and graphs." ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A generically dependent continuant that is about some thing."@en ,
                                                                                          "An information content entity is an entity that is generically dependent on some artifact and stands in relation of aboutness to some entity." ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "2014-03-10: The use of \"thing\" is intended to be general enough to include universals and configurations (see https://groups.google.com/d/msg/information-ontology/GBxvYZCk1oc/-L6B5fSBBTQJ)."@en ,
                                                                                          """information_content_entity 'is_encoded_in' some digital_entity in obi before split (040907). information_content_entity 'is_encoded_in' some physical_document in obi before split (040907).

Previous. An information content entity is a non-realizable information entity that 'is encoded in' some digital or physical entity."""@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "OBI_0000142"@en ,
                                                                                          "IAO" ;
                                             rdfs:label "information content entity"@en ,
                                                        "information content entity" .


###  http://purl.obolibrary.org/obo/IAO_0000033
<http://purl.obolibrary.org/obo/IAO_0000033> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000030> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/IAO_0000136> ;
                                                               owl:someValuesFrom <http://purl.obolibrary.org/obo/BFO_0000017>
                                                             ] ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "An information content entity whose concretizations indicate to their bearer how to realize them in a process."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "2009-03-16: provenance: a term realizable information entity was proposed for OBI (OBI_0000337) , edited by the PlanAndPlannedProcess branch. Original definition was  \"is the specification of a process that can be concretized and realized by an actor\" with alternative term  \"instruction\".It has been subsequently moved to IAO where the objective for which the original term was defined was satisfied with the definitionof this, different, term."@en ,
                                                                                          "2013-05-30 Alan Ruttenberg: What differentiates a directive information entity from an information concretization is that it can have concretizations that are either qualities or realizable entities. The concretizations that are realizable entities are created when an individual chooses to take up the direction, i.e. has the intention to (try to) realize it."@en ,
                                                                                          "8/6/2009 Alan Ruttenberg: Changed label from \"information entity about a realizable\" after discussions at ICBO"@en ,
                                                                                          "Werner pushed back on calling it realizable information entity as it isn't realizable. However this name isn't right either. An example would be a recipe. The realizable entity would be a plan, but the information entity isn't about the plan, it, once concretized, *is* the plan. -Alan"@en ;
                                             rdfs:label "directive information entity"@en .


###  http://purl.obolibrary.org/obo/IAO_0000078
<http://purl.obolibrary.org/obo/IAO_0000078> rdf:type owl:Class ;
                                             owl:equivalentClass [ rdf:type owl:Class ;
                                                                   owl:oneOf ( <http://purl.obolibrary.org/obo/IAO_0000002>
                                                                               <http://purl.obolibrary.org/obo/IAO_0000120>
                                                                               <http://purl.obolibrary.org/obo/IAO_0000121>
                                                                               <http://purl.obolibrary.org/obo/IAO_0000122>
                                                                               <http://purl.obolibrary.org/obo/IAO_0000123>
                                                                               <http://purl.obolibrary.org/obo/IAO_0000124>
                                                                               <http://purl.obolibrary.org/obo/IAO_0000125>
                                                                               <http://purl.obolibrary.org/obo/IAO_0000423>
                                                                               <http://purl.obolibrary.org/obo/IAO_0000428>
                                                                             )
                                                                 ] ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000102> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "The curation status of the term. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "Better to represent curation as a process with parts and then relate labels to that process (in IAO meeting)"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "GROUP:OBI:<http://purl.obolibrary.org/obo/obi>"@en ,
                                                                                          "OBI_0000266"@en ;
                                             rdfs:label "curation status specification"@en .


###  http://purl.obolibrary.org/obo/IAO_0000098
<http://purl.obolibrary.org/obo/IAO_0000098> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000033> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> """A data format specification is the information content borne by the document published defining the specification.
Example: The ISO document specifying what encompasses an XML document; The instructions in a XSD file"""@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> """2009-03-16: provenance: term imported from OBI_0000187, which had original definition \"A data format specification is a plan which organizes
information. Example: The ISO document specifying what encompasses an
XML document; The instructions in a XSD file\""""@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "OBI branch derived"@en ,
                                                                                          "OBI_0000187"@en ;
                                             rdfs:label "data format specification"@en .


###  http://purl.obolibrary.org/obo/IAO_0000102
<http://purl.obolibrary.org/obo/IAO_0000102> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000027> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "Data about an ontology part is a data item about a part of an ontology, for example a term"@en ;
                                             rdfs:label "data about an ontology part"@en .


###  http://purl.obolibrary.org/obo/IAO_0000104
<http://purl.obolibrary.org/obo/IAO_0000104> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000033> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000051> ;
                                                               owl:someValuesFrom <http://purl.obolibrary.org/obo/IAO_0000005>
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000051> ;
                                                               owl:someValuesFrom <http://purl.obolibrary.org/obo/IAO_0000007>
                                                             ] ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "PMID: 18323827.Nat Med. 2008 Mar;14(3):226.New plan proposed to help resolve conflicting medical advice."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A directive information entity with action specifications and objective specifications as parts, and that may be concretized as a realizable entity that, if realized, is realized in a process in which the bearer tries to achieve the objectives by taking the actions specified."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "2009-03-16: provenance: a term a plan was proposed for OBI (OBI_0000344) , edited by the PlanAndPlannedProcess branch. Original definition was \" a plan is a specification of a process that is realized by an actor to achieve the objective specified as part of the plan\". It has been subsequently moved to IAO where the objective for which the original term was defined was satisfied with the definitionof this, different, term."@en ,
                                                                                          "2014-03-31: A plan specification can have other parts, such as conditional specifications."@en ,
                                                                                          "2022-01-16 Updated definition to that proposed by Clint Dowloand, IAO Issue 231."@en ,
                                                                                          "Alternative previous definition: a plan is a set of instructions that specify how an objective should be achieved"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "OBI Plan and Planned Process branch"@en ,
                                                                                          "OBI_0000344"@en ;
                                             rdfs:label "plan specification"@en .


###  http://purl.obolibrary.org/obo/IAO_0000129
<http://purl.obolibrary.org/obo/IAO_0000129> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000028> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A version number is an information content entity which is a sequence of characters borne by part of each of a class of manufactured products or its packaging and indicates its order within a set of other products having the same name."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "Note: we feel that at the moment we are happy with a general version number, and that we will subclass as needed in the future. For example, see 7. genome sequence version"@en ;
                                             rdfs:label "version number"@en .


###  http://purl.obolibrary.org/obo/IAO_0000225
<http://purl.obolibrary.org/obo/IAO_0000225> rdf:type owl:Class ;
                                             owl:equivalentClass [ rdf:type owl:Class ;
                                                                   owl:oneOf ( <http://purl.obolibrary.org/obo/IAO_0000103>
                                                                               <http://purl.obolibrary.org/obo/IAO_0000226>
                                                                               <http://purl.obolibrary.org/obo/IAO_0000227>
                                                                               <http://purl.obolibrary.org/obo/IAO_0000228>
                                                                               <http://purl.obolibrary.org/obo/IAO_0000229>
                                                                               <http://purl.obolibrary.org/obo/OMO_0001000>
                                                                             )
                                                                 ] ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000102> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "The reason for which a term has been deprecated. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "The creation of this class has been inspired in part by Werner Ceusters' paper, Applying evolutionary terminology auditing to the Gene Ontology."@en ;
                                             rdfs:label "obsolescence reason specification"@en .


###  http://purl.obolibrary.org/obo/IAO_0000300
<http://purl.obolibrary.org/obo/IAO_0000300> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000030> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "Words, sentences, paragraphs, and the written (non-figure) parts of publications are all textual entities"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A textual entity is a part of a manifestation (FRBR sense), a generically dependent continuant whose concretizations are patterns of glyphs intended to be interpreted as words, formulas, etc."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "AR, (IAO call 2009-09-01): a document as a whole is not typically a textual entity, because it has pictures in it - rather there are parts of it that are textual entities. Examples: The title, paragraph 2 sentence 7, etc."@en ,
                                                                                          "MC, 2009-09-14 (following IAO call 2009-09-01): textual entities live at the FRBR (http://en.wikipedia.org/wiki/Functional_Requirements_for_Bibliographic_Records) manifestation level. Everything is significant: line break, pdf and html versions of same document are different textual entities."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000118> "text"@en ;
                                             rdfs:label "textual entity"@en .


###  http://purl.obolibrary.org/obo/IAO_0000303
<http://purl.obolibrary.org/obo/IAO_0000303> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000300> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "University of Colorado Denver School of Medicine"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A textual entity intended to identify a particular institution"@en ;
                                             rdfs:label "institutional identification"@en .


###  http://purl.obolibrary.org/obo/IAO_0000304
<http://purl.obolibrary.org/obo/IAO_0000304> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000300> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/IAO_0000136> ;
                                                               owl:someValuesFrom <http://purl.obolibrary.org/obo/IAO_0000308>
                                                             ] ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "Figure 1: A system diagram describing the modules of the Hanalyzer.  Reading methods (green) take external sources of knowledge (blue) and extract information from them, either by parsing structured data or biomedical language processing to extract information from unstructured data.  Reading modules are responsible for tracking the provenance of all knowledge.  Reasoning methods (yellow) enrich the knowledge that results from reading by, for example, noting two genes that are annotated to the same ontology term or database entry.  All knowledge sources, read or reasoned, are assigned a reliability score, and all are combined using that score into a knowledge network (orange) that represents the integration of all sorts of relationship between a pair of genes and a combined reliability score.  A data network (also orange) is created from experimental results to be analyzed.  The reporting modules (pink) integrate the data and knowledge networks, producing visualizations that can be queried with the associated drill-down tool."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A textual entity that describes a figure"@en ;
                                             rdfs:label "caption"@en .


###  http://purl.obolibrary.org/obo/IAO_0000305
<http://purl.obolibrary.org/obo/IAO_0000305> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000300> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "Textual characteristics of traditional and Open Access scientific journals are similar"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A textual entity that names a document"@en ;
                                             rdfs:label "document title"@en .


###  http://purl.obolibrary.org/obo/IAO_0000308
<http://purl.obolibrary.org/obo/IAO_0000308> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000030> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "Any picture, diagram or table"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "An information content entity consisting of a two dimensional arrangement of information content entities such that the arrangement itself is about something."@en ;
                                             rdfs:label "figure"@en .


###  http://purl.obolibrary.org/obo/IAO_0000409
<http://purl.obolibrary.org/obo/IAO_0000409> rdf:type owl:Class ;
                                             owl:equivalentClass [ rdf:type owl:Class ;
                                                                   owl:oneOf ( <http://purl.obolibrary.org/obo/IAO_0000410>
                                                                               <http://purl.obolibrary.org/obo/IAO_0000420>
                                                                               <http://purl.obolibrary.org/obo/IAO_0000421>
                                                                             )
                                                                 ] ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000102> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "The Basic Formal Ontology ontology makes a distinction between Universals and defined classes, where the formal are \"natural kinds\" and the latter arbitrary collections of entities."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A denotator type indicates how a term should be interpreted from an ontological perspective."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "Barry Smith, Werner Ceusters"@en ;
                                             rdfs:label "denotator type"@en .


###  http://purl.obolibrary.org/obo/IAO_0000422
<http://purl.obolibrary.org/obo/IAO_0000422> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000300> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A textual entity that is used as directive to deliver something to a person, or organization" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "2010-05-24 Alan Ruttenberg. Use label for the string representation. See issue https://github.com/information-artifact-ontology/IAO/issues/59" ;
                                             rdfs:label "postal address"@en .


###  http://purl.obolibrary.org/obo/IAO_0000429
<http://purl.obolibrary.org/obo/IAO_0000429> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000030> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "Alan Ruttenberg 1/3/2012 - Provisional id, see issue at https://github.com/information-artifact-ontology/IAO/issues/130&thanks=130&ts=1325636583"@en ;
                                             rdfs:label "email address"@en .


###  http://purl.obolibrary.org/obo/IAO_0000577
<http://purl.obolibrary.org/obo/IAO_0000577> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000028> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000050> ;
                                                               owl:someValuesFrom <http://purl.obolibrary.org/obo/IAO_0000578>
                                                             ] ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "The sentence \"The article has Pubmed ID 12345.\" contains a CRID that has two parts: one part is the CRID symbol, which is '12345'; the other part denotes the CRID registry, which is Pubmed."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A symbol that is part of a CRID and that is sufficient to look up a record from the CRID's registry."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000118> "CRID symbol" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "Original proposal from Bjoern, discussions at IAO calls"@en ;
                                             rdfs:label "centrally registered identifier symbol"@en .


###  http://purl.obolibrary.org/obo/IAO_0000578
<http://purl.obolibrary.org/obo/IAO_0000578> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0020000> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000051> ;
                                                               owl:someValuesFrom <http://purl.obolibrary.org/obo/IAO_0000577>
                                                             ] ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000051> ;
                                                               owl:someValuesFrom [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty <http://purl.obolibrary.org/obo/IAO_0000219> ;
                                                                                    owl:someValuesFrom <http://purl.obolibrary.org/obo/IAO_0000579>
                                                                                  ]
                                                             ] ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "The sentence \"The article has Pubmed ID 12345.\" contains a CRID that has two parts: one part is the CRID symbol, which is '12345'; the other part denotes the CRID registry, which is Pubmed."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "An information content entity that consists of a CRID symbol and additional information about the CRID registry to which it belongs."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "2014-05-05: In defining this term we take no position on what the CRID denotes. In particular do not assume it denotes a *record* in the CRID registry (since the registry might not have 'records')."@en ,
                                                                                          "Alan, IAO call 20101124: potentially the CRID denotes the instance it was associated with during creation."@en ,
                                                                                          "Note, IAO call 20101124: URIs are not always CRID, as not centrally registered. We acknowledge that CRID is a subset of a larger identifier class, but this subset fulfills our current needs. OBI PURLs are CRID as they are registered with OCLC. UPCs (Universal Product Codes from AC Nielsen)are not CRID as they are not centrally registered."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000118> "CRID" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "Original proposal from Bjoern, discussions at IAO calls"@en ;
                                             rdfs:label "centrally registered identifier"@en .


###  http://purl.obolibrary.org/obo/IAO_0000579
<http://purl.obolibrary.org/obo/IAO_0000579> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0020020> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "PubMed is a CRID registry. It has a code set of PubMed identifiers associated with journal articles. "@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A code set of CRID records, each consisting of a CRID symbol and additional information which was recorded in the code set through an assigning a centrally registered identifier process."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000118> "CRID registry" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "Original proposal from Bjoern, discussions at IAO calls"@en ;
                                             rdfs:label "centrally registered identifier registry"@en .


###  http://purl.obolibrary.org/obo/IAO_0000590
<http://purl.obolibrary.org/obo/IAO_0000590> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000300> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "\"Bill Clinton\""@en ,
                                                                                          "\"The Eiffel Tower\""@en ,
                                                                                          "\"United States of America\""@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A textual entity that denotes a particular in reality."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "https://github.com/information-artifact-ontology/IAO/issues/114"@en ;
                                             rdfs:label "written name"@en .


###  http://purl.obolibrary.org/obo/IAO_0000605
<http://purl.obolibrary.org/obo/IAO_0000605> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000300> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> """From Shiba et al. Acta Neuropathol Commun. 2013; 1: 45. (http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3893467/):

BAC: Bacterial artificial chromosome; CR: Calretinin; GFAP: Glial fibrillary acidic protein; MAP: Microtubule-associated protein; MRI: Magnetic resonance imaging; NSC: Neural stem cell; PDA: Patent ductus arteriosus; PMG: Polymicrogyria; PNH: Periventricular nodular heterotopia; VSD: Ventricular septal defect."""@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A textual entity listing abbreviations and their expansions that are used in a document."@en ;
                                             rdfs:label "abbreviation textual entity"@en .


###  http://purl.obolibrary.org/obo/IAO_0000608
<http://purl.obolibrary.org/obo/IAO_0000608> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000300> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> """From Takon. Ann Gen Psychiatry. 2011; 10: 25. (http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3204268/):

IT [the author] is the lead paediatrician for ADHD services in East Hertfordshire, UK, where she runs a weekly joint ADHD clinic with the Child and Adolescent psychiatrist and works within an ADHD specialist team. IT also sees children with other neurodisability issues who may have comorbid ADHD, where the presentation may be more complex and challenging to manage. IT has vast experience in managing children with complex ADHD. She has 18 years of experience in paediatrics and also has extensive experience in the use of psychopharmacologic agents in managing children with ADHD."""@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A textual entity expression information about an author of a document. This information may include biographical information and may discuss how the authors' professional experiences are relevant to the work described in the document."@en ;
                                             rdfs:label "author information textual entity"@en .


###  http://purl.obolibrary.org/obo/IAO_0000640
<http://purl.obolibrary.org/obo/IAO_0000640> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000300> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> """Excerpt from Žitnik and Zupan. Bioinformatics. 2015 Jun 15; 31(12): i230–i239. (http://www.ncbi.nlm.nih.gov/pmc/articles/PMC4542780/):

Our work presented here is similar in spirit to our recently developed methodology for data fusion via collective matrix factorization (Žitnik and Zupan, 2015).

"""@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A textual entity that discusses work from other publications and expresses their relevancy to the content of a document."@en ;
                                             rdfs:label "related work textual entity"@en .


###  http://purl.obolibrary.org/obo/IAO_0000708
<http://purl.obolibrary.org/obo/IAO_0000708> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000578> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A centrally registered identifier that is issued by ORCID (https://orcid.org/) and used to persistantly identify oneself as a human researcher or contributor." ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "\"You can connect your iD with your professional information — affiliations, grants, publications, peer review, and more. You can use your iD to share your information with other systems, ensuring you get recognition for all your contributions, saving you time and hassle, and reducing the risk of errors.\" [https://orcid.org/]" ,
                                                                                          "This class was originally defined in Apollo_SV (http://purl.obolibrary.org/obo/APOLLO_SV_00000496) but due to it being more in scope of IAO, it was decided to add it to IAO and deprecate its Apollo_SV equivalent. (2022-10-25)" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000118> "ORCID ID" ,
                                                                                          "ORCiD" ,
                                                                                          "Open Researcher and Contributor ID" ,
                                                                                          "Open Researcher and Contributor Identifier" ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "https://orcid.org/" ;
                                             rdfs:label "ORCID identifier"@en .


###  http://purl.obolibrary.org/obo/IAO_0020000
<http://purl.obolibrary.org/obo/IAO_0020000> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000030> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "An information content entity that is the outcome of a dubbing process and is used to refer to one instance of entity shared by a group of people to refer to that individual entity."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000118> "proper name"@en ;
                                             rdfs:label "identifier"@en .


###  http://purl.obolibrary.org/obo/IAO_0020015
<http://purl.obolibrary.org/obo/IAO_0020015> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0020000> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "An identifier referring to an individual entity that is ascribed personhood by the user of the identifier."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "http://en.wikipedia.org/wiki/Personal_name" ;
                                             rdfs:label "personal name"@en .


###  http://purl.obolibrary.org/obo/IAO_0020016
<http://purl.obolibrary.org/obo/IAO_0020016> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0020015> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A personal name that specifies and differentiates between members of a group of individuals, especially in a family, all of whose members usually share the same family name (surname). A given name is purposefully given, usually by a child's parents at or near birth, in contrast to an inherited one such as a family name"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000118> "first name"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "http://en.wikipedia.org/wiki/Given_name" ;
                                             rdfs:label "given name"@en .


###  http://purl.obolibrary.org/obo/IAO_0020017
<http://purl.obolibrary.org/obo/IAO_0020017> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0020000> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "An identifier that is typically a part of a person's name which has been passed, according to law or custom, from one or both parents to their children."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000118> "last name"@en ,
                                                                                          "surname"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "http://en.wikipedia.org/wiki/Family_name" ;
                                             rdfs:label "family name"@en .


###  http://purl.obolibrary.org/obo/IAO_0020020
<http://purl.obolibrary.org/obo/IAO_0020020> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000030> ,
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000051> ;
                                                               owl:someValuesFrom <http://purl.obolibrary.org/obo/IAO_0020000>
                                                             ] ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "An information content entity that is a collection of other information content entities that has been created to identify or annotate things in a specified domain, and where the intention of its creators is that the collection has a one-to-one correspondence with those things."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000118> "code map"@en ,
                                                                                          "code system"@en ,
                                                                                          "codeset"@en ,
                                                                                          "coding system"@en ,
                                                                                          "controlled vocabulary"@en ;
                                             rdfs:label "code set"@en .


###  http://purl.obolibrary.org/obo/IAO_8000000
<http://purl.obolibrary.org/obo/IAO_8000000> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000102> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "I have placed this under 'data about an ontology part', but this can be discussed. I think this is OK if 'part' is interpreted reflexively, as an ontology module is the whole ontology rather than part of it."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000118> "ontology file"@en ;
                                             rdfs:label "ontology module"@en .


###  http://purl.obolibrary.org/obo/IAO_8000001
<http://purl.obolibrary.org/obo/IAO_8000001> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000024> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "An ontology module that comprises only of asserted axioms local to the ontology, excludes import directives, and excludes axioms or declarations from external ontologies."@en ;
                                             rdfs:label "base ontology module"@en .


###  http://purl.obolibrary.org/obo/IAO_8000002
<http://purl.obolibrary.org/obo/IAO_8000002> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_8000000> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "An ontology module that is intended to be directly edited, typically managed in source control, and typically not intended for direct consumption by end-users."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000118> "source ontology module"@en ;
                                             rdfs:label "editors ontology module"@en .


###  http://purl.obolibrary.org/obo/IAO_8000003
<http://purl.obolibrary.org/obo/IAO_8000003> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000024> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "An ontology module that is intended to be the primary release product and the one consumed by the majority of tools."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "TODO: Add logical axioms that state that a main release ontology module is derived from (directly or indirectly) an editors module"@en ;
                                             rdfs:label "main release ontology module"@en .


###  http://purl.obolibrary.org/obo/IAO_8000013
<http://purl.obolibrary.org/obo/IAO_8000013> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000024> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "An ontology module that contains axioms generated by a reasoner. The generated axioms are typically direct SubClassOf axioms, but other possibilities are available."@en ;
                                             rdfs:label "reasoned ontology module"@en .


###  http://purl.obolibrary.org/obo/OBI_0000245
<http://purl.obolibrary.org/obo/OBI_0000245> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000102> ,
                                                             [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000040>
                                                                                    [ rdf:type owl:Restriction ;
                                                                                      owl:onProperty <http://purl.obolibrary.org/obo/RO_0000087> ;
                                                                                      owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229>
                                                                                    ]
                                                                                  ) ;
                                                               rdf:type owl:Class
                                                             ] ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "PMID: 16353909.AAPS J. 2005 Sep 22;7(2):E274-80. Review. The joint food and agriculture organization of the United Nations/World Health Organization Expert Committee on Food Additives and its role in the evaluation of the safety of veterinary drug residues in foods."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "An entity that can bear roles, has members, and has a set of organization rules. Members of organizations are either organizations themselves or individual people. Members can bear specific organization member roles that are determined in the organization rules. The organization rules also determine how decisions are made on behalf of the organization by the organization members."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> """BP: The definition summarizes long email discussions on the OBI developer, roles, biomaterial and denrie branches. It leaves open if an organization is a material entity or a dependent continuant, as no consensus was reached on that.  The current placement as material is therefore temporary, in order to move forward with development. Here is the entire email summary, on which the definition is based:

1) there are organization_member_roles (president, treasurer, branch
editor), with individual persons as bearers

2) there are organization_roles (employer, owner, vendor, patent holder)

3) an organization has a charter / rules / bylaws, which specify what roles
there are, how they should be realized, and how to modify the
charter/rules/bylaws themselves.

It is debatable what the organization itself is (some kind of dependent
continuant or an aggregate of people). This also determines who/what the
bearer of organization_roles' are. My personal favorite is still to define
organization as a kind of 'legal entity', but thinking it through leads to
all kinds of questions that are clearly outside the scope of OBI.

Interestingly enough, it does not seem to matter much where we place
organization itself, as long as we can subclass it (University, Corporation,
Government Agency, Hospital), instantiate it (Affymetrix, NCBI, NIH, ISO,
W3C, University of Oklahoma), and have it play roles.

This leads to my proposal: We define organization through the statements 1 -
3 above, but without an 'is a' statement for now. We can leave it in its
current place in the is_a hierarchy (material entity) or move it up to
'continuant'. We leave further clarifications to BFO, and close this issue
for now."""@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "GROUP: OBI" ;
                                             rdfs:label "organization"@en .


###  http://purl.obolibrary.org/obo/OBI_0000260
<http://purl.obolibrary.org/obo/OBI_0000260> rdf:type owl:Class ;
                                             rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000017> ;
                                             <http://purl.obolibrary.org/obo/IAO_0000112> "The plan of researcher X to perform an experiment according to a protocol." ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A plan is a realizable entity that is the inheres in a bearer who is committed to realizing it as a completely executed planned process."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "This class is included to make clear how the plan specification, the plan, and the planned process relate. OBI will however only subclass and work under the 'plan specification', and 'planned process' class, as we want to avoid to get deep into discussions of 'intend' etc." ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "branch derived"@en ;
                                             rdfs:label "plan"@en .


###  http://www.ebi.ac.uk/swo/SWO_0000002
<http://www.ebi.ac.uk/swo/SWO_0000002> rdf:type owl:Class ;
                                       rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000030> ;
                                       <http://purl.obolibrary.org/obo/IAO_0000115> "A licence is a legal instrument (usually by way of contract law, with or without printed material) governing the use or redistribution of the resource containing the licence." ;
                                       <http://purl.obolibrary.org/obo/IAO_0000119> "Modified from http://en.wikipedia.org/wiki/Software_license" ;
                                       rdfs:label "licence"@en ,
                                                  "software license" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000001
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000001> rdf:type owl:Class ;
                                                      rdfs:comment "An information content entity that refers to digital creative works and services, and is utilized to organize the resources of NFDI. The most generic kind of a resource and may be associated with any kind of digital creative work, e.g. datasets, collections, metadata; offered products and services, e.g. data portals, data curation, data digitization."@en ;
                                                      rdfs:label "obsolete NFDI resource"@en ;
                                                      owl:deprecated "true"^^xsd:boolean ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> """2024-03-25 - Sasha Bruns: 
This class is useful in nfdicore to provide a unified and structured representation of the diverse range of resources that contribute to the NFDI infrastructure. IMO,  it helps to emphasize the scope of resources that can be contributed to the NFDI compared to all information content entites in IAO."""@en ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000012> "Resource" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/118" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000002
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000002> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                      rdfs:comment "A process of a scientific or business endeavor that aims to conclude an investigation or to answer a research question."@en ;
                                                      rdfs:label "project"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> """Why \"project\" as an occurrent:
- A project typically has a start and end time.
- It involves a sequence of activities, such as planning, conducting experiments, analyzing data, and publishing results.
- It has temporal parts (e.g., Phase 1, Phase 2, review stages).
So, it aligns well with the occurrent category - more precisely, it can be considered a complex process made up of various subprocesses.

But what about the organization or plan behind it?
- The institution running or participating the project would be a continuant (consortium).
- The project plan might be a generically dependent continuant (a kind of information content entity).
- But the project as executed over time is an occurrent."""@en ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/50" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000004
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000004> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000102> ,
                                                                      [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000030>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <http://purl.obolibrary.org/obo/RO_0000087> ;
                                                                                               owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229>
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                      rdfs:comment "An object that represents a single human individual."@en ;
                                                      rdfs:label "person"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "2024-03-24. Sasha Bruns - the class is not mapped to NCBITaxon_9606 (homo sapiens) due to different scope of the ontologies. \"Person\" in nfdicore represents entities with specific roles, responsibilities, and attributes within an organization, and is not limited to its biological characteristics."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Harald Sack, Tabea Tietz, Sasha Bruns, Etienne Posthumus" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000005
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000005> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000029> ;
                                                      rdfs:comment "A site that refers to geographical locations, such as cities, countries, landmarks, and natural environments."@en ;
                                                      rdfs:label "place"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "A spatial region, e.g. country, city or district."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Hessen, Berlin, Schweiz" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "Issue: https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/75" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000006
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000006> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/OBI_0000245>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <http://purl.obolibrary.org/obo/RO_0002351> ;
                                                                                               owl:someValuesFrom [ rdf:type owl:Restriction ;
                                                                                                                    owl:onProperty <http://purl.obolibrary.org/obo/RO_0000087> ;
                                                                                                                    owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000110>
                                                                                                                  ]
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                      rdfs:comment "An organisation that consists of multiple independent groups and individuals, who join together to collaborate on a specific goal."@en ;
                                                      rdfs:label "consortium"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "A consortium of autonomous organizations collaborating towards a shared goal, operating within the framework of an agreement."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "NFDI4Culture, NFDI-MatWerk, DataPLANT." .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000008
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000008> rdf:type owl:Class ;
                                                      rdfs:comment "An independent continuant or information content entity that refers to a manifestation of someone's creative effort. A creative work refers to a digital intellectual or artistic resource, e.g. a dataset, metadata, a guideline, a software and other materials offering relevant information or instructions within their specific domains."@en ;
                                                      rdfs:label "obsolete creative work"@en ;
                                                      owl:deprecated "true"^^xsd:boolean ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "2024-03-22. Sasha Bruns - Unlike schema:CreativeWork, nfdicore:CreativeWork is specialized to cover digital creative works only. Through the mapping to \"schema:CreativeWork and 'information content entity'\", we exclude material creative works such as real paintings, architectural objects, and other physical artifacts, which fall outside the scope of nfdicore:CreativeWork."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "TRANSRAZ Data Model, NFDI4Culture Knowledge Graph, Guide for digital collection management at art museums, NFDI4Culture SPARQL Endpoint, Registry for Tools & Services, RADAR4Culture service, etc." ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/122" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000009
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000009> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000030> ;
                                                      rdfs:comment "An information content entity that refers to a structured collection of data, organized typically for a specific goal such as analysis, research, or reference. Dataset is structured information about a resource provided by an organization or a person."@en ;
                                                      rdfs:label "dataset"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "2024-04-10. Sasha Bruns: nfdicore:dataset and ioa:data set are not equivalent, due to their differing conceptualizations of what constitutes a iao:data item, which is a superclass of iao:data set. In the nfdicore ontology, a dataset may not necessarily align perfectly with the definition of a data item, since this definition implies a level of accuracy that may not always apply to datasets in their entirety. While a nfdicore:dataset may contain data items, it doesn't necessarily qualify as a data item itself under the strict definition provided by ioa:dataset. This differentiation helps us avoid ambiguity and ensures that our modeling aligns with the intended semantics."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Fotothek Bibliotheca Hertziana Max-Planck-Institut für Kunstgeschichte 320px static derivates research dataset (https://doi.org/10.17617/3.SVH2BT)" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000011
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000011> rdf:type owl:Class ;
                                                      <http://purl.obolibrary.org/obo/IAO_0100001> <http://purl.obolibrary.org/obo/OBI_0000260> ;
                                                      rdfs:comment "A realizable entity that represents a structured set of intended actions or steps designed to achieve specific objectives or outcomes."@en ;
                                                      rdfs:label "obsolete plan"@en ;
                                                      owl:deprecated "true"^^xsd:boolean .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000014
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000014> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> "http://purl.obolibrary.org/obo/IAO_0000444" ;
                                                      rdfs:comment "A process of making information, such as literature, music, and software etc., available to the public for sale or for free."@en ;
                                                      rdfs:label "publishing process"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000015
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000015> rdf:type owl:Class ;
                                                      <http://purl.obolibrary.org/obo/IAO_0100001> "http://purl.obolibrary.org/obo/IAO_0020000" ;
                                                      rdfs:comment "An information content entity that is the outcome of a dubbing process and is used to refer to one instance of entity shared by a group of people to refer to that individual entity." ;
                                                      rdfs:label "obsolete identifier"@en ;
                                                      owl:deprecated "true"^^xsd:boolean .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000016
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000016> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> "http://purl.obolibrary.org/obo/APOLLO_SV_00000008" ;
                                                      rdfs:comment "A process that has specified output a software product and that involves the creation of source code."@en ;
                                                      rdfs:label "software development"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000017
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000017> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ owl:intersectionOf ( <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <http://purl.obolibrary.org/obo/RO_0000081> ;
                                                                                               owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000004>
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                      rdfs:comment "A role inherent in an agent that is realized when representing, advocating, or communicating on behalf of an organization or group to convey messages or information."@en ;
                                                      rdfs:label "spokesperson role"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000018
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000018> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ owl:intersectionOf ( <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000131>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <http://purl.obolibrary.org/obo/RO_0000057> ;
                                                                                               owl:someValuesFrom [ rdf:type owl:Restriction ;
                                                                                                                    owl:onProperty <http://purl.obolibrary.org/obo/RO_0000087> ;
                                                                                                                    owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000019>
                                                                                                                  ]
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                      rdfs:comment "An event that focuses on scholarly activities and the exchange of knowledge, typically involving presentations, discussions, or collaborations among researchers, academics, and students, often in the context of conferences, workshops, seminars, symposia, or colloquia, to advance a specific field of study or interdisciplinary research."@en ;
                                                      rdfs:label "academic event"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000019
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000019> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ owl:intersectionOf ( <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <http://purl.obolibrary.org/obo/RO_0000081> ;
                                                                                               owl:someValuesFrom <http://purl.obolibrary.org/obo/OBI_0000245>
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                      rdfs:comment "A role inherent in an organization that is realized when coordinating, managing, or supporting academic activities, programs, or research to promote education and knowledge advancement."@en ;
                                                      rdfs:label "academic organization role"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000020
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000020> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ owl:intersectionOf ( <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <http://purl.obolibrary.org/obo/RO_0000081> ;
                                                                                               owl:someValuesFrom <http://purl.obolibrary.org/obo/OBI_0000245>
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                      rdfs:comment "A role inherent in an organization that is realized when promoting, regulating, or supporting industry-specific standards, practices, and collaboration to advance sector development and innovation."@en ;
                                                      rdfs:label "industry organization role"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000021
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000021> rdf:type owl:Class ;
                                                      rdfs:comment "A plan that specifies a sequence of tasks, processes, or operations, often involving multiple agents, tools, or systems, to achieve a specific goal or produce a desired outcome."@en ;
                                                      rdfs:label "obsolete workflow"@en ;
                                                      owl:deprecated "true"^^xsd:boolean ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "A workflow defines the logical order and dependencies of steps, the roles or entities responsible for each step, and the inputs and outputs required for and produced by each task. It is a realizable entity that can be enacted or executed within a defined context, such as a business process, computational framework, or organizational procedure." ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/125" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000022
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000022> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000030> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000112> "A journal article, patent application, laboratory notebook, or a book" ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> "http://purl.obolibrary.org/obo/IAO_0000310" ;
                                                      rdfs:comment "A collection of information content entities intended to be understood together as a whole"@en ;
                                                      rdfs:label "document"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000023
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000023> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000027> ;
                                                      rdfs:comment "An (nfdi) ontology is a data item that coherently represents all components of an ontology, including its versions, variants, modules and other associated artifacts. It is typically denoted by a name and/or an acronym, which is the term we use to communicate about it."@en ;
                                                      rdfs:label "ontology"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000024
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000024> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_8000000> ;
                                                      rdfs:comment "An ontology variant represents a self-contained, reusable subset of an ontology that provides a specific functionality while maintaining interoperability with the larger ontology. Typically, an ontology is released in different variants, which makes a variant a release artifact."@en ;
                                                      rdfs:label "ontology variant"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000025
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000025> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000022> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000112> "US Patent 6,449,603" ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> "http://purl.obolibrary.org/obo/IAO_0000313" ;
                                                      rdfs:comment "A document that has been accepted by a patent authority"@en ;
                                                      rdfs:label "patent"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000026
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000026> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000027> ;
                                                      rdfs:comment "An (nfdi) ontology release version represents a particular release of an ontology."@en ;
                                                      rdfs:label "ontology release version"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000027
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000027> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/IAO_0000027>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000226> ;
                                                                                               owl:someValuesFrom <http://purl.obolibrary.org/obo/IAO_0000098>
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                      rdfs:comment "A file data item is a data item that represents a file stored on a hard drive. It might also include essential attributes like its name, location, download URL, size, type, and timestamps for creation, modification, and access. It might also capture permissions and ownership details to control how the file can be accessed or modified."@en ;
                                                      rdfs:label "file data item"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000029
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000029> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000022> ;
                                                      rdfs:comment "A document that conveys information, data, or findings, typically structured in a formal or semi-formal manner, to communicate the results of an analysis, investigation, observation, or activity." ;
                                                      rdfs:label "report"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "A report is created with the intent of informing specific audiences and may include textual descriptions, visualizations, metrics, or conclusions. It is a realizable entity that is produced and maintained as part of a process or workflow." .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000030
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000030> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000022> ;
                                                      rdfs:comment "A document that organizes and stores source code files, associated metadata, and version history to facilitate the management, sharing, and collaborative development of software projects. It serves as a structured collection of information that tracks changes, maintains integrity, and supports workflows such as version control, branching, and merging." ;
                                                      rdfs:label "source code repository"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "The source code repository stands for the CONTENT of the repository, which, e.g., you can copy to your hard drive. This distinguishes it from the website class which e.g. is used to publish the content."@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000100
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000100> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000030> ;
                                                      rdfs:comment "An information content entity that specifies the subject area, domain or academic discipline of an entity. An academic discipline, a research field or domain of an entity, e.g. a domain of a data portal or a field of study of a person."@en ;
                                                      rdfs:label "academic discipline"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "2024-03-26: SB & JW: Following the OMIT Ontology, the academy discilpine is defined as a subclass of bfo:quality (see e.g. http://purl.obolibrary.org/obo/OMIT_0001008)"@en ,
                                                                                                          "2024-12-16: TT & JW: An academic discipline is not a quality, as assumed before, but an ICE. A discipline like philosophy or chemistry consists of structured knowledge, theories, and practices. These are abstract entities that represent and encode information."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> <https://www.wikidata.org/entity/Q12271> ,
                                                                                                    "Architecture, Art History, Musicology, Media Studies, Performing Arts"@en ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/80"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000101
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000101> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000015>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <http://purl.obolibrary.org/obo/RO_0002234> ;
                                                                                               owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000232>
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                      rdfs:comment "A process that organizes activities and resources to deliver a specific service, ensuring its efficiency, reliability, and alignment with intended goals."@en ;
                                                      rdfs:label "service process"@en ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "Issue: https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/75" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000102
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000102> rdf:type owl:Class ;
                                                      owl:equivalentClass [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000004>
                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                   owl:onProperty <http://purl.obolibrary.org/obo/RO_0000087> ;
                                                                                                   owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229>
                                                                                                 ]
                                                                                               ) ;
                                                                            rdf:type owl:Class
                                                                          ] ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000004> ,
                                                                      [ rdf:type owl:Restriction ;
                                                                        owl:onProperty <http://purl.obolibrary.org/obo/RO_0000087> ;
                                                                        owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229>
                                                                      ] ;
                                                      rdfs:comment "An independent continuant that acts autonomously and is entrusted with the authority to represent, negotiate, or act on behalf of another agent."@en ;
                                                      rdfs:label "agent"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "A class that represents entities that are capable of autonomous actions, decision-making, or interaction within a given environment, e.g. persons or organizations."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Torsten Schrade, Linnaea Söhn, Academy of Sciences and Literature Mainz"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000106
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000106> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000005> ;
                                                      rdfs:comment "A place that refers to a densely populated urban area."@en ;
                                                      rdfs:label "city"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "A city or a town where the thing is located."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Berlin, Hannover, Kyiv"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000107
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000107> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000027> ;
                                                      rdfs:comment "A material entity that represents a collection of material entities intended to be understood together as a whole."@en ;
                                                      rdfs:label "collection"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "A tangible collection of valuables published or curated by an organization or a person."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "A collection of arts displayed at the museum"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000110
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000110> rdf:type owl:Class ;
                                                      owl:equivalentClass [ owl:intersectionOf ( <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229>
                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000054> ;
                                                                                                   owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000002>
                                                                                                 ]
                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                   owl:onProperty <http://purl.obolibrary.org/obo/RO_0000081> ;
                                                                                                   owl:allValuesFrom <http://purl.obolibrary.org/obo/OBI_0000245>
                                                                                                 ]
                                                                                               ) ;
                                                                            rdf:type owl:Class
                                                                          ] ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229> ,
                                                                      [ rdf:type owl:Restriction ;
                                                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000054> ;
                                                                        owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000002>
                                                                      ] ;
                                                      rdfs:comment "A role inherent in an organization that is realized when the organization is a member of a consortium."@en ;
                                                      rdfs:label "consortium member role"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000111
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000111> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                      rdfs:comment "A process in which the contact information of an entity is provided."@en ;
                                                      rdfs:label "contacting process"@en ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000012> "Contacting" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000114
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000114> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229> ;
                                                      rdfs:comment "A role inherent in an agent that is realized when the agent is a contact point of a resource or a project."@en ;
                                                      rdfs:label "contact point role"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000115
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000115> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                      rdfs:comment "A process of contibuting or providing information to an endeavor."@en ;
                                                      rdfs:label "contributing process"@en ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000012> "Contributing" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000118
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000118> rdf:type owl:Class ;
                                                      owl:equivalentClass [ owl:intersectionOf ( <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229>
                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                   owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000054> ;
                                                                                                   owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000115>
                                                                                                 ]
                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                   owl:onProperty <http://purl.obolibrary.org/obo/RO_0000081> ;
                                                                                                   owl:someValuesFrom [ owl:intersectionOf ( <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000102>
                                                                                                                                             [ rdf:type owl:Restriction ;
                                                                                                                                               owl:onProperty <http://purl.obolibrary.org/obo/RO_0000056> ;
                                                                                                                                               owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000115>
                                                                                                                                             ]
                                                                                                                                           ) ;
                                                                                                                        rdf:type owl:Class
                                                                                                                      ]
                                                                                                 ]
                                                                                               ) ;
                                                                            rdf:type owl:Class
                                                                          ] ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229> ,
                                                                      [ rdf:type owl:Restriction ;
                                                                        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000054> ;
                                                                        owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000115>
                                                                      ] ,
                                                                      [ rdf:type owl:Restriction ;
                                                                        owl:onProperty <http://purl.obolibrary.org/obo/RO_0000081> ;
                                                                        owl:someValuesFrom [ owl:intersectionOf ( <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000102>
                                                                                                                  [ rdf:type owl:Restriction ;
                                                                                                                    owl:onProperty <http://purl.obolibrary.org/obo/RO_0000056> ;
                                                                                                                    owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000115>
                                                                                                                  ]
                                                                                                                ) ;
                                                                                             rdf:type owl:Class
                                                                                           ]
                                                                      ] ;
                                                      rdfs:comment "A role inherent in an agent that provides input, resources, or effort to support or enhance a project, work, or process."@en ;
                                                      rdfs:label "contributor role"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000119
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000119> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000005> ;
                                                      rdfs:comment "A place that refers to a defined geographical area distinguished by its territorial boundaries, governance structure, and sovereignty."@en ;
                                                      rdfs:label "country"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "A country where the thing is located."@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000121
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000121> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000198> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> <https://doi.org/10.5281/zenodo.10101412> ;
                                                      rdfs:comment "Software that provides large amounts of structured data from repositories and archives to the user. Usually the data can be uploaded, accessed, searched and/or downloaded via a web browser."@en ;
                                                      rdfs:label "database software"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000122
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000122> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000101> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> <https://doi.org/10.5281/zenodo.10101412> ;
                                                      rdfs:comment "The activity of managing and promoting the use of data from their point of creation to ensure that they are fit for contemporary purpose and available for discovery and reuse. For dynamic datasets this may mean continuous enrichment or updating to keep them fit for purpose. Higher levels of curation will also involve links with annotation and with other published materials"@en ;
                                                      rdfs:label "data curation service"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000123
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000123> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000223> ;
                                                      rdfs:comment "A website that serves as a centralized platform for accessing, managing, and sharing datasets, information, or resources related to a specific topic, theme, or domain."@en ;
                                                      rdfs:label "data portal"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "An online platform that provides access to datasets."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Bach digital, KultSam, MusiXplora"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000131
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000131> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                      rdfs:comment "An process that represents an organized happening that unfolds in time."@en ;
                                                      rdfs:label "event"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "A class that represents entities that occur or unfold in time, typically characterized by a specific organized happening or occurrence with temporal properties."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "conferences, celebrations, workshops, meetings, or any other specific incident or happening that has been planned somehow."@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000134
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000134> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000005> ;
                                                      rdfs:comment "A place that refers to a geographical territory forming part of a country."@en ;
                                                      rdfs:label "federal state"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "A federal state where the thing is located."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Sachsen, Berlin"@de .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000139
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000139> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ owl:intersectionOf ( <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <http://purl.obolibrary.org/obo/RO_0000081> ;
                                                                                               owl:someValuesFrom <http://purl.obolibrary.org/obo/OBI_0000245>
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                      rdfs:comment "A role inherent in an organization that is realized when the organization serves as a funder to endevaours, e.g. projects."@en ;
                                                      rdfs:label "funding organization role"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000140
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000140> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000198> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> <https://doi.org/10.5281/zenodo.10101412> ;
                                                      rdfs:comment "Collection of pre-implemented functions for a specific task that can be accessed via a well-defined interface."@en ;
                                                      rdfs:label "software library"@en ;
                                                      rdfs:seeAlso "http://purl.obolibrary.org/obo/IAO_0000593" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000141
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000141> rdf:type owl:Class ;
                                                      <http://purl.obolibrary.org/obo/IAO_0100001> <http://www.ebi.ac.uk/swo/SWO_0000002> ;
                                                      rdfs:comment "An information content entity that refers to a legal instrument (usually by way of contract law, with or without printed material) governing the use or redistribution of the resource containing the licence."@en ;
                                                      rdfs:label "obsolete license"@en ;
                                                      owl:deprecated "true"^^xsd:boolean ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "A document that provides legal guidelines for the use of a resource, e.g. a software."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "cc-by-3, Digital Peer Publishing Lizenz"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000145
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000145> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000033> ;
                                                      rdfs:comment "A directive information entity that describes a media type a bearer has."@en ;
                                                      rdfs:label "media type"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "A digital resource format or physical medium."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "doc, avi, mpeg, epub, txt, MIME-type, record, cassette, VHS, LaserDiscs, CD, DVD, Blu-ray color lithograph, text book" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000148
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000148> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000145> ;
                                                      rdfs:comment "A media type that serves as a standardized identifier for specifying the nature and format of data."@en ;
                                                      rdfs:label "MIME-type"@en ;
                                                      rdfs:seeAlso "https://www.iana.org/assignments/media-types/media-types.xhtml" ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "The MIME-type template of the resource"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "https://www.iana.org/assignments/media-types/application/dicom, https://www.iana.org/assignments/media-types/video/mp4, https://www.iana.org/assignments/media-types/text/n3"@en ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000012> "MIMEType" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000186
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000186> rdf:type owl:Class ;
                                                      <http://purl.obolibrary.org/obo/IAO_0100001> <http://purl.obolibrary.org/obo/IAO_0000025> ;
                                                      rdfs:comment "A plan specification that is used for implementing software."@en ;
                                                      rdfs:label "obsolete programming language"@en ;
                                                      owl:deprecated "true"^^xsd:boolean ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "A formal language used for implementing a software."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Java, Ruby, C++, Perl, PHP" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000190
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000190> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000022> ;
                                                      rdfs:comment "A publication that is the output of a publishing process and a creative process."@en ;
                                                      rdfs:label "publication"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "A published scholarly work that reports on ongoing activity about or within a resource, e.g. a dataset."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "MusiXplora: Visual analysis of a musicological encyclopedia, Textkategorien in kompositorischen Werkstattdokumenten" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000193
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000193> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ owl:intersectionOf ( <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000054> ;
                                                                                               owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000014>
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                      rdfs:comment "A role inherent in an agent that is realized when the bearer participates in the publishing of the document."@en ;
                                                      rdfs:label "publisher role"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000198
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000198> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/IAO_0000104>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <http://purl.obolibrary.org/obo/RO_0002353> ;
                                                                                               owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000224>
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                      rdfs:comment "A plan specification that comprises a set of instructions, programs, or algorithms designed to perform specific tasks or functions on a computer or other electronic devices."@en ;
                                                      rdfs:label "software"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "A computer software provided by an organization or a person."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Edirom, Muscat" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000203
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000203> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000033> ,
                                                                      [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/IAO_0000033>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty [ owl:inverseOf <http://purl.obolibrary.org/obo/RO_0002234>
                                                                                                              ] ;
                                                                                               owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000224>
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ,
                                                                      [ rdf:type owl:Restriction ;
                                                                        owl:onProperty [ owl:inverseOf <http://purl.obolibrary.org/obo/RO_0002234>
                                                                                       ] ;
                                                                        owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000224>
                                                                      ] ;
                                                      rdfs:comment "A directive information entity that defines the requirements, characteristics, or standards for the design, implementation, or operation of a system, product, or process.Specification is a set of requirements, guidelines, standards contributed by an organization or a person."@en ;
                                                      rdfs:label "specification"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "2024-03-24. Sasha Bruns: specifications have dual nature - they are both directive information entities guiding actions (plan specification) and digital intellectual resources providing relevant information and guidelines (creative work)."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Guidelines, technical specifications, design specifications"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000206
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000206> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000203> ;
                                                      rdfs:comment "A specification that establishes a set of guidelines, criteria, or norms recognized and adopted by internationational community."@en ;
                                                      rdfs:label "standard"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "An international standard and norm that can be used to evaluate or create a resource."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "ISO 15511, DINI-Zertifikat" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000210
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000210> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000101> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> <https://doi.org/10.5281/zenodo.10101412> ;
                                                      rdfs:comment "Provision of storage space for research data as a service to external users. Access is possible via web protocols."@en ;
                                                      rdfs:label "storage service"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000214
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000214> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000101> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> <https://doi.org/10.5281/zenodo.10101412> ;
                                                      rdfs:comment "Service with direct user contact for topics going beyond the support for specific single services."@en ;
                                                      rdfs:label "support service"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000215
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000215> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000104> ;
                                                      rdfs:comment "A plan specification that refers to a technology method employed for the creation, management, utilization, or control of a digital resource."@en ;
                                                      rdfs:label "technological method specification"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "A technology, e.g. a web application or a programming framework used in a resource."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Groovy on Grails, Angular"@en ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000012> "TechnologicalMeans" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000218
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000218> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000198> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> <https://doi.org/10.5281/zenodo.10101412> ;
                                                      rdfs:comment "Software that can be downloaded and executed locally on the users' hardware."@en ;
                                                      rdfs:label "software application"@en ;
                                                      rdfs:seeAlso "http://purl.obolibrary.org/obo/IAO_0000594" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000219
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000219> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000101> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> <https://doi.org/10.5281/zenodo.10101412> ;
                                                      rdfs:comment "Standalone training for self-study can be considered a technical service (usually a web application). Generally speaking, training materials often come in the form of specific measures or tutorials that are attached to a service and that are designed to improve the user’s service experience. Our joint understanding of training as a stand-alone service, however, is not limited to the above and includes materials designed for education in all fields of research data management."@en ;
                                                      rdfs:label "training service"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000222
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000222> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000198> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> <https://doi.org/10.5281/zenodo.10101412> ;
                                                      rdfs:comment "Software that is installed on a server and can be used by users via a web page and the internet, for example Software-as-a-service (SaaS)."@en ;
                                                      rdfs:label "web application software"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000223
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000223> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000030> ,
                                                                      [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/IAO_0000030>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty [ owl:inverseOf <http://purl.obolibrary.org/obo/RO_0002234>
                                                                                                              ] ;
                                                                                               owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000224>
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ,
                                                                      [ rdf:type owl:Restriction ;
                                                                        owl:onProperty [ owl:inverseOf <http://purl.obolibrary.org/obo/RO_0002234>
                                                                                       ] ;
                                                                        owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000224>
                                                                      ] ;
                                                      rdfs:comment "An information content entity that represents a collection of interconnected web pages, multimedia content, and digital resources accessible via the World Wide Web."@en ;
                                                      rdfs:label "website"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "A collection of webpages contributed by an organization or a person."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "https:\\/\\/opac.rism.info" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000224
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000224> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000015>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <http://purl.obolibrary.org/obo/RO_0000057> ;
                                                                                               owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000004>
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                      rdfs:comment "A process that involves generating, developing, and refining original ideas or concepts through exploration, experimentation, and problem-solving, aiming to produce innovative or expressive outcomes in artistic, scientific, or other creative fields."@en ;
                                                      rdfs:label "creative process"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000227
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000227> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000015>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000055> ;
                                                                                               owl:someValuesFrom [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/OBI_0000260>
                                                                                                                                         [ rdf:type owl:Restriction ;
                                                                                                                                           owl:onProperty <http://purl.obolibrary.org/obo/RO_0000059> ;
                                                                                                                                           owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001002>
                                                                                                                                         ]
                                                                                                                                       ) ;
                                                                                                                    rdf:type owl:Class
                                                                                                                  ]
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                      rdfs:comment "A process that processes tasks, activities, or steps to achieve specific objectives efficiently within an organized workflow system."@en ;
                                                      rdfs:label "workflow process"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000228
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000228> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000023>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000054> ;
                                                                                               owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000101>
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                      rdfs:comment "Role of an immaterial entity that facilitates the delivery or support of a service product, ensuring its proper execution and value realization."@en ;
                                                      rdfs:label "service product role"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/BFO_0000023>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <http://purl.obolibrary.org/obo/RO_0000081> ;
                                                                                               owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000102>
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                      rdfs:comment "Role of an independent continuant that is realized through an agent's actions, enabling the agent to perform specific functions or achieve particular outcomes within a system or context."@en ;
                                                      rdfs:label "agent role"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000230
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000230> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ owl:intersectionOf ( <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000054> ;
                                                                                               owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000101>
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                      rdfs:comment "A role inherent in an agent that is realized when delivering services, managing processes, and ensuring the effective fulfillment of service product requirements."@en ;
                                                      rdfs:label "service provider role"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000232
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000232> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000141> ;
                                                      rdfs:comment "An immaterial entity that provides value through a service offering, delivering intangible benefits or functionality designed to fulfill specific needs or requirements, often in a structured process."@en ;
                                                      rdfs:label "service product"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000244
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000244> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000104> ;
                                                      rdfs:comment "A plan specification that defines the requirements, features, and parameters of a service, outlining its scope, performance, and delivery criteria."@en ;
                                                      rdfs:label "service specification"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001000
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001000> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ owl:intersectionOf ( <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001019>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <http://purl.obolibrary.org/obo/IAO_0000219> ;
                                                                                               owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000198>
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                      rdfs:comment "A textual entity that uniquely identifies a specific software application, program, or system, often used for branding, categorization, and reference in documentation, licensing, and distribution." ;
                                                      rdfs:label "software title"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001001
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001001> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000300> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> "http://purl.obolibrary.org/obo/IAO_0000301" ;
                                                      rdfs:comment "A textual entity intended to identify a particular publication." ;
                                                      rdfs:label "citation"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001002
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001002> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000104> ;
                                                      rdfs:comment "A plan specification that defines the sequence, dependencies, roles, and conditions governing the execution of tasks and processes within a workflow, ensuring structured and efficient task coordination, automation, and completion." ;
                                                      rdfs:label "workflow specification"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001004
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001004> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ owl:intersectionOf ( <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000022>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <http://purl.obolibrary.org/obo/IAO_0000136> ;
                                                                                               owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000002>
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                      rdfs:comment "A project proposal is a detailed document that outlines the objectives, scope, requirements, and deliverables of a project. It serves as a blueprint for all stakeholders, ensuring everyone understands what needs to be accomplished."@en ;
                                                      rdfs:label "project proposal"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001009
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001009> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000578> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000118> "Gemeinsame Normdatei"@de ,
                                                                                                   "Integrated Authority File"@en ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> "https://www.dnb.de/EN/Professionell/Standardisierung/GND/gnd_node.html" ;
                                                      rdfs:comment "A centrally registered identifier that is issued by the German National Library. The Integrated Authority File (GND) is facilitates the collaborative use and administration of authority data. These authority data represent and describe entities, i.e. persons, corporate bodies, conferences and events, geographic entities, topics and works relating to cultural and academic collections."@en ;
                                                      rdfs:label "GND identifier"@en ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/61" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010015> "GND"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001010
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001010> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000578> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000118> "Integrated Authority File"@en ,
                                                                                                   "Virtual International Authority File"@en ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> "https://viaf.org/en" ;
                                                      rdfs:comment "The centrally registered identifier VIAF (Virtual International Authority File) is an international authority file that links and integrates authority records from multiple national libraries and other organizations. It provides a unique identifier for authors, creators, and entities, facilitating better data sharing and cataloging across institutions."@en ;
                                                      rdfs:label "VIAF identifier"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "https://viaf.org/en/viaf/137346469" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/61" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010015> "VIAF"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001011
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001011> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000578> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000118> "GeoNames"@en ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> "https://www.geonames.org/" ;
                                                      rdfs:comment "GeoNames is a geographical database that provides information on places, including names, coordinates, and administrative divisions. It integrates data from multiple sources and is widely used for geolocation, mapping, and geographic information systems (GIS)."@en ;
                                                      rdfs:label "GeoNames identifier"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "https://www.geonames.org/2950159" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/61" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001012
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001012> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000578> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000118> "Wikidata"@en ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> "https://www.wikidata.org/" ;
                                                      rdfs:comment "Wikidata is maintained by the Wikimedia Foundation and serves as a central repository for structured data used by Wikipedia, Wikimedia projects, and external applications."@en ;
                                                      rdfs:label "Wikidata identifier"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "https://www.wikidata.org/wiki/Q1388737" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/61" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001013
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001013> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000578> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> "https://ror.org/" ;
                                                      rdfs:comment "ROR (Research Organization Registry) is a global, open, and community-driven registry of research organizations. It provides unique identifiers for institutions involved in research, enabling better data integration, disambiguation, and interoperability across scholarly communication systems."@en ;
                                                      rdfs:label "ROR identifier"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "https://ror.org/01kdxra28" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/61" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010015> "ROR"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001014
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001014> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000578> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000118> "International Standard Identifier for Libraries and Related Organizations"@en ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> "https://sigel.staatsbibliothek-berlin.de/" ;
                                                      rdfs:comment "ISIL (International Standard Identifier for Libraries and Related Organizations) is a globally recognized identifier system used to uniquely identify libraries, archives, museums, and other cultural institutions. It facilitates resource sharing, cataloging, and data exchange across institutions and countries."@en ;
                                                      rdfs:label "ISIL identifier"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "https://ld.zdb-services.de/resource/organisations/DE-4153" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/61" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010015> "ISIL"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001015
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001015> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000578> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000118> "FactGrid"@en ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> "https://database.factgrid.de/" ;
                                                      rdfs:comment "FactGrid is a collaborative, structured knowledge database designed for historical research. It operates on Wikibase and focuses on documenting historical entities, events, and relationships."@en ;
                                                      rdfs:label "FactGrid identifier"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "https://database.factgrid.de/entity/Q595" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/61" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001016
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001016> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000578> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000118> "Répertoire International des Sources Musicales"@fr ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> "https://rism.info/" ;
                                                      rdfs:comment "RISM (Répertoire International des Sources Musicales) is an international catalog of historical music sources, including manuscripts, printed music, and treatises. It provides unique identifiers and bibliographic data to support music research and documentation."@en ;
                                                      rdfs:label "RISM identifier"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "https://rism.online/sources/201001959/" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/61" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010015> "RISM"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001017
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001017> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ owl:intersectionOf ( <http://purl.obolibrary.org/obo/IAO_0000033>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000051> ;
                                                                                               owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000148>
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                      rdfs:comment "A directive information entity that defines the structural, syntactic, and encoding rules for representing data when it is exported from a system."@en ;
                                                      rdfs:label "export format specification"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001018
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001018> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000300> ;
                                                      rdfs:comment "A textual entity that describe some resource."@en ;
                                                      rdfs:label "textual description"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001019
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001019> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000300> ;
                                                      rdfs:comment "A textual entity that denotes some resource."@en ;
                                                      rdfs:label "title"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001020
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001020> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ owl:intersectionOf ( <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000131>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <http://purl.obolibrary.org/obo/RO_0000057> ;
                                                                                               owl:someValuesFrom <http://purl.obolibrary.org/obo/OBI_0000245>
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                      rdfs:comment "The act of foundation refers to the formal establishment or creation of an institution, organization, or entity, typically through a legal, administrative, or ceremonial process."@en ;
                                                      rdfs:label "act of foundation"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001021
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001021> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ owl:intersectionOf ( <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000131>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <http://purl.obolibrary.org/obo/RO_0000057> ;
                                                                                               owl:someValuesFrom <http://purl.obolibrary.org/obo/OBI_0000245>
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                      rdfs:comment "The act of dissolution refers to a formal legal or administrative event that officially terminates or dissolves an entity, relationship, or agreement."@en ;
                                                      rdfs:label "act of dissolution"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001022
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001022> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000027> ;
                                                      rdfs:comment "A namespace refers to a distinct, unique identifier that is used to distinguish concepts and entities within an ontology from those in other ontologies or systems. It's typically represented as a URL or URI (Uniform Resource Identifier) and ensures that each element within the ontology has a globally unique reference."@en ;
                                                      rdfs:label "ontology namespace"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001025
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001025> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> <http://purl.obolibrary.org/obo/NCIT_C42620> ;
                                                      rdfs:comment "A process by which something is brought into existence; having been brought into existence."@en ;
                                                      rdfs:label "creation process"@en ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "issue: https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/95" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001026
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001026> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229> ;
                                                      rdfs:comment "A role inherent in an agent that originates, develops, or produces a work, product, or idea."@en ;
                                                      rdfs:label "creator role"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001029
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001029> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000030> ;
                                                      rdfs:comment "An information content entity that is part of a document." ;
                                                      rdfs:isDefinedBy "http://purl.obolibrary.org/obo/IAO_0000314" ;
                                                      rdfs:label "document part"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "An abstract, introduction, method or results section." .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001030
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001030> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001029> ;
                                                      rdfs:comment "A part of a document that enumerates the authors of the document" ;
                                                      rdfs:isDefinedBy "http://purl.obolibrary.org/obo/IAO_0000321" ;
                                                      rdfs:label "author list"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001031
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001031> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001029> ;
                                                      rdfs:comment "A part of a document that enumerates the contributors of the document" ;
                                                      rdfs:label "contributor list"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001032
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001032> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001029> ;
                                                      rdfs:comment "A part of a document that enumerates the creators of the document" ;
                                                      rdfs:label "creator list"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001033
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001033> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001029> ;
                                                      rdfs:comment "A part of a document that has parts that are institution identifications associated with the authors of the document" ;
                                                      rdfs:isDefinedBy "http://purl.obolibrary.org/obo/IAO_0000322" ;
                                                      rdfs:label "institution list"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001034
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001034> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0020000> ;
                                                      rdfs:comment "A Uniform Resource Locator (URL), colloquially termed a web address, is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it. [Wikipedia]"@en ;
                                                      rdfs:label "uniform resource locator"@en ;
                                                      rdfs:seeAlso "http://purl.allotrope.org/ontologies/result#AFR_0001068" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "issue: https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/95" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001035
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001035> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000300> ;
                                                      rdfs:comment "A work package textual entity is a textual entity that describes a structured unit of work within a project, outlining specific tasks, objectives, deliverables, and assigned responsibilities to achieve defined project outcomes." ;
                                                      rdfs:label "work package textual entity"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001036
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001036> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000300> ;
                                                      rdfs:comment "A comment textual entity is a textual entity that provides supplimentary information, feedback, opinions, clarifications, or annotations related to a specific subject." ;
                                                      rdfs:label "comment textual entity"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "peer review comments on journal articles, user feedback on digital repositories, inline annotations in collaborative documents, explanatory remarks in software code documentation" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001037
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001037> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000578> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000118> "DOI" ;
                                                      rdfs:comment "A Digital Object Identifier (DOI) is a centrally registered identifier that provides a unique, persistent reference to digital objects such as publications, datasets, and software, ensuring reliable access and citation." ;
                                                      rdfs:label "digital object identifier"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "10.1016/j.compind.2023.104016" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001039
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001039> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000006> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000118> "National Research Data Infrastructure"@en ,
                                                                                                   "Nationale Forschungsdateninfrastruktur"@de ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> "https://www.dfg.de/en/research-funding/funding-initiative/nfdi" ,
                                                                                                   "https://www.nfdi.de/" ;
                                                      rdfs:comment "An NFDI Consortium is a collaborative organizational entity within the German National Research Data Infrastructure (NFDI) initiative, responsible for the development, management, and coordination of research data infrastructures in specific scientific domains." ,
                                                                   "The National Research Data Infrastructure (NFDI) is intended to sytematically manage scientifich and research data, provide long-term data storage, backup and accessibility, and network the data (inter-)nationally. The German Research Foundation (DFG) and the Joint Science Conference (GWK) are working together to establish and fund the NFDI, on the basis of the administrative agreement concluded by the Federal Government and the federal states on November 26, 2018. The NFDI is designed as a nationwide network, which is built gradually and cooperatively by the respective communities. The goal is to provide a reliable and sustainable service portfolio that covers generic and disciplinary requirements of research data management in Germany. The NFDI is developed step by step and science-oriented with services available to researchers from vaious disciplines, institutions, and federal states." ;
                                                      rdfs:label "NFDI consortium"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001040
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001040> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0020000> ;
                                                      rdfs:comment "An academic title is an identifier that denotes an individual’s academic rank, qualification, or honorary designation within educational and research institutions." ;
                                                      rdfs:label "academic title"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Professor, Associate Professor, Dr., PhD, Dr. Ing." .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001041
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001041> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0020000> ;
                                                      rdfs:comment "An identifier that denotes some postal delivery route, some aggregate of postal delivery routes or a geographical region and was created for the purpose of sorting and delivering mail." ;
                                                      rdfs:isDefinedBy "http://purl.obolibrary.org/obo/IAO_0000646" ;
                                                      rdfs:label "postal code"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001042
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001042> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001041> ;
                                                      rdfs:comment "A postal code that is used in the United States for the purpose of sorting and delivering mail, and that denotes some postal delivery route or some aggregate of postal delivery routes." ;
                                                      rdfs:isDefinedBy "http://purl.obolibrary.org/obo/IAO_0000648" ;
                                                      rdfs:label "zone improvement plan code"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001043
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001043> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000018> ;
                                                      rdfs:comment "Av event that brings together individuals or groups for structured discussions, decision-making, planning, or coordination of research, educational, or institutional activities." ;
                                                      rdfs:label "meeting"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001044
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001044> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000198> ;
                                                      rdfs:comment "Data Analysis Software is a subclass of Software designed to process, visualize, and interpret structured and unstructured data using statistical, machine learning, and computational techniques." ;
                                                      rdfs:label "data analysis software"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001045
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001045> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000198> ;
                                                      rdfs:comment "An Electronic Lab Notebook (ELN) is a subclass of Software that provides a digital platform for recording, managing, and sharing experimental procedures, observations, and research data in scientific workflows." ;
                                                      rdfs:label "electronic lab notebook"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001046
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001046> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000198> ;
                                                      rdfs:comment "Image Processing Software is a subclass of Software that enables the manipulation, enhancement, analysis, and visualization of images obtained from experimental, computational, or simulation-based sources." ;
                                                      rdfs:label "image processing software"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001047
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001047> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000198> ;
                                                      rdfs:comment "An Operating System (OS) is a software system that manages computer hardware and software resources and provides common services for computer programs. It acts as an intermediary between users and the computer hardware, enabling the execution of application programs." ;
                                                      rdfs:label "operating system"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "Concerning the content of ‘Software’ datasheet and its related knowledge graph, the ‘Operating System’ class wase created to respond to competency questions like what operating systems are compatible with a specific software." ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Windows, Linux, MacOS" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001048
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001048> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000198> ;
                                                      rdfs:comment "Simulation Software is a subclass of Software that facilitates the modeling and numerical simulation of physical, chemical, or computational systems to study behaviors, interactions, and performance under different conditions" ;
                                                      rdfs:label "simulation software"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Examples include COMSOL Multiphysics, LAMMPS, Quantum ESPRESSO, and ANSYS." .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001049
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001049> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000198> ;
                                                      rdfs:comment "Workflow Management Software is a subclass of Software that provides tools for designing, automating, executing, and monitoring scientific or computational workflows in research and engineering domains." ;
                                                      rdfs:label "workflow management software"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001050
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001050> rdf:type owl:Class ;
                                                      owl:equivalentClass [ owl:intersectionOf ( <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000203>
                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                   owl:onProperty <http://purl.obolibrary.org/obo/IAO_0000219> ;
                                                                                                   owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000131>
                                                                                                 ]
                                                                                               ) ;
                                                                            rdf:type owl:Class
                                                                          ] ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000203> ,
                                                                      [ rdf:type owl:Restriction ;
                                                                        owl:onProperty <http://purl.obolibrary.org/obo/IAO_0000219> ;
                                                                        owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000131>
                                                                      ] ;
                                                      rdfs:comment "An event implementation specification is a type of Directive Information Entity that provides formal guidelines, constraints, and details on how an event should be executed. It specifies the mode of implementation, including logistical, technical, and procedural aspects required to carry out an event successfully." ;
                                                      rdfs:label "event implementation specification"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "HBN: Concerning the content of ‘Event’ datasheets and its related knowledge graph, the ‘Event Implementation Specification’ class and its instances were created to respond to competency questions like what are the implementation formats of a given event." ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Specifications for organizing conferences, training workshops, and academic seminars in different formats such as virtual, in-person, or hybrid settings." .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001051
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001051> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000203> ;
                                                      rdfs:comment "A funding specification is a directive information entity that provides structured guidelines, policies, and requirements for securing, managing, and allocating financial resources for various activities, projects, or organizations." ;
                                                      rdfs:label "funding specification"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "HBN: Concerning the content of ‘Service’ datasheets and its related knowledge graph, the ‘Funding Specification’ class and its instances were created to respond to competency questions like what funding models exist for a given service." .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001052
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001052> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000203> ;
                                                      rdfs:comment "An information access specification is a directive information entity that defines the policies, conditions, and mechanisms governing the accessibility of digital or physical information resources for users or organizations." ;
                                                      rdfs:label "information access specification"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "HBN: Concerning the content of ‘Publication’ datasheet and its related knowledge graph, the ‘Information Access Specification’ class and its instances were created to respond to competency questions like: what access policies apply to a specific publication document, which resources are available under open access, etc." .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001053
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001053> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0020000> ;
                                                      rdfs:comment "An ontology version IRI is a unique identifier that points to a specific version of an ontology. It helps distinguish between different updates or revisions of the same ontology. This ensures consistent referencing and compatibility across systems using the ontology."@en ;
                                                      rdfs:label "ontology version IRI"@en ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "issue: issue: https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/95" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001054
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001054> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000203> ;
                                                      rdfs:comment "A Metadata Specification is a detailed document that describes metadata structures, guidelines, and usage policies for standardization and adoption." ;
                                                      rdfs:label "metadata specification"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "metadata schema and standards" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001055
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001055> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000578> ;
                                                      rdfs:comment "The TGN Identifier refers to a unique ID within the Getty Thesaurus of Geographic Names (TGN), which is a controlled vocabulary developed to standardize geographic names for use in cultural heritage and library contexts. The TGN is part of the Getty Vocabulary Program by the Getty Research Institute."@en ;
                                                      rdfs:label "TGN identifier"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "http://vocab.getty.edu/page/tgn/7003712" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/100" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010015> "TGN" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001056
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001056> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000203> ;
                                                      rdfs:comment "A status specification is a directive information entity that defines the current state, progress, or condition of an entity, process, or project based on predefined criteria and operational guidelines." ;
                                                      rdfs:label "status specification"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "HBN: Concerning the content of ‘Service’ and 'International collabrations' datasheets and their related knowledge graphs, the ‘Status Specification’ class and its instances were created to respond to competency questions like: what is the current status of a service or collaboration project, which collabrations are in an active state, etc." .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001057
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001057> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229> ;
                                                      rdfs:comment "A role inherent in an agent that is realized when collaborating in planning, managing, and executing an event, project, or initiative alongside one or more primary organizers."@en ;
                                                      rdfs:label "co organizer role"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001058
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001058> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ owl:intersectionOf ( <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <http://purl.obolibrary.org/obo/RO_0000081> ;
                                                                                               owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000004>
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                      rdfs:comment "A role inherent in an agent that is realized when shareing the responsibilities of representing an organization, group, or initiative, typically communicating its views, policies, or findings to the public."@en ;
                                                      rdfs:label "co spokesperson role"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001059
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001059> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229> ;
                                                      rdfs:comment "A role inherent in an agent that is realized when engageing in cooperative work with another individual or organization toward a shared goal, such as research, development, or business initiatives."@en ;
                                                      rdfs:label "collaboration partner role"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001060
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001060> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229> ;
                                                      rdfs:comment "A role inherent in an agent that is realized when being responsible for producing goods, components, or materials through industrial or commercial processes."@en ;
                                                      rdfs:label "manufacturer role"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Siemens as a manufacturer of industrial automation equipment or Intel as a manufacturer of semiconductor chips" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001061
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001061> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229> ;
                                                      rdfs:comment "A role inherent in an agent that is realized when being responsible for planning, managing, and executing an event, project, or structured activity."@en ;
                                                      rdfs:label "organizer role"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "event management firms organizing scientific symposiums or non-profit organizations coordinating community outreach programs" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001062
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001062> rdf:type owl:Class ;
                                                      rdfs:subClassOf [ owl:intersectionOf ( <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229>
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <http://purl.obolibrary.org/obo/RO_0000081> ;
                                                                                               owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000004>
                                                                                             ]
                                                                                           ) ;
                                                                        rdf:type owl:Class
                                                                      ] ;
                                                      rdfs:comment "A role inherent in an agent that is realized when delivers presentations, lectures, or speeches at events, conferences, or public gatherings."@en ;
                                                      rdfs:label "speaker role"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "invited speakers at scientific symposiums, keynote presenters at technology expos, and guest lecturers at universities" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001068
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001068> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000578> ;
                                                      rdfs:comment "The LCNAF Identifier refers to a unique identifier assigned to entries in the Library of Congress Name Authority File (LCNAF). This file is a standardized authority database maintained by the Library of Congress, used to establish and control the names of people, organizations, geographic places, and titles in bibliographic records."@en ;
                                                      rdfs:label "LCNAF identifier"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "http://id.loc.gov/authorities/names/n78095332" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/101" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010015> "LCNAF" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001069
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001069> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000578> ;
                                                      rdfs:comment "The BnF Identifier refers to a unique identifier assigned to an authority record in the Bibliothèque nationale de France (BnF) catalog. It is part of the BnF’s authority files, used to standardize names of people, organizations, titles, places, and subjects across bibliographic records."@en ;
                                                      rdfs:label "BnF identifier"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "https://catalogue.bnf.fr/ark:/12148/cb123735831" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/102" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010015> "BnF" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001095
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001095> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000222> ;
                                                      rdfs:comment "A SPARQL Endpoint is a web application software that provides a queryable interface for accessing and retrieving structured data from RDF-based knowledge graphs using the SPARQL query language."@en ;
                                                      rdfs:label "sparql endpoint"@de ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Wikidata Query Service, DBpedia SPARQL Endpoint, Linked Data Fragments" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001096
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001096> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000229> ;
                                                      rdfs:comment "An agent role that exresses that an organization inhering that role actively collaborates within a consortium, contributing expertise, resources, or infrastructure to support shared research, development, or innovation goals."@en ;
                                                      rdfs:label "consortium partner role"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001098
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001098> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000578> ;
                                                      rdfs:comment "Identifier for institutions registered with the German Digital Library (Deutsche Digitale Bibliothek)"@en ,
                                                                   "Identifikator für Institutionen, die bei der Deutschen Digitalen Bibliothek registriert sind"@de ;
                                                      rdfs:label "DDB organization identifier"@en ;
                                                      rdfs:seeAlso "https://www.wikidata.org/wiki/Property:P13081" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/104" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001099
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001099> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000578> ;
                                                      rdfs:comment "identifier for a data repository in the re3data registry"@en ;
                                                      rdfs:label "re3data repository identifier"@en ;
                                                      rdfs:seeAlso "https://www.wikidata.org/wiki/Property:P5874" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/106" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001101
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001101> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000300> ;
                                                      rdfs:comment "An added value textual entity is a textual entity that describes the achievements, benefits, or additional value generated by a project, service, or initiative, highlighting its impact, improvements, or contributions." ;
                                                      rdfs:label "added value textual entity"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "In responce to competency questions like what are the added values of project X1 or service X2." ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/119" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001102
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001102> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000300> ;
                                                      rdfs:comment "An affiliation is a textual entity that specifies the organizational or institutional association of an individual, group, or entity, typically used in academic, professional, or research contexts." ;
                                                      rdfs:label "affiliation"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> """FIZ Karlsruhe – Leibniz-Institute for Information Infrastructure
Karlsruhe Institute of Technology, Institute of Applied Informatics and Formal Description Methods""" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001103
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001103> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000300> ;
                                                      rdfs:comment "A goal textual entity is a textual entity that describes the intended objectives, aims, or targets of a project, initiative, organization, or research effort, providing a clear statement of purpose and expected outcomes." ;
                                                      rdfs:label "goal textual entity"@en ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/119" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001104
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001104> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000190> ;
                                                      rdfs:comment "A Conference Abstract is a brief summary of research findings or scholarly work submitted for presentation at an academic or professional conference, often serving as a precursor to a full paper or presentation." ;
                                                      rdfs:label "conference abstract"@en ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/119" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001105
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001105> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000190> ;
                                                      rdfs:comment "A Conference Paper is a scholarly publication that presents research findings at an academic or professional conference, typically published in conference proceedings." ;
                                                      rdfs:label "conference paper"@en ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/119" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001106
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001106> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000190> ;
                                                      rdfs:comment "A Conference Poster is a visual presentation of research findings, displayed at an academic or professional conference to facilitate discussion and knowledge exchange." ;
                                                      rdfs:label "conference poster"@en ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/119" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001200
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001200> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000029> ;
                                                      rdfs:comment "An Interim Report is a report that provides a temporary or progress-based assessment of an ongoing project, research, or operational activity, documenting current findings, challenges, and future directions before the final report is completed." ;
                                                      rdfs:label "interim report"@en ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/119" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001201
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001201> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000123> ;
                                                      rdfs:comment "A Research Data Repository is a data portal designed for the preservation, management, and sharing of research datasets, ensuring long-term accessibility and compliance with open science principles." ;
                                                      rdfs:label "research data repository"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Open Science Framework (OSF), Harvard Dataverse" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/119" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001202
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001202> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000123> ;
                                                      rdfs:comment "A Repository Hosting Data Portal is a data portal that provides infrastructure and tools for hosting datasets, code, and publications in a structured and accessible format." ;
                                                      rdfs:label "repository hosting data portal"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Zenodo, Figshare, Dataverse" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/119" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001203
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001203> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000009> ;
                                                      rdfs:comment "An Experimental Dataset is a dataset that contains measured or observed data collected from laboratory experiments, physical tests, or scientific investigations." ;
                                                      rdfs:label "experimental dataset"@en ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/119" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001204
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001204> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000009> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> "https://doi.org/10.1016/j.actamat.2025.120735" ;
                                                      rdfs:comment "A Reference Dataset is a dataset that serves as a benchmark or standardized collection of data used for validation, comparison, and reproducibility in scientific research and engineering applications." ,
                                                                   """Reference data of materials
- are documented according to certain standards as well as
- are curated (i.e., generated, maintained, preserved, validated) according to certain standards
- are quantitative data sets (i.e., data + their corresponding metadata)
- have been measured or simulated to a particularly high standard, and
- are generated for a material that has either experienced a well-documented process or is reference material
or its composition and structure has been completely characterized.
Reference data of materials can also be derived data from reference data.
These data are distributed with a license (e.g., GPL).
The here addressed standards for documentation, curation and measurement need to be defined for specific
materials characteristics (e.g., creep tests) in terms of domain standards. These domain standards are the
result of a steered community process.
Standards should integrate as much as possible existing standards (e.g., the individual MatWerk domain
standards should be as much as possible consistent).""" ;
                                                      rdfs:label "reference dataset"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "BAM reference data: results of ASTM E139 -11 creep tests on a reference material of Nimonic 75 nickel-base alloy (https://doi.org/10.5281/zenodo.7764161)" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/119" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001205
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001205> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000009> ;
                                                      rdfs:comment "A Simulation Dataset is a dataset that contains data generated from computational models, numerical simulations, or digital twin environments to predict material behaviors, properties, and interactions." ;
                                                      rdfs:label "simulation dataset"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Examples include DFT simulation datasets, molecular dynamics (MD) trajectory files, and phase-field modeling results." ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/119" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001206
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001206> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000232> ;
                                                      rdfs:comment "A Large-Scale Facility is a service product that provides specialized, high-capacity infrastructure for scientific research, engineering, or computational purposes, supporting large-scale experiments, simulations, and data analysis in various domains." ;
                                                      rdfs:label "large scale facility"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#editorialNote> "HBN: Concerning the content of ‘Large-Scale Facility’ datasheet and its related knowledge graph, the ‘Large-Scale Facility’ class and its subclasses were created to define the types of used facilituies and respond to competency questions like: what large-scale facilities support research in field X, which organization provide facility Y, what is the contact point with facility Z, etc." ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "European Synchrotron Radiation Facility (ESRF), the Leibniz Supercomputing Centre (LRZ), CERN's Large Hadron Collider (LHC)" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/119" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001207
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001207> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000022> ;
                                                      rdfs:comment "A Presentation Document is a document that consists of structured visual and textual content designed for conveying information to an audience, typically used in meetings, conferences, and educational settings." ;
                                                      rdfs:label "presentation document"@en ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/119" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001208
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001208> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000005> ;
                                                      rdfs:comment "A place that provides a controlled environment equipped with specialized instruments and facilities for conducting scientific research, experiments, measurements, and testing across various disciplines." ;
                                                      rdfs:label "laboratory"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "materials characterization laboratories, chemical analysis labs, high-energy physics laboratories" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> """https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/119
https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/120""" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001209
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001209> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000190> ;
                                                      rdfs:comment "A Journal Article is a peer-reviewed scholarly publication that presents original research, review studies, or theoretical discussions, typically published in academic journals." ;
                                                      rdfs:label "journal article"@en ;
                                                      rdfs:seeAlso "http://purl.obolibrary.org/obo/IAO_0000013" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/119" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001210
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001210> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000123> ;
                                                      rdfs:comment "A Software Repository is a data portal designed to store, manage, and distribute software packages, source code, and related documentation for research, development, and deployment purposes." ;
                                                      rdfs:label "software repository"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "GitHub, GitLab, Apache Software Foundation repositories" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/119" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001211
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001211> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000123> ;
                                                      rdfs:comment "A Linked Data Portal is a data portal that supports the publication, access, and exploration of linked datasets using semantic web technologies and standardized data formats." ;
                                                      rdfs:label "linked data portal"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Wikidata Query Service, DBpedia, Europeana Linked Open Data portal" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/119" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001212
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001212> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000123> ;
                                                      rdfs:comment "A data analysis portal is a data portal that provides tools, services, and computational resources for performing data analysis, visualization, and interpretation." ;
                                                      rdfs:label "data analysis portal"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "JupyterHub platforms, KNIME analytics portals, R Shiny-based analysis environments" ;
                                                      <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010013> "https://github.com/ISE-FIZKarlsruhe/nfdicore/issues/119" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010019
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010019> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000018> ;
                                                      rdfs:comment "An event focused on interactive learning, where participants engage in hands-on activities or group work to develop specific skills or knowledge."@en ;
                                                      rdfs:label "workshop"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010020
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010020> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000018> ;
                                                      rdfs:comment "An event where experts and scholars gather to present research, exchange ideas, and discuss advancements in a particular field."@en ;
                                                      rdfs:label "conference"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010021
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010021> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000018> ;
                                                      rdfs:comment "An event where participants collaborate intensively over a short period to develop technological solutions, such as software or hardware projects."@en ;
                                                      rdfs:label "hackathon"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010022
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010022> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000018> ;
                                                      rdfs:comment "An event where a subject matter expert delivers a formal presentation to inform or educate an audience about a specific topic."@en ;
                                                      rdfs:label "lecture"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010023
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010023> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000018> ;
                                                      rdfs:comment "An event structured as a program of study, offering instruction on a particular subject, often leading to certification or academic credit."@en ;
                                                      rdfs:label "course"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010024
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010024> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000018> ;
                                                      rdfs:comment "An event held during the summer, providing specialized courses or workshops to supplement regular academic studies or offer additional learning opportunities."@en ;
                                                      rdfs:label "summer school"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010025
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010025> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000018> ;
                                                      rdfs:comment "An event where a small group of participants discuss a specific topic in depth, often involving presentations and interactive discussions."@en ;
                                                      rdfs:label "seminar"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010026
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010026> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000018> ;
                                                      rdfs:comment "An event where researchers and experts present and discuss their work, often centered around a specific theme or area of study."@en ;
                                                      rdfs:label "symposium"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010027
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010027> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000018> ;
                                                      rdfs:comment "An event featuring a group of experts who share their insights and engage in a moderated discussion on a particular subject, followed by audience questions."@en ;
                                                      rdfs:label "panel discussion"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010028
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010028> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000015> ;
                                                      rdfs:comment "A process that involves the collection, organization, cleaning, analysis, storage, and sharing of data to ensure its accuracy, accessibility, and usefulness for decision-making, research, or other applications. Data handling encompasses all stages from raw data generation to its final visualization or publication." ;
                                                      rdfs:label "data handling process"@en ;
                                                      rdfs:seeAlso <http://purl.obolibrary.org/obo/T4FS_0000012> .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010029
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010029> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010028> ;
                                                      rdfs:comment "A data handling process where raw data is generated through experiments, observations, or data collection tools, often as the initial step in the data lifecycle." ;
                                                      rdfs:label "data producing process"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010030
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010030> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010028> ;
                                                      rdfs:comment "A data handling process where raw data is cleaned, transformed, and analyzed to extract meaningful insights, patterns, or trends." ;
                                                      rdfs:label "data processing process"@en ;
                                                      rdfs:seeAlso <http://purl.obolibrary.org/obo/T4FS_0000044> .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010031
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010031> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010028> ;
                                                      rdfs:comment "A data handling process involving the organization and structuring of data into datasets for easier access, analysis, and sharing." ;
                                                      rdfs:label "dataset creation process"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010033
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010033> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010028> ;
                                                      rdfs:comment "A data handling process where metadata, descriptions, and details about datasets are recorded to ensure clarity, context, and proper usage by others." ;
                                                      rdfs:label "dataset documenting process"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010034
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010034> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010028> ;
                                                      rdfs:comment "A data handling process where incorrect, incomplete, or irrelevant data is identified and corrected or removed to improve the quality of the dataset." ;
                                                      rdfs:label "data cleaning process"@en ;
                                                      rdfs:seeAlso <http://purl.obolibrary.org/obo/T4FS_0000384> .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010035
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010035> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010028> ;
                                                      rdfs:comment "A data handling process involving the conversion of data into a different format, structure, or scale to make it compatible with analysis tools or systems." ;
                                                      rdfs:label "data transformation process"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010036
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010036> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010028> ;
                                                      rdfs:comment "A data handling process where data from multiple sources are combined or merged to create a cohesive and comprehensive dataset for analysis." ;
                                                      rdfs:label "data integration process"@en ;
                                                      rdfs:seeAlso <http://purl.obolibrary.org/obo/T4FS_0000487> .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010037
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010037> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010028> ;
                                                      rdfs:comment "A data handling process where data is securely stored in databases or other systems, ensuring it can be retrieved and accessed as needed." ;
                                                      rdfs:label "data storage process"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010038
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010038> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010028> ;
                                                      rdfs:comment "A data handling process where data is represented visually through charts, graphs, or other formats to aid in understanding and decision-making." ;
                                                      rdfs:label "data visualization process"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010039
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010039> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000198> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> "http://purl.obolibrary.org/obo/IAO_0000591" ;
                                                      rdfs:comment "A software method (also called subroutine, subprogram, procedure, method, function, or routine) is software designed to execute a specific task." ;
                                                      rdfs:label "software method"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010040
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010040> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000198> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> "http://purl.obolibrary.org/obo/IAO_0000592" ;
                                                      rdfs:comment "A software module is software composed of a collection of software methods." ;
                                                      rdfs:label "software module"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010041
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010041> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000198> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> "http://purl.obolibrary.org/obo/IAO_0000595" ;
                                                      rdfs:comment "A software script is software whose instructions can be executed using a software interpreter." ;
                                                      rdfs:label "software script"@en .


#################################################################
#    Individuals
#################################################################

###  http://purl.obolibrary.org/obo/IAO_0000002
<http://purl.obolibrary.org/obo/IAO_0000002> rdf:type owl:NamedIndividual ;
                                             rdfs:label "example to be eventually removed"@en .


###  http://purl.obolibrary.org/obo/IAO_0000103
<http://purl.obolibrary.org/obo/IAO_0000103> rdf:type owl:NamedIndividual ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "The term was used in an attempt to structure part of the ontology but in retrospect failed to do a good job"@en ;
                                             rdfs:label "failed exploratory term"@en .


###  http://purl.obolibrary.org/obo/IAO_0000120
<http://purl.obolibrary.org/obo/IAO_0000120> rdf:type owl:NamedIndividual ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "Class has all its metadata, but is either not guaranteed to be in its final location in the asserted IS_A hierarchy or refers to another class that is not complete."@en ;
                                             rdfs:label "metadata complete"@en .


###  http://purl.obolibrary.org/obo/IAO_0000121
<http://purl.obolibrary.org/obo/IAO_0000121> rdf:type owl:NamedIndividual ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "Term created to ease viewing/sort terms for development purpose, and will not be included in a release"@en ;
                                             rdfs:label "organizational term"@en .


###  http://purl.obolibrary.org/obo/IAO_0000122
<http://purl.obolibrary.org/obo/IAO_0000122> rdf:type owl:NamedIndividual ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "Class has undergone final review, is ready for use, and will be included in the next release. Any class lacking \"ready_for_release\" should be considered likely to change place in hierarchy, have its definition refined, or be obsoleted in the next release.  Those classes deemed \"ready_for_release\" will also derived from a chain of ancestor classes that are also \"ready_for_release.\""@en ;
                                             rdfs:label "ready for release"@en .


###  http://purl.obolibrary.org/obo/IAO_0000123
<http://purl.obolibrary.org/obo/IAO_0000123> rdf:type owl:NamedIndividual ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "Class is being worked on; however, the metadata (including definition) are not complete or sufficiently clear to the branch editors."@en ;
                                             rdfs:label "metadata incomplete"@en .


###  http://purl.obolibrary.org/obo/IAO_0000124
<http://purl.obolibrary.org/obo/IAO_0000124> rdf:type owl:NamedIndividual ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "Nothing done yet beyond assigning a unique class ID and proposing a preferred term."@en ;
                                             rdfs:label "uncurated"@en .


###  http://purl.obolibrary.org/obo/IAO_0000125
<http://purl.obolibrary.org/obo/IAO_0000125> rdf:type owl:NamedIndividual ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "All definitions, placement in the asserted IS_A hierarchy and required minimal metadata are complete. The class is awaiting a final review by someone other than the term editor."@en ;
                                             rdfs:label "pending final vetting"@en .


###  http://purl.obolibrary.org/obo/IAO_0000226
<http://purl.obolibrary.org/obo/IAO_0000226> rdf:type owl:NamedIndividual ;
                                             rdfs:label "placeholder removed"@en .


###  http://purl.obolibrary.org/obo/IAO_0000227
<http://purl.obolibrary.org/obo/IAO_0000227> rdf:type owl:NamedIndividual ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "An editor note should explain what were the merged terms and the reason for the merge."@en ;
                                             rdfs:label "terms merged"@en .


###  http://purl.obolibrary.org/obo/IAO_0000228
<http://purl.obolibrary.org/obo/IAO_0000228> rdf:type owl:NamedIndividual ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "This is to be used when the original term has been replaced by a term imported from an other ontology. An editor note should indicate what is the URI of the new term to use."@en ;
                                             rdfs:label "term imported"@en .


###  http://purl.obolibrary.org/obo/IAO_0000229
<http://purl.obolibrary.org/obo/IAO_0000229> rdf:type owl:NamedIndividual ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "This is to be used when a term has been split in two or more new terms. An editor note should indicate the reason for the split and indicate the URIs of the new terms created."@en ;
                                             rdfs:label "term split"@en .


###  http://purl.obolibrary.org/obo/IAO_0000410
<http://purl.obolibrary.org/obo/IAO_0000410> rdf:type owl:NamedIndividual ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "Hard to give a definition for. Intuitively a \"natural kind\" rather than a collection of any old things, which a class is able to be, formally. At the meta level, universals are defined as positives, are disjoint with their siblings, have single asserted parents."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "A Formal Theory of Substances, Qualities, and Universals, http://ontology.buffalo.edu/bfo/SQU.pdf"@en ;
                                             rdfs:label "universal"@en .


###  http://purl.obolibrary.org/obo/IAO_0000420
<http://purl.obolibrary.org/obo/IAO_0000420> rdf:type owl:NamedIndividual ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A defined class is a class that is defined by a set of logically necessary and sufficient conditions but is not a universal"@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "\"definitions\", in some readings, always are given by necessary and sufficient conditions. So one must be careful (and this is difficult sometimes) to distinguish between defined classes and universal."@en ;
                                             rdfs:label "defined class"@en .


###  http://purl.obolibrary.org/obo/IAO_0000421
<http://purl.obolibrary.org/obo/IAO_0000421> rdf:type owl:NamedIndividual ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A named class expression is a logical expression that is given a name. The name can be used in place of the expression."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "named class expressions are used in order to have more concise logical definition but their extensions may not be interesting classes on their own. In languages such as OWL, with no provisions for macros, these show up as actuall classes. Tools may with to not show them as such, and to replace uses of the macros with their expansions"@en ;
                                             rdfs:label "named class expression"@en .


###  http://purl.obolibrary.org/obo/IAO_0000423
<http://purl.obolibrary.org/obo/IAO_0000423> rdf:type owl:NamedIndividual ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "Terms with this status should eventually replaced with a term from another ontology."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "group:OBI"@en ;
                                             rdfs:label "to be replaced with external ontology term"@en .


###  http://purl.obolibrary.org/obo/IAO_0000428
<http://purl.obolibrary.org/obo/IAO_0000428> rdf:type owl:NamedIndividual ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "A term that is metadata complete, has been reviewed, and problems have been identified that require discussion before release. Such a term requires editor note(s) to identify the outstanding issues."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000119> "group:OBI"@en ;
                                             rdfs:label "requires discussion"@en .


###  http://purl.obolibrary.org/obo/OMO_0001000
<http://purl.obolibrary.org/obo/OMO_0001000> rdf:type owl:NamedIndividual ;
                                             <http://purl.obolibrary.org/obo/IAO_0000115> "The term was added to the ontology on the assumption it was in scope, but it turned out later that it was not."@en ;
                                             <http://purl.obolibrary.org/obo/IAO_0000116> "This obsolesence reason should be used conservatively. Typical valid examples are: un-necessary grouping classes in disease ontologies, a phenotype term added on the assumption it was a disease."@en ;
                                             rdfs:label "out of scope" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000157
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000157> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000100> ;
                                                      rdfs:comment "An academic discipline that focuses on the study, design, and application of electrical systems and technologies. Electrical engineering involves the development of devices, circuits, and systems for power generation, communication, electronics, and automation." ;
                                                      rdfs:label "electrical engineering"@en ;
                                                      rdfs:seeAlso "https://www.dfg.de/en/research-funding/proposal-funding-process/interdisciplinarity/subject-area-structure" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000159
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000159> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000100> ;
                                                      rdfs:comment "An academic discipline that focuses on the design, optimization, and operation of industrial processes to transform raw materials into valuable products. Process engineering applies principles of chemistry, physics, and engineering to improve efficiency, sustainability, and safety in industries such as manufacturing, energy, and pharmaceuticals."@en ;
                                                      rdfs:label "process engineering"@en ;
                                                      rdfs:seeAlso "https://www.dfg.de/en/research-funding/proposal-funding-process/interdisciplinarity/subject-area-structure" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001063
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001063> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000100> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010017> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> "Russell, S., & Norvig, P. (2020). Artificial Intelligence: A Modern Approach. Pearson." ;
                                                      rdfs:comment "Artificial Intelligence (AI) is a sub-discipline of Computer Science that focuses on creating systems capable of performing tasks that require human-like intelligence, such as learning, reasoning, and problem-solving." ;
                                                      rdfs:label "artificial intelligence"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Deep learning for image recognition, reinforcement learning in robotics, and natural language processing fall under Artificial Intelligence." .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001064
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001064> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000100> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010017> ;
                                                      rdfs:comment "Theoretical Computer Science is a sub-discipline of Computer Science that focuses on mathematical models of computation, computational complexity, and algorithmic problem-solving" ;
                                                      rdfs:label "theoretical computer science"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Studies on Turing machines, complexity classes (P vs NP), and formal languages belong to Theoretical Computer Science." .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001065
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001065> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000100> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010017> ;
                                                      rdfs:comment "Software Engineering is a sub-discipline of Computer Science that applies engineering principles to the design, development, testing, and maintenance of software systems." ;
                                                      rdfs:label "software engineering"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Agile software development, DevOps practices, and software architecture design fall under Software Engineering." .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001066
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001066> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000100> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010017> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> "Provost, F., & Fawcett, T. (2013). Data Science for Business. O'Reilly Media." ;
                                                      rdfs:comment "Data Science is a sub-discipline of Computer Science that integrates statistical methods, machine learning, and data processing techniques to extract insights and knowledge from structured and unstructured data." ;
                                                      rdfs:label "data science"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Predictive analytics, big data visualization, and recommendation systems are part of Data Science." .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001067
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001067> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000100> ;
                                                      <http://www.w3.org/2004/02/skos/core#broader> <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010017> ;
                                                      <http://purl.obolibrary.org/obo/IAO_0000119> "Stallings, W. (2020). Network Security Essentials. Pearson." ;
                                                      rdfs:comment "Cybersecurity is a sub-discipline of Computer Science that focuses on protecting computer systems, networks, and data from cyber threats, vulnerabilities, and unauthorized access." ;
                                                      rdfs:label "cybersecurity"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#example> "Encryption techniques, intrusion detection systems, and ethical hacking studies belong to Cybersecurity." .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001070
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001070> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001056> ;
                                                      rdfs:comment "Active Status is a status specification that indicates an entity, process, or project is currently operational, ongoing, or in execution." ;
                                                      rdfs:label "active status"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001071
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001071> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001056> ;
                                                      rdfs:comment "Cancelled Status is a status specification that indicates an entity, process, or project has been terminated before reaching completion due to internal or external factors." ;
                                                      rdfs:label "cancelled status"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001072
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001072> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001040> ;
                                                      rdfs:comment "Doctor (PhD or equivalent academic doctorate)" ;
                                                      rdfs:label "Dr."@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001073
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001073> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001040> ;
                                                      rdfs:comment "Doctor of Engineering (German doctorate in engineering)." ;
                                                      rdfs:label "Dr.-Ing."@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001074
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001074> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001056> ;
                                                      rdfs:comment "Finished Status is a status specification that indicates an entity, process, or project has successfully reached its intended goal and is considered complete." ;
                                                      rdfs:label "finished status"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001075
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001075> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001050> ;
                                                      rdfs:comment "Hybrid Implementation is an event implementation specification that defines the organization of an event that integrates both physical (on-site) and virtual (online) participation modes" ;
                                                      rdfs:label "hybrid implementation"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001076
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001076> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001052> ;
                                                      rdfs:comment "Internal Access is an information access specification that defines policies and mechanisms restricting access to information exclusively within an organization, institution, or research group." ;
                                                      rdfs:label "internal access"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001077
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001077> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001040> ;
                                                      rdfs:comment "Master of Science (graduate degree in science/engineering)." ;
                                                      rdfs:label "M.Sc."@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001078
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001078> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001050> ;
                                                      rdfs:comment "On-Site Implementation is an event implementation specification that defines the organization of an event that occurs exclusively at a physical location with in-person attendance." ;
                                                      rdfs:label "on site implementation"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001079
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001079> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001050> ;
                                                      rdfs:comment "Online Implementation is an event implementation specification that defines the organization of an event conducted entirely through virtual platforms, enabling remote participation via digital communication technologies." ;
                                                      rdfs:label "online implementation"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001080
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001080> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001052> ;
                                                      rdfs:comment "Open Access is an information access specification that defines policies allowing unrestricted public access to information resources, ensuring free availability without subscription or payment barriers." ;
                                                      rdfs:label "open access"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001081
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001081> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001051> ;
                                                      rdfs:comment "Organizational Funding is a funding specification that defines the financial structures, budgets, and resource allocation strategies for sustaining the operations of an organization or institution." ;
                                                      rdfs:label "organizational funding"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001082
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001082> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001056> ;
                                                      rdfs:comment "Paused Status is a status specification that indicates an entity, process, or project is temporarily halted but may resume at a later stage." ;
                                                      rdfs:label "paused status"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001083
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001083> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001052> ;
                                                      rdfs:comment "Paywall Access is an information access specification that defines policies requiring users to purchase, subscribe, or obtain institutional licenses to access digital or physical information resources." ;
                                                      rdfs:label "paywall access"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001084
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001084> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001040> ;
                                                      rdfs:comment "Privatdozent (Dr. with habilitation, qualified to teach at a university)" ;
                                                      rdfs:label "PD. Dr."@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001085
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001085> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001040> ;
                                                      rdfs:comment "Privatdozent with Habilitation (higher academic qualification in Germany)" ;
                                                      rdfs:label "PD. Dr. habil."@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001086
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001086> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001056> ;
                                                      rdfs:comment "Planning Status is a status specification that indicates an entity, process, or project is in a preparatory or strategic development phase before execution." ;
                                                      rdfs:label "planning status"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001087
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001087> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001040> ;
                                                      rdfs:comment "Professor (academic title for a senior faculty member)." ;
                                                      rdfs:label "Prof."@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001088
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001088> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001040> ;
                                                      rdfs:comment "Professor with a doctorate." ;
                                                      rdfs:label "Prof. Dr."@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001089
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001089> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001040> ;
                                                      rdfs:comment "Professor with a doctorate in engineering." ;
                                                      rdfs:label "Prof. Dr.-Ing."@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001090
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001090> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001051> ;
                                                      rdfs:comment "Project Funding is a funding specification that defines the financial mechanisms, grants, and investment strategies used to support specific research, development, or innovation projects." ;
                                                      rdfs:label "project funding"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001091
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001091> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001052> ;
                                                      rdfs:comment "Restricted Access is an information access specification that defines policies limiting access to specific users, organizations, or groups based on predefined criteria such as confidentiality, security, or legal regulations." ;
                                                      rdfs:label "restricted access"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001092
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001092> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001051> ;
                                                      rdfs:comment "Self-Funding is a funding specification that defines the use of personal, internal, or independently generated financial resources to support activities, projects, or organizations without relying on external funding sources." ;
                                                      rdfs:label "self funding"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001093
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001093> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001056> ;
                                                      rdfs:comment "Test Phase Status is a status specification that indicates an entity, process, or project is undergoing testing, evaluation, or validation before finalization." ;
                                                      rdfs:label "test phase status"@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001094
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001094> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0001040> ;
                                                      rdfs:comment "Two Doctor degrees (PhD or equivalent academic doctorate)"@en ;
                                                      rdfs:label "Dr. Dr."@en .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010001
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010001> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000100> ;
                                                      rdfs:comment "An academic discipline focused on human culture, thought, and creativity, encompassing disciplines like literature, philosophy, and the arts."@en ;
                                                      rdfs:label "humanity"@en ;
                                                      rdfs:seeAlso "https://www.dfg.de/en/research-funding/proposal-funding-process/interdisciplinarity/subject-area-structure" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010002
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010002> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000100> ;
                                                      rdfs:comment "An academic discipline that studies society and human behavior through disciplines like sociology, psychology, and economics."@en ;
                                                      rdfs:label "social science"@en ;
                                                      rdfs:seeAlso "https://www.dfg.de/en/research-funding/proposal-funding-process/interdisciplinarity/subject-area-structure" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010004
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010004> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000100> ;
                                                      rdfs:comment "An academic discipline that studies living organisms, their structures, functions, growth, and interactions with their environment. Biology explores the diversity of life, from microscopic organisms to complex ecosystems, and seeks to understand the underlying processes of life, evolution, and heredity."@en ;
                                                      rdfs:label "biology"@en ;
                                                      rdfs:seeAlso "https://www.dfg.de/en/research-funding/proposal-funding-process/interdisciplinarity/subject-area-structure" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010005
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010005> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000100> ;
                                                      rdfs:comment "An academic discipline that focuses on the science and practice of diagnosing, treating, and preventing illnesses and injuries. Medicine involves the study of human health, medical technologies, pharmaceuticals, and patient care to improve well-being and extend life."@en ;
                                                      rdfs:label "medicine"@en ;
                                                      rdfs:seeAlso "https://www.dfg.de/en/research-funding/proposal-funding-process/interdisciplinarity/subject-area-structure" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010006
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010006> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000100> ;
                                                      rdfs:comment "An academic discipline that focuses on the science, practice, and business of cultivating plants, raising animals, and producing food, fiber, and other products. Agriculture involves the study of soil management, crop production, livestock care, and sustainable farming practices to ensure food security and environmental sustainability."@en ;
                                                      rdfs:label "agriculture"@en ;
                                                      rdfs:seeAlso "https://www.dfg.de/en/research-funding/proposal-funding-process/interdisciplinarity/subject-area-structure" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010007
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010007> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000100> ;
                                                      rdfs:comment "An academic discipline that studies the natural world through observation, experimentation, and analysis. Natural science includes fields such as physics, chemistry, biology, and earth sciences, aiming to understand the laws and processes governing the universe and life on Earth." ;
                                                      rdfs:label "natural science"@en ;
                                                      rdfs:seeAlso "https://www.dfg.de/en/research-funding/proposal-funding-process/interdisciplinarity/subject-area-structure" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010008
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010008> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000100> ;
                                                      rdfs:comment "An academic discipline that studies the composition, structure, properties, and reactions of matter. Chemistry focuses on understanding how substances interact, transform, and combine to form new materials, playing a crucial role in fields such as medicine, energy, and environmental science."@en ;
                                                      rdfs:label "chemistry"@en ;
                                                      rdfs:seeAlso "https://www.dfg.de/en/research-funding/proposal-funding-process/interdisciplinarity/subject-area-structure" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010010
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010010> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000100> ;
                                                      rdfs:comment "An academic discipline that explores the fundamental principles governing the behavior of matter, energy, and the forces of nature. Physics seeks to understand the laws of the universe, from subatomic particles to cosmic phenomena, through experimentation, observation, and mathematical modeling."@en ;
                                                      rdfs:label "physics"@en ;
                                                      rdfs:seeAlso "https://www.dfg.de/en/research-funding/proposal-funding-process/interdisciplinarity/subject-area-structure" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010011
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010011> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000100> ;
                                                      rdfs:comment "An academic discipline that involves the study of numbers, quantities, shapes, and patterns, using abstract concepts and logical reasoning. Mathematics is fundamental to various fields, including science, engineering, economics, and technology, providing tools for problem-solving, analysis, and modeling." ;
                                                      rdfs:label "mathematics"@en ;
                                                      rdfs:seeAlso "https://www.dfg.de/en/research-funding/proposal-funding-process/interdisciplinarity/subject-area-structure" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010012
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010012> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000100> ;
                                                      rdfs:comment "An academic discipline that focuses on the study of the Earth’s structure, processes, and materials, including the atmosphere, oceans, and landforms. Geoscience encompasses fields such as geology, meteorology, and environmental science to understand Earth’s history, natural resources, and natural hazards."@en ;
                                                      rdfs:label "geoscience"@en ;
                                                      rdfs:seeAlso "https://www.dfg.de/en/research-funding/proposal-funding-process/interdisciplinarity/subject-area-structure" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010014
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010014> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000100> ;
                                                      rdfs:comment "An academic discipline that focuses on the design, analysis, manufacturing, and maintenance of mechanical systems. Mechanical engineering applies principles of physics, materials science, and mathematics to develop machines, tools, and devices used in industries such as transportation, energy, and robotics."@en ;
                                                      rdfs:label "mechanical engineering"@en ;
                                                      rdfs:seeAlso "https://www.dfg.de/en/research-funding/proposal-funding-process/interdisciplinarity/subject-area-structure" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010016
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010016> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000100> ;
                                                      rdfs:comment "An academic discipline that explores the properties, performance, and applications of materials, focusing on the relationship between a material's structure and its characteristics. Materials science and engineering involves the design, development, and testing of materials for use in a wide range of industries, including aerospace, electronics, and manufacturing."@en ;
                                                      rdfs:label "materials science"@en ;
                                                      rdfs:seeAlso "https://www.dfg.de/en/research-funding/proposal-funding-process/interdisciplinarity/subject-area-structure" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010017
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010017> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000100> ;
                                                      rdfs:comment "An academic discipline that focuses on the study of algorithms, data structures, programming, and computational systems. Computer science explores how to design, develop, and analyze software and hardware solutions to solve complex problems and advance technology."@en ;
                                                      rdfs:label "computer science"@en ;
                                                      rdfs:seeAlso "https://www.dfg.de/en/research-funding/proposal-funding-process/interdisciplinarity/subject-area-structure" .


###  https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010018
<https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0010018> rdf:type owl:NamedIndividual ,
                                                               <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000100> ;
                                                      rdfs:comment "An academic discipline that focuses on the planning, design, and management of construction projects, including buildings, infrastructure, and other structures. Construction engineering integrates principles of civil engineering, project management, and materials science to ensure safety, efficiency, and sustainability in construction processes."@en ;
                                                      rdfs:label "construction engineering"@en ;
                                                      rdfs:seeAlso "https://www.dfg.de/en/research-funding/proposal-funding-process/interdisciplinarity/subject-area-structure" .


#################################################################
#    Annotations
#################################################################

<http://purl.org/dc/terms/description> rdfs:label "description" .


<http://purl.org/dc/terms/license> rdfs:label "license" .


rdfs:label rdfs:label "label" .


<https://nfdi4culture.de/id/E1925> rdfs:label "Harald Sack" .


<https://nfdi4culture.de/id/E2415> rdfs:label "Tabea Tietz" .


<https://nfdi4culture.de/id/E2416> rdfs:label "Oleksandra Bruns" .


<https://nfdi4culture.de/id/E3095> rdfs:label "Etienne Posthumus" .


<https://orcid.org/0000-0001-7192-7143> rdfs:label "Jörg Waitelonis" .


<https://orcid.org/0000-0002-3092-0532> rdfs:label "Hossein Beygi Nasrabadi" .


#################################################################
#    General axioms
#################################################################

[ rdf:type owl:Restriction ;
  owl:onProperty <http://purl.obolibrary.org/obo/RO_0000087> ;
  owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000110> ;
  owl:equivalentClass [ rdf:type owl:Restriction ;
                        owl:onProperty <http://purl.obolibrary.org/obo/RO_0002350> ;
                        owl:someValuesFrom <https://nfdi.fiz-karlsruhe.de/ontology/NFDI_0000006>
                      ]
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( <http://purl.obolibrary.org/obo/BFO_0000004>
                <http://purl.obolibrary.org/obo/BFO_0000020>
                <http://purl.obolibrary.org/obo/BFO_0000031>
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( <http://purl.obolibrary.org/obo/BFO_0000006>
                <http://purl.obolibrary.org/obo/BFO_0000029>
                <http://purl.obolibrary.org/obo/BFO_0000140>
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( <http://purl.obolibrary.org/obo/BFO_0000008>
                <http://purl.obolibrary.org/obo/BFO_0000011>
                <http://purl.obolibrary.org/obo/BFO_0000015>
                <http://purl.obolibrary.org/obo/BFO_0000035>
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( <http://purl.obolibrary.org/obo/BFO_0000009>
                <http://purl.obolibrary.org/obo/BFO_0000018>
                <http://purl.obolibrary.org/obo/BFO_0000026>
                <http://purl.obolibrary.org/obo/BFO_0000028>
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( <http://purl.obolibrary.org/obo/BFO_0000142>
                <http://purl.obolibrary.org/obo/BFO_0000146>
                <http://purl.obolibrary.org/obo/BFO_0000147>
              )
] .


#################################################################
#    Rules
#################################################################

<urn:swrl:var#d> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .

<urn:swrl:var#e> rdf:type <http://www.w3.org/2003/11/swrl#Variable> .

[ rdf:type <http://www.w3.org/2003/11/swrl#Imp> ;
   <http://www.w3.org/2003/11/swrl#body> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                           rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#ClassAtom> ;
                                                       <http://www.w3.org/2003/11/swrl#classPredicate> <http://purl.obolibrary.org/obo/BFO_0000016> ;
                                                       <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#d>
                                                     ] ;
                                           rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                                      rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                                  <http://www.w3.org/2003/11/swrl#propertyPredicate> <http://purl.obolibrary.org/obo/RO_0000053> ;
                                                                  <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#e> ;
                                                                  <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#d>
                                                                ] ;
                                                      rdf:rest rdf:nil
                                                    ]
                                         ] ;
   <http://www.w3.org/2003/11/swrl#head> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                           rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                       <http://www.w3.org/2003/11/swrl#propertyPredicate> <http://purl.obolibrary.org/obo/RO_0000091> ;
                                                       <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#e> ;
                                                       <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#d>
                                                     ] ;
                                           rdf:rest rdf:nil
                                         ]
 ] .

[ rdf:type <http://www.w3.org/2003/11/swrl#Imp> ;
   <http://www.w3.org/2003/11/swrl#body> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                           rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#ClassAtom> ;
                                                       <http://www.w3.org/2003/11/swrl#classPredicate> <http://purl.obolibrary.org/obo/BFO_0000019> ;
                                                       <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#d>
                                                     ] ;
                                           rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                                      rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                                  <http://www.w3.org/2003/11/swrl#propertyPredicate> <http://purl.obolibrary.org/obo/RO_0000053> ;
                                                                  <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#e> ;
                                                                  <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#d>
                                                                ] ;
                                                      rdf:rest rdf:nil
                                                    ]
                                         ] ;
   <http://www.w3.org/2003/11/swrl#head> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                           rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                       <http://www.w3.org/2003/11/swrl#propertyPredicate> <http://purl.obolibrary.org/obo/RO_0000086> ;
                                                       <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#e> ;
                                                       <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#d>
                                                     ] ;
                                           rdf:rest rdf:nil
                                         ]
 ] .

[ rdf:type <http://www.w3.org/2003/11/swrl#Imp> ;
   <http://www.w3.org/2003/11/swrl#body> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                           rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#ClassAtom> ;
                                                       <http://www.w3.org/2003/11/swrl#classPredicate> <http://purl.obolibrary.org/obo/BFO_0000023> ;
                                                       <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#d>
                                                     ] ;
                                           rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                                      rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                                  <http://www.w3.org/2003/11/swrl#propertyPredicate> <http://purl.obolibrary.org/obo/RO_0000053> ;
                                                                  <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#e> ;
                                                                  <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#d>
                                                                ] ;
                                                      rdf:rest rdf:nil
                                                    ]
                                         ] ;
   <http://www.w3.org/2003/11/swrl#head> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                           rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                       <http://www.w3.org/2003/11/swrl#propertyPredicate> <http://purl.obolibrary.org/obo/RO_0000087> ;
                                                       <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#e> ;
                                                       <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#d>
                                                     ] ;
                                           rdf:rest rdf:nil
                                         ]
 ] .

[ rdf:type <http://www.w3.org/2003/11/swrl#Imp> ;
   <http://www.w3.org/2003/11/swrl#body> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                           rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#ClassAtom> ;
                                                       <http://www.w3.org/2003/11/swrl#classPredicate> <http://purl.obolibrary.org/obo/BFO_0000034> ;
                                                       <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#d>
                                                     ] ;
                                           rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                                      rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                                  <http://www.w3.org/2003/11/swrl#propertyPredicate> <http://purl.obolibrary.org/obo/RO_0000053> ;
                                                                  <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#e> ;
                                                                  <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#d>
                                                                ] ;
                                                      rdf:rest rdf:nil
                                                    ]
                                         ] ;
   <http://www.w3.org/2003/11/swrl#head> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                           rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                       <http://www.w3.org/2003/11/swrl#propertyPredicate> <http://purl.obolibrary.org/obo/RO_0000085> ;
                                                       <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#e> ;
                                                       <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#d>
                                                     ] ;
                                           rdf:rest rdf:nil
                                         ]
 ] .

###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
