@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <http://w3id.org/nfdi4ing/metadata4ing#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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#> .

<http://d-nb.info/gnd/1227971389>
    a owl:NamedIndividual, <http://xmlns.com/foaf/0.1/Organization> ;
    <http://xmlns.com/foaf/0.1/homepage> <https://nfdi4ing.de> ;
    <http://xmlns.com/foaf/0.1/name> "NFDI4Ing" .

<http://mlcommons.org/croissant/Field>
    a owl:Class ;
    rdfs:subClassOf <https://schema.org/Intangible> ;
    <http://www.w3.org/2004/02/skos/core#definition> "A component of the structure of a RecordSet, such as a column of a table."@en, "Ein Bestandteil der Struktur eines RecordSets wie z.B. eine Spalte einer Tabelle"@de ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel and skos:definition"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Feld"@de, "Field"@en .

<http://mlcommons.org/croissant/FileObject>
    a owl:Class ;
    rdfs:subClassOf <https://schema.org/CreativeWork> ;
    <http://www.w3.org/2004/02/skos/core#definition> "An individual file that is part of a dataset."@en, "Eine Einzeldatei, die Teil eines Datensatzes ist."@de ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel, harmonized spelling to OBO naming conventions (lower case, space separated)"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Dateiobject"@de, "file object"@en .

<http://mlcommons.org/croissant/FileSet>
    a owl:Class ;
    rdfs:subClassOf <https://schema.org/Intangible> ;
    <http://www.w3.org/2004/02/skos/core#definition> "A set of homogeneous files extracted from a container, optionally filtered by inclusion and/or exclusion filters."@en, "Ein Satz homogener Dateien, die aus einem Container extrahiert wurden, optional gefiltert durch Einschluss- und/oder Ausschlussfilter."@de ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel, harmonized spelling to OBO naming conventions (lower case, space separated)"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Dateimenge"@de, "file set"@en .

<http://mlcommons.org/croissant/RecordSet>
    a owl:Class ;
    rdfs:subClassOf <https://schema.org/Intangible> ;
    <http://www.w3.org/2004/02/skos/core#definition> "A description of a set of structured records from one or more data sources and their structure, expressed as a set of fields."@en, "Eine Beschreibung einer Menge strukturierter Einträge von einer oder mehrerer Datenquellen mit ihrer Struktur, ausgedrückt durch eine Menge von Feldern"@de ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel and skos:definition, harmonized spelling to OBO naming conventions (lower case, space separated)"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Menge von Einträgen"@de, "record set"@en .

<http://mlcommons.org/croissant/containedIn>
    <http://www.w3.org/2004/02/skos/core#definition> "Another FileObject or FileSet that this one is contained in, e.g., in the case of a file extracted from an archive. When this property is present, the contentUrl is evaluated as a relative path within the container object."@en, "Ein weiteres FileObject oder FileSet, in dem das aktuelle enthalten ist. Wenn diese Eigenschaft vorhanden ist, wird die contentUrl als relativer Pfad innerhalb des Container-Objektes interpretiert"@de ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel and skos:definition, added german labels, removed schema:rangeIncludes and schema:domainIncludes properties"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "containedIn"@en, "enthalten in"@de .

<http://mlcommons.org/croissant/field>
    a owl:ObjectProperty ;
    rdfs:domain <http://mlcommons.org/croissant/RecordSet> ;
    rdfs:range <http://mlcommons.org/croissant/Field> ;
    <http://www.w3.org/2004/02/skos/core#definition> "A data element that appears in the records of the RecordSet (e.g., one column of a table)."@en, "Ein Datenelement, das in den Einträgen eines RecordSets erscheint (z.B. eine Spalte einer Tabelle)"@de ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel and skos:definition, added german labels, removed schema:rangeIncludes and schema:domainIncludes properties"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "field"@en, "hat Feld"@de .

<http://mlcommons.org/croissant/source>
    a owl:ObjectProperty ;
    <http://www.w3.org/2004/02/skos/core#definition> "Die Datenquelle eines Feldes in einem Datensatz. Referenziert in der Regel ein cr:FileObject oder cr:FileSet"@de, "The data source of the field. This will generally reference a FileObject or FileSet's contents (e.g., a specific column of a table)."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel and skos:definition, added german labels, removed schema:rangeIncludes and schema:domainIncludes properties"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Quelle"@de, "source"@en .

<http://purl.obolibrary.org/obo/BFO_0000015>
    a owl:Class ;
    <http://www.w3.org/2004/02/skos/core#closeMatch> <http://www.molmod.info/semantics/pims-ii.ttl#Process> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Process, i.e., a physical entity with a temporal evolution that 'has a meaning for the ontologist'"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Prozess"@de, "process"@en .

<http://purl.obolibrary.org/obo/BFO_0000017>
    a owl:Class ;
    <http://www.w3.org/2004/02/skos/core#definition> "To say that b is a realizable entity is to say that b is a specifically dependent continuant that inheres in some independent continuant which is not a spatial region and is of a type instances of which are realized in processes of a correlated type. (axiom label in BFO2 Reference: [058-002])" ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "realisierbare Entität"@de, "realizable entity"@en .

<http://purl.obolibrary.org/obo/BFO_0000050>
    a owl:ObjectProperty, owl:TransitiveProperty ;
    owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000051> ;
    <http://www.w3.org/2004/02/skos/core#definition> "a core relation that holds between a part and its whole"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel"@en, "changed by m4i: copied obo:IAO_0000115 to a skos:definition"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Teil von"@de, "part of"@en .

<http://purl.obolibrary.org/obo/BFO_0000051>
    a owl:ObjectProperty, owl:TransitiveProperty ;
    <http://www.w3.org/2004/02/skos/core#definition> "a core relation that holds between a whole and its part"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel"@en, "changed by m4i: copied obo:IAO_0000115 to a skos:definition"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has part"@en, "hat Teil"@de .

<http://purl.obolibrary.org/obo/BFO_0000054>
    a owl:ObjectProperty ;
    rdfs:comment "Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" ;
    rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000017> ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/> ;
    rdfs:range <http://purl.obolibrary.org/obo/BFO_0000015> ;
    owl:inverseOf <http://purl.obolibrary.org/obo/BFO_0000055> ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "realisiert in"@de, "realized in"@en .

<http://purl.obolibrary.org/obo/BFO_0000055>
    a owl:ObjectProperty ;
    rdfs:comment "Paraphrase of elucidation: a relation between a process and a realizable entity, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" ;
    rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000015> ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/> ;
    rdfs:range <http://purl.obolibrary.org/obo/BFO_0000017> ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "realisiert"@de, "realizes"@en .

<http://purl.obolibrary.org/obo/BFO_0000063>
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000015> ;
    rdfs:range <http://purl.obolibrary.org/obo/BFO_0000015> ;
    <http://www.w3.org/2004/02/skos/core#definition> "x precedes y if and only if the time point at which x ends is before or equivalent to the time point at which y starts. Formally: x precedes y iff ω(x) <= α(y), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point."@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "findet statt vor"@de, "precedes"@en .

<http://purl.obolibrary.org/obo/RO_0000056>
    a owl:ObjectProperty ;
    owl:inverseOf <http://purl.obolibrary.org/obo/RO_0000057> ;
    <http://www.w3.org/2004/02/skos/core#definition> "a relation between a continuant and a process, in which the continuant is somehow involved in the process"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel"@en, "changed by m4i: copied obo:IAO_0000115 to a skos:definition"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "ist beteiligt an"@de, "participates in"@en .

<http://purl.obolibrary.org/obo/RO_0000057>
    a owl:ObjectProperty ;
    owl:propertyChainAxiom (<http://www.w3.org/ns/prov#qualifiedAssociation>
        <http://www.w3.org/ns/prov#agent>
    ) ;
    <http://www.w3.org/2004/02/skos/core#definition> "a relation between a process and a continuant, in which the continuant is somehow involved in the process"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added a property chain axiom for use with prov:qualifiedAssociation"@en, "changed by m4i: added german labels, added skos:prefLabel"@en, "changed by m4i: copied obo:IAO_0000115 to a skos:definition"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has participant"@en, "hat Teilnehmer"@de .

<http://purl.obolibrary.org/obo/RO_0002090>
    a owl:ObjectProperty ;
    rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000015> ;
    rdfs:range <http://purl.obolibrary.org/obo/BFO_0000015> ;
    rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000063> ;
    <http://www.w3.org/2004/02/skos/core#definition> "X immediately precedes_Y iff: end(X) simultaneous_with start(Y)" ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "findet statt unmittelbar vor"@de, "immediately precedes"@en .

<http://purl.obolibrary.org/obo/RO_0002224>
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:domain :ProcessingStep ;
    rdfs:range :ProcessingStep ;
    rdfs:seeAlso <http://ontologydesignpatterns.org/wiki/Submissions:Componency> ;
    rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000051> ;
    <http://www.w3.org/2004/02/skos/core#altLabel> "started by"@en ;
    <http://www.w3.org/2004/02/skos/core#definition> "x starts with y if and only if x has part y and the time point at which x starts is equivalent to the time point at which y starts. Formally: α(y) = α(x) ∧ ω(y) < ω(x), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "beginnt mit"@de, "starts with"@en .

<http://purl.obolibrary.org/obo/RO_0002230>
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:domain :ProcessingStep ;
    rdfs:range :ProcessingStep ;
    rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000051> ;
    <http://www.w3.org/2004/02/skos/core#altLabel> "finished by"@en ;
    <http://www.w3.org/2004/02/skos/core#definition> "x ends with y if and only if x has part y and the time point at which x ends is equivalent to the time point at which y ends. Formally: α(y) > α(x) ∧ ω(y) = ω(x), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "endet mit"@de, "ends with"@en .

<http://purl.obolibrary.org/obo/RO_0002233>
    a owl:ObjectProperty ;
    rdfs:subPropertyOf <http://purl.obolibrary.org/obo/RO_0000057> ;
    owl:inverseOf <http://purl.obolibrary.org/obo/RO_0002352> ;
    <http://www.w3.org/2004/02/skos/core#definition> "(x has input y) means x takes specific input as y for further processes"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has input"@en, "hat Input"@de .

<http://purl.obolibrary.org/obo/RO_0002234>
    a owl:ObjectProperty ;
    rdfs:subPropertyOf <http://purl.obolibrary.org/obo/RO_0000057> ;
    owl:inverseOf <http://purl.obolibrary.org/obo/RO_0002353> ;
    <http://www.w3.org/2004/02/skos/core#definition> "(x has output y) means x provides specific output y for the result or further processes"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has output"@en, "hat Output"@de .

<http://purl.obolibrary.org/obo/RO_0002352>
    a owl:ObjectProperty ;
    rdfs:subPropertyOf <http://purl.obolibrary.org/obo/RO_0000056> ;
    <http://www.w3.org/2004/02/skos/core#definition> "(x input of y) means x is a specific input of y to carry out further processes"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Input von"@de, "input of"@en .

<http://purl.obolibrary.org/obo/RO_0002353>
    a owl:ObjectProperty ;
    rdfs:subPropertyOf <http://purl.obolibrary.org/obo/RO_0000056> ;
    <http://www.w3.org/2004/02/skos/core#definition> "(x output of y) means x is the specific output of y as the result or further processes"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Output von"@de, "output of"@en .

<http://purl.org/dc/terms/abstract>
    a owl:AnnotationProperty .

<http://purl.org/dc/terms/bibliographicCitation>
    a owl:AnnotationProperty .

<http://purl.org/dc/terms/contributor>
    a owl:AnnotationProperty .

<http://purl.org/dc/terms/created>
    a owl:AnnotationProperty .

<http://purl.org/dc/terms/creator>
    a owl:AnnotationProperty .

<http://purl.org/dc/terms/description>
    a owl:AnnotationProperty ;
    <http://www.w3.org/2004/02/skos/core#definition> "An account of the resource."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Beschreibung"@de, "description"@en .

<http://purl.org/dc/terms/isReferencedBy>
    <http://purl.org/dc/terms/description> "This property is intended to be used with non-literal values. This property is an inverse property of References."@en ;
    a owl:AnnotationProperty ;
    rdfs:comment "A related resource that references, cites, or otherwise points to the described resource."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "is referenced by"@en, "ist referenziert von"@de .

<http://purl.org/dc/terms/issued>
    a owl:AnnotationProperty .

<http://purl.org/dc/terms/language>
    a owl:AnnotationProperty .

<http://purl.org/dc/terms/license>
    a owl:AnnotationProperty .

<http://purl.org/dc/terms/modified>
    a owl:AnnotationProperty .

<http://purl.org/dc/terms/publisher>
    a owl:AnnotationProperty .

<http://purl.org/dc/terms/references>
    <http://purl.org/dc/terms/description> "This property is intended to be used with non-literal values. This property is an inverse property of Is Referenced By."@en ;
    a owl:AnnotationProperty ;
    rdfs:comment "A related resource that is referenced, cited, or otherwise pointed to by the described resource."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "references"@en, "referenziert"@de .

<http://purl.org/dc/terms/replaces>
    a owl:AnnotationProperty .

<http://purl.org/dc/terms/rights>
    a owl:AnnotationProperty .

<http://purl.org/dc/terms/source>
    a owl:AnnotationProperty .

<http://purl.org/dc/terms/subject>
    a owl:AnnotationProperty .

<http://purl.org/dc/terms/title>
    a owl:AnnotationProperty ;
    <http://www.w3.org/2004/02/skos/core#definition> "A name given to the resource."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Titel"@de, "title"@en .

<http://purl.org/ontology/bibo/doi>
    a owl:AnnotationProperty .

<http://purl.org/ontology/bibo/status>
    a owl:AnnotationProperty .

<http://purl.org/spar/biro/BibliographicRecord>
    a owl:Class ;
    rdfs:comment "A record that uniquely describes a particular textual or data publication (or a work in preparation for publication). Each bibliographic record is a set of entities describing aspects of the referenced work, including, for example, but not restricted to: authors, title, journal, publication year, DOI, ISSN, publisher and copyright information, or, in the case of a data publication: creators, title, version, archive, publication year, DOI or other identifier). The FRBR expression of a bibliographic record is a bibliographic reference, which usually contains only a sub-set of these entities, ordered in a particular way that corresponds to the house style of the publication in which it occurs."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "bibliografischer Eintrag"@de, "bibliographic record"@en .

<http://purl.org/vocab/vann/example>
    a owl:AnnotationProperty .

<http://purl.org/vocab/vann/preferredNamespacePrefix>
    a owl:AnnotationProperty .

