@prefix : <https://matthiasprobst.github.io/ssno#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://matthiasprobst.github.io/ssno#> .

<https://matthiasprobst.github.io/ssno#> rdf:type owl:Ontology ;
                                          owl:versionIRI <https://matthiasprobst.github.io/ssno/1.3.2> ;
                                          <http://purl.org/dc/terms/abstract> "This is an ontology draft for the usage of standard names as a simple way of describing complex data. It is motivated by the [cf-conventions](http://cfconventions.org/), which introduced the concept of standard names originally. However, SSNO may (at this stage) not cover all aspects of the original, therefore it is called \"simple\". With this ontology, its usage shall be applicable to other research topics, too. The core idea is to provide the class StandardName and StandardNameTable with a minimal set of properties. The rules of standard name construction is defined in a document associated with the standard name table. The table contains all standard names defied by a project or community. Instances of StandardName and StandardNameTable can be used e.g. in combinations with other ontologies like [metadata4ing](https://nfdi4ing.pages.rwth-aachen.de/metadata4ing/metadata4ing/) for a concise description of a numerical variable."@en ;
                                          <http://purl.org/dc/terms/created> "2024-01-15" ;
                                          <http://purl.org/dc/terms/creator> <https://orcid.org/0000-0001-8729-0482> ;
                                          <http://purl.org/dc/terms/license> <https://creativecommons.org/licenses/by/4.0/> ;
                                          <http://purl.org/dc/terms/rights> <https://creativecommons.org/licenses/by/4.0/> ;
                                          <http://purl.org/dc/terms/title> "sSNO: A simple Standard Name Ontology"@en ;
                                          <http://purl.org/vocab/vann/preferredNamespacePrefix> "ssno" ;
                                          <http://purl.org/vocab/vann/preferredNamespaceUri> "https://matthiasprobst.github.io/ssno#" ;
                                          rdfs:label "sSNO" ;
                                          owl:versionInfo "v1.3.2" .

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

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


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


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


###  http://purl.org/dc/terms/description
<http://purl.org/dc/terms/description> rdf:type owl:AnnotationProperty ;
                                       rdfs:range rdfs:Literal ;
                                       rdfs:domain :StandardNameTable .


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


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


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


###  http://purl.org/dc/terms/subject
<http://purl.org/dc/terms/subject> rdf:type owl:AnnotationProperty ;
                                   rdfs:comment "Recommended practice is to refer to the subject with a URI. If this is not possible or feasible, a literal value that identifies the subject may be provided. Both should preferably refer to a subject in a controlled vocabulary."@en ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "A topic of the resource."@en ;
                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "subject"@en ;
                                   rdfs:range xsd:string ;
                                   rdfs:domain :StandardNameTable .


###  http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> rdf:type owl:AnnotationProperty ;
                                 rdfs:range xsd:anyURI ;
                                 rdfs:domain :StandardNameTable .


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


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


###  http://www.w3.org/2002/07/owl#sameas
owl:sameas rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#changeNote
<http://www.w3.org/2004/02/skos/core#changeNote> rdf:type owl:AnnotationProperty .


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


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


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


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


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


###  http://xmlns.com/foaf/0.1/name
<http://xmlns.com/foaf/0.1/name> rdf:type owl:AnnotationProperty .


###  https://schema.org/affiliation
<https://schema.org/affiliation> rdf:type owl:AnnotationProperty .


###  https://schema.org/email
<https://schema.org/email> rdf:type owl:AnnotationProperty .


###  https://schema.org/familyName
<https://schema.org/familyName> rdf:type owl:AnnotationProperty .


###  https://schema.org/givenName
<https://schema.org/givenName> rdf:type owl:AnnotationProperty .


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

###  http://purl.allotrope.org/ontologies/hdf5/1.8#member
<http://purl.allotrope.org/ontologies/hdf5/1.8#member> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <http://purl.allotrope.org/ontologies/hdf5/1.8#Group> ;
                                                       rdfs:range [ rdf:type owl:Class ;
                                                                    owl:unionOf ( <http://purl.allotrope.org/ontologies/hdf5/1.8#Dataset>
                                                                                  <http://purl.allotrope.org/ontologies/hdf5/1.8#Group>
                                                                                )
                                                                  ] ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Relation between collection and the members of it."@en ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "member"@en .


###  http://purl.allotrope.org/ontologies/hdf5/1.8#rootGroup
<http://purl.allotrope.org/ontologies/hdf5/1.8#rootGroup> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <http://purl.allotrope.org/ontologies/hdf5/1.8#File> ;
                                                          rdfs:isDefinedBy <http://purl.allotrope.org/ontologies/hdf5/1.8#> ;
                                                          <http://www.w3.org/2004/02/skos/core#definition> "Relation between the HDF file and its root group"@en ;
                                                          <http://www.w3.org/2004/02/skos/core#prefLabel> "has root group"@en .


###  http://purl.org/dc/terms/relation
<http://purl.org/dc/terms/relation> rdf:type owl:ObjectProperty ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "relation"@en .


###  http://www.w3.org/2004/02/skos/core#exactMatch
<http://www.w3.org/2004/02/skos/core#exactMatch> rdf:type owl:ObjectProperty ,
                                                          owl:SymmetricProperty ,
                                                          owl:TransitiveProperty ;
                                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "has exact match"@en .