<http://purl.org/vocab/vann/preferredNamespaceUri>
    a owl:AnnotationProperty .

<http://purl.org/vocommons/voaf#extends>
    a owl:AnnotationProperty .

<http://qudt.org/schema/qudt/QuantityKind>
    a owl:Class ;
    rdfs:comment "A <b>Quantity Kind</b> is any observable property that can be  measured and quantified numerically. Familiar examples include physical properties such as length, mass, time, force, energy, power, electric charge, etc. Less familiar examples include currency, interest rate, price to earning ratio, and information capacity."@en ;
    rdfs:subClassOf <https://schema.org/Intangible> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Kind of quantity, i.e., a physical/chemical quantity from a controlled vocabulary, such as QUDT, IEC, or EMMO"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel, harmonized spelling to OBO naming conventions (lower case, space separated)"@en ;
    <http://www.w3.org/2004/02/skos/core#note> "we recommend using a persistent identifier resolving to a persistent URL"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Größenart"@de, "quantity kind"@en .

<http://qudt.org/schema/qudt/Unit>
    a owl:Class ;
    rdfs:subClassOf <https://schema.org/Intangible> ;
    <http://www.w3.org/2004/02/skos/core#closeMatch> <http://emmo.info/emmo#EMMO_b081b346_7279_46ef_9a3d_2c088fcd79f4>, <http://www.molmod.info/semantics/pims-ii.ttl#MeasurementUnit> ;
    <http://www.w3.org/2004/02/skos/core#definition> "A unit of measure, or unit is a particular quantity value that has been chosen as a scale for measuring other quantities the same kind (more generally of equivalent dimension). For example, the meter is a quantity of length that has been rigorously defined and standardized by the BIPM (International Board of Weights and Measures). Any measurement of the length can be expressed as a number multiplied by the unit meter. More formally, the value of physical quanitity Q with respect to a unit (U) is expressed as the scalar multiple of a real number (n) and U, as Q = nU."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, added German label, harmonized spelling to OBO naming conventions (lower case, space separated)"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Einheit"@de, "unit"@en .

<http://semanticscience.org/resource/SIO_000001>
    a owl:ObjectProperty ;
    <http://www.w3.org/2004/02/skos/core#definition> "A is related to B iff there is some relation between A and B."@en, "A ist verwandt zu B wenn eine Beziehnung zwischen beiden besteht" ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, added german labels" ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "is related to"@en, "ist verwandt mit"@de .

<http://semanticscience.org/resource/SIO_000210>
    a owl:ObjectProperty ;
    rdfs:subPropertyOf <http://semanticscience.org/resource/SIO_000628> ;
    <http://www.w3.org/2004/02/skos/core#definition> "A represents B when A serves as a sign, symbol or model of B."@en, "A repräsentiert B wenn es als ein Zeichen, Symbol oder Modell von B dient" ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, added german labels" ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "represents"@en, "repräsentiert"@de .

<http://semanticscience.org/resource/SIO_000628>
    a owl:ObjectProperty ;
    rdfs:subPropertyOf <http://semanticscience.org/resource/SIO_000001> ;
    <http://www.w3.org/2004/02/skos/core#definition> "bezieht sich auf ist eine Relation zwischen einer Entität und einer anderen Entität, auf die sie sich bezieht", "refers to is a relation between one entity and the entity that it makes reference to."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, added german labels" ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "bezieht sich auf"@de, "refers to"@en .

<http://usefulinc.com/ns/doap#audience>
    a owl:AnnotationProperty .

<http://usefulinc.com/ns/doap#bug-database>
    a owl:AnnotationProperty .

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

<http://w3id.org/nfdi4ing/metadata4ing#>
    <http://purl.org/dc/terms/abstract> "The ontology Metadata4Ing provides a framework for the semantic description of research data and of the whole data generation process, embracing the object of investigation, all sample and data manipulation methods and tools, the data files themselves, and the roles of persons and institutions. The structure and application of the ontology are based on the principles of modularity and inheritance."@en ;
    <http://purl.org/dc/terms/bibliographicCitation> "Metadata4Ing Workgroup (2025). Metadata4Ing: An ontology for describing the generation of research data within a scientific activity. v1.3.1. http://w3id.org/nfdi4ing/metadata4ing/1.3.1 [ttl, jsonld, nt, rdf/xml]"@en ;
    <http://purl.org/dc/terms/contributor> <https://orcid.org/0000-0001-6272-204X>, <https://orcid.org/0000-0001-8341-1478>, <https://orcid.org/0000-0002-1019-9151>, <https://orcid.org/0000-0002-1489-6501>, <https://orcid.org/0000-0002-1698-6826>, <https://orcid.org/0000-0002-2239-3955>, <https://orcid.org/0000-0002-2639-1949>, <https://orcid.org/0000-0002-5031-9170>, <https://orcid.org/0000-0002-7213-5110>, <https://orcid.org/0000-0002-8524-0569>, <https://orcid.org/0000-0002-9033-5538>, <https://orcid.org/0000-0002-9826-018X> ;
    <http://purl.org/dc/terms/created> "2022-02-22"^^xsd:date ;
    <http://purl.org/dc/terms/creator> "Metadata4Ing Workgroup" ;
    <http://purl.org/dc/terms/issued> "2025-03-10"^^xsd:date ;
    <http://purl.org/dc/terms/language> <http://id.loc.gov/vocabulary/iso639-2/deu>, <http://id.loc.gov/vocabulary/iso639-2/eng> ;
    <http://purl.org/dc/terms/license> <https://creativecommons.org/licenses/by/4.0/> ;
    <http://purl.org/dc/terms/modified> "2025-03-10"^^xsd:date ;
    <http://purl.org/dc/terms/publisher> <http://d-nb.info/gnd/1227971389> ;
    <http://purl.org/dc/terms/references> <https://doi.org/10.14454/csba-e454>, <https://doi.org/10.1504/IJMSO.2020.107792>, <https://doi.org/10.26083/tuprints-00024573>, <https://doi.org/10.5281/zenodo.3816686>, <https://doi.org/10.5281/zenodo.3982367>, <https://doi.org/10.5281/zenodo.4846313>, <https://doi.org/10.52825/cordi.v1i.271> ;
    <http://purl.org/dc/terms/replaces> <http://w3id.org/nfdi4ing/metadata4ing/1.3.0> ;
    <http://purl.org/dc/terms/rights> <https://creativecommons.org/licenses/by/4.0/> ;
    <http://purl.org/dc/terms/source> <https://doi.org/10.5281/zenodo.7362037>, <https://doi.org/10.52825/CoRDI.v1i.271>, <https://nfdi4ing.de/wp-content/uploads/2019/10/Programmheft-NFDI4Ing-Community-Meeting.pdf#page=6> ;
    <http://purl.org/dc/terms/subject> <http://d-nb.info/gnd/1227971389>, <http://d-nb.info/gnd/1342271416>, <http://d-nb.info/gnd/4137304-2>, <http://d-nb.info/gnd/4384643-9>, <http://d-nb.info/gnd/4827894-4> ;
    <http://purl.org/dc/terms/title> "Metadata4Ing: An ontology for describing the generation of research data within a scientific activity."@en ;
    <http://purl.org/ontology/bibo/doi> <https://doi.org/10.5281/zenodo.5957103> ;
    <http://purl.org/ontology/bibo/status> "active"@en ;
    <http://purl.org/vocab/vann/example> <https://w3id.org/nfdi4ing/metadata4ing/first-steps-guide.md> ;
    <http://purl.org/vocab/vann/preferredNamespacePrefix> "m4i" ;
    <http://purl.org/vocab/vann/preferredNamespaceUri> "http://w3id.org/nfdi4ing/metadata4ing#" ;
    <http://purl.org/vocommons/voaf#extends> <http://emmo.info/emmo#>, <http://purl.obolibrary.org/obo/>, <http://www.molmod.info/semantics/pims-ii.ttl#>, <https://ptb.de/si/> ;
    <http://usefulinc.com/ns/doap#audience> "Engineers and scientists working with quantitative data"@en, "Ingenieure und Forschende, die mit quantitativen Daten arbeiten"@de ;
    <http://usefulinc.com/ns/doap#bug-database> <https://git.rwth-aachen.de/nfdi4ing/metadata4ing/metadata4ing/-/issues> ;
    <http://usefulinc.com/ns/doap#repository> <https://git.rwth-aachen.de/nfdi4ing/metadata4ing/metadata4ing/> ;
    <http://www.loc.gov/premis/rdf/v3/documentation> <https://w3id.org/nfdi4ing/metadata4ing> ;
    a owl:NamedIndividual, owl:Ontology ;
    rdfs:comment """
Metadata4Ing defines classes and properties or reuses such classes and properties from other ontologies to describe research processes and research data management in NFDI4Ing.  
New concepts and properties are located in the namespace of Metadata4Ing.  
Metadata4Ing does not import complete ontologies for the sake of relevance, readability, understandability and usability by and for engineers.  
Instead, it tries to make re-use of existing identifiers for classes and properties by re-using all or a relevant subset of the axioms from the original ontology.  
These statements have been extracted in different ways, e.g. by using Protégé tools importing an ontology and copying axioms of relevant items to Metadata4Ing or by download from data services or raw files of ontologies and manual copypasting.  
In some cases there was a need to extend or modify the original set of statements about an entity, e.g. because labels and definitions were expressed with a different owl:AnnotationProperty than the rest of Metadata4Ing, or because a skos:preflabel or a skos:definition in any of the languages we would like to support was missing.  
Any editorial changes on elements from external ontologies are declared in Metadata4Ing by an annotation with skos:editorialNote at item-level.  
To get the original set of statements we encourage to visit the original namespace of the respective item.  
Metadata4Ing reuses elements from the following ontologies:  
- BIRO = Bibliographic Reference Ontology  
- CR = Croissant  
- DCAT = Data Catalog  
- DCC = Digital Calibration Certificate  
- DCTERMS = Dublin Core Terms  
- EMMO = European Materials and Modelling Ontology  
- FOAF = Friend of a Friend  
- OBO = Open Biological and Biomedical Ontologies:
  - BFO = Basic Formal Ontology  
  - RO = Relation Ontology  
- OWL = Web Ontology Language  
- PIMS-II = PIMS Interoperability Infrastructure  
- PROV = Provenance Namespace  
- QUDT = Quantities, Units, Dimensions and Types  
- RDF = Resource Description Framework  
- RDFS = RDF Schema  
- SCHEMA = schema.org  
- D-SI = Digital System of Units  
- SIO = Semanticscience Integrated Ontology  
- SKOS = Simple Knowledge Organization System  
- SSN = Semantic Sensor Network Ontology  
- XSD = XML Schema Definition  
"""@en ;
    rdfs:label "Metadata4Ing"@de, "Metadata4Ing"@en ;
    owl:versionIRI <http://w3id.org/nfdi4ing/metadata4ing/1.3.1> ;
    owl:versionInfo "v1.3.1" ;
    <http://www.w3.org/ns/dcat#distribution> <https://w3id.org/nfdi4ing/metadata4ing/ontology.jsonld>, <https://w3id.org/nfdi4ing/metadata4ing/ontology.nt>, <https://w3id.org/nfdi4ing/metadata4ing/ontology.ttl>, <https://w3id.org/nfdi4ing/metadata4ing/ontology.xml> ;
    <https://schema.org/funder> <https://ror.org/018mejw64> ;
    <https://schema.org/funding> <https://gepris.dfg.de/gepris/projekt/442146713> ;
    <https://schema.org/logo> <https://w3id.org/nfdi4ing/metadata4ing/m4i_logo.png> .

:ContactPerson
    a owl:NamedIndividual, <http://www.w3.org/ns/prov#Role> ;
    rdfs:seeAlso "https://datacite-metadata-schema.readthedocs.io/en/4.5/appendices/appendix-1/contributorType/#contactperson"^^xsd:anyURI ;
    <http://www.w3.org/2004/02/skos/core#definition> "Person with knowledge of how to access, troubleshoot, or otherwise field issues related to the resource"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Kontaktperson"@de, "contact person"@en ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> "May also be the \"Point of Contact\" in an organisation that controls access to the resource, if that organisation is different from the Publisher, Distributor, and Data Manager."@en .

:DataCollector
    a owl:NamedIndividual, <http://www.w3.org/ns/prov#Role> ;
    rdfs:seeAlso "https://datacite-metadata-schema.readthedocs.io/en/4.5/appendices/appendix-1/contributorType/#datacollector"^^xsd:anyURI ;
    <http://www.w3.org/2004/02/skos/core#definition> "Person/institution responsible for finding or gathering/collecting data under the guidelines of the author(s) or Principal Investigator (PI)"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Datenerfasser*in"@de, "data collector"@en ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> "May also be used when crediting survey conductors, interviewers, event or condition observers, or persons responsible for monitoring key instrument data."@en .

:DataCurator
    a owl:NamedIndividual, <http://www.w3.org/ns/prov#Role> ;
    rdfs:seeAlso "https://datacite-metadata-schema.readthedocs.io/en/4.5/appendices/appendix-1/contributorType/#datacurator"^^xsd:anyURI ;
    <http://www.w3.org/2004/02/skos/core#definition> "Person tasked with reviewing, enhancing, cleaning, or standardizing metadata and the associated data submitted for storage, use, and maintenance within a data centre or repository"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Datenkurator*in"@de, "data curator"@en ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> """While the DataManager is concerned with digital maintenance, the DataCurator's role encompasses quality assurance focused on content and metadata. DataCurator responsibilities include: checking completeness of the submitted dataset against the content as described by the submitter; verifying standard metadata according to the applicable system or schema; adding or verifying specialized metadata to add value and ensure access across disciplines; and determining how the metadata might map to search engines, database products, and automated feeds. Repository managers as well as data librarians working in the repository fall within this category. 

Example: https://doi.org/10.20375/0000-000D-1D1F-2"""@en .

:DataManager
    a owl:NamedIndividual, <http://www.w3.org/ns/prov#Role> ;
    rdfs:seeAlso "https://datacite-metadata-schema.readthedocs.io/en/4.5/appendices/appendix-1/contributorType/#datamanager"^^xsd:anyURI ;
    <http://www.w3.org/2004/02/skos/core#definition> "Person (or organisation with a staff of data managers, such as a data centre) responsible for maintaining the finished resource"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Datenverwalter*in"@de, "data manager"@en ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> """The work done by this person or organisation ensures that the resource is periodically \"refreshed\" in terms of software/hardware support, is kept available or is protected from unauthorized access, is stored in accordance with industry standards, and is handled in accordance with the records management requirements applicable to it.