###  http://www.w3.org/ns/dcat#hadRole
<http://www.w3.org/ns/dcat#hadRole> rdf:type owl:ObjectProperty ;
                                    rdfs:domain <http://www.w3.org/ns/prov#Attribution> ;
                                    rdfs:range <http://www.w3.org/ns/dcat#Role> ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "The function of an entity or agent with respect to another entity or resource."@en ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "had role"@en .


###  http://www.w3.org/ns/prov#agent
<http://www.w3.org/ns/prov#agent> rdf:type owl:ObjectProperty ;
                                  rdfs:domain <http://www.w3.org/ns/prov#Attribution> ;
                                  rdfs:range <http://www.w3.org/ns/prov#Agent> ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "The prov:agent property references an prov:Agent which influenced a resource. This property applies to an prov:AgentInfluence, which is given by a sub-property of prov:qualifiedInfluence from the influenced prov:Entity, prov:Activity or prov:Agent."@en ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "agent"@en .


###  http://www.w3.org/ns/prov#qualifiedAttribution
<http://www.w3.org/ns/prov#qualifiedAttribution> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <http://www.w3.org/ns/dcat#Dataset> ;
                                                 rdfs:range <http://www.w3.org/ns/prov#Attribution> ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "Attribution is the ascribing of an entity to an agent. When an entity e is attributed to agent ag, entity e was generated by some unspecified activity that in turn was associated to agent ag. Thus, this relation is useful when the activity is not known, or irrelevant"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "qualified attribution"@en .


###  http://xmlns.com/foaf/0.1/mbox
<http://xmlns.com/foaf/0.1/mbox> rdf:type owl:ObjectProperty ,
                                          owl:InverseFunctionalProperty ;
                                 rdfs:domain <http://www.w3.org/ns/prov#Agent> ;
                                 rdfs:range owl:Thing ;
                                 rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "A personal mailbox, ie. an Internet mailbox associated with exactly one owner."@en ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "mbox"@en .


###  https://matthiasprobst.github.io/ssno#after
:after rdf:type owl:ObjectProperty ;
       rdfs:subPropertyOf :positioned ;
       rdf:type owl:FunctionalProperty ;
       rdfs:domain :Qualification ;
       rdfs:range [ rdf:type owl:Class ;
                    owl:unionOf ( :Qualification
                                  :StandardName
                                )
                  ] ;
       <http://www.w3.org/2004/02/skos/core#definition> "Refers to another qualification to indicate the order. The qualification it points to is ordered before this one. It can also point to a standard name, which means that this qualification is used right after it."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "after"@en .


###  https://matthiasprobst.github.io/ssno#alias
:alias rdf:type owl:ObjectProperty ;
       rdfs:subPropertyOf <http://www.w3.org/2004/02/skos/core#exactMatch> ;
       rdf:type owl:SymmetricProperty ,
                owl:TransitiveProperty ;
       rdfs:domain :StandardName ;
       rdfs:range :StandardName ;
       <http://www.w3.org/2004/02/skos/core#definition> "Indicates that a standard name individual is an alias of another."@en ;
       <http://www.w3.org/2004/02/skos/core#prefLabel> "alias"@en .


###  https://matthiasprobst.github.io/ssno#associatedWith
:associatedWith rdf:type owl:ObjectProperty ;
                rdfs:domain :Character ;
                rdfs:range [ rdf:type owl:Class ;
                             owl:unionOf ( :Qualification
                                           :StandardName
                                         )
                           ] ;
                <http://www.w3.org/2004/02/skos/core#definition> "Associates a character to a thing, which is intended to be a AnyStandardName or a Qualification."@en ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "associated with"@en .


###  https://matthiasprobst.github.io/ssno#before
:before rdf:type owl:ObjectProperty ;
        rdfs:subPropertyOf :positioned ;
        rdf:type owl:FunctionalProperty ;
        rdfs:domain :Qualification ;
        rdfs:range [ rdf:type owl:Class ;
                     owl:unionOf ( :Qualification
                                   :StandardName
                                 )
                   ] ;
        <http://www.w3.org/2004/02/skos/core#definition> "Refers to another qualification to indicate the order. The qualification it points to is ordered after this one. It can also point to a standard name, which means that this qualification is used right before it."@en ;
        <http://www.w3.org/2004/02/skos/core#prefLabel> "before"@en .


###  https://matthiasprobst.github.io/ssno#hasCharacter
:hasCharacter rdf:type owl:ObjectProperty ;
              rdfs:domain :Transformation ;
              rdfs:range :Character ;
              <http://www.w3.org/2004/02/skos/core#definition> "Links a transformation to a character used in the transformation string to represent a standard name or qualification"@en ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "has character"@en .


###  https://matthiasprobst.github.io/ssno#hasModifier
:hasModifier rdf:type owl:ObjectProperty ;
             rdfs:domain :StandardNameTable ;
             rdfs:range [ rdf:type owl:Class ;
                          owl:unionOf ( :Qualification
                                        :Transformation
                                      )
                        ] ;
             <http://www.w3.org/2004/02/skos/core#definition> "Points to a Qualification or Transformation defined by a Standard Name Table"@en ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "has modifier"@en .