Example: https://doi.org/10.6073/pasta/41b3ed2e152e1e4c3846e646118208e7"""@en .

:Distributor
    a owl:NamedIndividual, <http://www.w3.org/ns/prov#Role> ;
    rdfs:seeAlso "https://datacite-metadata-schema.readthedocs.io/en/4.5/appendices/appendix-1/contributorType/#distributor"^^xsd:anyURI ;
    <http://www.w3.org/2004/02/skos/core#definition> "Institution tasked with responsibility to generate/disseminate copies of the resource in either electronic or print form"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Anbieter*in"@de, "distributor"@en ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> "Works stored in more than one archive/repository may credit each as a distributor."@en .

:Editor
    a owl:NamedIndividual, <http://www.w3.org/ns/prov#Role> ;
    rdfs:seeAlso "https://datacite-metadata-schema.readthedocs.io/en/4.5/appendices/appendix-1/contributorType/#editor"^^xsd:anyURI ;
    <http://www.w3.org/2004/02/skos/core#definition> "A person who oversees the details related to the publication format of the resource"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Herausgeber*in"@de, "editor"@en ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> "Note: if the Editor is to be credited in place of multiple creators, the Editor's name may be supplied as Creator, with \"(Ed.)\" appended to the name."@en .

:HostingInstitution
    a owl:NamedIndividual, <http://www.w3.org/ns/prov#Role> ;
    rdfs:seeAlso "https://datacite-metadata-schema.readthedocs.io/en/4.5/appendices/appendix-1/contributorType/#hostinginstitution"^^xsd:anyURI ;
    <http://www.w3.org/2004/02/skos/core#definition> "Typically, the organisation allowing the resource to be available on the internet through the provision of its hardware/software/operating support"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "bereitstellende Institution"@de, "hosting institution"@en ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> """This role normally falls on the University, research center or organization where the data center/data repository belongs.

EXAMPLE: Université Grenoble Alpes (UGA)

May also be used for an organisation that stores the data offline-often a data centre if that data centre is not the \"publisher\" of the resource."""@en .

:Method
    a owl:Class ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000017> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Abstract description of a method for analysis, generation and transformation of data and material objects like, e.g., 'Fourier Transform Infrared Spectroscopy' or 'Molecular Dynamics Simulation'. Note that while values for relevant parameters should be provided, m4i:Method does not refer to the actual execution of the process that is described (use m4i:ProcessingStep for that), but rather a description of the underlying principle."@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Methode"@de, "method"@en .

:NumericalAssignment
    a owl:Class ;
    rdfs:subClassOf <http://www.molmod.info/semantics/pims-ii.ttl#Assignment>, [
        a owl:Restriction ;
        owl:onProperty [
            owl:inverseOf <http://www.molmod.info/semantics/pims-ii.ttl#isValueInAssignment>
        ] ;
        owl:someValuesFrom <https://ptb.de/si/Real>
    ], [
        a owl:Restriction ;
        owl:minCardinality "1"^^xsd:nonNegativeInteger ;
        owl:onProperty [
            owl:inverseOf <http://www.molmod.info/semantics/pims-ii.ttl#isVariableInAssignment>
        ]
    ] ;
    <http://www.w3.org/2004/02/skos/core#definition> "Assignment by which a variable (e.g., a physical property) is assigned an si:Real quantity value (scalar x measurement unit) in some context (e.g., applied to some object of research)"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "numerical assignment"@en, "numerische Zuweisung"@de .

:NumericalVariable
    a owl:Class ;
    rdfs:subClassOf <http://www.molmod.info/semantics/pims-ii.ttl#Variable> ;
    <http://www.w3.org/2004/02/skos/core#closeMatch> <http://qudt.org/schema/qudt/Quantity>, <https://ptb.de/si/Real> ;
    <http://www.w3.org/2004/02/skos/core#definition> "A variable that expects a float or integer as a value"@en, "Eine Variable, die eine Zahl als Wert erwartet"@de ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "numerical variable"@en, "numerische Variable"@de .

:Other
    a owl:NamedIndividual, <http://www.w3.org/ns/prov#Role> ;
    rdfs:seeAlso "https://datacite-metadata-schema.readthedocs.io/en/4.5/appendices/appendix-1/contributorType/#other"^^xsd:anyURI ;
    <http://www.w3.org/2004/02/skos/core#definition> "Any person or institution making a significant contribution to the development and/or maintenance of the resource, but whose contribution is notadequately described by any of the other values for contributorType"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, added german label, harmonized spelling to OBO naming conventions (lower case, space separated)"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "other person"@en, "weitere Person"@de ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> "Could be a photographer, artist, or writer whose contribution helped to publicize the resource (as opposed to creating it), a reviewer of the resource, someone providing administrative services to the author (such as depositing updates into an online repository, analysing usage, etc.), or one of many other roles."@en .

:ProcessingStep
    a owl:Class ;
    rdfs:subClassOf <http://www.w3.org/ns/prov#Activity> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Specific action undertaken during research"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Arbeitsschritt"@de, "processing step"@en .

:Producer
    a owl:NamedIndividual, <http://www.w3.org/ns/prov#Role> ;
    rdfs:seeAlso "https://datacite-metadata-schema.readthedocs.io/en/4.5/appendices/appendix-1/contributorType/#producer"^^xsd:anyURI ;
    <http://www.w3.org/2004/02/skos/core#definition> "Typically,a person or organisation responsible for the artistry and form of a media product"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Produzent*in"@de, "producer"@en ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> "In the data industry, this may be a company \"producing\" DVDs that package data for future dissemination by a distributor."@en .

:ProjectLeader
    a owl:NamedIndividual, <http://www.w3.org/ns/prov#Role> ;
    rdfs:seeAlso "https://datacite-metadata-schema.readthedocs.io/en/4.5/appendices/appendix-1/contributorType/#projectleader"^^xsd:anyURI ;
    <http://www.w3.org/2004/02/skos/core#definition> "Person officially designated as head of project team or sub-project team instrumental in the work necessary to development of the resource"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Projektleiter*in"@de, "project leader"@en ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> "The Project Leader is not \"removed\" from the work that resulted in the resource; he or she remains intimately involved"@en .

:ProjectManager
    a owl:NamedIndividual, <http://www.w3.org/ns/prov#Role> ;
    rdfs:seeAlso "https://datacite-metadata-schema.readthedocs.io/en/4.5/appendices/appendix-1/contributorType/#projectmanager"^^xsd:anyURI ;
    <http://www.w3.org/2004/02/skos/core#definition> "Person officially designated as manager of a project. Project may consist of one or many project teams and sub-teams."@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Projektmanager*in"@de, "project manager"@en ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> "The manager of a project normally has more administrative responsibility than actual work involvement."@en .

:ProjectMember
    a owl:NamedIndividual, <http://www.w3.org/ns/prov#Role> ;
    rdfs:seeAlso "https://datacite-metadata-schema.readthedocs.io/en/4.5/appendices/appendix-1/contributorType/#projectmember"^^xsd:anyURI ;
    <http://www.w3.org/2004/02/skos/core#definition> "Person on the membership list of a designated project/project team"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Projektmitglied"@de, "project member"@en ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> "This vocabulary may or may not indicate the quality, quantity, or substance of the person's involvement."@en .

:RegistrationAgency
    a owl:NamedIndividual, <http://www.w3.org/ns/prov#Role> ;
    rdfs:seeAlso "https://datacite-metadata-schema.readthedocs.io/en/4.5/appendices/appendix-1/contributorType/#registrationagency"^^xsd:anyURI ;
    <http://www.w3.org/2004/02/skos/core#definition> "Institution/organisation officially appointed by a Registration Authority to handle specific tasks within a defined area of responsibility"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Registrierungsstelle"@de, "registration agency"@en ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> "DataCite is a Registration Agency for the International DOI Foundation (IDF). One of DataCite’s tasks is to assign DOI prefixes to the allocating agents who then assign the full, specific character string to data clients, provide metadata back to the DataCite registry, etc."@en .

:RegistrationAuthority
    a owl:NamedIndividual, <http://www.w3.org/ns/prov#Role> ;
    rdfs:seeAlso "https://datacite-metadata-schema.readthedocs.io/en/4.5/appendices/appendix-1/contributorType/#registrationauthority"^^xsd:anyURI ;
    <http://www.w3.org/2004/02/skos/core#definition> "A standards-setting body from which Registration Agencies obtain official recognition and guidance"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Registrierungsbehörde"@de, "registration authority"@en ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> "The IDF serves as the Registration Authority for the International Standards Organisation (ISO) in the area/domain of Digital Object Identifiers."@en .

:RelatedPerson
    a owl:NamedIndividual, <http://www.w3.org/ns/prov#Role> ;
    rdfs:seeAlso "https://datacite-metadata-schema.readthedocs.io/en/4.5/appendices/appendix-1/contributorType/#relatedperson"^^xsd:anyURI ;
    <http://www.w3.org/2004/02/skos/core#definition> "A person without a specifically defined role in the development of the resource, but who is someone the author wishes to recognize"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "related person"@en, "zugehörige Person"@de ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> "This person could be an author's intellectual mentor, a person providing intellectual leadership in the discipline or subject domain, etc."@en .

:ResearchGroup
    a owl:NamedIndividual, <http://www.w3.org/ns/prov#Role> ;
    rdfs:seeAlso "https://datacite-metadata-schema.readthedocs.io/en/4.5/appendices/appendix-1/contributorType/#researchgroup"^^xsd:anyURI ;
    <http://www.w3.org/2004/02/skos/core#definition> "Typically refers to a group of individuals with a lab, department, or divisionthathas a specifically defined focus of activity."@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Forschungsgruppe"@de, "research group"@en ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> """May operate at a narrower level of scope; may or may not hold less administrative responsibility than a project team.

Example: Space Research & Planetary Sciences Division of the University of Bern (WP Unibe)

Source: https://doi.org/10.26302/SSHADE/EXPERIMENT_OP_20201104_001"""@en .

:Researcher
    a owl:NamedIndividual, <http://www.w3.org/ns/prov#Role> ;
    rdfs:seeAlso "https://datacite-metadata-schema.readthedocs.io/en/4.5/appendices/appendix-1/contributorType/#researcher"^^xsd:anyURI ;
    <http://www.w3.org/2004/02/skos/core#definition> "A person involved in analysing data or the results of an experiment or formal study. May indicate an intern or assistant to one of the authors who helped with research but who was not so “key” as to be listed as an author."@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Rechercheur*in"@de, "researcher"@en ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> "Should be a person, not an institution. Note that a person involved in the gathering of data would fall under the contributorType \"DataCollector.\" The researcher may find additional data online and correlate it to the data collected for the experiment or study, for example."@en .

:RightsHolder
    a owl:NamedIndividual, <http://www.w3.org/ns/prov#Role> ;
    rdfs:seeAlso "https://datacite-metadata-schema.readthedocs.io/en/4.5/appendices/appendix-1/contributorType/#rightsholder"^^xsd:anyURI ;
    <http://www.w3.org/2004/02/skos/core#definition> "Person or institution owning or managing property rights, including intellectual property rights over the resource"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Rechteinhaber*in"@de, "rights holder"@en .

:Sponsor
    a owl:NamedIndividual, <http://www.w3.org/ns/prov#Role> ;
    rdfs:seeAlso "https://datacite-metadata-schema.readthedocs.io/en/4.5/appendices/appendix-1/contributorType/#sponsor"^^xsd:anyURI ;
    <http://www.w3.org/2004/02/skos/core#definition> "Person or organisation that issued a contract or under the auspices of which a work has been written, printed, published, developed, etc."@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Sponsor*in"@de, "sponsor"@en ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> "Includes organisations that provide in-kind support, through donation, provision of people or a facility or instrumentation necessary for the development of the resource, etc."@en .

:Supervisor
    a owl:NamedIndividual, <http://www.w3.org/ns/prov#Role> ;
    rdfs:seeAlso "https://datacite-metadata-schema.readthedocs.io/en/4.5/appendices/appendix-1/contributorType/#supervisor"^^xsd:anyURI ;
    <http://www.w3.org/2004/02/skos/core#definition> "Designated administrator over one or more groups/teams working to produce a resource, or over one or more steps of a development process"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Betreuer*in"@de, "supervisor"@en .

:TextVariable
    a owl:Class ;
    rdfs:subClassOf <http://www.molmod.info/semantics/pims-ii.ttl#Variable> ;
    <http://www.w3.org/2004/02/skos/core#definition> "A variable that expects a string of characters as a value"@en, "Eine Variable, die eine Zeichenkette als Wert erwartet"@de ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "text variable"@en, "textbasierte Variable"@de .

:Tool
    a owl:Class ;
    <http://www.w3.org/2004/02/skos/core#definition> "Object that helps an agent perform an action (e.g., John wrote a book with a pen), i.e., an object of the relation schema:instrument or m4i:hasTool"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Werkzeug"@de, "tool"@en .

:UncertaintyDeclaration
    a owl:Class ;
    rdfs:subClassOf <https://schema.org/Intangible> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Declaration that can be applied to an si:Real quantity value to give an assessment of uncertainty"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Unsicherheitsdeklaration"@de, "uncertainty declaration"@en .

:UsageInstruction
    a owl:DatatypeProperty ;
    rdfs:domain :ProcessingStep ;
    rdfs:range [
        a rdfs:Datatype ;
        owl:unionOf (rdfs:Literal
            xsd:string
        )
    ] ;
    <http://www.w3.org/2004/02/skos/core#definition> "Textual description of a processing step within a research process to enable or facilitate its reproducibility"@en, "Textuelle Beschreibung eines Verarbeitungsschritts innerhalb eines Forschungsprozesses, um dessen Reproduzierbarkeit zu erleichtern oder zu ermöglichen"@de ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Verwendungshinweis"@de, "usage instruction"@en .

:WorkPackageLeader
    a owl:NamedIndividual, <http://www.w3.org/ns/prov#Role> ;
    rdfs:seeAlso "https://datacite-metadata-schema.readthedocs.io/en/4.5/appendices/appendix-1/contributorType/#workpackageleader"^^xsd:anyURI ;
    <http://www.w3.org/2004/02/skos/core#definition> "A Work Package is a recognized data product, not all of which is included in publication. The package, instead, may include notes, discarded documents, etc. The Work Package Leader is responsible for ensuring the comprehensive contents, versioning, and availability of the Work Package during the development of the resource."@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Arbeitspaketleiter*in"@de, "work package leader"@en .