###  https://matthiasprobst.github.io/ssno#hasStandardName
:hasStandardName rdf:type owl:ObjectProperty ;
                 owl:inverseOf :isStandardNameOf ;
                 rdfs:domain [ rdf:type owl:Class ;
                               owl:unionOf ( <http://purl.allotrope.org/ontologies/hdf5/1.8#Dataset>
                                             <http://w3id.org/nfdi4ing/metadata4ing#NumericalVariable>
                                             <http://www.molmod.info/semantics/pims-ii.ttl#Property>
                                             <http://www.molmod.info/semantics/pims-ii.ttl#QuantityValue>
                                           )
                             ] ;
                 rdfs:range :StandardName ;
                 <http://www.w3.org/2004/02/skos/core#definition> "Points to a ssno:StandardName associated with the Concept. The Concept should is expected to be describing a numerical quantity because a ssno:StandardName defines and describe a numerical quantity by providing a description and expected canonical unit."@en ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "has standard name"@en .


###  https://matthiasprobst.github.io/ssno#hasValidValues
:hasValidValues rdf:type owl:ObjectProperty ;
                rdfs:domain :Qualification ;
                rdfs:range <http://w3id.org/nfdi4ing/metadata4ing#TextVariable> ;
                <http://www.w3.org/2004/02/skos/core#definition> "A relationship defining a set of values used by the qualification."@en ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "has valid values"@en .


###  https://matthiasprobst.github.io/ssno#isStandardNameOf
:isStandardNameOf rdf:type owl:ObjectProperty ;
                  rdfs:domain :StandardName ;
                  rdfs:range [ rdf:type owl:Class ;
                               owl:unionOf ( <http://purl.allotrope.org/ontologies/hdf5/1.8#Dataset>
                                             <http://w3id.org/nfdi4ing/metadata4ing#NumericalVariable>
                                             <http://www.molmod.info/semantics/pims-ii.ttl#Property>
                                             <http://www.molmod.info/semantics/pims-ii.ttl#QuantityValue>
                                           )
                             ] ;
                  <http://www.w3.org/2004/02/skos/core#definition> "Points to a Concept, that describes a numerical variable, which uses the standard name."@en ;
                  <http://www.w3.org/2004/02/skos/core#prefLabel> "is standard name of"@en .


###  https://matthiasprobst.github.io/ssno#positioned
:positioned rdf:type owl:ObjectProperty ,
                     owl:TransitiveProperty ;
            <http://www.w3.org/2004/02/skos/core#definition> "Relates two qualifications or one qualification and a standard name to each other."@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "positioned"@en .


###  https://matthiasprobst.github.io/ssno#standardNameTable
:standardNameTable rdf:type owl:ObjectProperty ;
                   owl:inverseOf :standardNames ;
                   rdfs:domain :StandardName ;
                   rdfs:range :StandardNameTable ;
                   <http://www.w3.org/2004/02/skos/core#definition> "Points to the ssno:StandardNameTable defining the ssno:StandardName."@en ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "standard name table"@en .


###  https://matthiasprobst.github.io/ssno#standardNameTableUsedBy
:standardNameTableUsedBy rdf:type owl:ObjectProperty ;
                         rdfs:subPropertyOf <http://purl.org/dc/terms/relation> ;
                         rdfs:domain :StandardNameTable ;
                         rdfs:range [ rdf:type owl:Class ;
                                      owl:unionOf ( <http://purl.allotrope.org/ontologies/hdf5/1.8#File>
                                                    <http://www.w3.org/ns/dcat#Dataset>
                                                    <https://schema.org/Project>
                                                  )
                                    ] ;
                         <http://www.w3.org/2004/02/skos/core#changeNote> "change: ssno:standardNameTableUsedBy is subtype of dcterms:relation"@en ;
                         <http://www.w3.org/2004/02/skos/core#definition> "Points to a concept, which uses a standard name table."@en ;
                         <http://www.w3.org/2004/02/skos/core#prefLabel> "standard name table used by"@en .


###  https://matthiasprobst.github.io/ssno#standardNames
:standardNames rdf:type owl:ObjectProperty ;
               rdfs:domain :StandardNameTable ;
               rdfs:range :StandardName ;
               <http://www.w3.org/2004/02/skos/core#definition> "Points to one or more scalar or vector standard names defined in a standard name table."@en ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "standard names"@en .


###  https://matthiasprobst.github.io/ssno#unit
:unit rdf:type owl:ObjectProperty ,
               owl:FunctionalProperty ;
      rdfs:domain :StandardName ;
      rdfs:range <http://qudt.org/schema/qudt/Unit> ;
      <http://www.w3.org/2004/02/skos/core#closeMatch> <http://qudt.org/schema/qudt/unit> ,
                                                       <http://w3id.org/nfdi4ing/metadata4ing#hasUnit> ,
                                                       <https://ptb.de/si/hasUnit> ;
      <http://www.w3.org/2004/02/skos/core#definition> "The unit of the standard name. The unit of an individual standard name must be convertable to this unit."@en ;
      <http://www.w3.org/2004/02/skos/core#prefLabel> "unit"@en .


###  https://matthiasprobst.github.io/ssno#usesStandardNameTable
:usesStandardNameTable rdf:type owl:ObjectProperty ;
                       rdfs:subPropertyOf <http://purl.org/dc/terms/relation> ;
                       rdfs:domain [ rdf:type owl:Class ;
                                     owl:unionOf ( <http://purl.allotrope.org/ontologies/hdf5/1.8#File>
                                                   <http://www.w3.org/ns/dcat#Dataset>
                                                   <https://schema.org/Project>
                                                 )
                                   ] ;
                       rdfs:range :StandardNameTable ;
                       <http://www.w3.org/2004/02/skos/core#changeNote> "change: ssno:usesStandardNameTable is subtype of dcterms:relation"@en ;
                       <http://www.w3.org/2004/02/skos/core#definition> "Relates a thing, e.g. an HDF5 file or another resource to a standard name table which is associated to the standard names used in the file."@en ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "uses standard name table"@en .


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

###  http://purl.org/dc/terms/hasVersion
<http://purl.org/dc/terms/hasVersion> rdf:type owl:DatatypeProperty ;
                                      rdfs:domain :StandardNameTable ;
                                      rdfs:range rdfs:Literal ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "A related resource that is a version, edition, or adaptation of the described resource."@en ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "has version"@en .


###  http://purl.org/dc/terms/identifier
<http://purl.org/dc/terms/identifier> rdf:type owl:DatatypeProperty ;
                                      rdfs:domain :StandardNameTable ;
                                      rdfs:range xsd:string ;
                                      rdfs:comment "Recommended practice is to identify the resource by means of a string conforming to an identification system. Examples include International Standard Book Number (ISBN), Digital Object Identifier (DOI), and Uniform Resource Name (URN). Persistent identifiers should be provided as HTTP URIs." ;
                                      rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "identifier"@en .


###  http://w3id.org/nfdi4ing/metadata4ing#hasRorId
<http://w3id.org/nfdi4ing/metadata4ing#hasRorId> rdf:type owl:DatatypeProperty ;
                                                 rdfs:subPropertyOf <http://w3id.org/nfdi4ing/metadata4ing#identifier> ;
                                                 rdfs:domain <http://www.w3.org/ns/prov#Organization> ;
                                                 rdfs:range [ rdf:type 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]"
                                                                                     ]
                                                                                   )
                                                            ] ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "A Research Organization Registry identifier, that points to a research organization"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "has ROR ID"@en .


###  http://w3id.org/nfdi4ing/metadata4ing#hasStringValue
<http://w3id.org/nfdi4ing/metadata4ing#hasStringValue> rdf:type owl:DatatypeProperty ;
                                                       rdfs:domain <http://w3id.org/nfdi4ing/metadata4ing#TextVariable> ;
                                                       rdfs:range xsd:string ;
                                                       rdfs:isDefinedBy <http://w3id.org/nfdi4ing/metadata4ing#> ;
                                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "has string value"@en .


###  http://w3id.org/nfdi4ing/metadata4ing#hasVariableDescription
<http://w3id.org/nfdi4ing/metadata4ing#hasVariableDescription> rdf:type owl:DatatypeProperty ;
                                                               rdfs:domain <http://www.molmod.info/semantics/pims-ii.ttl#Variable> ;
                                                               rdfs:range xsd:string ;
                                                               rdfs:isDefinedBy <http://w3id.org/nfdi4ing/metadata4ing#> ;
                                                               <http://www.w3.org/2004/02/skos/core#prefLabel> "has variable description"@en .


###  http://w3id.org/nfdi4ing/metadata4ing#identifier
<http://w3id.org/nfdi4ing/metadata4ing#identifier> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain owl:Thing ;
                                                   rdfs:range xsd:string ;
                                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "identifier"@en .


###  http://w3id.org/nfdi4ing/metadata4ing#orcidId
<http://w3id.org/nfdi4ing/metadata4ing#orcidId> rdf:type owl:DatatypeProperty ;
                                                rdfs:subPropertyOf <http://w3id.org/nfdi4ing/metadata4ing#identifier> ;
                                                rdfs:domain <http://www.w3.org/ns/prov#Person> ;
                                                rdfs:range xsd:string ;
                                                <http://www.w3.org/2004/02/skos/core#prefLabel> "has ORCID ID"@en .


###  http://w3id.org/nfdi4ing/metadata4ing#projectReferenceID
<http://w3id.org/nfdi4ing/metadata4ing#projectReferenceID> rdf:type owl:DatatypeProperty ;
                                                           rdfs:subPropertyOf <http://w3id.org/nfdi4ing/metadata4ing#identifier> ;
                                                           rdfs:domain <https://schema.org/Project> ;
                                                           rdfs:range xsd:string ;
                                                           <http://www.w3.org/2004/02/skos/core#definition> "An alphanumeric identifier for a project."@en ;
                                                           <http://www.w3.org/2004/02/skos/core#prefLabel> "has project ID"@en .


###  http://www.w3.org/ns/dcat#keyword
<http://www.w3.org/ns/dcat#keyword> rdf:type owl:DatatypeProperty ;
                                    rdfs:domain <http://www.w3.org/ns/dcat#Dataset> ;
                                    rdfs:range rdfs:Literal ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "A keyword or tag describing the resource."@en ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "keyword"@en .