:endOfProject
    a owl:DatatypeProperty ;
    rdfs:domain <https://schema.org/Project> ;
    rdfs:range xsd:date ;
    <http://www.w3.org/2004/02/skos/core#definition> "Projektenddatum"@de, "end date of a project"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Projektenddatum"@de, "project end date"@en .

:hasAdmissibleUnit
    a owl:ObjectProperty ;
    rdfs:comment "redundant information: applicable unit can be deduced from quantity kind. If one wants to enforce the use of a specific unit, use a SHACL constraint." ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (<http://qudt.org/schema/qudt/QuantityKind>
            :NumericalVariable
        )
    ] ;
    rdfs:range <http://qudt.org/schema/qudt/Unit> ;
    owl:deprecated true ;
    owl:inverseOf <http://www.molmod.info/semantics/pims-ii.ttl#isAdmissibleUnitFor> ;
    <http://www.w3.org/2004/02/skos/core#definition> "DEPRECATED (x hasAdmissibleUnit y) means that y is a unit that can be associated with the variable x"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has admissible unit"@en, "hat als zulässige Einheit"@de .

:hasAdmissibleValue
    a owl:ObjectProperty ;
    rdfs:domain <http://www.molmod.info/semantics/pims-ii.ttl#Variable> ;
    rdfs:range <http://www.molmod.info/semantics/pims-ii.ttl#Value> ;
    owl:inverseOf <http://www.molmod.info/semantics/pims-ii.ttl#isAdmissibleValueFor> ;
    <http://www.w3.org/2004/02/skos/core#definition> "(x hasAdmissibleValue y) means that y is a value that can be assigned to the variable x"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has admissible value"@en, "hat als zulässigen Wert"@de .

:hasAssignedValue
    a owl:ObjectProperty ;
    rdfs:domain <http://www.molmod.info/semantics/pims-ii.ttl#Assignment> ;
    rdfs:range <http://www.molmod.info/semantics/pims-ii.ttl#Value> ;
    owl:inverseOf <http://www.molmod.info/semantics/pims-ii.ttl#isValueInAssignment> ;
    <http://www.w3.org/2004/02/skos/core#definition> "(a hasAssignedValue y) means that a: x = y is an assignment where the value y is assigned to a variable x"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has assigned value"@en, "hat zugewiesenen Wert"@de .

:hasAssignmentTimestamp
    a owl:DatatypeProperty ;
    rdfs:domain <http://www.molmod.info/semantics/pims-ii.ttl#Assignment> ;
    rdfs:range <https://schema.org/DateTime> ;
    rdfs:subPropertyOf <https://schema.org/temporal> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Points to a timestamp associated with an assignment; there are multiple kinds of timestamp datatype properties, which are included here from schema.org"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has assignment timestamp"@en, "hat Zuweisungszeitstempel"@de .

:hasCoverageInterval
    a owl:ObjectProperty ;
    rdfs:domain :NumericalVariable ;
    rdfs:range <https://ptb.de/si/CoverageInterval> ;
    rdfs:subPropertyOf :hasUncertaintyDeclaration ;
    <http://www.w3.org/2004/02/skos/core#definition> "Associates an si:Real quantity value with an si:CoverageInterval"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has coverage interval"@en, "hat Überdeckungsintervall"@de .

:hasDateAssignmentCreated
    a owl:DatatypeProperty ;
    rdfs:domain <http://www.molmod.info/semantics/pims-ii.ttl#Assignment> ;
    rdfs:range <https://schema.org/DateTime> ;
    rdfs:subPropertyOf :hasAssignmentTimestamp ;
    <http://www.w3.org/2004/02/skos/core#broader> <https://schema.org/dateCreated> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Points to a date(time) of creation of an assignment"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has date assignment created"@en, "hat Datumszuweisung erzeugt"@de .

:hasDateAssignmentDeleted
    a owl:DatatypeProperty ;
    rdfs:domain <http://www.molmod.info/semantics/pims-ii.ttl#Assignment> ;
    rdfs:range <https://schema.org/DateTime> ;
    rdfs:subPropertyOf :hasAssignmentTimestamp ;
    <http://www.w3.org/2004/02/skos/core#broader> <https://schema.org/dateDeleted> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Points to a date(time) of deletion of an assignment"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has date assignment deleted"@en, "hat Datumszuweisung gelöscht"@de .

:hasDateAssignmentModified
    a owl:DatatypeProperty ;
    rdfs:domain <http://www.molmod.info/semantics/pims-ii.ttl#Assignment> ;
    rdfs:range <https://schema.org/DateTime> ;
    rdfs:subPropertyOf :hasAssignmentTimestamp ;
    <http://www.w3.org/2004/02/skos/core#broader> <https://schema.org/dateModified> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Points to a date(time) of modification of an assignment"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has date assignment modified"@en, "hat Datumszuweisung bearbeitet"@de .

:hasDateAssignmentValidFrom
    a owl:DatatypeProperty ;
    rdfs:domain <http://www.molmod.info/semantics/pims-ii.ttl#Assignment> ;
    rdfs:range <https://schema.org/DateTime> ;
    rdfs:subPropertyOf :hasAssignmentTimestamp ;
    <http://www.w3.org/2004/02/skos/core#broader> <https://schema.org/validFrom> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Points to a date(time) at which the validity of an assignment begins"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has date assignment valid from"@en, "hat Datumszuweisung gültig ab"@de .

:hasDateAssignmentValidUntil
    a owl:DatatypeProperty ;
    rdfs:domain <http://www.molmod.info/semantics/pims-ii.ttl#Assignment> ;
    rdfs:range <https://schema.org/DateTime> ;
    rdfs:subPropertyOf :hasAssignmentTimestamp ;
    <http://www.w3.org/2004/02/skos/core#broader> <https://schema.org/validThrough> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Points to a date(time) at which the validity of an assignment ends"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has date assignment valid until"@en, "hat Datumszuweisung gültig bis"@de .

:hasEmployedTool
    a owl:ObjectProperty ;
    rdfs:domain :ProcessingStep ;
    rdfs:range :Tool ;
    rdfs:subPropertyOf <https://schema.org/instrument> ;
    owl:inverseOf :isEmployedToolIn ;
    <http://www.w3.org/2004/02/skos/core#definition> "Points to a tool that is used within a given processing step"@en, "verweist auf ein Werkzeug, das in einem Arbeitsschritt verwendet wurde"@de ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has employed tool"@en, "hat eingesetztes Werkzeug"@de .

:hasExpandedUnc
    a owl:ObjectProperty ;
    rdfs:domain :NumericalVariable ;
    rdfs:range <https://ptb.de/si/ExpandedUnc> ;
    rdfs:subPropertyOf :hasUncertaintyDeclaration ;
    <http://www.w3.org/2004/02/skos/core#definition> "Relates an si:Real to its expanded uncertainty"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has expanded uncertainty"@en, "hat erweiterte Unsicherheit"@de .

:hasKindOfQuantity
    a owl:ObjectProperty ;
    rdfs:domain :NumericalVariable ;
    rdfs:range <http://qudt.org/schema/qudt/QuantityKind> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Points to the property characterization (i.e., to the kind of quantity) from a controlled vocabulary"@en ;
    <http://www.w3.org/2004/02/skos/core#note> "we recommend using a persistent identifier resolving to a persistent URL"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has kind of quantity"@en, "hat Größenart"@de .

:hasMaximumValue
    a owl:DatatypeProperty ;
    rdfs:domain :NumericalVariable ;
    rdfs:range [
        a rdfs:Datatype ;
        owl:unionOf (xsd:decimal
            <https://ptb.de/dcc/formulaType>
        )
    ] ;
    rdfs:subPropertyOf :hasValue ;
    <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/schema/qudt/value>, <http://www.molmod.info/semantics/pims-ii.ttl#isLiterally>, <https://ptb.de/si/hasValue> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Represents the highest value of a multi-valued variable"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has maximum value"@en, "hat Maximalwert"@de .

:hasMinimumValue
    a owl:DatatypeProperty ;
    rdfs:domain :NumericalVariable ;
    rdfs:range [
        a rdfs:Datatype ;
        owl:unionOf (xsd:decimal
            <https://ptb.de/dcc/formulaType>
        )
    ] ;
    rdfs:subPropertyOf :hasValue ;
    <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/schema/qudt/value>, <http://www.molmod.info/semantics/pims-ii.ttl#isLiterally>, <https://ptb.de/si/hasValue> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Represents the lowest value of a multi-valued variable"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has minimum value"@en, "hat Minimalwert"@de .

:hasNumericalValue
    a owl:DatatypeProperty ;
    rdfs:domain :NumericalVariable ;
    rdfs:range [
        a rdfs:Datatype ;
        owl:unionOf (xsd:decimal
            <https://ptb.de/dcc/formulaType>
        )
    ] ;
    rdfs:subPropertyOf :hasValue ;
    <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/schema/qudt/value>, <http://www.molmod.info/semantics/pims-ii.ttl#isLiterally>, <https://ptb.de/si/hasValue> ;
    <http://www.w3.org/2004/02/skos/core#closeMatch> <https://ptb.de/si/hasNumericalValue> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Represents the numerical value of a real"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has numerical value"@en, "hat Zahlenwert"@de .

:hasParameter
    a owl:ObjectProperty ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (:Method
            :Tool
        )
    ] ;
    rdfs:range <http://www.molmod.info/semantics/pims-ii.ttl#Variable> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Points to a parameter of a given method or tool."@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has parameter"@en, "hat Parameter"@de .

:hasRorId
    a owl:DatatypeProperty ;
    rdfs:domain <http://www.w3.org/ns/prov#Organization> ;
    rdfs:range [
        a rdfs:Datatype ;
        owl:onDatatype xsd:string ;
        owl:withRestrictions ([
                xsd:pattern "https://ror.org/[0-9][0-9][a-z0-9][a-z0-9][a-z0-9][a-z0-9][a-z0-9][0-9][0-9]"
            ]
        )
    ] ;
    rdfs:subPropertyOf :identifier ;
    <http://www.w3.org/2004/02/skos/core#altLabel> "has research organization registry id"@en, "hat Forschungsorganisationsid"@de ;
    <http://www.w3.org/2004/02/skos/core#definition> "A Research Organization Registry identifier that persistently and uniquely identifies a research organization"@en, "Ein persistenter Identifikator für Organisationen, vergeben durch die Research Organization Registry, der eine Forschungseinrichtung eindeutig identifiziert."@de ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has ROR ID"@en, "hat ROR ID"@de .

:hasRuntimeAssignment
    a owl:ObjectProperty ;
    rdfs:domain :ProcessingStep ;
    rdfs:range <http://www.molmod.info/semantics/pims-ii.ttl#Assignment> ;
    rdfs:subPropertyOf <http://purl.obolibrary.org/obo/RO_0000057>, [
        owl:inverseOf <http://www.molmod.info/semantics/pims-ii.ttl#isAssignmentFor>
    ] ;
    <http://www.w3.org/2004/02/skos/core#definition> "Points to an assignment that is neither input nor output"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has runtime assignment"@en, "hat Laufzeitzuweisung"@de .

:hasStepSize
    a owl:DatatypeProperty ;
    rdfs:domain :NumericalVariable ;
    rdfs:range [
        a rdfs:Datatype ;
        owl:unionOf (xsd:decimal
            <https://ptb.de/dcc/formulaType>
        )
    ] ;
    rdfs:subPropertyOf :hasValue ;
    <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/schema/qudt/value>, <http://www.molmod.info/semantics/pims-ii.ttl#isLiterally>, <https://ptb.de/si/hasValue> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Describes the spacing of a multi-valued variable"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has step size"@en, "hat Schrittweite"@de .

:hasStringValue
    a owl:DatatypeProperty ;
    rdfs:domain :TextVariable ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf :hasValue ;
    <http://www.w3.org/2004/02/skos/core#definition> "A character string of any length"@en, "Eine Zeichenkette (Text) beliebiger Länge."@de ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has string value"@en, "hat Zeichenwert"@de .

:hasSymbol
    a owl:DatatypeProperty ;
    rdfs:domain <http://www.molmod.info/semantics/pims-ii.ttl#Variable> ;
    rdfs:range xsd:string ;
    <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/schema/qudt/symbol> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Buchstabe oder Zeichenkette, die eine Variable repräsentiert"@de, "Letter or string that denotes a variable"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has symbol"@en, "hat Symbol"@de .

:hasUncertaintyDeclaration
    a owl:ObjectProperty ;
    rdfs:domain :NumericalVariable ;
    rdfs:range :UncertaintyDeclaration ;
    <http://www.w3.org/2004/02/skos/core#definition> "Associates an si:Real quantity value with its mandatory uncertainty declaration (i.e., with an expanded uncertainty or a coverage interval)"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has uncertainty declaration"@en, "hat Unsicherheitsdeklaration"@de .

:hasUnit
    a owl:ObjectProperty ;
    rdfs:domain :NumericalVariable ;
    rdfs:range <http://qudt.org/schema/qudt/Unit> ;
    <http://www.w3.org/2004/02/skos/core#closeMatch> <http://qudt.org/schema/qudt/unit>, <https://ptb.de/si/hasUnit> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Represents the unit of a numerical (real) value"@en, "Repräsentiert die Einheit eines numerischen (reelen) Wertes"@de ;
    <http://www.w3.org/2004/02/skos/core#note> "Kardinalität dieser Property bei der Beschreibung eines si:Real: 0-1"@de, "Obligation dieser Property bei der Beschreibung eines si:Real: recommended"@de, "We recommend using a resolvable PID from a controlled vocabulary, such as ISO 80000, IEC or QUDT"@en, "cardinality of this property for the description of a si:Real: 0-1"@en, "obligation of this property for the description of a si:Real: recommended"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has unit"@en, "hat Einheit"@de .

:hasValue
    a owl:DatatypeProperty ;
    rdfs:domain <http://www.molmod.info/semantics/pims-ii.ttl#Variable> ;
    <http://www.w3.org/2004/02/skos/core#definition> "A value of any type"@en, "Ein beliebiger Wert"@de ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has value"@en, "hat Wert"@de .

:hasVariable
    a owl:ObjectProperty ;
    rdfs:domain <http://www.molmod.info/semantics/pims-ii.ttl#Assignment> ;
    rdfs:range <http://www.molmod.info/semantics/pims-ii.ttl#Variable> ;
    owl:inverseOf <http://www.molmod.info/semantics/pims-ii.ttl#isVariableInAssignment> ;
    <http://www.w3.org/2004/02/skos/core#definition> "( a hasVariable x ) bedeutet, dass a: x = y eine Variablenzuordnung ist, in der der Variablen x ein Wert zugeordnet wird."@de, "( a hasVariable x ) means that a: x = y is an assignment where the value y is assigned to a variable x"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has variable"@en, "hat Variable"@de .

:hasVariableDescription
    a owl:DatatypeProperty ;
    rdfs:domain <http://www.molmod.info/semantics/pims-ii.ttl#Variable> ;
    rdfs:range xsd:string ;
    <http://www.w3.org/2004/02/skos/core#definition> "Textual and human readable description of a variable in a research context"@en, "Textuelle und menschenlesbare Beschreibung einer Variablen im Forschungskontext"@de ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has variable description"@en, "hat Variablenbeschreibung"@de .

:identifier
    a owl:DatatypeProperty ;
    rdfs:domain owl:Thing ;
    rdfs:range xsd:string ;
    <http://www.w3.org/2004/02/skos/core#altLabel> "besitzt eindeutigen Identifikator"@de, "has unique identifier"@en, "is represented through identifier"@en, "wird durch Identifikator repräsentiert"@de ;
    <http://www.w3.org/2004/02/skos/core#definition> "A systematically built alphanumeric string that identifies a unique object (e.g. a person, a publication, an organisation, a research activity, a sample, etc.) or a unique class of objects."@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has identifier"@en, "hat Identifikator"@de .

:implementedByTool
    a owl:ObjectProperty ;
    rdfs:domain :Method ;
    rdfs:range :Tool ;
    rdfs:subPropertyOf <http://www.w3.org/ns/ssn/implementedBy> ;
    owl:inverseOf :implementsMethod ;
    <http://www.w3.org/2004/02/skos/core#definition> "Points to a tool that implements a given method"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "implemented by"@en, "wird implementiert durch"@de .

:implementsMethod
    a owl:ObjectProperty ;
    rdfs:domain :Tool ;
    rdfs:range :Method ;
    rdfs:subPropertyOf <http://www.w3.org/ns/ssn/implements> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Points to a method that is implemented by a given tool"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "implementiert"@de, "implements"@en .

:inProject
    a owl:ObjectProperty ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (<http://www.w3.org/ns/prov#Organization>
            <http://www.w3.org/ns/prov#Person>
        )
    ] ;
    rdfs:range <https://schema.org/Project> ;
    owl:inverseOf :projectParticipant ;
    <http://www.w3.org/2004/02/skos/core#definition> "A property that connects a person or an organization with a project."@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "associated to project"@en, "gehört zu Projekt"@de .

:investigates
    a owl:ObjectProperty ;
    rdfs:domain :ProcessingStep ;
    rdfs:range owl:Thing ;
    <http://www.w3.org/2004/02/skos/core#definition> "(x investigates y) means that x is about y, in the context of scientific research and development"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "investigates"@en, "untersucht"@de .

:investigatesProperty
    a owl:ObjectProperty ;
    rdfs:domain :ProcessingStep ;
    rdfs:range <http://www.molmod.info/semantics/pims-ii.ttl#Property> ;
    rdfs:subPropertyOf :investigates ;
    <http://www.w3.org/2004/02/skos/core#broader> <http://emmo.info/emmo#EMMO_60577dea_9019_4537_ac41_80b0fb563d41>, <http://www.molmod.info/semantics/pims-ii.ttl#hasRepresentamen> ;
    <http://www.w3.org/2004/02/skos/core#definition> "(x investigatesProperty y) means that x is about target property y, in the context of scientific research and development"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "investigates property"@en, "untersucht Eigenschaft"@de .

:isEmployedToolIn
    a owl:ObjectProperty ;
    rdfs:domain :Tool ;
    rdfs:range :ProcessingStep ;
    <http://www.w3.org/2004/02/skos/core#definition> "Points to a processing step the tool has been used in"@en, "verweist auf einen Arbeitsschritt, in dem das Werkzeug eingesetzt wurde"@de ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "is employed tool"@en, "ist eingesetztes Werkzeug"@de .

:orcidId
    a owl:DatatypeProperty ;
    rdfs:domain <http://www.w3.org/ns/prov#Person> ;
    rdfs:range [
        a rdfs:Datatype ;
        owl:onDatatype xsd:string ;
        owl:withRestrictions ([
                xsd:pattern "https://orcid.org/[0-9][0-9][0-9][0-9]-[0-9][0-9][0-9][0-9]-[0-9][0-9][0-9][0-9]-[0-9][0-9][0-9][0-9X]"
            ]
        )
    ] ;
    rdfs:subPropertyOf :identifier ;
    <http://www.w3.org/2004/02/skos/core#definition> "Open Researcher and Contributor ID: an identifier, that allows unique identification of a person, usually active in research."@en, "Open Researcher and Contributor ID: ein persistenter Identifikator, der eine in der Forschung tätige Person eindeutig identifiziert."@de ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has ORCID ID"@en, "hat ORCID ID"@de .

:projectParticipant
    a owl:ObjectProperty ;
    rdfs:domain <https://schema.org/Project> ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (<http://www.w3.org/ns/prov#Organization>
            <http://www.w3.org/ns/prov#Person>
        )
    ] ;
    <http://www.w3.org/2004/02/skos/core#definition> "A property that connects a project with a person or an organisation."@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "hat Projektmitglied"@de, "project participant"@en .

:projectReferenceID
    a owl:DatatypeProperty ;
    rdfs:domain <https://schema.org/Project> ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf :identifier ;
    <http://www.w3.org/2004/02/skos/core#definition> "An alphanumeric identifier for a project. We recommend using an identifier which is understandable outside the involved institutions and possibly resolvable and persistent, such as the [Research Activity Identifier (RAiD)](https://raid.org/) or a funder-given ID (see for example the [DFG project database](https://gepris.dfg.de/gepris/OCTOPUS) or the [EU project database](https://ec.europa.eu/info/funding-tenders/opportunities/portal/screen/opportunities/projects-results))."@en, "Eine alphanumerische ID zur Referenzierung eines Projekts. Wir empfehlen die Nutzung einer auch außerhalb der teilnehmenden Institutionen verständlichen ID, am besten persistent und mit einem Resolving-System verknüpft, wie bspw. die [Research Activity Identifier (RAiD)](https://raid.org/) oder eine von einem Förderer zugewiesene ID (siehe bspw. die [DFG-Projektendatenbank](https://gepris.dfg.de/gepris/OCTOPUS) oder die [EU-Projektendatenbank](https://ec.europa.eu/info/funding-tenders/opportunities/portal/screen/opportunities/projects-results))."@de ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has project ID"@en, "hat Projekt-ID"@de .

:realizesMethod
    a owl:ObjectProperty ;
    rdfs:domain :ProcessingStep ;
    rdfs:range :Method ;
    rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000055> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Points to a method that is used within a given processing step"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "realisiert Methode"@de, "realizes method"@en .

:representsVariable
    a owl:ObjectProperty ;
    rdfs:domain <http://mlcommons.org/croissant/Field> ;
    rdfs:range <http://www.molmod.info/semantics/pims-ii.ttl#Variable> ;
    rdfs:subPropertyOf <http://semanticscience.org/resource/SIO_000210> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Points to a variable that is represented through a field within a recordset"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "represents variable"@en, "repräsentiert Variable"@de .

:startOfProject
    a owl:DatatypeProperty ;
    rdfs:domain <https://schema.org/Project> ;
    rdfs:range xsd:date ;
    <http://www.w3.org/2004/02/skos/core#definition> "Startdatum eines Projekts"@de, "start date of a project"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Projektstartdatum"@de, "project start date"@en .

<http://www.loc.gov/premis/rdf/v3/documentation>
    a owl:AnnotationProperty .

<http://www.molmod.info/semantics/pims-ii.ttl#Assignment>
    a owl:Class ;
    rdfs:comment "Assignment, i.e., a data item by which a value is assigned to a variable with respect to a particular referent (e.g., T = 200 K for substance o as it was measured in a particular cognitive step); therein, T is the variable, related to the assignment by m4i:hasVariable, 200 K is the value, related to the assignment by m4i:hasValue, and o is the referent, related to the assignment by isAssignmentFor"@en ;
    rdfs:subClassOf <https://schema.org/Intangible>, [
        a owl:Restriction ;
        owl:onProperty [
            owl:inverseOf <http://www.molmod.info/semantics/pims-ii.ttl#isValueInAssignment>
        ] ;
        owl:someValuesFrom <http://www.molmod.info/semantics/pims-ii.ttl#Value>
    ], [
        a owl:Restriction ;
        owl:onProperty [
            owl:inverseOf <http://www.molmod.info/semantics/pims-ii.ttl#isVariableInAssignment>
        ] ;
        owl:someValuesFrom <http://www.molmod.info/semantics/pims-ii.ttl#Variable>
    ], [
        a owl:Restriction ;
        owl:minCardinality "1"^^xsd:nonNegativeInteger ;
        owl:onProperty <http://www.molmod.info/semantics/pims-ii.ttl#isAssignmentFor>
    ] ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, adjusted german labels,  harmonized spelling to OBO naming conventions (lower case, space separated)" ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Zuweisung"@de, "assignment"@en .

<http://www.molmod.info/semantics/pims-ii.ttl#Property>
    a owl:Class ;
    rdfs:subClassOf <http://www.molmod.info/semantics/pims-ii.ttl#Variable> ;
    <http://www.w3.org/2004/02/skos/core#broader> <http://purl.obolibrary.org/obo/BFO_0000020> ;
    <http://www.w3.org/2004/02/skos/core#closeMatch> <http://emmo.info/emmo#EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Property, i.e., a variable that can be considered (as an investigated property, i.e., target property) within a processing step"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, adjusted german labels, harmonized spelling to OBO naming conventions (lower case, space separated)" ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Eigenschaft"@de, "property"@en .

<http://www.molmod.info/semantics/pims-ii.ttl#QuantityValue>
    a owl:Class ;
    rdfs:subClassOf <http://www.molmod.info/semantics/pims-ii.ttl#Value> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Quantity value, i.e., a value that has a numerical magnitude and a physical unit"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, adjusted german labels, harmonized spelling to OBO naming conventions (lower case, space separated)" ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Größenwert"@de, "quantity value"@en .

<http://www.molmod.info/semantics/pims-ii.ttl#Value>
    a owl:Class ;
    rdfs:subClassOf <https://schema.org/Intangible>, [
        a owl:Restriction ;
        owl:minCardinality "1"^^xsd:nonNegativeInteger ;
        owl:onProperty <http://www.molmod.info/semantics/pims-ii.ttl#isAdmissibleValueFor>
    ] ;
    <http://www.w3.org/2004/02/skos/core#definition> "Value, i.e., an articulation that is by social convention understood to be potentially assignable to a variable"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, adjusted german labels, harmonized spelling to OBO naming conventions (lower case, space separated)" ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Wert"@de, "value"@en .

<http://www.molmod.info/semantics/pims-ii.ttl#Variable>
    a owl:Class ;
    rdfs:subClassOf <https://schema.org/Intangible> ;
    owl:equivalentClass [
        a owl:Restriction ;
        owl:onProperty [
            owl:inverseOf <http://www.molmod.info/semantics/pims-ii.ttl#isAdmissibleValueFor>
        ] ;
        owl:someValuesFrom <http://www.molmod.info/semantics/pims-ii.ttl#Value>
    ] ;
    <http://www.w3.org/2004/02/skos/core#closeMatch> <http://emmo.info/emmo#EMMO_1eed0732_e3f1_4b2c_a9c4_b4e75eeb5895> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Variable, i.e., a conventional that is employed for something to which values can be assigned (this may include different notations for the same variable including, e.g., computational representations); this is to be understood very generally, e.g., a variable may be an array or set of elements or have another kind of internal structure"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, adjusted german labels, harmonized spelling to OBO naming conventions (lower case, space separated)" ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Variable"@de, "variable"@en .

<http://www.molmod.info/semantics/pims-ii.ttl#isAdmissibleUnitFor>
    a owl:ObjectProperty ;
    rdfs:comment "redundant information: admissible unit can be deduced from quantity kind. If one wants to enforce the use of a specific unit, use a SHACL contraint." ;
    rdfs:domain <http://qudt.org/schema/qudt/Unit> ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (<http://qudt.org/schema/qudt/QuantityKind>
            :NumericalVariable
        )
    ] ;
    owl:deprecated true ;
    <http://www.w3.org/2004/02/skos/core#definition> "DEPRECATED (x isAdmissibleUnitFor y) means that x is a unit that can be associated with the variable y; subsumption under msHPIPIR is explained as follows: There is a sign z for the variable y (where z is a description of admissible values of y) of which x is constitutive (and with which x hence overlaps)"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, adjusted german labels, harmonized spelling to OBO naming conventions (lower case, space separated)" ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "is admissible unit for"@en, "ist zulässige Einheit für"@de .

<http://www.molmod.info/semantics/pims-ii.ttl#isAdmissibleValueFor>
    a owl:ObjectProperty ;
    rdfs:domain <http://www.molmod.info/semantics/pims-ii.ttl#Value> ;
    rdfs:range <http://www.molmod.info/semantics/pims-ii.ttl#Variable> ;
    <http://www.w3.org/2004/02/skos/core#definition> "(x isAdmissibleValueFor y) means that x is a value that can be assigned to the variable y; subsumption under msIPIRIR is explained as follows: There is a sign z for the variable y (where z is the range of admissible values of y), for which in turn there is another sign z' (where z' lists members of z, explicitly including x) of which x is a part"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, adjusted german labels, harmonized spelling to OBO naming conventions (lower case, space separated)" ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "is admissible value for"@en, "ist zulässiger Wert für"@de .

<http://www.molmod.info/semantics/pims-ii.ttl#isAssignmentFor>
    a owl:ObjectProperty ;
    rdfs:domain <http://www.molmod.info/semantics/pims-ii.ttl#Assignment> ;
    <http://www.w3.org/2004/02/skos/core#broader> <http://www.molmod.info/semantics/pims-ii.ttl#isRepresentamenFor> ;
    <http://www.w3.org/2004/02/skos/core#definition> "(o isAssignment for d) means that d: x = y is an assignment that refers to o; e.g., x may be temperature, y may be a temperature value, and o may be an object of which the temperature has been measured or some other context to which the assignment refers"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, adjusted german labels, harmonized spelling to OBO naming conventions (lower case, space separated)" ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "is assignment for"@en, "ist Zuweisung in Bezug auf"@de .