###  https://matthiasprobst.github.io/ssno#altersUnit
:altersUnit rdf:type owl:DatatypeProperty ;
            rdfs:domain :Transformation ;
            rdfs:range xsd:string ;
            <http://www.w3.org/2004/02/skos/core#definition> "A string defining how the new unit is generated."@en ;
            <http://www.w3.org/2004/02/skos/core#example> "\"[X] s-1\" where [X] is the unit of the standard name X."@en ;
            <http://www.w3.org/2004/02/skos/core#prefLabel> "alters unit"@en .


###  https://matthiasprobst.github.io/ssno#ancillaryVariables
:ancillaryVariables rdf:type owl:DatatypeProperty ;
                    rdfs:domain <http://purl.allotrope.org/ontologies/hdf5/1.8#Dataset> ;
                    rdfs:range xsd:string ;
                    <http://www.w3.org/2004/02/skos/core#definition> "Used to provide metadata about the data the property is provided with. E.g. uncertainties can be expressed/linked like this. As stated in the cf-conventions, the \"nature of the relationship between variables associated via ancillary_variables must be determined by other attributes\" https://cfconventions.org/Data/cf-conventions/cf-conventions-1.7/build/ch03s04.html)"@en ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "ancillary variables"@en .


###  https://matthiasprobst.github.io/ssno#character
:character rdf:type owl:DatatypeProperty ;
           rdfs:domain :Character ;
           rdfs:range xsd:string ;
           <http://www.w3.org/2004/02/skos/core#definition> "A character i.e. a single letter or symbol"@en ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "character"@en .


###  https://matthiasprobst.github.io/ssno#description
:description rdf:type owl:DatatypeProperty ;
             rdfs:domain [ rdf:type owl:Class ;
                           owl:unionOf ( :StandardName
                                         :StandardNameModification
                                       )
                         ] ;
             rdfs:range [ rdf:type rdfs:Datatype ;
                          owl:unionOf ( rdfs:Literal
                                        xsd:string
                                      )
                        ] ;
             <http://www.w3.org/2004/02/skos/core#definition> "Description of a Standard Name, a qualification or a transformation."@en ;
             <http://www.w3.org/2004/02/skos/core#prefLabel> "description"@en .


###  https://matthiasprobst.github.io/ssno#hasPreposition
:hasPreposition rdf:type owl:DatatypeProperty ;
                rdfs:domain :Qualification ;
                rdfs:range xsd:string ;
                <http://www.w3.org/2004/02/skos/core#definition> "A data property that stores prepositional qualifiers like \"at,\" \"in,\" \"due to,\" and \"assuming.\" to be used with Qualifications."@en ;
                <http://www.w3.org/2004/02/skos/core#example> "The CF Convention uses the qualification 'in process' where 'in' is the preposition and 'process' the qualification."@en ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "has preposition"@en .


###  https://matthiasprobst.github.io/ssno#longName
:longName rdf:type owl:DatatypeProperty ;
          rdfs:domain <http://purl.allotrope.org/ontologies/hdf5/1.8#Dataset> ;
          rdfs:range xsd:string ;
          <http://www.w3.org/2004/02/skos/core#definition> "A human-readable label of a variable which is should be used in addition with a standard_name. As intended in the cf-conventions (https://cfconventions.org/Data/cf-conventions/cf-conventions-1.7/build/ch03s02.html), it may be used for labeling plots."@en ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "long name"@en .


###  https://matthiasprobst.github.io/ssno#standardName
:standardName rdf:type owl:DatatypeProperty ;
              rdfs:domain [ rdf:type owl:Class ;
                            owl:unionOf ( <http://purl.allotrope.org/ontologies/hdf5/1.8#Dataset>
                                          :StandardName
                                        )
                          ] ;
              rdfs:range xsd:string ;
              rdfs:comment "If ssno:standardName is associated with an HDF5 Dataset then the corresponding standard name table must be assigned to the root group in order to elaborate the properties of the ssno:StandardName."@en ;
              <http://www.w3.org/2004/02/skos/core#definition> "Name for a standard name, e.g. \"x_velocity\". The construction of a standard name string is defined by the standard name table. E.g. no spaces are allowed and specific pre- and suffixes are allowed."@en ;
              <http://www.w3.org/2004/02/skos/core#example> "x_velocity"@en ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "standard name"@en .


###  https://matthiasprobst.github.io/ssno#standardNameCharacter
:standardNameCharacter rdf:type owl:DatatypeProperty ;
                       rdfs:domain :Transformation ;
                       rdfs:range xsd:string ;
                       <http://www.w3.org/2004/02/skos/core#definition> "The character which is used in a standard name transformation string to indicate the position a standard name used in the modification rule."@en ;
                       <http://www.w3.org/2004/02/skos/core#example> "in the transformation string \"integral_of_Y_wrt_X\" the standard name representation characters are be \"X\" and \"Y\""@en ;
                       <http://www.w3.org/2004/02/skos/core#prefLabel> "standard name character"@en .


###  https://schema.org/keywords
<https://schema.org/keywords> rdf:type owl:DatatypeProperty ;
                              rdfs:domain :StandardNameTable ;
                              rdfs:range xsd:string ;
                              <http://www.w3.org/2004/02/skos/core#definition> "Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property."@en ;
                              <http://www.w3.org/2004/02/skos/core#prefLabel> "keywords"@en .


###  https://schema.org/name
<https://schema.org/name> rdf:type owl:DatatypeProperty ;
                          rdfs:domain :StandardNameModification ;
                          rdfs:range xsd:string ;
                          <http://www.w3.org/2004/02/skos/core#definition> "The name of the item."@en ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "name"@en .


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

###  http://purl.allotrope.org/ontologies/hdf5/1.8#Dataset
<http://purl.allotrope.org/ontologies/hdf5/1.8#Dataset> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://purl.allotrope.org/ontologies/hdf5/1.8#NamedObject> ,
                                                                        [ rdf:type owl:Restriction ;
                                                                          owl:onProperty :hasStandardName ;
                                                                          owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                                                          owl:onClass :StandardName
                                                                        ] ;
                                                        owl:disjointWith <http://purl.allotrope.org/ontologies/hdf5/1.8#Group> ;
                                                        rdfs:isDefinedBy <http://purl.allotrope.org/ontologies/hdf5/1.8#> ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "A multi-dimensional array of data elements, together with supporting metadata."@en ;
                                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "HDF5 Dataset"@en .


###  http://purl.allotrope.org/ontologies/hdf5/1.8#File
<http://purl.allotrope.org/ontologies/hdf5/1.8#File> rdf:type owl:Class ;
                                                     rdfs:isDefinedBy <http://purl.allotrope.org/ontologies/hdf5/1.8#> ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "A container for storing grouped collections of multi-dimensional arrays containing scientific data following the HDF 5 specification."@en ;
                                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "HDF5 File"@en .


###  http://purl.allotrope.org/ontologies/hdf5/1.8#Group
<http://purl.allotrope.org/ontologies/hdf5/1.8#Group> rdf:type owl:Class ;
                                                      rdfs:subClassOf <http://purl.allotrope.org/ontologies/hdf5/1.8#NamedObject> ;
                                                      rdfs:isDefinedBy <http://purl.allotrope.org/ontologies/hdf5/1.8#> ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "A grouping structure containing instances of zero or more groups or datasets, together with supporting metadata."@en ;
                                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "HDF5 Group"@en .


###  http://purl.allotrope.org/ontologies/hdf5/1.8#NamedObject
<http://purl.allotrope.org/ontologies/hdf5/1.8#NamedObject> rdf:type owl:Class ;
                                                            rdfs:isDefinedBy <http://purl.allotrope.org/ontologies/hdf5/1.8#> ;
                                                            <http://www.w3.org/2004/02/skos/core#prefLabel> "named object"@en .


###  http://qudt.org/schema/qudt/Unit
<http://qudt.org/schema/qudt/Unit> rdf:type owl:Class ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "Unit of measure."@en ;
                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Unit"@en .


###  http://w3id.org/nfdi4ing/metadata4ing#NumericalVariable
<http://w3id.org/nfdi4ing/metadata4ing#NumericalVariable> rdf:type owl:Class ;
                                                          rdfs:subClassOf <http://www.molmod.info/semantics/pims-ii.ttl#Variable> ;
                                                          rdfs:isDefinedBy <http://w3id.org/nfdi4ing/metadata4ing#> ;
                                                          <http://www.w3.org/2004/02/skos/core#closeMatch> <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 ;
                                                          <http://www.w3.org/2004/02/skos/core#prefLabel> "numerical variable"@en .


###  http://w3id.org/nfdi4ing/metadata4ing#TextVariable
<http://w3id.org/nfdi4ing/metadata4ing#TextVariable> rdf:type owl:Class ;
                                                     rdfs:subClassOf <http://www.molmod.info/semantics/pims-ii.ttl#Variable> ;
                                                     rdfs:isDefinedBy <http://w3id.org/nfdi4ing/metadata4ing#> ;
                                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "text variable"@en .


###  http://www.molmod.info/semantics/pims-ii.ttl#Property
<http://www.molmod.info/semantics/pims-ii.ttl#Property> rdf:type owl:Class ;
                                                        rdfs:subClassOf <http://www.molmod.info/semantics/pims-ii.ttl#Variable> ;
                                                        <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#prefLabel> "Property"@en .


###  http://www.molmod.info/semantics/pims-ii.ttl#QuantityValue
<http://www.molmod.info/semantics/pims-ii.ttl#QuantityValue> rdf:type owl:Class ;
                                                             rdfs:subClassOf <https://schema.org/Intangible> ;
                                                             rdfs:isDefinedBy <http://www.molmod.info/semantics/pims-ii.ttl#> ;
                                                             <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#prefLabel> "quantity value"@en .


###  http://www.molmod.info/semantics/pims-ii.ttl#Variable
<http://www.molmod.info/semantics/pims-ii.ttl#Variable> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://schema.org/Intangible> ;
                                                        <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#prefLabel> "Variable"@en .


###  http://www.w3.org/2004/02/skos/core#Concept
<http://www.w3.org/2004/02/skos/core#Concept> rdf:type owl:Class ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "A SKOS concept can be viewed as an idea or notion; a unit of thought. However, what constitutes a unit of thought is subjective, and this definition is meant to be suggestive, rather than restrictive."@en ;
                                              <http://www.w3.org/2004/02/skos/core#prefLabel> "Concept"@en .