<http://www.molmod.info/semantics/pims-ii.ttl#isValueInAssignment>
    a owl:ObjectProperty ;
    rdfs:domain <http://www.molmod.info/semantics/pims-ii.ttl#Value> ;
    rdfs:range <http://www.molmod.info/semantics/pims-ii.ttl#Assignment> ;
    <http://www.w3.org/2004/02/skos/core#broader> <http://www.molmod.info/semantics/pims-ii.ttl#isSemioticallyConstitutiveOf> ;
    <http://www.w3.org/2004/02/skos/core#definition> "(y isValueInAssignment a) means that a: x = y is an assignment where the value y is assigned to a variable x"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, adjusted german labels, harmonized spelling to OBO naming conventions (lower case, space separated)" ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "is value in assignment"@en, "ist Wert in Zuweisung"@de .

<http://www.molmod.info/semantics/pims-ii.ttl#isVariableInAssignment>
    a owl:ObjectProperty ;
    rdfs:domain <http://www.molmod.info/semantics/pims-ii.ttl#Variable> ;
    rdfs:range <http://www.molmod.info/semantics/pims-ii.ttl#Assignment> ;
    <http://www.w3.org/2004/02/skos/core#broader> <http://www.molmod.info/semantics/pims-ii.ttl#isSemioticallyConstitutiveOf> ;
    <http://www.w3.org/2004/02/skos/core#definition> "(x isVariableInAssignment a) means that a: x = y is an assignment where a value y is assigned to the variable x"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, adjusted german labels, harmonized spelling to OBO naming conventions (lower case, space separated)" ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "is variable in assignment"@en, "ist Variable in Zuweisung"@de .

xsd:date
    a rdfs:Datatype .

xsd:duration
    a rdfs:Datatype .

<http://www.w3.org/2004/02/skos/core#altLabel>
    a owl:AnnotationProperty .

<http://www.w3.org/2004/02/skos/core#broader>
    a owl:AnnotationProperty .

<http://www.w3.org/2004/02/skos/core#closeMatch>
    a owl:AnnotationProperty .

<http://www.w3.org/2004/02/skos/core#definition>
    a owl:AnnotationProperty .

<http://www.w3.org/2004/02/skos/core#editorialNote>
    a owl:AnnotationProperty .

<http://www.w3.org/2004/02/skos/core#example>
    a owl:AnnotationProperty .

<http://www.w3.org/2004/02/skos/core#narrower>
    a owl:AnnotationProperty .

<http://www.w3.org/2004/02/skos/core#note>
    a owl:AnnotationProperty .

<http://www.w3.org/2004/02/skos/core#prefLabel>
    a owl:AnnotationProperty .

<http://www.w3.org/2004/02/skos/core#scopeNote>
    a owl:AnnotationProperty .

<http://www.w3.org/ns/dcat#Dataset>
    a owl:Class ;
    rdfs:comment "A collection of data, published or curated by a single source, and available for access or download in one or more representations."@en ;
    rdfs:isDefinedBy <http://www.w3.org/ns/dcat#> ;
    owl:equivalentClass <https://schema.org/Dataset> ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, added german labels, removed redundant notes, removed other languages than english in comment, label, changeNote and definition"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Datensatz"@de, "dataset"@en ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> "The notion of dataset in DCAT is broad and inclusive, with the intention of accommodating resource types arising from all communities. Data comes in many forms including numbers, text, pixels, imagery, sound and other multi-media, and potentially other types, any of which might be collected into a dataset."@en, "This class describes the conceptual dataset. One or more representations might be available, with differing schematic layouts and formats or serializations."@en .

<http://www.w3.org/ns/dcat#DatasetSeries>
    a owl:Class ;
    rdfs:isDefinedBy <http://www.w3.org/ns/dcat#> ;
    rdfs:subClassOf <http://www.w3.org/ns/dcat#Dataset> ;
    <http://www.w3.org/2004/02/skos/core#definition> "A collection of datasets that are published separately, but share some common characteristics that groups them."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, added german labels, removed redundant notes, extracted from DCAT3-Documentation https://www.w3.org/TR/vocab-dcat-3/#Class:Dataset_Series"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Datensatzserie"@de, "dataset series"@en .

<http://www.w3.org/ns/dcat#Distribution>
    a owl:Class ;
    rdfs:isDefinedBy <http://www.w3.org/ns/dcat#> ;
    <http://www.w3.org/2004/02/skos/core#definition> "A specific representation of a dataset. A dataset might be available in multiple serializations that may differ in various ways, including natural language, media-type or format, schematic organization, temporal and spatial resolution, level of detail or profiles (which might specify any or all of the above)."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, added german labels, removed redundant notes, removed other languages than english in comment, label, changeNote and definition"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Verteilung"@de, "distribution"@en .

<http://www.w3.org/ns/dcat#byteSize>
    a owl:DatatypeProperty ;
    rdfs:domain <http://www.w3.org/ns/dcat#Distribution> ;
    rdfs:isDefinedBy <http://www.w3.org/ns/dcat#> ;
    <http://www.w3.org/2004/02/skos/core#definition> "The size of a distribution in bytes."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, added german labels, removed redundant notes, removed other languages than english in comment, label, changeNote and definition"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Dateigröße (in Byte)"@de, "file size (in bytes)"@en ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> "The size in bytes can be approximated when the precise size is not known. The literal value of dcat:byteSize should by typed as xsd:decimal."@en .

<http://www.w3.org/ns/dcat#compressFormat>
    a owl:ObjectProperty ;
    rdfs:domain <http://www.w3.org/ns/dcat#Distribution> ;
    rdfs:isDefinedBy <http://www.w3.org/ns/dcat#> ;
    <http://www.w3.org/2004/02/skos/core#definition> "The compression format of the distribution in which the data is contained in a compressed form, e.g. to reduce the size of the downloadable file."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, added german labels, removed redundant notes, removed other languages than english in comment, label, changeNote and definition"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Kompressionsformat"@de, "compression format"@en ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> "This property is to be used when the files in the distribution are compressed, e.g. in a ZIP file. The format SHOULD be expressed using a media type as defined by IANA media types registry https://www.iana.org/assignments/media-types/, if available."@en .

<http://www.w3.org/ns/dcat#distribution>
    a owl:ObjectProperty ;
    rdfs:domain <http://www.w3.org/ns/dcat#Dataset> ;
    rdfs:isDefinedBy <http://www.w3.org/ns/dcat#> ;
    rdfs:range <http://www.w3.org/ns/dcat#Distribution> ;
    <http://www.w3.org/2004/02/skos/core#definition> "An available distribution of the dataset."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, added german labels, removed redundant notes, removed other languages than english in comment, label, changeNote and definition"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has distribution"@en, "hat Verteilung"@de .

<http://www.w3.org/ns/dcat#downloadURL>
    a owl:ObjectProperty ;
    rdfs:domain <http://www.w3.org/ns/dcat#Distribution> ;
    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
    <http://www.w3.org/2004/02/skos/core#definition> "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 ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, added german labels, removed redundant notes, removed other languages than english in comment, label, changeNote and definition"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Downloadlink"@de, "download URL"@en ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> "dcat:downloadURL SHOULD be used for the address at which this distribution is available directly, typically through a HTTP Get request."@en .

<http://www.w3.org/ns/dcat#inSeries>
    a owl:ObjectProperty ;
    rdfs:comment "Normally, child datasets in dataset series are represented as dcat:Dataset. The use of dcat:Distribution for typing child datasets is however recognized as a possible alternative, whenever it addresses more effectively the requirements of a given application scenario."@en ;
    rdfs:domain <http://www.w3.org/ns/dcat#Dataset> ;
    rdfs:isDefinedBy <http://www.w3.org/ns/dcat#> ;
    rdfs:range <http://www.w3.org/ns/dcat#DatasetSeries> ;
    rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000050> ;
    <http://www.w3.org/2004/02/skos/core#definition> "A dataset series of which the dataset is part."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: changed subproperty relation from DCTerms to OBO_000050 added skos:prefLabel, added german labels,  removed redundant notes, extracted from DCAT3-Documentation https://www.w3.org/TR/vocab-dcat-3/#Class:Dataset_Series"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "in Serie"@de, "in series"@en .

<http://www.w3.org/ns/dcat#mediaType>
    a owl:ObjectProperty ;
    rdfs:domain <http://www.w3.org/ns/dcat#Distribution> ;
    rdfs:isDefinedBy <http://www.w3.org/ns/dcat#> ;
    <http://www.w3.org/2004/02/skos/core#definition> "The media type of the distribution as defined by IANA."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, added german labels, removed redundant notes, removed other languages than english in comment, label, changeNote and definition"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Medientyp"@de, "media type"@en ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> "This property SHOULD be used when the media type of the distribution is defined in the IANA media types registry https://www.iana.org/assignments/media-types/, otherwise dcterms:format MAY be used with different values."@en .

<http://www.w3.org/ns/dcat#packageFormat>
    a owl:ObjectProperty ;
    rdfs:domain <http://www.w3.org/ns/dcat#Distribution> ;
    rdfs:isDefinedBy <http://www.w3.org/ns/dcat#> ;
    <http://www.w3.org/2004/02/skos/core#definition> "The package format of the distribution in which one or more data files are grouped together, e.g. to enable a set of related files to be downloaded together."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, added german labels, removed redundant notes, removed other languages than english in comment, label, changeNote and definition"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Packformat"@de, "packaging format"@en ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> "This property to be used when the files in the distribution are packaged, e.g. in a TAR file, a Frictionless Data Package or a Bagit file. The format SHOULD be expressed using a media type as defined by IANA media types registry https://www.iana.org/assignments/media-types/, if available."@en .

<http://www.w3.org/ns/dcat#spatialResolutionInMeters>
    a owl:DatatypeProperty ;
    rdfs:range xsd:decimal ;
    <http://www.w3.org/2004/02/skos/core#definition> "Minimum spatial separation resolvable in a dataset, measured in metres."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, added german labels, removed redundant notes, removed other languages than english in comment, label, changeNote and definition, adjusted spelling conform to SI"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "räumliche Auflösung (in Metern)"@de, "spatial resolution (in metres)"@en ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> "Alternative spatial resolutions might be provided as different dataset distributions."@en, "If the dataset is an image or grid this should correspond to the spacing of items. For other kinds of spatial dataset, this property will usually indicate the smallest distance between items in the dataset."@en .

<http://www.w3.org/ns/dcat#temporalResolution>
    a owl:DatatypeProperty ;
    rdfs:range xsd:duration ;
    <http://www.w3.org/2004/02/skos/core#definition> "Minimum time period resolvable in a dataset."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, added german labels, removed redundant notes, removed other languages than english in comment, label, changeNote and definition, harmonized spelling to OBO naming conventions (lower case, space separated)"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "temporal resolution"@en, "zeitliche Auflösung"@de ;
    <http://www.w3.org/2004/02/skos/core#scopeNote> "Alternative temporal resolutions might be provided as different dataset distributions."@en, "If the dataset is a time-series this should correspond to the spacing of items in the series. For other kinds of dataset, this property will usually indicate the smallest time difference between items in the dataset."@en .

<http://www.w3.org/ns/prov#Activity>
    a owl:Class ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000015> ;
    <http://www.w3.org/2004/02/skos/core#closeMatch> <http://www.molmod.info/semantics/pims-ii.ttl#Action> ;
    <http://www.w3.org/2004/02/skos/core#definition> "An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities."@en, "Eine Aktivität ist etwas, das über einen Zeitraum und mit oder an Entitäten erfolgt; dazu kann das Verbrauchen, Verarbeiten, Transformieren, Modifizieren, Relokalisieren, Verwenden, oder die Genese von Entitäten gehören."@de ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, added german label, harmonized spelling to OBO naming conventions (lower case, space separated)"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Aktivität"@de, "activity"@en .

<http://www.w3.org/ns/prov#Agent>
    a owl:Class ;
    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
    <http://www.w3.org/2004/02/skos/core#definition> "An agent is something that bears some form of responsibility for an activity taking place, for the existence of an entity, or for another agent's activity."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel, added skos:definition, added german definition, added instances"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Akteur"@de, "agent"@en .

<http://www.w3.org/ns/prov#Association>
    a owl:Class ;
    rdfs:comment "An instance of prov:Association provides additional descriptions about the binary prov:wasAssociatedWith relation from an prov:Activity to some prov:Agent that had some responsiblity for it. For example, :baking prov:wasAssociatedWith :baker; prov:qualifiedssociation [ a prov:Association; prov:agent :baker; :foo :bar ]."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: harmonized spelling to OBO naming conventions (lower case, space separated)"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Verknüpfung"@de, "association"@en .

<http://www.w3.org/ns/prov#Organization>
    a owl:Class ;
    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
    rdfs:subClassOf <http://www.w3.org/ns/prov#Agent> ;
    <http://www.w3.org/2004/02/skos/core#definition> "An organization is a social or legal institution such as a company, society, etc."@en, "Eine Organisation ist eine soziale oder rechtliche Institution wie ein Unternehmen, ein Verein usw."@de ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel, added skos:definition, added german definition, added instances"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Organisation"@de, "organization"@en .

<http://www.w3.org/ns/prov#Person>
    a owl:Class ;
    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
    rdfs:subClassOf <http://www.w3.org/ns/prov#Agent> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Eine Person als Akteur ist eine natürliche Person, also ein handelnder Mensch."@de, "Person agents are people."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel, added skos:definition, added german definition, added instances"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Person"@de, "person"@en .

<http://www.w3.org/ns/prov#Role>
    a owl:Class ;
    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
    <http://www.w3.org/2004/02/skos/core#definition> "A role is the function of an entity or agent with respect to an activity, in the context of a usage, generation, invalidation, association, start, and end."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel, added skos:definition, added german definition, added instances, harmonized spelling to OBO naming conventions (lower case, space separated)"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Rolle des Akteurs"@de, "role"@en .

<http://www.w3.org/ns/prov#SoftwareAgent>
    a owl:Class ;
    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
    rdfs:subClassOf <http://www.w3.org/ns/prov#Agent> ;
    <http://www.w3.org/2004/02/skos/core#definition> "A software agent is running software."@en, "Ein Software als Akteur ist ein Stück laufender Programmcode, der eine Aufgabe in einem Prozess übernimmt."@de ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel, added skos:definition, added german definition, added instances"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Software-Akteur"@de, "software agent"@en .

<http://www.w3.org/ns/prov#agent>
    a owl:ObjectProperty ;
    rdfs:range <http://www.w3.org/ns/prov#Agent> ;
    <http://www.w3.org/2004/02/skos/core#definition> "The prov:agent property is used to reference an agent that had a role in an activity."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german label, added skos:prefLabel"@en, "changed by m4i: simplified definition"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has agent"@en, "hat Akteur"@de .

<http://www.w3.org/ns/prov#hadRole>
    a owl:ObjectProperty ;
    rdfs:domain <http://www.w3.org/ns/prov#Association> ;
    owl:inverseOf <http://www.w3.org/ns/prov#wasRoleIn> ;
    <http://www.w3.org/2004/02/skos/core#definition> "prov:hadRole references the Role (i.e. the function of an entity with respect to an activity)"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: exchanged original rdfs:label by skos:prefLabel, added german label, simplified definition, simplified rdfs:domain to prov:Association"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "had role"@en, "hatte Rolle"@de .

<http://www.w3.org/ns/prov#qualifiedAssociation>
    a owl:ObjectProperty ;
    rdfs:domain <http://www.w3.org/ns/prov#Activity> ;
    rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
    rdfs:range <http://www.w3.org/ns/prov#Association> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Allows to specify more information (e.g. a role) about an association between an agent (e.g. a person) and an Activity (e.g. a processing step)."@en, "Ermöglicht die Angabe weiterer Informationen (z.B. einer Rolle) zu einer Verknüpfung zwischen einem Agenten (z.B. einer Person) und einer Aktivität (z.B. einem Prozessschritt)."@de ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german label, added skos:prefLabel, added skos:definition, skos:example and skos:note"@en ;
    <http://www.w3.org/2004/02/skos/core#example> """Example application in m4i:
:SomeProcess
    a m4i:ProcessingStep; 
    obo:RO_0000057 :SomePerson;
    prov:qualifiedAssociation [
        a prov:Association;
        prov:agent   :SomePerson;
        prov:hadRole :SomeRole;
        rdfs:comment \":SomePerson had the :SomeRole in this :SomeProcess\"@en
    ] ; 
                          skos:prefLabel \"has qualified association\"@en , 
                                         \"hat qualifizierte Beziehung\"@de .