###  http://www.w3.org/ns/dcat#Dataset
<http://www.w3.org/ns/dcat#Dataset> rdf:type owl:Class ;
                                    owl:equivalentClass [ rdf:type owl:Restriction ;
                                                          owl:onProperty [ owl:inverseOf :standardNameTableUsedBy
                                                                         ] ;
                                                          owl:someValuesFrom :StandardNameTable
                                                        ] ;
                                    rdfs:isDefinedBy <http://www.w3.org/ns/dcat#> ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "A collection of data, published or curated by a single agent, and available for access or download in one or more representations."@en ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Dataset"@en .


###  http://www.w3.org/ns/dcat#Role
<http://www.w3.org/ns/dcat#Role> rdf:type owl:Class ;
                                 rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept> ;
                                 <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#prefLabel> "Role"@en .


###  http://www.w3.org/ns/prov#Agent
<http://www.w3.org/ns/prov#Agent> rdf:type owl:Class ;
                                  rdfs:isDefinedBy <http://www.w3.org/ns/prov#> ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "Person or Organization related to a StandardNameTable."@en ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Agent"@en .


###  http://www.w3.org/ns/prov#Attribution
<http://www.w3.org/ns/prov#Attribution> rdf:type owl:Class ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "Attribution is the ascribing of an entity to an agent. When an entity e is attributed to agent ag, entity e was generated by some unspecified activity that in turn was associated to agent ag. Thus, this relation is useful when the activity is not known, or irrelevant."@en ;
                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "Attribution"@en .


###  http://www.w3.org/ns/prov#Organization
<http://www.w3.org/ns/prov#Organization> rdf:type owl:Class ;
                                         rdfs:subClassOf <http://www.w3.org/ns/prov#Agent> ;
                                         <http://www.w3.org/2004/02/skos/core#prefLabel> "Organization"@en .


###  http://www.w3.org/ns/prov#Person
<http://www.w3.org/ns/prov#Person> rdf:type owl:Class ;
                                   rdfs:subClassOf <http://www.w3.org/ns/prov#Agent> ;
                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Person"@en .


###  https://matthiasprobst.github.io/ssno#Character
:Character rdf:type owl:Class ;
           rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept> ;
           <http://www.w3.org/2004/02/skos/core#prefLabel> "Charakter"@en .


###  https://matthiasprobst.github.io/ssno#Qualification
:Qualification rdf:type owl:Class ;
               rdfs:subClassOf :StandardNameModification ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty :description ;
                                 owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                 owl:onDataRange [ rdf:type rdfs:Datatype ;
                                                   owl:unionOf ( rdfs:Literal
                                                                 xsd:string
                                                               )
                                                 ]
                               ] ;
               owl:disjointWith :Transformation ;
               <http://www.w3.org/2004/02/skos/core#definition> "A qualification derives an existing standard name by a rule. This may alter the units."@en ;
               <http://www.w3.org/2004/02/skos/core#example> "See here https://cfconventions.org/Data/cf-standard-names/docs/guidelines.html"@en ;
               <http://www.w3.org/2004/02/skos/core#prefLabel> "Qualification"@en .


###  https://matthiasprobst.github.io/ssno#ScalarStandardName
:ScalarStandardName rdf:type owl:Class ;
                    rdfs:subClassOf :StandardName ;
                    owl:disjointWith :VectorStandardName ;
                    <http://www.w3.org/2004/02/skos/core#definition> "A standard name associated with scalar data."@en ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Scalar Standard Name"@en .


###  https://matthiasprobst.github.io/ssno#StandardName
:StandardName rdf:type owl:Class ;
              owl:equivalentClass [ rdf:type owl:Restriction ;
                                    owl:onProperty [ owl:inverseOf :standardNames
                                                   ] ;
                                    owl:someValuesFrom :StandardNameTable
                                  ] ;
              rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept> ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :unit ;
                                owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                owl:onClass <http://qudt.org/schema/qudt/Unit>
                              ] ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty :standardName ;
                                owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                owl:onDataRange xsd:string
                              ] ;
              <http://www.w3.org/2004/02/skos/core#definition> "A standard name is defined by a canonical unit and a description. It generally is defined by a standard name table."@en ;
              <http://www.w3.org/2004/02/skos/core#prefLabel> "Standard Name"@en .


###  https://matthiasprobst.github.io/ssno#StandardNameModification
:StandardNameModification rdf:type owl:Class ;
                          rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept> ;
                          <http://www.w3.org/2004/02/skos/core#definition> "A concept which defines the construction of a standard name, e.g. by adding specific phrases following well-defined rules. It extends or changes a base standard name and hence may or may not change the unit of it."@en ;
                          <http://www.w3.org/2004/02/skos/core#prefLabel> "Standard Name Modification"@en .


###  https://matthiasprobst.github.io/ssno#StandardNameTable
:StandardNameTable rdf:type owl:Class ;
                   owl:equivalentClass [ rdf:type owl:Restriction ;
                                         owl:onProperty [ owl:inverseOf :standardNameTable
                                                        ] ;
                                         owl:someValuesFrom :StandardName
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty [ owl:inverseOf :usesStandardNameTable
                                                        ] ;
                                         owl:someValuesFrom <http://purl.allotrope.org/ontologies/hdf5/1.8#File>
                                       ] ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty [ owl:inverseOf :usesStandardNameTable
                                                        ] ;
                                         owl:someValuesFrom <http://www.w3.org/ns/dcat#Dataset>
                                       ] ;
                   rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept> ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :hasModifier ;
                                     owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                     owl:onClass :VectorQualification
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty :description ;
                                     owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                     owl:onDataRange [ rdf:type rdfs:Datatype ;
                                                       owl:unionOf ( rdfs:Literal
                                                                     xsd:string
                                                                   )
                                                     ]
                                   ] ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty <http://purl.org/dc/terms/hasVersion> ;
                                     owl:cardinality "1"^^xsd:nonNegativeInteger
                                   ] ;
                   <http://www.w3.org/2004/02/skos/core#definition> "A standard name table holds a list of all available standard names used in a certain context (project, domain, ...) and gives further information about version and contact."@en ;
                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Standard NameTable"@en .


###  https://matthiasprobst.github.io/ssno#Transformation
:Transformation rdf:type owl:Class ;
                rdfs:subClassOf :StandardNameModification ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty :description ;
                                  owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                  owl:onDataRange [ rdf:type rdfs:Datatype ;
                                                    owl:unionOf ( rdfs:Literal
                                                                  xsd:string
                                                                )
                                                  ]
                                ] ;
                <http://www.w3.org/2004/02/skos/core#definition> "A transformation is a phrase which may be added to the standard name without changing its unit."@en ;
                <http://www.w3.org/2004/02/skos/core#prefLabel> "Transformation"@en .


###  https://matthiasprobst.github.io/ssno#VectorQualification
:VectorQualification rdf:type owl:Class ;
                     rdfs:subClassOf :Qualification ;
                     rdfs:comment "A vector component qualification holding values like \"x\", \"y\" and \"z\" can modify vector standard names like \"velocity\" but not scalar standard names like \"pressure\"."@en ;
                     <http://www.w3.org/2004/02/skos/core#definition> "Special Qualification accounting for Vector Standard Names. Only one such Qualification must exist at max in a StandardNameTable"@en ;
                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Vector Qualification"@en .


###  https://matthiasprobst.github.io/ssno#VectorStandardName
:VectorStandardName rdf:type owl:Class ;
                    rdfs:subClassOf :StandardName ;
                    <http://www.w3.org/2004/02/skos/core#definition> "A standard name associated with vector data."@en ;
                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Vector Standard Name"@en .


###  https://schema.org/Intangible
<https://schema.org/Intangible> rdf:type 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#prefLabel> "Intangible"@en .


###  https://schema.org/Organization
<https://schema.org/Organization> rdf:type owl:Class .


###  https://schema.org/Person
<https://schema.org/Person> rdf:type owl:Class .


###  https://schema.org/Project
<https://schema.org/Project> rdf:type owl:Class ;
                             rdfs:comment "An enterprise (potentially individual but typically collaborative), planned to achieve a particular aim"@en ;
                             <http://www.w3.org/2004/02/skos/core#prefLabel> "Project"@en .


###  https://schema.org/ResearchProject
<https://schema.org/ResearchProject> rdf:type owl:Class ;
                                     rdfs:subClassOf <https://schema.org/Project> ;
                                     <http://www.w3.org/2004/02/skos/core#definition> "A Research project."@en ;
                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "Research Project"@en .


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

###  https://matthiasprobst.github.io/ssno#AnyStandardName
:AnyStandardName rdf:type owl:NamedIndividual ,
                          :StandardName ;
                 :unit :AnyUnit ;
                 :description "A generic Standard Name. Intended to be used to refer to any Standard Name, e.g. by relating the position of a qualification to it, i.e. to be placed before or after a Standard Name."@en ,
                              "Ein generischer Standardname um Qualifications in Relation zu setzen."@de ;
                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Any Standard Name"@en .


###  https://matthiasprobst.github.io/ssno#AnyUnit
:AnyUnit rdf:type owl:NamedIndividual ,
                  <http://qudt.org/schema/qudt/Unit> ;
         <http://www.w3.org/2004/02/skos/core#definition> "Representing any physical unit."@en ;
         <http://www.w3.org/2004/02/skos/core#prefLabel> "any unit"@en .


###  https://orcid.org/0000-0001-8729-0482
<https://orcid.org/0000-0001-8729-0482> rdf:type owl:NamedIndividual ,
                                                 <https://schema.org/Person> ;
                                        <http://w3id.org/nfdi4ing/metadata4ing#orcidId> "0000-0001-8729-0482" ;
                                        <https://schema.org/affiliation> <https://ror.org/04t3en479> ;
                                        <https://schema.org/email> "matth.probst@gmail.com" ;
                                        <https://schema.org/familyName> "Probst" ;
                                        <https://schema.org/givenName> "Matthias" .


###  https://ror.org/04t3en479
<https://ror.org/04t3en479> rdf:type owl:NamedIndividual ,
                                     <https://schema.org/Organization> ;
                            <http://www.w3.org/2004/02/skos/core#prefLabel> "KIT"@en ;
                            <http://xmlns.com/foaf/0.1/name> "Karlsruhe Institute of Technology, Institute of Thermal Turbomachinery" .


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