The direct relation between an activity and an agent expressed with 'has participant' (http://purl.obolibrary.org/obo/RO_0000057 or http://www.w3.org/ns/prov#wasAssociatedWith) does not give details about the agent's role in that activity. Using the property prov:qualifiedAssociation one can point to a blank node (cf. https://en.wikipedia.org/w/index.php?title=Blank_node) containing additional information about the participation relation.
"""@en ;
    <http://www.w3.org/2004/02/skos/core#note> "In metadata4ing use obo:RO_0000057 or prov:wasAssociatedWith as unqualified form for the relation between an activity and an agent."@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "näher beschriebene Verbindung"@de, "qualified association"@en .

<http://www.w3.org/ns/prov#wasAssociateFor>
    a owl:ObjectProperty ;
    owl:inverseOf <http://www.w3.org/ns/prov#wasAssociatedWith> ;
    <http://www.w3.org/2004/02/skos/core#altLabel> "wasAssociateFor"@en ;
    <http://www.w3.org/2004/02/skos/core#definition> "property between an agent and an activity with which the agent was associated with or participates in"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: exchanged original rdfs:label by skos:prefLabel, added German skos:preflabel; added own skos:definition"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "ist beteiligt an"@de, "participates in"@en .

<http://www.w3.org/ns/prov#wasAssociatedWith>
    a owl:ObjectProperty ;
    rdfs:domain <http://www.w3.org/ns/prov#Activity> ;
    rdfs:range <http://www.w3.org/ns/prov#Agent> ;
    owl:propertyChainAxiom (<http://www.w3.org/ns/prov#qualifiedAssociation>
        <http://www.w3.org/ns/prov#agent>
    ) ;
    <http://www.w3.org/2004/02/skos/core#altLabel> "wasAssociatedWith"@en ;
    <http://www.w3.org/2004/02/skos/core#definition> "property between some activity and an agent involved in that activity"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: exchanged original rdfs:label by skos:prefLabel, moved original rdfs:label to skos:altLabel, added German skos:preflabel; added own skos:definition"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has participant"@en, "hat Teilnehmer"@de .

<http://www.w3.org/ns/prov#wasRoleIn>
    a owl:ObjectProperty ;
    <http://www.w3.org/2004/02/skos/core#definition> "prov:wasRoleIn references the association (e.g. between an agent and an activity) in which a role shall be defined. Inverse property of prov:hadRole." ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: exchanged original rdfs:label by skos:prefLabel, added german label, added skos:definition, harmonized spelling to OBO naming conventions (lower case, space separated)"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "war Rolle in"@de, "was role in"@en .

<http://www.w3.org/ns/ssn/hasProperty>
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> ;
    owl:inverseOf <http://www.w3.org/ns/ssn/isPropertyOf> ;
    <http://www.w3.org/2004/02/skos/core#definition> "Relation between an entity and a Property of that entity."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, added german labels"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has property"@en, "hat Eigenschaft"@de .

<http://www.w3.org/ns/ssn/implementedBy>
    a owl:ObjectProperty ;
    <http://www.w3.org/2004/02/skos/core#definition> "Beziehung zwischen einer Prozedur (einem Algorithmus, einer Prozedur oder einer Methode) und einer Entität, die diese Prozedur in einer ausführbaren Weise implementiert."@de, "Relation between a Procedure (an algorithm, procedure or method) and an entity that implements that Procedure in some executable way."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:definition, added german definition"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "implemented by"@en, "wird implementiert durch"@de .

<http://www.w3.org/ns/ssn/implements>
    a owl:ObjectProperty ;
    <http://www.w3.org/2004/02/skos/core#definition> "Beziehung zwischen einer Entität, die eine Prozedur in einer ausführbaren Weise implementiert, und der Prozedur (einem Algorithmus, einer Prozedur oder einer Methode)."@de, "Relation between an entity that implements a Procedure in some executable way and the Procedure (an algorithm, procedure or method)."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:definition, added german definition"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "implementiert"@de, "implements"@en .

<http://www.w3.org/ns/ssn/isPropertyOf>
    a owl:ObjectProperty ;
    <http://www.w3.org/2004/02/skos/core#definition> "Relation between a Property and the entity it belongs to."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, added german labels"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "is property of"@en, "ist Eigenschaft von"@de .

<http://xmlns.com/foaf/0.1/Agent>
    a owl:Class ;
    rdfs:comment "DEPRECATED An agent (eg. person, group, software or physical artifact).", "exchanged foaf:Agent by prov:Agent to fulfill range definition of prov:agent property" ;
    rdfs:seeAlso <http://www.w3.org/ns/prov#Agent> ;
    owl:deprecated true .

<http://xmlns.com/foaf/0.1/Group>
    a owl:Class ;
    rdfs:comment "DEPRECATED A class of Agents.", "Remove foaf:Group, use prov:Organization instead" ;
    rdfs:seeAlso <http://www.w3.org/ns/prov#Organization> ;
    rdfs:subClassOf <http://xmlns.com/foaf/0.1/Agent> ;
    owl:deprecated true .

<http://xmlns.com/foaf/0.1/Organization>
    a owl:Class ;
    rdfs:comment "DEPRECATED An organization.", "Replace foaf:Organization by prov:Organization" ;
    rdfs:seeAlso <http://www.w3.org/ns/prov#Organization> ;
    rdfs:subClassOf <http://xmlns.com/foaf/0.1/Agent> ;
    owl:deprecated true .

<http://xmlns.com/foaf/0.1/Person>
    a owl:Class ;
    rdfs:comment "DEPRECATED A person.", "Replace foaf:Person by prov:Person" ;
    rdfs:seeAlso <http://www.w3.org/ns/prov#Person> ;
    rdfs:subClassOf <http://xmlns.com/foaf/0.1/Agent> ;
    owl:deprecated true .

<http://xmlns.com/foaf/0.1/firstName>
    a owl:DatatypeProperty ;
    rdfs:comment "The first name of a person." ;
    rdfs:range rdfs:Literal ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Vorname"@de, "first name"@en .

<http://xmlns.com/foaf/0.1/homepage>
    a owl:AnnotationProperty .

<http://xmlns.com/foaf/0.1/lastName>
    a owl:DatatypeProperty ;
    rdfs:comment "The last name of a person." ;
    rdfs:range rdfs:Literal ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Nachname"@de, "last name"@en .

<http://xmlns.com/foaf/0.1/logo>
    a owl:AnnotationProperty .

<http://xmlns.com/foaf/0.1/mbox>
    a owl:InverseFunctionalProperty, owl:ObjectProperty ;
    rdfs:comment "A personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox. This is a 'static inverse functional property', in that   there is (across time and change) at most one individual that ever has any particular value for foaf:mbox." ;
    rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ;
    rdfs:range owl:Thing ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "E-Mail-Adresse"@de, "personal mailbox"@en .

<http://xmlns.com/foaf/0.1/name>
    a owl:AnnotationProperty .

<http://xmlns.com/foaf/0.1/title>
    a owl:DatatypeProperty ;
    rdfs:comment "Title (Mr, Mrs, Ms, Dr. etc)" ;
    rdfs:range rdfs:Literal ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added german labels, added skos:prefLabel, defined rdfs:domain and rdfs:range"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Anrede"@de, "salutation"@en .

<https://orcid.org/0000-0001-6272-204X>
    a owl:NamedIndividual, <http://xmlns.com/foaf/0.1/Person> ;
    <http://xmlns.com/foaf/0.1/name> "Sophia Leimer" ;
    <https://schema.org/affiliation> <https://ror.org/04mz5ra38> .

<https://orcid.org/0000-0001-8341-1478>
    a owl:NamedIndividual, <http://xmlns.com/foaf/0.1/Person> ;
    <http://xmlns.com/foaf/0.1/name> "Stephan Hachinger" ;
    <https://schema.org/affiliation> <https://ror.org/05558nw16> .

<https://orcid.org/0000-0002-1019-9151>
    a owl:NamedIndividual, <http://xmlns.com/foaf/0.1/Person> ;
    <http://xmlns.com/foaf/0.1/name> "Susanne Arndt" ;
    <https://schema.org/affiliation> <https://ror.org/04aj4c181> .

<https://orcid.org/0000-0002-1489-6501>
    a owl:NamedIndividual, <http://xmlns.com/foaf/0.1/Person> ;
    <http://xmlns.com/foaf/0.1/name> "Benjamin Farnbacher" ;
    <https://schema.org/affiliation> <https://ror.org/02kkvpp62> .

<https://orcid.org/0000-0002-1698-6826>
    a owl:NamedIndividual, <http://xmlns.com/foaf/0.1/Person> ;
    <http://xmlns.com/foaf/0.1/name> "Džulia Terzijska" ;
    <https://schema.org/affiliation> <https://ror.org/010nsgg66> .

<https://orcid.org/0000-0002-2239-3955>
    a owl:NamedIndividual, <http://xmlns.com/foaf/0.1/Person> ;
    <http://xmlns.com/foaf/0.1/name> "Giacomo Lanza" ;
    <https://schema.org/affiliation> <https://ror.org/05r3f7h03> .

<https://orcid.org/0000-0002-2639-1949>
    a owl:NamedIndividual, <http://xmlns.com/foaf/0.1/Person> ;
    <http://xmlns.com/foaf/0.1/name> "Johannes Theissen-Lipp" ;
    <https://schema.org/affiliation> <https://ror.org/04xfq0f34> .

<https://orcid.org/0000-0002-5031-9170>
    a owl:NamedIndividual, <http://xmlns.com/foaf/0.1/Person> ;
    <http://xmlns.com/foaf/0.1/name> "Johannes Munke" ;
    <https://schema.org/affiliation> <https://ror.org/05558nw16> .

<https://orcid.org/0000-0002-7213-5110>
    a owl:NamedIndividual, <http://xmlns.com/foaf/0.1/Person> ;
    <http://xmlns.com/foaf/0.1/name> "Vasiliki Sdralia" ;
    <https://schema.org/affiliation> <https://ror.org/02kkvpp62> .

<https://orcid.org/0000-0002-8524-0569>
    a owl:NamedIndividual, <http://xmlns.com/foaf/0.1/Person> ;
    <http://xmlns.com/foaf/0.1/name> "Dorothea Iglezakis" ;
    <https://schema.org/affiliation> <https://ror.org/04vnq7t77> .

<https://orcid.org/0000-0002-9033-5538>
    a owl:NamedIndividual, <http://xmlns.com/foaf/0.1/Person> ;
    <http://xmlns.com/foaf/0.1/name> "Alexander Wellmann" ;
    <https://schema.org/affiliation> <https://ror.org/05558nw16> .

<https://orcid.org/0000-0002-9826-018X>
    a owl:NamedIndividual, <http://xmlns.com/foaf/0.1/Person> ;
    <http://xmlns.com/foaf/0.1/name> "Marc Fuhrmans" ;
    <https://schema.org/affiliation> <https://ror.org/05n911h24> .

<https://ptb.de/dcc/formulaType>
    a rdfs:Datatype ;
    <http://www.w3.org/2004/02/skos/core#definition> "A data type to express formulae in a markup language such as MathML or LaTeX. The preferred syntax is Semantic MathML."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "harmonized spelling to OBO naming conventions (lower case, space separated)"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Formel"@de, "formula"@en .

<https://ptb.de/si/CoverageInterval>
    a owl:Class ;
    rdfs:subClassOf :UncertaintyDeclaration, [
        a owl:Restriction ;
        owl:cardinality "1"^^xsd:nonNegativeInteger ;
        owl:onProperty <https://ptb.de/si/hasCoverageProbability>
    ], [
        a owl:Restriction ;
        owl:cardinality "1"^^xsd:nonNegativeInteger ;
        owl:onProperty <https://ptb.de/si/hasIntervalMax>
    ], [
        a owl:Restriction ;
        owl:cardinality "1"^^xsd:nonNegativeInteger ;
        owl:onProperty <https://ptb.de/si/hasIntervalMin>
    ], [
        a owl:Restriction ;
        owl:cardinality "1"^^xsd:nonNegativeInteger ;
        owl:onProperty <https://ptb.de/si/hasStandardUnc>
    ], [
        a owl:Restriction ;
        owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
        owl:onProperty <https://ptb.de/si/hasDistribution>
    ] ;
    <http://www.w3.org/2004/02/skos/core#definition> "Structure for stating a probabilistic-symmetric coverage interval for a real uncertainty, to be applied to an si:Real quantity value"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: harmonized spelling to OBO naming conventions (lower case, space separated), added skos:prefLabel" ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "coverage interval"@en, "Überdeckungsintervall"@de .

<https://ptb.de/si/ExpandedUnc>
    a owl:Class ;
    rdfs:subClassOf :UncertaintyDeclaration, [
        a owl:Restriction ;
        owl:cardinality "1"^^xsd:nonNegativeInteger ;
        owl:onProperty <https://ptb.de/si/hasCoverageFactor>
    ], [
        a owl:Restriction ;
        owl:cardinality "1"^^xsd:nonNegativeInteger ;
        owl:onProperty <https://ptb.de/si/hasCoverageProbability>
    ], [
        a owl:Restriction ;
        owl:cardinality "1"^^xsd:nonNegativeInteger ;
        owl:onProperty <https://ptb.de/si/hasUncertainty>
    ], [
        a owl:Restriction ;
        owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
        owl:onProperty <https://ptb.de/si/hasDistribution>
    ] ;
    <http://www.w3.org/2004/02/skos/core#definition> "Structure for stating an expanded measurement, model, or simulation uncertainty, e.g., to be applied to an si:Real quantity value"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: harmonized spelling to OBO naming conventions (lower case, space separated), added skos:prefLabel" ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "erweiterte Unsicherheit"@de, "expanded uncertainty"@en .

<https://ptb.de/si/Real>
    a owl:Class ;
    rdfs:subClassOf :NumericalVariable, [
        a owl:Restriction ;
        owl:cardinality "1"^^xsd:nonNegativeInteger ;
        owl:onProperty :hasUncertaintyDeclaration
    ], [
        a owl:Restriction ;
        owl:cardinality "1"^^xsd:nonNegativeInteger ;
        owl:onProperty :hasNumericalValue
    ] ;
    <http://www.w3.org/2004/02/skos/core#definition> "(Real value +- uncertainty) x measurement unit, i.e., a scalar value with a measurement unit and an uncertainty indication"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: harmonized spelling to OBO naming conventions (lower case, space separated), added skos:prefLabel" ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Reell"@de, "real"@en .

<https://ptb.de/si/hasCoverageFactor>
    a owl:DatatypeProperty ;
    rdfs:domain <https://ptb.de/si/ExpandedUnc> ;
    rdfs:range [
        a rdfs:Datatype ;
        owl:onDatatype xsd:decimal ;
        owl:withRestrictions ([
                xsd:minInclusive 1.0
            ]
        )
    ] ;
    <http://www.w3.org/2004/02/skos/core#definition> "points to the coverage factor, i.e., to a factor (greater than or equal to unity) by which the expanded uncertainty relates to the standard uncertainty"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: harmonized spelling to OBO naming conventions (lower case, space separated), added skos:prefLabel" ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has coverage factor"@en, "hat Überdeckungsfaktor"@de .

<https://ptb.de/si/hasCoverageProbability>
    a owl:DatatypeProperty ;
    rdfs:domain :UncertaintyDeclaration ;
    rdfs:range [
        a rdfs:Datatype ;
        owl:onDatatype xsd:decimal ;
        owl:withRestrictions ([
                xsd:minInclusive 0.0
            ]
            [
                xsd:maxInclusive 1.0
            ]
        )
    ] ;
    <http://www.w3.org/2004/02/skos/core#definition> "points to the probability (between 0 and 1) ascribed to the event of the actual value falling within the range asserted by the given uncertainty declaration"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: harmonized spelling to OBO naming conventions (lower case, space separated), added skos:prefLabel" ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has coverage probability"@en, "hat Deckungswahrscheinlichkeit"@de .

<https://ptb.de/si/hasDistribution>
    a owl:DatatypeProperty ;
    rdfs:domain :UncertaintyDeclaration ;
    rdfs:range xsd:string ;
    <http://www.w3.org/2004/02/skos/core#definition> "points to a descriptor/label of the assumed underlying distribution"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: harmonized spelling to OBO naming conventions (lower case, space separated), added skos:prefLabel" ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has statistical distribution"@en, "hat statistische Verteilung"@de .

<https://ptb.de/si/hasIntervalMax>
    a owl:DatatypeProperty ;
    rdfs:domain <https://ptb.de/si/CoverageInterval> ;
    rdfs:range xsd:decimal ;
    <http://www.w3.org/2004/02/skos/core#definition> "upper boundary of the coverage interval"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: harmonized spelling to OBO naming conventions (lower case, space separated), added skos:prefLabel" ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has interval maximum"@en, "hat Intervallmaximum"@de .

<https://ptb.de/si/hasIntervalMin>
    a owl:DatatypeProperty ;
    rdfs:domain <https://ptb.de/si/CoverageInterval> ;
    rdfs:range xsd:decimal ;
    <http://www.w3.org/2004/02/skos/core#definition> "lower boundary of the coverage interval"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: harmonized spelling to OBO naming conventions (lower case, space separated), added skos:prefLabel" ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has interval minimum"@en, "hat Intervallminimum"@de .

<https://ptb.de/si/hasStandardUnc>
    a owl:DatatypeProperty ;
    rdfs:domain <https://ptb.de/si/CoverageInterval> ;
    rdfs:range [
        a rdfs:Datatype ;
        owl:onDatatype xsd:decimal ;
        owl:withRestrictions ([
                xsd:minInclusive 0.0
            ]
        )
    ] ;
    <http://www.w3.org/2004/02/skos/core#definition> "The standard measurement uncertainty is the measurement uncertainty expressed as a standard deviation"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: harmonized spelling to OBO naming conventions (lower case, space separated), added skos:prefLabel" ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has standard uncertainty"@en, "hat Standardunsicherheit"@de .

<https://ptb.de/si/hasUncertainty>
    a owl:DatatypeProperty ;
    rdfs:domain <https://ptb.de/si/ExpandedUnc> ;
    rdfs:range [
        a rdfs:Datatype ;
        owl:onDatatype xsd:decimal ;
        owl:withRestrictions ([
                xsd:minInclusive 0.0
            ]
        )
    ] ;
    <http://www.w3.org/2004/02/skos/core#definition> "absolute magnitude of the indicated uncertainty"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: harmonized spelling to OBO naming conventions (lower case, space separated), added skos:prefLabel" ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has uncertainty"@en, "hat Unsicherheit"@de .

<https://ror.org/010nsgg66>
    a owl:NamedIndividual, <http://xmlns.com/foaf/0.1/Organization> ;
    <http://xmlns.com/foaf/0.1/name> "Technische Universität Braunschweig (TUBS)" .

<https://ror.org/02kkvpp62>
    a owl:NamedIndividual, <http://xmlns.com/foaf/0.1/Organization> ;
    <http://xmlns.com/foaf/0.1/name> "Technische Universität München (TUM)" .

<https://ror.org/04aj4c181>
    a owl:NamedIndividual, <http://xmlns.com/foaf/0.1/Organization> ;
    <http://xmlns.com/foaf/0.1/name> "Technische Informationsbibliothek (TIB)" .

<https://ror.org/04mz5ra38>
    a owl:NamedIndividual, <http://xmlns.com/foaf/0.1/Organization> ;
    <http://xmlns.com/foaf/0.1/name> "Universität Duisburg-Essen" .

<https://ror.org/04vnq7t77>
    a owl:NamedIndividual, <http://xmlns.com/foaf/0.1/Organization> ;
    <http://xmlns.com/foaf/0.1/name> "Universität Stuttgart" .

<https://ror.org/04xfq0f34>
    a owl:NamedIndividual, <http://xmlns.com/foaf/0.1/Organization> ;
    <http://xmlns.com/foaf/0.1/name> "RWTH Aachen University" .

<https://ror.org/05558nw16>
    a owl:NamedIndividual, <http://xmlns.com/foaf/0.1/Organization> ;
    <http://xmlns.com/foaf/0.1/name> "Leibniz Supercomputing Centre (LRZ)" .

<https://ror.org/05n911h24>
    a owl:NamedIndividual, <http://xmlns.com/foaf/0.1/Organization> ;
    <http://xmlns.com/foaf/0.1/name> "Technische Universität Darmstadt" .

<https://ror.org/05r3f7h03>
    a owl:NamedIndividual, <http://xmlns.com/foaf/0.1/Organization> ;
    <http://xmlns.com/foaf/0.1/name> "Physikalisch-Technische Bundesanstalt (PTB)" .

<https://schema.org/CreativeWork>
    a owl:Class .

<https://schema.org/Dataset>
    a owl:Class .

<https://schema.org/DateTime>
    a rdfs:Datatype ;
    <http://www.w3.org/2004/02/skos/core#definition> "A combination of date and time of day in the form [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] (see Chapter 5.4 of ISO 8601)"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, added german label, harmonized spelling to OBO naming conventions (lower case, space separated)"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Datum mit Zeit"@de, "date with time"@en .

<https://schema.org/Intangible>
    a owl:Class ;
    <http://www.w3.org/2004/02/skos/core#definition> "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, added german label, harmonized spelling to OBO naming conventions (lower case, space separated)"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Ungreifbares"@de, "intangible"@en .

<https://schema.org/Project>
    a owl:Class ;
    rdfs:comment "An enterprise (potentially individual but typically collaborative), planned to achieve a particular aim"@en, "Ein typischerweise kollektives Unterfangen zum Erreichen eines vorab geplanten Ziels"@de ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added German definition, added language tag to English definition, shortened definition"@en, "changed by m4i: use of skos:prefLabel instead of rdfs:label, added German label, added language tag to English label, harmonized spelling to OBO naming conventions (lower case, space separated)"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Projekt"@de, "project"@en .

<https://schema.org/ResearchProject>
    a owl:Class ;
    rdfs:comment "A research project"@en, "ein Forschungsprojekt"@de ;
    rdfs:subClassOf <https://schema.org/Project> ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added German definition, added language tag to English definition"@en, "changed by m4i: changed label to \"research project\" (no CamelCase)"@en, "changed by m4i: use of skos:prefLabel instead of rdfs:label, added German label, added language tag to English label"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Forschungsprojekt"@de, "research project"@en .

<https://schema.org/affiliation>
    a owl:AnnotationProperty ;
    rdfs:comment "An organization that this person is affiliated with. For example, a school/university, a club, or a team."@en, "Eine Organisation, der eine Person angehört"@de ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added German definition, added language tag to English definition"@en, "changed by m4i: added application example"@en, "changed by m4i: use of skos:prefLabel instead of rdfs:label, added German label, added language tag to English label"@en ;
    <http://www.w3.org/2004/02/skos/core#example> ":Person schema:affiliation :Organization ."@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Organisationszugehörigkeit"@de, "affiliation"@en .

<https://schema.org/citation>
    a owl:AnnotationProperty .

<https://schema.org/endTime>
    a owl:DatatypeProperty ;
    rdfs:comment """The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to <em>December</em>. For media, including audio and video, it's the time offset of the end of a clip within a larger file.<br/><br/>

Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions."""@en ;
    rdfs:domain :ProcessingStep ;
    rdfs:isDefinedBy <https://schema.org/> ;
    rdfs:range <https://schema.org/DateTime> ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, added german label"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Endzeit"@de, "end time"@en .

<https://schema.org/funder>
    a owl:AnnotationProperty ;
    rdfs:comment "A person or organization that supports (sponsors) something through some kind of financial contribution."@en, "Eine Person oder Organisation, die etwas finanziell unterstützt"@de ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added German definition, added language tag to English definition"@en, "changed by m4i: added application example"@en, "changed by m4i: use of skos:prefLabel instead of rdfs:label, added German label, added language tag to English label"@en ;
    <http://www.w3.org/2004/02/skos/core#example> ":Project schema:funder :DFG"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Förderer"@de, "funder"@en .

<https://schema.org/funding>
    a owl:AnnotationProperty .

<https://schema.org/instrument>
    a owl:ObjectProperty ;
    rdfs:domain <http://www.w3.org/ns/prov#Activity> ;
    rdfs:subPropertyOf <http://purl.obolibrary.org/obo/RO_0000057> ;
    <http://www.w3.org/2004/02/skos/core#definition> "points to an object that helped the agent perform the action (e.g., John wrote a book with a pen)"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added different skos:prefLabel, added german label"@en, "changed by m4i: domain changed to prov:Activity from schema:Action"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "nutzt Instrument"@de, "uses instrument"@en .

<https://schema.org/logo>
    a owl:AnnotationProperty .

<https://schema.org/startTime>
    a owl:DatatypeProperty ;
    rdfs:comment """The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from <em>January</em> to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.<br/><br/>

Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions."""@en ;
    rdfs:domain :ProcessingStep ;
    rdfs:isDefinedBy <https://schema.org/> ;
    rdfs:range <https://schema.org/DateTime> ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added skos:prefLabel, added german label"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "Startzeit"@de, "start time"@en .

<https://schema.org/temporal>
    a owl:DatatypeProperty ;
    rdfs:range <https://schema.org/DateTime> ;
    <http://www.w3.org/2004/02/skos/core#definition> "The 'temporal' property can be used in cases where more specific properties (e.g., dateCreated, dateModified, datePublished) are not known to be appropriate"@en ;
    <http://www.w3.org/2004/02/skos/core#editorialNote> "changed by m4i: added different skos:prefLabel, added german label"@en ;
    <http://www.w3.org/2004/02/skos/core#prefLabel> "has timestamp"@en, "hat Zeitstempel"@de .

<https://w3id.org/mod#hasSyntax>
    a owl:AnnotationProperty .

<https://w3id.org/nfdi4ing/metadata4ing/ontology.jsonld>
    a owl:NamedIndividual, <http://www.w3.org/ns/dcat#Distribution> ;
    <https://w3id.org/mod#hasSyntax> <https://www.w3.org/ns/formats/JSON-LD> .

<https://w3id.org/nfdi4ing/metadata4ing/ontology.nt>
    a owl:NamedIndividual, <http://www.w3.org/ns/dcat#Distribution> ;
    <https://w3id.org/mod#hasSyntax> <https://www.w3.org/ns/formats/N-Triples> .

<https://w3id.org/nfdi4ing/metadata4ing/ontology.ttl>
    a owl:NamedIndividual, <http://www.w3.org/ns/dcat#Distribution> ;
    <https://w3id.org/mod#hasSyntax> <https://www.w3.org/ns/formats/Turtle> .

<https://w3id.org/nfdi4ing/metadata4ing/ontology.xml>
    a owl:NamedIndividual, <http://www.w3.org/ns/dcat#Distribution> ;
    <https://w3id.org/mod#hasSyntax> <https://www.w3.org/ns/formats/RDF_XML> .

