@prefix : <https://w3id.org/ssbd/core/core#> .
@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://w3id.org/ssbd/core/core#> .

<https://w3id.org/ssbd/core/core> rdf:type owl:Ontology ;
                                   owl:versionIRI <https://w3id.org/ssbd/core/0.0.1/core> ;
                                   owl:imports <https://w3id.org/ssbd/core/0.0.1/cheminf-mappings> ,
                                               <https://w3id.org/ssbd/core/0.0.1/contributors> ,
                                               <https://w3id.org/ssbd/core/0.0.1/matter> ,
                                               <https://w3id.org/ssbd/core/0.0.1/models> ,
                                               <https://w3id.org/ssbd/core/0.0.1/ssbd-taxonomy> ;
                                   <http://data.europa.eu/r5r/status> "Under Development" ;
                                   <http://purl.org/dc/terms/abstract> """The SSbD Core Ontology provides the semantic basis for safe and sustainability by design.

The SSbD Core Ontology expands on the annotation schema provided by tripper, which again expands on the DCAT-AP.

"""@en ;
                                   <http://purl.org/dc/terms/bibliographicCitation> "xxx" ;
                                   <http://purl.org/dc/terms/contributor> <https://orcid.org/0000-0003-4250-4584> ;
                                   <http://purl.org/dc/terms/created> "2025-09-08" ;
                                   <http://purl.org/dc/terms/hasFormat> <https://www.w3.org/TR/turtle/> ;
                                   <http://purl.org/dc/terms/license> "https://creativecommons.org/licenses/by/4.0/legalcode" ;
                                   <http://purl.org/dc/terms/publisher> <https://pink-project.eu/> ;
                                   <http://purl.org/dc/terms/title> "SSbD Core Ontology"@en ;
                                   <http://purl.org/ontology/bibo/doi> "tbd" ;
                                   <http://purl.org/ontology/bibo/status> <http://purl.org/ontology/bibo/status/forthcoming> ;
                                   <http://purl.org/vocab/vann/preferredNamespacePrefix> "ssbd" ;
                                   <http://purl.org/vocab/vann/preferredNamespaceUri> "https://w3id.org/ssbd" ;
                                   owl:priorVersion "0.0.0" ;
                                   owl:versionInfo "0.0.1" ;
                                   <http://xmlns.com/foaf/0.1/homepage> <https://ssbd-ontology.github.io/core/> ;
                                   <http://xmlns.com/foaf/0.1/logo> <https://tess.elixir-europe.org/system/content_providers/images/000/000/777/original/pink-logo-orange-colorB-500.png> ;
                                   <https://w3id.org/widoco/vocab#introduction> """
The SSbD Core Ontology has a modular structure and aims to cover the following features:

* Allow to categorise resources (datasets, models, software, etc) according to their SSbD dimensions and categories/sub-categories.
* Provenance, based on the [PROV-O](https://www.w3.org/TR/prov-o/) ontology. PROV-O is fully adapted by the SSbD Core Ontology, having the three top-level PROV-O classes, *Activity*, *Entity* and *Agent* in root.
* Extension of the basic PROV-O provenance to complex scientific workflows with spatial and temporal parts.
* Allow documentation of workflows that have not (yet) been executed. Such documentation is done at class-level. When executed individuals should be created for the evaluated activities and their input and output providing a full PROV-O provenance graph.
* Top-level taxonomy for (advanced) materials and chemicals based on [EMMO](https://emmc.eu/emmo/) with mappings to [ChEBI](https://www.ebi.ac.uk/chebi/) for chemicals.
* Categorisation models.
* Strong taxonomy for relations, which are grouped into:
  - [parthood relations](https://ssbd-ontology.github.io/core/docs/background.html#parthood-relations), based on mereology
  - [causal relations](https://ssbd-ontology.github.io/core/docs/background.html#causal-relations), based on causality
  - [semiotic relations](https://ssbd-ontology.github.io/core/docs/background.html#semiotic-relations), based on [Pierse semiotics](https://plato.stanford.edu/entries/peirce-semiotics/)

Separate reference documentations exists for the following sub-modules:

* [ddoc](https://ssbd-ontology.github.io/core/widoco-ddoc/index-en.html): The Tripper data documentation vocabulary, with terms reused from other ontologies and vocabularies. Mainly [Dublin Core](https://www.dublincore.org/specifications/dublin-core/dcmi-terms/), [FOAF](http://xmlns.com/foaf/spec/) and similar basic vocabularies.
* [reused-terms](https://ssbd-ontology.github.io/core/widoco-reused-terms/index-en.html): Additional reused terms by the SSbD Core Ontology ([DCAT](https://www.w3.org/TR/vocab-dcat-3/), [PROV-O](https://www.w3.org/TR/prov-o/), etc).
* [matter](https://ssbd-ontology.github.io/core/widoco-matter/index-en.html): Taxonomy for (advanced) materials and chemicals
* [models](https://ssbd-ontology.github.io/core/widoco-models/index-en.html): Taxonomy for models.

The root of the SSbD Core Ontology is shown below. More information can be found in the [background](https://ssbd-ontology.github.io/core/docs/background.html) section.

"""@en .

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

###  http://data.europa.eu/r5r/status
<http://data.europa.eu/r5r/status> rdf:type owl:AnnotationProperty .


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


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


###  http://purl.org/dc/terms/contributor
<http://purl.org/dc/terms/contributor> 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/hasFormat
<http://purl.org/dc/terms/hasFormat> rdf:type owl:AnnotationProperty .


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


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


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


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


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


###  http://purl.org/vocab/vann/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://purl.org/vocab/vann/usageNote
<http://purl.org/vocab/vann/usageNote> rdf:type owl:AnnotationProperty .


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


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


###  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://www.w3.org/2004/02/skos/core#scopeNote
<http://www.w3.org/2004/02/skos/core#scopeNote> rdf:type owl:AnnotationProperty .


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


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


###  https://w3id.org/widoco/vocab#introduction
<https://w3id.org/widoco/vocab#introduction> rdf:type owl:AnnotationProperty .


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

###  http://purl.org/dc/terms/accessRights
<http://purl.org/dc/terms/accessRights> rdf:type owl:ObjectProperty ;
                                        rdfs:subPropertyOf <https://w3id.org/ssbd/hasProperty> .


###  http://purl.org/dc/terms/creator
<http://purl.org/dc/terms/creator> rdf:type owl:ObjectProperty ;
                                   rdfs:subPropertyOf <https://w3id.org/ssbd/wasAttributedTo> .


###  http://purl.org/dc/terms/hasPart
<http://purl.org/dc/terms/hasPart> rdf:type owl:ObjectProperty .


###  http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> rdf:type owl:ObjectProperty ;
                                   rdfs:subPropertyOf <https://w3id.org/ssbd/hasProperty> .


###  http://purl.org/dc/terms/rightsHolder
<http://purl.org/dc/terms/rightsHolder> rdf:type owl:ObjectProperty ;
                                        rdfs:subPropertyOf <https://w3id.org/ssbd/isRepresentedBy> .


###  http://www.w3.org/ns/dcat#theme
<http://www.w3.org/ns/dcat#theme> rdf:type owl:ObjectProperty ;
                                  rdfs:subPropertyOf <https://w3id.org/ssbd/hasProperty> .


###  http://www.w3.org/ns/prov#used
<http://www.w3.org/ns/prov#used> rdf:type owl:ObjectProperty .


###  http://www.w3.org/ns/prov#wasAssociatedWith
<http://www.w3.org/ns/prov#wasAssociatedWith> rdf:type owl:ObjectProperty .


###  http://www.w3.org/ns/prov#wasAttributedTo
<http://www.w3.org/ns/prov#wasAttributedTo> rdf:type owl:ObjectProperty .


###  http://www.w3.org/ns/prov#wasDerivedBy
<http://www.w3.org/ns/prov#wasDerivedBy> rdf:type owl:ObjectProperty .


###  http://www.w3.org/ns/prov#wasGeneratedBy
<http://www.w3.org/ns/prov#wasGeneratedBy> rdf:type owl:ObjectProperty .


###  http://www.w3.org/ns/prov#wasInfluencedBy
<http://www.w3.org/ns/prov#wasInfluencedBy> rdf:type owl:ObjectProperty .


###  http://www.w3.org/ns/prov#wasInformedBy
<http://www.w3.org/ns/prov#wasInformedBy> rdf:type owl:ObjectProperty .


###  http://xmlns.com/foaf/0.1/page
<http://xmlns.com/foaf/0.1/page> rdf:type owl:ObjectProperty .


###  https://w3id.org/emmo/application/datadoc#curator
<https://w3id.org/emmo/application/datadoc#curator> rdf:type owl:ObjectProperty ;
                                                    rdfs:subPropertyOf <https://w3id.org/ssbd/wasAttributedTo> .


###  https://w3id.org/emmo/domain/datamodel#datamodel
<https://w3id.org/emmo/domain/datamodel#datamodel> rdf:type owl:ObjectProperty ;
                                                   rdfs:subPropertyOf <https://w3id.org/ssbd/hasDescription> .


###  https://w3id.org/ssbd/assesses
<https://w3id.org/ssbd/assesses> rdf:type owl:ObjectProperty ;
                                 rdfs:subPropertyOf <https://w3id.org/ssbd/isOvercrossedBy> ;
                                 rdf:type owl:AsymmetricProperty ,
                                          owl:IrreflexiveProperty ;
                                 rdfs:domain <https://w3id.org/ssbd/Assessment> ;
                                 rdfs:range <https://w3id.org/ssbd/SSbDDimension> ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "Relates an assessment to a SSbD dimension."@en ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "assesses"@en .


###  https://w3id.org/ssbd/attributed
<https://w3id.org/ssbd/attributed> rdf:type owl:ObjectProperty ;
                                   rdfs:subPropertyOf <https://w3id.org/ssbd/causedBy> ;
                                   owl:inverseOf <https://w3id.org/ssbd/wasAttributedTo> ;
                                   rdf:type owl:AsymmetricProperty ,
                                            owl:IrreflexiveProperty ;
                                   rdfs:domain <http://www.w3.org/ns/prov#Agent> ;
                                   rdfs:range <http://www.w3.org/ns/prov#Entity> ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "Relates an agent to an entity via an activity that both the agent and entity participates to."@en ;
                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "attributed"@en ;
                                   <http://www.w3.org/2004/02/skos/core#scopeNote> "The activity is through overlapped by the agent and overcrossed by the entity."@en ,
                                                                                   "There may or may not be a causal interaction between the agent and entity."@en .


###  https://w3id.org/ssbd/causal
<https://w3id.org/ssbd/causal> rdf:type owl:ObjectProperty ;
                               <http://www.w3.org/2004/02/skos/core#definition> "The root of all causal SSbD relations."@en ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "causal"@en ;
                               <http://www.w3.org/2004/02/skos/core#scopeNote> "Causality is the fundamental concept describing how entities affect each other."@en .


###  https://w3id.org/ssbd/causedBy
<https://w3id.org/ssbd/causedBy> rdf:type owl:ObjectProperty ;
                                 rdfs:subPropertyOf <http://www.w3.org/ns/prov#wasInfluencedBy> ,
                                                    <https://w3id.org/ssbd/causal> ;
                                 rdf:type owl:IrreflexiveProperty ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "A relation between an entity that causally affects the subject."@en ;
                                 <http://www.w3.org/2004/02/skos/core#example> "John yesterday is the cause of John today, is an example of temporal-like causality. The desk supporting my laptop is a space-like causality."@en ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "causedBy"@en .


###  https://w3id.org/ssbd/chemicalClass
<https://w3id.org/ssbd/chemicalClass> rdf:type owl:ObjectProperty ;
                                      rdfs:subPropertyOf <https://w3id.org/ssbd/standsFor> ;
                                      rdfs:domain <http://www.w3.org/ns/prov#Entity> ;
                                      rdfs:range <https://w3id.org/ssbd/Matter> ;
                                      <http://purl.org/vocab/vann/usageNote> "Choose one of subclasses of ssbd:Matter."@en ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "Relates an entity to a chemical class that the entity is relevant for."@en ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "chemicalClass"@en .


###  https://w3id.org/ssbd/documentation
<https://w3id.org/ssbd/documentation> rdf:type owl:ObjectProperty ;
                                      rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/page> ,
                                                         <https://w3id.org/ssbd/isRepresentedBy> ;
                                      rdfs:domain <http://www.w3.org/ns/dcat#Resource> ;
                                      rdfs:range <http://xmlns.com/foaf/0.1/Document> ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "Relates a resource to a page or document documenting this resource."@en ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "documentation"@en .


###  https://w3id.org/ssbd/equalsTo
<https://w3id.org/ssbd/equalsTo> rdf:type owl:ObjectProperty ;
                                 rdfs:subPropertyOf <https://w3id.org/ssbd/hasPart> ,
                                                    [ owl:inverseOf <https://w3id.org/ssbd/hasPart>
                                                    ] ;
                                 rdf:type owl:SymmetricProperty ;
                                 owl:propertyDisjointWith <https://w3id.org/ssbd/hasProperPart> ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "The relation between two indeviduals representing the same entity."@en ;
                                 <http://www.w3.org/2004/02/skos/core#editorialNote> "The main purpose of this relation is to locically define hasProperPart." ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "equalsTo"@en .


###  https://w3id.org/ssbd/hasDatum
<https://w3id.org/ssbd/hasDatum> rdf:type owl:ObjectProperty ;
                                 rdfs:subPropertyOf <https://w3id.org/ssbd/hasProperPart> ;
                                 rdf:type owl:AsymmetricProperty ,
                                          owl:IrreflexiveProperty ;
                                 rdfs:domain <https://w3id.org/ssbd/Dataset> ;
                                 rdfs:range <https://w3id.org/ssbd/Datum> ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "Relates a dataset to its datum."@en ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "hasDatum"@en .


###  https://w3id.org/ssbd/hasDescription
<https://w3id.org/ssbd/hasDescription> rdf:type owl:ObjectProperty ;
                                       rdfs:subPropertyOf <https://w3id.org/ssbd/isRepresentedBy> ;
                                       rdfs:range <https://w3id.org/ssbd/Description> ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "Connects a thing to a description (i.e. collection of properties) of the thing."@en ;
                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "hasDescription"@en .


###  https://w3id.org/ssbd/hasInput
<https://w3id.org/ssbd/hasInput> rdf:type owl:ObjectProperty ;
                                 rdfs:subPropertyOf <https://w3id.org/ssbd/isOvercrossedBy> ;
                                 rdf:type owl:AsymmetricProperty ,
                                          owl:IrreflexiveProperty ;
                                 rdfs:domain <http://www.w3.org/ns/prov#Activity> ;
                                 rdfs:range <http://www.w3.org/ns/prov#Entity> ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "Relates an activity to an entity that is input to the activity."@en ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "hasInput"@en ;
                                 <http://www.w3.org/2004/02/skos/core#scopeNote> "The activity A proper overlaps the entity E, where the non-overlapping part of E causes A."@en .


###  https://w3id.org/ssbd/hasJunctionPart
<https://w3id.org/ssbd/hasJunctionPart> rdf:type owl:ObjectProperty ;
                                        rdfs:subPropertyOf <https://w3id.org/ssbd/hasProperPart> ;
                                        rdf:type owl:AsymmetricProperty ,
                                                 owl:IrreflexiveProperty ;
                                        <http://www.w3.org/2004/02/skos/core#altLabel> "hasSpatioTemporalPart"@en ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "The part is connected with the rest item or members with both hasNext (or its inverse) and hasContact relations."@en ;
                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "hasJunctionPart"@en .


###  https://w3id.org/ssbd/hasMeasurementUnit
<https://w3id.org/ssbd/hasMeasurementUnit> rdf:type owl:ObjectProperty ;
                                           rdfs:subPropertyOf <https://w3id.org/ssbd/hasDescription> ;
                                           rdfs:domain <https://w3id.org/ssbd/Property> ;
                                           <http://www.w3.org/2004/02/skos/core#definition> "Connects a property to its unit."@en ;
                                           <http://www.w3.org/2004/02/skos/core#prefLabel> "hasUnit"@en ;
                                           <http://www.w3.org/2004/02/skos/core#scopeNote> "`ssbd:hasMeasurementUnit` is intended to refer to a unit in an existing unit ontology, like QUDT or EMMO."@en .


###  https://w3id.org/ssbd/hasOutput
<https://w3id.org/ssbd/hasOutput> rdf:type owl:ObjectProperty ;
                                  rdfs:subPropertyOf <https://w3id.org/ssbd/isOvercrossedBy> ;
                                  rdf:type owl:AsymmetricProperty ,
                                           owl:IrreflexiveProperty ;
                                  rdfs:domain <http://www.w3.org/ns/prov#Activity> ;
                                  rdfs:range <http://www.w3.org/ns/prov#Entity> ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "Relates an activity to an entity that is the output of the activity."@en ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "hasOutput"@en ;
                                  <http://www.w3.org/2004/02/skos/core#scopeNote> "The activity A proper overlaps the entity E, where the non-overlapping part of E is caused by A."@en .


###  https://w3id.org/ssbd/hasPart
<https://w3id.org/ssbd/hasPart> rdf:type owl:ObjectProperty ;
                                rdfs:subPropertyOf <http://purl.org/dc/terms/hasPart> ,
                                                   <https://w3id.org/ssbd/overlaps> ;
                                rdf:type owl:ReflexiveProperty ;
                                owl:propertyDisjointWith <https://w3id.org/ssbd/isOvercrossedBy> ;
                                <http://www.w3.org/2004/02/skos/core#definition> "The primitive relation that express the concept of an entity being part of another one."@en ;
                                <http://www.w3.org/2004/02/skos/core#prefLabel> "hasPart"@en ;
                                <http://www.w3.org/2004/02/skos/core#scopeNote> "OWL2 does not allow non-simple (e.g. transitive) properties to appear in disjoint property axioms. We therefore implement the transitivity of hasPart using SWRL rules instead of asserting it with owl:TransitiveProperty."@en .


###  https://w3id.org/ssbd/hasParticipant
<https://w3id.org/ssbd/hasParticipant> rdf:type owl:ObjectProperty ;
                                       rdfs:subPropertyOf <https://w3id.org/ssbd/hasProperPart> ;
                                       rdf:type owl:AsymmetricProperty ,
                                                owl:IrreflexiveProperty ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "The relation between a process and an object participating to it, i.e. that is relevant to the process itself."@en ;
                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "hasParticipant"@en ;
                                       <http://www.w3.org/2004/02/skos/core#scopeNote> "Participation is a parthood relation - you must be part of the process to contribute to it. A participant whose 4D extension is totally contained within the process."@en .


###  https://w3id.org/ssbd/hasProperPart
<https://w3id.org/ssbd/hasProperPart> rdf:type owl:ObjectProperty ;
                                      rdfs:subPropertyOf <https://w3id.org/ssbd/hasPart> ;
                                      rdf:type owl:AsymmetricProperty ,
                                               owl:IrreflexiveProperty ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "The relation between an entity and one of its parts, when both entities are distinct."@en ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "hasProperPart"@en .


###  https://w3id.org/ssbd/hasProperty
<https://w3id.org/ssbd/hasProperty> rdf:type owl:ObjectProperty ;
                                    rdfs:subPropertyOf <https://w3id.org/ssbd/isRepresentedBy> ;
                                    rdfs:range <https://w3id.org/ssbd/Property> ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "Connects a thing to one of its properties."@en ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "hasProperty"@en .


###  https://w3id.org/ssbd/hasSoftware
<https://w3id.org/ssbd/hasSoftware> rdf:type owl:ObjectProperty ;
                                    rdfs:subPropertyOf <https://w3id.org/ssbd/performedBy> ;
                                    rdf:type owl:AsymmetricProperty ,
                                             owl:IrreflexiveProperty ;
                                    rdfs:domain <https://w3id.org/ssbd/Computation> ;
                                    rdfs:range <https://w3id.org/ssbd/Software> ;
                                    <http://www.w3.org/2004/02/skos/core#altLabel> "hasSoftwareAgent"@en ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "Relates a computation to the software used to perform the computation."@en ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "hasSoftware"@en .


###  https://w3id.org/ssbd/hasSpatialPart
<https://w3id.org/ssbd/hasSpatialPart> rdf:type owl:ObjectProperty ;
                                       rdfs:subPropertyOf <https://w3id.org/ssbd/hasProperPart> ;
                                       rdf:type owl:AsymmetricProperty ,
                                                owl:IrreflexiveProperty ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "A proper part of a whole, whose parts always cover the full temporal extension of the whole within a spatial interval."@en ;
                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "hasSpatialPart"@en ;
                                       <http://www.w3.org/2004/02/skos/core#scopeNote> "The part is connected with the rest item or members with hasContact relations only (no hasNext)."@en .


###  https://w3id.org/ssbd/hasSubProcess
<https://w3id.org/ssbd/hasSubProcess> rdf:type owl:ObjectProperty ;
                                      rdfs:subPropertyOf <https://w3id.org/ssbd/hasProperPart> ;
                                      rdf:type owl:AsymmetricProperty ,
                                               owl:IrreflexiveProperty ;
                                      rdfs:domain <https://w3id.org/ssbd/Process> ;
                                      rdfs:range <https://w3id.org/ssbd/Process> ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "The relation between a process and one of its process parts."@en ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "hasSubProcess"@en .


###  https://w3id.org/ssbd/hasTemporalPart
<https://w3id.org/ssbd/hasTemporalPart> rdf:type owl:ObjectProperty ;
                                        rdfs:subPropertyOf <https://w3id.org/ssbd/hasProperPart> ;
                                        rdf:type owl:AsymmetricProperty ,
                                                 owl:IrreflexiveProperty ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "A relation that identify a proper item part of the whole, whose parts always cover the full spatial extension of the whole within a time interval."@en ;
                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "hasTemporalPart"@en ;
                                        <http://www.w3.org/2004/02/skos/core#scopeNote> "A temporal part of an item cannot both cause and be caused by any other proper part of the item."@en .


###  https://w3id.org/ssbd/implementsModel
<https://w3id.org/ssbd/implementsModel> rdf:type owl:ObjectProperty ;
                                        rdfs:subPropertyOf <https://w3id.org/ssbd/standsFor> ;
                                        rdf:type owl:AsymmetricProperty ,
                                                 owl:IrreflexiveProperty ;
                                        rdfs:domain <https://w3id.org/ssbd/Software> ;
                                        rdfs:range <https://w3id.org/ssbd/Model> ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "Relates a software to the model it implements."@en ;
                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "implementsModel"@en ;
                                        <http://www.w3.org/2004/02/skos/core#scopeNote> "Semiotically a software can be seen as an executable sign that stands for the model it implements."@en .


###  https://w3id.org/ssbd/isAfter
<https://w3id.org/ssbd/isAfter> rdf:type owl:ObjectProperty ;
                                rdfs:subPropertyOf <https://w3id.org/ssbd/causedBy> ;
                                rdf:type owl:AsymmetricProperty ,
                                         owl:IrreflexiveProperty ;
                                <http://www.w3.org/2004/02/skos/core#definition> "A one-directional relation between an entity that affects the subject."@en ;
                                <http://www.w3.org/2004/02/skos/core#prefLabel> "isAfter"@en .


###  https://w3id.org/ssbd/isDescriptionOf
<https://w3id.org/ssbd/isDescriptionOf> rdf:type owl:ObjectProperty ;
                                        rdfs:subPropertyOf <https://w3id.org/ssbd/standsFor> ;
                                        owl:inverseOf <https://w3id.org/ssbd/hasDescription> ;
                                        rdfs:domain <https://w3id.org/ssbd/Description> ;
                                        rdfs:range <http://www.w3.org/ns/prov#Entity> ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "Connects a description to an entity."@en ;
                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "isDescriptionOf"@en .


###  https://w3id.org/ssbd/isInterpretedBy
<https://w3id.org/ssbd/isInterpretedBy> rdf:type owl:ObjectProperty ;
                                        rdfs:subPropertyOf <https://w3id.org/ssbd/semiotical> ;
                                        rdfs:domain <https://w3id.org/ssbd/Sign> ;
                                        rdfs:range <https://w3id.org/ssbd/Interpreter> ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "Connects a sign (e.g. a property) to an interpreter."@en ;
                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "isInterpretedBy"@en .


###  https://w3id.org/ssbd/isOvercrossedBy
<https://w3id.org/ssbd/isOvercrossedBy> rdf:type owl:ObjectProperty ;
                                        rdfs:subPropertyOf <https://w3id.org/ssbd/overlaps> ;
                                        rdf:type owl:IrreflexiveProperty ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "The relation between an entity that overlaps another without having it as part."@en ;
                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "isOvercrossedBy"@en .


###  https://w3id.org/ssbd/isPropertyOf
<https://w3id.org/ssbd/isPropertyOf> rdf:type owl:ObjectProperty ;
                                     rdfs:subPropertyOf <https://w3id.org/ssbd/standsFor> ;
                                     owl:inverseOf <https://w3id.org/ssbd/hasProperty> ;
                                     rdfs:domain <https://w3id.org/ssbd/Property> ;
                                     rdfs:range <http://www.w3.org/ns/prov#Entity> ;
                                     <http://www.w3.org/2004/02/skos/core#definition> "Connects a property to an entity."@en ;
                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "isPropertyOf"@en .


###  https://w3id.org/ssbd/isRepresentedBy
<https://w3id.org/ssbd/isRepresentedBy> rdf:type owl:ObjectProperty ;
                                        rdfs:subPropertyOf <https://w3id.org/ssbd/semiotical> ;
                                        rdfs:domain <http://www.w3.org/ns/prov#Entity> ;
                                        rdfs:range <https://w3id.org/ssbd/Sign> ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "Connects an entity to a sign that stands for the entity."@en ;
                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "isRepresentedBy"@en .


###  https://w3id.org/ssbd/isSubmoduleOf
<https://w3id.org/ssbd/isSubmoduleOf> rdf:type owl:ObjectProperty ;
                                      rdfs:subPropertyOf <https://w3id.org/ssbd/parthood> ,
                                                         [ owl:inverseOf <https://w3id.org/ssbd/hasProperPart>
                                                         ] ;
                                      rdf:type owl:AsymmetricProperty ,
                                               owl:IrreflexiveProperty ;
                                      rdfs:domain <https://w3id.org/ssbd/Software> ;
                                      rdfs:range <https://w3id.org/ssbd/Software> ;
                                      <http://www.w3.org/2004/02/skos/core#altLabel> "isSoftwareSubmoduleOf"@en ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "A parthood relation that relates a submodule of a software to the software."@en ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "isSubmoduleOf"@en .


###  https://w3id.org/ssbd/nonOverlaps
<https://w3id.org/ssbd/nonOverlaps> rdf:type owl:ObjectProperty ;
                                    rdfs:subPropertyOf <https://w3id.org/ssbd/parthood> ;
                                    rdf:type owl:SymmetricProperty ,
                                             owl:IrreflexiveProperty ;
                                    owl:propertyDisjointWith <https://w3id.org/ssbd/overlaps> ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "The relation between two individuals that does not share any parts."@en ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "nonOverlaps"@en .


###  https://w3id.org/ssbd/overlaps
<https://w3id.org/ssbd/overlaps> rdf:type owl:ObjectProperty ;
                                 rdfs:subPropertyOf <https://w3id.org/ssbd/parthood> ;
                                 rdf:type owl:SymmetricProperty ,
                                          owl:ReflexiveProperty ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "The relation between two individuals representing entities that share at least one of their parts."@en ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "overlaps"@en .


###  https://w3id.org/ssbd/parthood
<https://w3id.org/ssbd/parthood> rdf:type owl:ObjectProperty ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "The root of SSbD parthood relations."@en ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "parthood"@en ;
                                 <http://www.w3.org/2004/02/skos/core#scopeNote> "The SSbD parthood relations adhere to Atomistic General Extensional Mereology (AGEM)."@en .


###  https://w3id.org/ssbd/participatesTo
<https://w3id.org/ssbd/participatesTo> rdf:type owl:ObjectProperty ;
                                       rdfs:subPropertyOf <https://w3id.org/ssbd/isOvercrossedBy> ;
                                       rdf:type owl:AsymmetricProperty ,
                                                owl:IrreflexiveProperty ;
                                       rdfs:domain <http://www.w3.org/ns/prov#Entity> ;
                                       rdfs:range <http://www.w3.org/ns/prov#Activity> ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "Relation an entity to an activity that it interacts with."@en ;
                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "participatesTo"@en ;
                                       <http://www.w3.org/2004/02/skos/core#scopeNote> "The entity through overlaps the activity."@en .


###  https://w3id.org/ssbd/performedBy
<https://w3id.org/ssbd/performedBy> rdf:type owl:ObjectProperty ;
                                    rdfs:subPropertyOf <https://w3id.org/ssbd/wasAssociatedWith> ,
                                                       [ owl:inverseOf <https://w3id.org/ssbd/participatesTo>
                                                       ] ;
                                    rdf:type owl:AsymmetricProperty ,
                                             owl:IrreflexiveProperty ;
                                    rdfs:range <https://w3id.org/emmo/hume#IntentionalAgent> ;
                                    <http://www.w3.org/2004/02/skos/core#altLabel> "hasIntentionalAgent"@en ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "Relates an activity to an intentional agent that drives the process."@en ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "performedBy"@en .


###  https://w3id.org/ssbd/performedWith
<https://w3id.org/ssbd/performedWith> rdf:type owl:ObjectProperty ;
                                      rdfs:subPropertyOf <https://w3id.org/ssbd/wasAssociatedWith> ,
                                                         [ owl:inverseOf <https://w3id.org/ssbd/participatesTo>
                                                         ] ;
                                      rdf:type owl:AsymmetricProperty ,
                                               owl:IrreflexiveProperty ;
                                      rdfs:range <https://w3id.org/emmo/hume#UnintentionalAgent> ;
                                      <http://www.w3.org/2004/02/skos/core#altLabel> "hasUnintentionalAgent"@en ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "Relates an activity to an unintentional agent that drives the process."@en ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "performedWith"@en .


###  https://w3id.org/ssbd/priorRelease
<https://w3id.org/ssbd/priorRelease> rdf:type owl:ObjectProperty ;
                                     rdfs:subPropertyOf <https://w3id.org/ssbd/causedBy> ;
                                     rdf:type owl:AsymmetricProperty ,
                                              owl:IrreflexiveProperty ;
                                     rdfs:domain <https://w3id.org/ssbd/Software> ;
                                     rdfs:range <https://w3id.org/ssbd/Software> ;
                                     <http://www.w3.org/2004/02/skos/core#definition> "Direct relation that relates a software to the most resent earlier release of the software."@en ;
                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "priorRelease"@en ;
                                     <http://www.w3.org/2004/02/skos/core#scopeNote> "Useful for tracking the provenance of software releases."@en .


###  https://w3id.org/ssbd/processedFrom
<https://w3id.org/ssbd/processedFrom> rdf:type owl:ObjectProperty ;
                                      rdfs:subPropertyOf <https://w3id.org/ssbd/isAfter> ;
                                      rdf:type owl:AsymmetricProperty ,
                                               owl:IrreflexiveProperty ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "Indirect relation that relates the output of an activity to its input."@en ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "processedFrom"@en .


###  https://w3id.org/ssbd/semiotical
<https://w3id.org/ssbd/semiotical> rdf:type owl:ObjectProperty ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "The base of all semiotic relations."@en ;
                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "semiotical"@en ;
                                   <http://www.w3.org/2004/02/skos/core#scopeNote> "Semiotic relations can be seen as shortcuts that replaces a series of complex causal relations with a single relation."@en ,
                                                                                   "Semiotic relations take part in a triadic semiotic meaning-making process, where an 'interpreter' connects a 'sign' (e.g. a property) to an entity (called 'referent')."@en ,
                                                                                   "The semiotic relations in the SSbD Core Ontology are inspirred by EMMO, which in turn is based on the semiotic theory by Charles Sanders Peirce (1839-1914)."@en .


###  https://w3id.org/ssbd/standsFor
<https://w3id.org/ssbd/standsFor> rdf:type owl:ObjectProperty ;
                                  rdfs:subPropertyOf <https://w3id.org/ssbd/semiotical> ;
                                  owl:inverseOf <https://w3id.org/ssbd/isRepresentedBy> ;
                                  rdfs:domain <https://w3id.org/ssbd/Sign> ;
                                  rdfs:range <http://www.w3.org/ns/prov#Entity> ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "Connects a sign (e.g. a property) to an entity (a 'referent')."@en ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "standsFor"@en .


###  https://w3id.org/ssbd/tierLevel
<https://w3id.org/ssbd/tierLevel> rdf:type owl:ObjectProperty ;
                                  rdfs:subPropertyOf <https://w3id.org/ssbd/hasProperty> ;
                                  rdfs:domain <http://www.w3.org/ns/prov#Entity> ;
                                  rdfs:range <https://w3id.org/ssbd/TierLevel> ;
                                  <http://purl.org/vocab/vann/usageNote> "Should be one of: ssbd:tierlevel1 (ideation/design), ssbd:tierlevel2 (lab phase/development), ssbd:tierlevel3 (up-scaling/production)"@en ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "Relate an entity to an SSbD tier level."@en ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "tierLevel"@en .


###  https://w3id.org/ssbd/used
<https://w3id.org/ssbd/used> rdf:type owl:ObjectProperty ;
                             rdfs:subPropertyOf <http://www.w3.org/ns/prov#used> ,
                                                <https://w3id.org/ssbd/hasInput> ;
                             rdf:type owl:AsymmetricProperty ,
                                      owl:IrreflexiveProperty ;
                             rdfs:domain <http://www.w3.org/ns/prov#Activity> ;
                             rdfs:range <http://www.w3.org/ns/prov#Entity> ;
                             <http://www.w3.org/2004/02/skos/core#definition> "Relates an activity to an entity that it used."@en ;
                             <http://www.w3.org/2004/02/skos/core#example> "For example, :baking :used :spoon, :egg, :oven ." ;
                             <http://www.w3.org/2004/02/skos/core#prefLabel> "used"@en ;
                             <http://www.w3.org/2004/02/skos/core#scopeNote> "The activity A proper overlaps the entity E, where the non-overlapping part of E causes A."@en .


###  https://w3id.org/ssbd/wasAssociatedWith
<https://w3id.org/ssbd/wasAssociatedWith> rdf:type owl:ObjectProperty ;
                                          rdfs:subPropertyOf <http://www.w3.org/ns/prov#wasAssociatedWith> ,
                                                             <https://w3id.org/ssbd/isOvercrossedBy> ;
                                          rdf:type owl:AsymmetricProperty ,
                                                   owl:IrreflexiveProperty ;
                                          rdfs:domain <http://www.w3.org/ns/prov#Activity> ;
                                          rdfs:range <http://www.w3.org/ns/prov#Agent> ;
                                          <http://www.w3.org/2004/02/skos/core#definition> "Relates an activity to an agent that had some (unspecified) responsibility for the occurence of this activity."@en ;
                                          <http://www.w3.org/2004/02/skos/core#prefLabel> "wasAssociatedWith"@en ;
                                          <http://www.w3.org/2004/02/skos/core#scopeNote> "The activity is through overlapped by the agent."@en .


###  https://w3id.org/ssbd/wasAttributedTo
<https://w3id.org/ssbd/wasAttributedTo> rdf:type owl:ObjectProperty ;
                                        rdfs:subPropertyOf <http://www.w3.org/ns/prov#wasAttributedTo> ,
                                                           <https://w3id.org/ssbd/causedBy> ;
                                        rdf:type owl:AsymmetricProperty ,
                                                 owl:IrreflexiveProperty ;
                                        rdfs:domain <http://www.w3.org/ns/prov#Entity> ;
                                        rdfs:range <http://www.w3.org/ns/prov#Agent> ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "Relates an entity to an agent via an activity that both the entity and agent participates to."@en ;
                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "wasAttributedTo"@en ;
                                        <http://www.w3.org/2004/02/skos/core#scopeNote> "The activity is through overlapped by the agent and overcrossed by the entity."@en .


###  https://w3id.org/ssbd/wasDerivedBy
<https://w3id.org/ssbd/wasDerivedBy> rdf:type owl:ObjectProperty ;
                                     rdfs:subPropertyOf <http://www.w3.org/ns/prov#wasDerivedBy> ,
                                                        <https://w3id.org/ssbd/processedFrom> ;
                                     rdf:type owl:AsymmetricProperty ,
                                              owl:IrreflexiveProperty ;
                                     rdfs:domain <http://www.w3.org/ns/prov#Entity> ;
                                     rdfs:range <http://www.w3.org/ns/prov#Entity> ;
                                     <http://www.w3.org/2004/02/skos/core#definition> "Indirect relation that relates the output entity of an activity to its input entity."@en ;
                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "wasDerivedBy"@en .


###  https://w3id.org/ssbd/wasGeneratedBy
<https://w3id.org/ssbd/wasGeneratedBy> rdf:type owl:ObjectProperty ;
                                       rdfs:subPropertyOf <http://www.w3.org/ns/prov#wasGeneratedBy> ,
                                                          <https://w3id.org/ssbd/isOvercrossedBy> ,
                                                          [ owl:inverseOf <https://w3id.org/ssbd/hasOutput>
                                                          ] ;
                                       rdf:type owl:AsymmetricProperty ,
                                                owl:IrreflexiveProperty ;
                                       rdfs:domain <http://www.w3.org/ns/prov#Entity> ;
                                       rdfs:range <http://www.w3.org/ns/prov#Activity> ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "Relates an entity to the activity it was generated from."@en ;
                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "wasGeneratedBy"@en ;
                                       <http://www.w3.org/2004/02/skos/core#scopeNote> "The activity A proper overlaps the entity E, where the non-overlapping part of E is caused by A."@en .


###  https://w3id.org/ssbd/wasInformedBy
<https://w3id.org/ssbd/wasInformedBy> rdf:type owl:ObjectProperty ;
                                      rdfs:subPropertyOf <http://www.w3.org/ns/prov#wasInformedBy> ,
                                                         <https://w3id.org/ssbd/isAfter> ;
                                      rdf:type owl:AsymmetricProperty ,
                                               owl:IrreflexiveProperty ;
                                      rdfs:domain <http://www.w3.org/ns/prov#Activity> ;
                                      rdfs:range <http://www.w3.org/ns/prov#Activity> ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "A one-directional relation between an activity that affects the subject activity."@en ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "wasInformedBy"@en .


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

###  https://w3id.org/ssbd/hasAPI
<https://w3id.org/ssbd/hasAPI> rdf:type owl:DatatypeProperty ;
                               rdfs:domain <https://w3id.org/ssbd/Software> ;
                               rdfs:range xsd:boolean ;
                               <http://www.w3.org/2004/02/skos/core#definition> "Whether the software has an API."@en ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "hasAPI"@en .


###  https://w3id.org/ssbd/hasDataValue
<https://w3id.org/ssbd/hasDataValue> rdf:type owl:DatatypeProperty ;
                                     rdfs:domain <https://w3id.org/ssbd/Data> ;
                                     <http://www.w3.org/2004/02/skos/core#definition> "Relates a data individual to its literal value."@en ;
                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "hasDataValue"@en .


###  https://w3id.org/ssbd/hasGUI
<https://w3id.org/ssbd/hasGUI> rdf:type owl:DatatypeProperty ;
                               rdfs:domain <https://w3id.org/ssbd/Software> ;
                               rdfs:range xsd:boolean ;
                               <http://www.w3.org/2004/02/skos/core#definition> "Whether the software has a GUI."@en ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "hasGUI"@en .


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

###  http://purl.org/dc/terms/RightsStatement
<http://purl.org/dc/terms/RightsStatement> rdf:type owl:Class ;
                                           rdfs:subClassOf <http://xmlns.com/foaf/0.1/Document> .


###  http://www.w3.org/ns/dcat#Resource
<http://www.w3.org/ns/dcat#Resource> rdf:type owl:Class ;
                                     rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> .


###  http://www.w3.org/ns/prov#Activity
<http://www.w3.org/ns/prov#Activity> rdf:type owl:Class .


###  http://www.w3.org/ns/prov#Agent
<http://www.w3.org/ns/prov#Agent> rdf:type owl:Class ;
                                  rdfs:subClassOf <http://xmlns.com/foaf/0.1/Agent> .


###  http://www.w3.org/ns/prov#Entity
<http://www.w3.org/ns/prov#Entity> rdf:type owl:Class .


###  http://xmlns.com/foaf/0.1/Agent
<http://xmlns.com/foaf/0.1/Agent> rdf:type owl:Class .


###  http://xmlns.com/foaf/0.1/Document
<http://xmlns.com/foaf/0.1/Document> rdf:type owl:Class ;
                                     rdfs:subClassOf <https://w3id.org/ssbd/Data> .


###  http://xmlns.com/foaf/0.1/Organization
<http://xmlns.com/foaf/0.1/Organization> rdf:type owl:Class ;
                                         rdfs:subClassOf <https://w3id.org/ssbd/Object> .


###  http://xmlns.com/foaf/0.1/Person
<http://xmlns.com/foaf/0.1/Person> rdf:type owl:Class ;
                                   rdfs:subClassOf <https://w3id.org/ssbd/Object> .


###  http://xmlns.com/foaf/0.1/Project
<http://xmlns.com/foaf/0.1/Project> rdf:type owl:Class ;
                                    rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> .


###  https://w3id.org/emmo/domain/datamodel#DataModel
<https://w3id.org/emmo/domain/datamodel#DataModel> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/ssbd/Data> .


###  https://w3id.org/emmo/hume#ChemicalEntity
<https://w3id.org/emmo/hume#ChemicalEntity> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://w3id.org/ssbd/Matter> .


###  https://w3id.org/emmo/hume#IntentionalAgent
<https://w3id.org/emmo/hume#IntentionalAgent> rdf:type owl:Class ;
                                              rdfs:subClassOf <http://www.w3.org/ns/prov#Agent> .


###  https://w3id.org/emmo/hume#Substance
<https://w3id.org/emmo/hume#Substance> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/ssbd/Matter> .


###  https://w3id.org/emmo/hume#UnintentionalAgent
<https://w3id.org/emmo/hume#UnintentionalAgent> rdf:type owl:Class ;
                                                rdfs:subClassOf <http://www.w3.org/ns/prov#Agent> .


###  https://w3id.org/ssbd/Assessment
<https://w3id.org/ssbd/Assessment> rdf:type owl:Class ;
                                   rdfs:subClassOf <https://w3id.org/ssbd/Process> ,
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty <https://w3id.org/ssbd/assesses> ;
                                                     owl:someValuesFrom <https://w3id.org/ssbd/Indicator>
                                                   ] ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "The process of evaluating the quality, performance, impact or other properties of a substance, product, or process."@en ;
                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "Assessment"@en .


###  https://w3id.org/ssbd/BooleanData
<https://w3id.org/ssbd/BooleanData> rdf:type owl:Class ;
                                    rdfs:subClassOf <https://w3id.org/ssbd/SymbolicData> ;
                                    rdfs:seeAlso <https://www.w3.org/TR/xmlschema11-2/#boolean> ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "A symbolic data representing a boolean number."@en ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "BooleanData"@en .


###  https://w3id.org/ssbd/ByteData
<https://w3id.org/ssbd/ByteData> rdf:type owl:Class ;
                                 rdfs:subClassOf <https://w3id.org/ssbd/ShortData> ;
                                 rdfs:seeAlso <https://www.w3.org/TR/xmlschema11-2/#byte> ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "A data representing a 8-bit integer number."@en ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "ByteData"@en .


###  https://w3id.org/ssbd/Computation
<https://w3id.org/ssbd/Computation> rdf:type owl:Class ;
                                    rdfs:subClassOf <https://w3id.org/ssbd/Process> ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "A process that deals with quantitative symbols (i.e. symbols associated with a quantitative oriented language)."@en ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Computation"@en .


###  https://w3id.org/ssbd/ComputationalTool
<https://w3id.org/ssbd/ComputationalTool> rdf:type owl:Class ;
                                          rdfs:subClassOf <https://w3id.org/ssbd/Software> ;
                                          <http://www.w3.org/2004/02/skos/core#definition> "A software that performs a computation."@en ;
                                          <http://www.w3.org/2004/02/skos/core#example> "Gromacs is a computational tool that solves Newton's equations of motion."@en ;
                                          <http://www.w3.org/2004/02/skos/core#prefLabel> "ComputationalTool"@en .


###  https://w3id.org/ssbd/Data
<https://w3id.org/ssbd/Data> rdf:type owl:Class ;
                             rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> ;
                             <http://www.w3.org/2004/02/skos/core#definition> "Contrast from variation of properties that is encoded by an agent and that can be decoded by another agent according to a specific rule."@en ;
                             <http://www.w3.org/2004/02/skos/core#prefLabel> "Data"@en .


###  https://w3id.org/ssbd/Dataset
<https://w3id.org/ssbd/Dataset> rdf:type owl:Class ;
                                rdfs:subClassOf <https://w3id.org/ssbd/Data> ,
                                                [ rdf:type owl:Restriction ;
                                                  owl:onProperty <https://w3id.org/ssbd/hasPart> ;
                                                  owl:someValuesFrom <https://w3id.org/ssbd/Datum>
                                                ] ;
                                <http://purl.org/vocab/vann/usageNote> "A collection of (more than one) datum, 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#definition> "Encoded data made of more than one datum."@en ;
                                <http://www.w3.org/2004/02/skos/core#prefLabel> "Dataset"@en .


###  https://w3id.org/ssbd/DateData
<https://w3id.org/ssbd/DateData> rdf:type owl:Class ;
                                 rdfs:subClassOf <https://w3id.org/ssbd/SymbolicData> ;
                                 rdfs:seeAlso <https://www.w3.org/TR/xmlschema11-2/#date> ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "A symbolic data representing date. Format: YYYY-MM-DD (followed by an optional time zone offset, e.g. +01:00 for Central Europe)."@en ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "DateData"@en .


###  https://w3id.org/ssbd/DateTimeData
<https://w3id.org/ssbd/DateTimeData> rdf:type owl:Class ;
                                     rdfs:subClassOf <https://w3id.org/ssbd/SymbolicData> ;
                                     rdfs:seeAlso <https://www.w3.org/TR/xmlschema11-2/#dateTime> ;
                                     <http://www.w3.org/2004/02/skos/core#definition> "A symbolic data representing datetime. Format: YYYY-MM-DDThh:mm:ss (followed by an optional time zone offset, e.g. +01:00 for Central Europe)."@en ;
                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "DateTimeData"@en .


###  https://w3id.org/ssbd/Datum
<https://w3id.org/ssbd/Datum> rdf:type owl:Class ;
                              rdfs:subClassOf <https://w3id.org/ssbd/Data> ;
                              <http://purl.org/vocab/vann/usageNote> "Datum is the building block of datasets."@en ;
                              <http://www.w3.org/2004/02/skos/core#definition> "A self-consistent encoded data entity."@en ;
                              <http://www.w3.org/2004/02/skos/core#prefLabel> "Datum"@en .


###  https://w3id.org/ssbd/Description
<https://w3id.org/ssbd/Description> rdf:type owl:Class ;
                                    rdfs:subClassOf <https://w3id.org/ssbd/Sign> ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "A collection of properties that depicts an object."@en ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Description"@en ;
                                    <http://www.w3.org/2004/02/skos/core#scopeNote> "A description is not atomic in the sense that it is made of more than one property."@en .


###  https://w3id.org/ssbd/DomainOfApplicabilityStatus
<https://w3id.org/ssbd/DomainOfApplicabilityStatus> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/ssbd/Property> ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "A result of a model or software indicating whether an input is within the applicability domain of the model or software. Applicability domain refers to the range of conditions and limitations within which a model can be reliably applied. It is a critical factor in determining the accuracy and validity of a model, as it defines the scope of its predictions and identifies potential sources of uncertainty. The process of defining the applicability domain involves assessing the model's performance under different conditions and establishing the boundaries of its predictive capabilities."@en ;
                                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "DomainOfApplicabilityStatus"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#scopeNote> "It should take one of the following values: ssbd:undefined; ssbd:outOfDomain; ssbd:inDomain."@en .


###  https://w3id.org/ssbd/DoubleData
<https://w3id.org/ssbd/DoubleData> rdf:type owl:Class ;
                                   rdfs:subClassOf <https://w3id.org/ssbd/NumericalData> ;
                                   rdfs:seeAlso <https://www.w3.org/TR/xmlschema11-2/#double> ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "A symbolic data representing a 64-bit floating point numbers incl. ±Inf, ±0, NaN."@en ;
                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "DoubleData"@en .


###  https://w3id.org/ssbd/FloatData
<https://w3id.org/ssbd/FloatData> rdf:type owl:Class ;
                                  rdfs:subClassOf <https://w3id.org/ssbd/NumericalData> ;
                                  rdfs:seeAlso <https://www.w3.org/TR/xmlschema11-2/#float> ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "A symbolic data representing a 32-bit floating point numbers incl. ±Inf, ±0, NaN."@en ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "FloatData"@en .


###  https://w3id.org/ssbd/Indicator
<https://w3id.org/ssbd/Indicator> rdf:type owl:Class ;
                                  rdfs:subClassOf <https://w3id.org/ssbd/Property> ;
                                  <http://www.w3.org/2004/02/skos/core#altLabel> "Descriptor"@en ,
                                                                                 "EndPoint"@en ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "A property that provides information about the state of a system. It simplifies complex realities into measurable values that can guide decisions."@en ;
                                  <http://www.w3.org/2004/02/skos/core#example> "For a computation is an indicator a specific property/datum that is provided in the output."@en ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "Indicator"@en ;
                                  <http://www.w3.org/2004/02/skos/core#scopeNote> """A precisely defined variable intended to reflect an outcome of interest that is statistically analyzed to address a particular research question. A precise definition of an endpoint typically specifies the type of assessments made, the timing of those assessments, the assessment tools used, and possibly other details, as applicable, such as how multiple assessments within an individual are to be combined.

-- National Library of Medicine, https://www.ncbi.nlm.nih.gov/books/NBK338448/
"""@en .


###  https://w3id.org/ssbd/Information
<https://w3id.org/ssbd/Information> rdf:type owl:Class ;
                                    rdfs:subClassOf <https://w3id.org/ssbd/Data> ,
                                                    <https://w3id.org/ssbd/Sign> ;
                                    rdfs:isDefinedBy "Luciano Floridi, Information - A Very Short Introduction, Oxford University Press (2010) ISBN: 9780199551378"@en ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "Data with meaning (semiotic sign)."@en ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Information"@en .


###  https://w3id.org/ssbd/IntData
<https://w3id.org/ssbd/IntData> rdf:type owl:Class ;
                                rdfs:subClassOf <https://w3id.org/ssbd/LongData> ;
                                rdfs:seeAlso <https://www.w3.org/TR/xmlschema11-2/#int> ;
                                <http://www.w3.org/2004/02/skos/core#definition> "A data representing a 32-bit integer number."@en ;
                                <http://www.w3.org/2004/02/skos/core#prefLabel> "IntData"@en .


###  https://w3id.org/ssbd/IntegerData
<https://w3id.org/ssbd/IntegerData> rdf:type owl:Class ;
                                    rdfs:subClassOf <https://w3id.org/ssbd/NumericalData> ;
                                    rdfs:seeAlso <https://www.w3.org/TR/xmlschema11-2/#integer> ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "A data representing an arbritrary sized integer number."@en ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "IntegerData"@en .


###  https://w3id.org/ssbd/Interpreter
<https://w3id.org/ssbd/Interpreter> rdf:type owl:Class ;
                                    rdfs:subClassOf <http://www.w3.org/ns/prov#Agent> ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "The agent that connects the sign to an entity in a semiotic (meaning-making) process."@en ;
                                    <http://www.w3.org/2004/02/skos/core#example> "A person (interpreter) that measures the length (sign) of an pencil (object)."@en ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Interpreter"@en .


###  https://w3id.org/ssbd/LongData
<https://w3id.org/ssbd/LongData> rdf:type owl:Class ;
                                 rdfs:subClassOf <https://w3id.org/ssbd/IntegerData> ;
                                 rdfs:seeAlso <https://www.w3.org/TR/xmlschema11-2/#long> ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "A data representing a 64-bit integer number."@en ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "LongData"@en .


###  https://w3id.org/ssbd/MaterialProcess
<https://w3id.org/ssbd/MaterialProcess> rdf:type owl:Class ;
                                        rdfs:subClassOf <https://w3id.org/ssbd/Process> ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "A process that has material as input and output."@en ;
                                        <http://www.w3.org/2004/02/skos/core#prefLabel> "MaterialProcess"@en .


###  https://w3id.org/ssbd/Matter
<https://w3id.org/ssbd/Matter> rdf:type owl:Class ;
                               rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> ;
                               <http://www.w3.org/2004/02/skos/core#definition> "An entity that possess mass and occupies volume."@en ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Matter"@en ;
                               <http://www.w3.org/2004/02/skos/core#scopeNote> "From the definition it follows that matter is an object with fermionic parts."@en ,
                                                                               """The interpretation of the term \"matter\" is not univocal. Several concepts are labelled with this term, depending on the field of science. The concept mass is sometimes related to the term \"matter\", even if the former refers to a physical quantity (precisely defined by modern physics) while the latter is a type that qualifies a physical entity.
It is possible to identify more than one concept that can be reasonably labelled with the term \"matter\". For example, it is possible to label as matter only the entities that are made up of atoms. Or more generally, we can be more fine-grained and call \"matter\" the entities that are made up of protons, neutrons or electrons, so that we can call matter also a neutron radiation or a cathode ray.
A more fundamental approach taken here, considers matter as entities that are made of quarks and leptons, without excluding particles like the W and Z bosons that possess some mass, but are not fermions. This definition also include antimatter."""@en .


###  https://w3id.org/ssbd/Measurement
<https://w3id.org/ssbd/Measurement> rdf:type owl:Class ;
                                    rdfs:subClassOf <https://w3id.org/ssbd/Process> ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "An observation that results in a quantitative comparison of a 'property' of an 'object' with a standard reference based on a well defined mesurement procedure."@en ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Measurement"@en .


###  https://w3id.org/ssbd/Model
<https://w3id.org/ssbd/Model> rdf:type owl:Class ;
                              rdfs:subClassOf <https://w3id.org/ssbd/Sign> ;
                              <http://www.w3.org/2004/02/skos/core#definition> "A useful simplified description of a selected part of the world."@en ;
                              <http://www.w3.org/2004/02/skos/core#example> """Newton's law of motion is a model for how a body will move when subjected to forces.
A mouse can be seen as a model for a human (e.g. in medicine).
An architectural floor plan is a model of a house.
"""@en ;
                              <http://www.w3.org/2004/02/skos/core#prefLabel> "Model"@en ;
                              <http://www.w3.org/2004/02/skos/core#scopeNote> "A model is a sign that resembles or imitates an object, in shape, function or by sharing a similar logical structure."@en .


###  https://w3id.org/ssbd/NumericalData
<https://w3id.org/ssbd/NumericalData> rdf:type owl:Class ;
                                      rdfs:subClassOf <https://w3id.org/ssbd/SymbolicData> ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "A symbolic data representing a numerical value."@en ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "NumericalData"@en .


###  https://w3id.org/ssbd/Object
<https://w3id.org/ssbd/Object> rdf:type owl:Class ;
                               rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> ;
                               <http://www.w3.org/2004/02/skos/core#altLabel> "Continuant"@en ,
                                                                              "Endurant"@en ;
                               <http://www.w3.org/2004/02/skos/core#definition> "An entity that has a temporal extension."@en ;
                               <http://www.w3.org/2004/02/skos/core#prefLabel> "Object"@en ;
                               <http://www.w3.org/2004/02/skos/core#scopeNote> "Object individals will typically also be an individual of 'Matter'. However, when categorising something as an 'Object', the focus is on its existence (throughout one of more processes), while 'Matter' focuses on that it pocess mass and takes up volume and how it can further be categorised as "@en ,
                                                                               "Object is the class of all individuals who's temporal parts are of the same type as the whole."@en .


###  https://w3id.org/ssbd/Participant
<https://w3id.org/ssbd/Participant> rdf:type owl:Class ;
                                    rdfs:subClassOf <http://www.w3.org/ns/prov#Agent> ,
                                                    <https://w3id.org/ssbd/Object> ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "An object that participates to a process."@en ;
                                    <http://www.w3.org/2004/02/skos/core#example> "A student during an examination. The student exists both before and after the examination."@en ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "Participant"@en ;
                                    <http://www.w3.org/2004/02/skos/core#scopeNote> "Mereologically participation means that the object is a spatial part of the process."@en .


###  https://w3id.org/ssbd/Process
<https://w3id.org/ssbd/Process> rdf:type owl:Class ;
                                rdfs:subClassOf <http://www.w3.org/ns/prov#Activity> ;
                                <http://www.w3.org/2004/02/skos/core#altLabel> "Occurent"@en ,
                                                                               "Perdurant"@en ;
                                <http://www.w3.org/2004/02/skos/core#definition> "An activity with temporal parts."@en ;
                                <http://www.w3.org/2004/02/skos/core#prefLabel> "Process"@en ;
                                <http://www.w3.org/2004/02/skos/core#scopeNote> "The temporal parts of a process are not of the same type as the process itself."@en .


###  https://w3id.org/ssbd/Profiler
<https://w3id.org/ssbd/Profiler> rdf:type owl:Class ;
                                 rdfs:subClassOf <https://w3id.org/ssbd/Software> ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "A software that identify the affiliation of the target chemical(s) to preliminary defined categories (functional groups/alerts)."@en ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Profiler"@en ;
                                 <http://www.w3.org/2004/02/skos/core#scopeNote> "The outcome of the profiling determines the most appropriate way to search for analogues, but they are also useful for preliminary screening or prioritization of substances."@en .


###  https://w3id.org/ssbd/Property
<https://w3id.org/ssbd/Property> rdf:type owl:Class ;
                                 rdfs:subClassOf <https://w3id.org/ssbd/Sign> ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "An \"atomic\" sign that stands for a characteristic of an object that can be observed or detected in a semiotic process."@en ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Property"@en ;
                                 <http://www.w3.org/2004/02/skos/core#scopeNote> "A property is atomic in the sense that is aimed to deliver one and one only aspect of the object."@en .


###  https://w3id.org/ssbd/QSARModel
<https://w3id.org/ssbd/QSARModel> rdf:type owl:Class .


###  https://w3id.org/ssbd/QSARSoftware
<https://w3id.org/ssbd/QSARSoftware> rdf:type owl:Class ;
                                     rdfs:subClassOf <https://w3id.org/ssbd/Software> ,
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty <https://w3id.org/ssbd/implementsModel> ;
                                                       owl:someValuesFrom <https://w3id.org/ssbd/QSARModel>
                                                     ] ;
                                     <http://www.w3.org/2004/02/skos/core#definition> "A software implementing a QSAR model."@en ;
                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "QSARSoftware"@en .


###  https://w3id.org/ssbd/ReliabilityDocument
<https://w3id.org/ssbd/ReliabilityDocument> rdf:type owl:Class ;
                                            rdfs:subClassOf <http://xmlns.com/foaf/0.1/Document> ;
                                            <http://purl.org/vocab/vann/usageNote> "xxx"@en ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "xxx"@en ;
                                            <http://www.w3.org/2004/02/skos/core#prefLabel> "ReliabilityDocument"@en .


###  https://w3id.org/ssbd/SSbDAssessment
<https://w3id.org/ssbd/SSbDAssessment> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/ssbd/Assessment> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <https://w3id.org/ssbd/assesses> ;
                                                         owl:someValuesFrom <https://w3id.org/ssbd/SSbDDimension>
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty <https://w3id.org/ssbd/hasPart> ;
                                                         owl:someValuesFrom <https://w3id.org/ssbd/SpecifiedAssessment>
                                                       ] ;
                                       rdfs:altLabel "SSbD Assessment"@en ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "An assessment of the safety and sustainability of chemicals and materials across their life cycle. Assesses one or more ssbd dimension, through one ore more SSbDSpecifiedAssessments"@en ;
                                       <http://www.w3.org/2004/02/skos/core#prefLabel> "SSbDAssessment"@en .


###  https://w3id.org/ssbd/SSbDDimension
<https://w3id.org/ssbd/SSbDDimension> rdf:type owl:Class ;
                                      rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> ;
                                      <http://purl.org/dc/terms/source> "https://www.oecd.org/content/dam/oecd/en/publications/reports/2022/10/sustainability-and-safe-and-sustainable-by-design-working-descriptions-for-the-safer-innovation-approach_1ba68750/a9a80171-en.pdf" ;
                                      <http://www.w3.org/2004/02/skos/core#altLabel> "Safe and Sustainable by Design Dimension" ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "Safe and sustainable by design (SSbD) can be described as an approach that focuses on providing a function (or service), while avoiding onerous environmental footprints and chemical properties that may be harmful to human health or the environment.  In essence, the SSbD approach aims to identifying and minimizing, at an early phase of the innovation process, the impacts concerning safety for humans and the environment and for sustainability, minimizing the environmental footprint, in particular regarding climate change and resource use and, protecting ecosystems and biodiversity, taking a lifecycle perspective. The SSbD approach addresses the safety and sustainability of the material/ chemical/ product and associated processes along the whole life cycle, including all the steps of the research and development (R&D) phase, production, use, recycling, and disposal."@en ;
                                      <http://www.w3.org/2004/02/skos/core#prefLabel> "SSbDDimension"@en ;
                                      <http://www.w3.org/2004/02/skos/core#scopeNote> "The superclass of all dimensions relevant for SSbD assessments." .


###  https://w3id.org/ssbd/ShortData
<https://w3id.org/ssbd/ShortData> rdf:type owl:Class ;
                                  rdfs:subClassOf <https://w3id.org/ssbd/IntData> ;
                                  rdfs:seeAlso <https://www.w3.org/TR/xmlschema11-2/#short> ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "A data representing a 16-bit integer number."@en ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "ShortData"@en .


###  https://w3id.org/ssbd/Sign
<https://w3id.org/ssbd/Sign> rdf:type owl:Class ;
                             rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> ;
                             <http://www.w3.org/2004/02/skos/core#definition> "A sign that stands for an entity."@en ;
                             <http://www.w3.org/2004/02/skos/core#prefLabel> "Sign"@en ;
                             <http://www.w3.org/2004/02/skos/core#scopeNote> "A sign is a part of a triadic semiotic (meaning-making) process, where an 'interpreter' connects a 'sign' to an entity (called 'referent')."@en .


###  https://w3id.org/ssbd/Software
<https://w3id.org/ssbd/Software> rdf:type owl:Class ;
                                 rdfs:subClassOf <https://w3id.org/ssbd/Data> ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "All or part of the programs, procedures, rules, and associated documentation of an information processing system."@en ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Software"@en .


###  https://w3id.org/ssbd/SpecifiedAssessment
<https://w3id.org/ssbd/SpecifiedAssessment> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://w3id.org/ssbd/Assessment> ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "An assessment that is focused on a specific aspect or dimension of safety and sustainability, such as functionality, safety, or environmental impact."@en ;
                                            <http://www.w3.org/2004/02/skos/core#prefLabel> "SpecifiedAssessment"@en .


###  https://w3id.org/ssbd/SymbolicData
<https://w3id.org/ssbd/SymbolicData> rdf:type owl:Class ;
                                     rdfs:subClassOf <https://w3id.org/ssbd/Data> ;
                                     rdfs:seeAlso <https://www.w3.org/TR/2012/REC-owl2-syntax-20121211/#Datatype_Maps> ,
                                                  <https://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/#built-in-datatypes> ;
                                     <http://www.w3.org/2004/02/skos/core#definition> "The class for entities which stands for a specific data format expressed using a symbolic encoding."@en ;
                                     <http://www.w3.org/2004/02/skos/core#prefLabel> "SymbolicData"@en .


###  https://w3id.org/ssbd/TierLevel
<https://w3id.org/ssbd/TierLevel> rdf:type owl:Class ;
                                  rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "Represent a tiered, iterative framework for evaluating chemical and material safety from early innovation to production."@en ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "TierLevel"@en ;
                                  <http://www.w3.org/2004/02/skos/core#scopeNote> "This approach typically involves a three-tier system-ranging from qualitative, early-stage, in silico, and in vitro screening to, finally, advanced, quantitative, in vivo testing."@en .


###  https://w3id.org/ssbd/TimeData
<https://w3id.org/ssbd/TimeData> rdf:type owl:Class ;
                                 rdfs:subClassOf <https://w3id.org/ssbd/SymbolicData> ;
                                 rdfs:seeAlso <https://www.w3.org/TR/xmlschema11-2/#time> ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "A symbolic data representing time. Format: hh:mm:ss (followed by an optional time zone offset, e.g. +01:00 for Central Europe)."@en ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "TimeData"@en .


###  https://w3id.org/ssbd/Toxicity
<https://w3id.org/ssbd/Toxicity> rdf:type owl:Class ;
                                 rdfs:subClassOf <https://w3id.org/ssbd/Indicator> ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "A descriptor for a substance to cause harmful health effects."@en ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "Toxicity"@en ;
                                 <http://www.w3.org/2004/02/skos/core#scopeNote> "The helth effects can strike a single cell, a group of cells, an organ system, or the entire body. A toxic effect may be visible damage, or a decrease in performance or function measurable only by a test."@en ,
                                                                                 "Toxicity is always related to a given measurement procedure. Hence, the user is expected to define spesific subclasses defining the measurement procedure that the toxicity is measured according to."@en .


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

###  https://orcid.org/0000-0001-8869-3718
<https://orcid.org/0000-0001-8869-3718> rdf:type owl:NamedIndividual .


###  https://orcid.org/0000-0002-0719-4907
<https://orcid.org/0000-0002-0719-4907> rdf:type owl:NamedIndividual .


###  https://orcid.org/0000-0002-1560-809X
<https://orcid.org/0000-0002-1560-809X> rdf:type owl:NamedIndividual .


###  https://orcid.org/0000-0002-1849-5246
<https://orcid.org/0000-0002-1849-5246> rdf:type owl:NamedIndividual .


###  https://orcid.org/0000-0002-2705-2068
<https://orcid.org/0000-0002-2705-2068> rdf:type owl:NamedIndividual .


###  https://orcid.org/0000-0002-3372-4801
<https://orcid.org/0000-0002-3372-4801> rdf:type owl:NamedIndividual .


###  https://orcid.org/0000-0002-6396-0848
<https://orcid.org/0000-0002-6396-0848> rdf:type owl:NamedIndividual .


###  https://orcid.org/0000-0002-8053-8198
<https://orcid.org/0000-0002-8053-8198> rdf:type owl:NamedIndividual .


###  https://w3id.org/ssbd/inDomain
<https://w3id.org/ssbd/inDomain> rdf:type owl:NamedIndividual ,
                                          <https://w3id.org/ssbd/DomainOfApplicabilityStatus> ;
                                 <http://www.w3.org/2004/02/skos/core#definition> "The input is within the valid domain."@en ;
                                 <http://www.w3.org/2004/02/skos/core#prefLabel> "inDomain"@en .


###  https://w3id.org/ssbd/outOfDomain
<https://w3id.org/ssbd/outOfDomain> rdf:type owl:NamedIndividual ,
                                             <https://w3id.org/ssbd/DomainOfApplicabilityStatus> ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "The input is outside the valid doamin."@en ;
                                    <http://www.w3.org/2004/02/skos/core#prefLabel> "outOfDomain"@en .


###  https://w3id.org/ssbd/tierlevel1
<https://w3id.org/ssbd/tierlevel1> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/ssbd/TierLevel> ;
                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "ideation/design"@en .


###  https://w3id.org/ssbd/tierlevel2
<https://w3id.org/ssbd/tierlevel2> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/ssbd/TierLevel> ;
                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "lab phase/development"@en .


###  https://w3id.org/ssbd/tierlevel3
<https://w3id.org/ssbd/tierlevel3> rdf:type owl:NamedIndividual ,
                                            <https://w3id.org/ssbd/TierLevel> ;
                                   <http://www.w3.org/2004/02/skos/core#prefLabel> "up-scaling/production"@en .


###  https://w3id.org/ssbd/undefined
<https://w3id.org/ssbd/undefined> rdf:type owl:NamedIndividual ,
                                           <https://w3id.org/ssbd/DomainOfApplicabilityStatus> ;
                                  <http://www.w3.org/2004/02/skos/core#definition> "The applicability of the given input is undefined."@en ;
                                  <http://www.w3.org/2004/02/skos/core#prefLabel> "undefined"@en .


###  https://w3id.org/ssbd/core/core
<https://w3id.org/ssbd/core/core> rdf:type owl:NamedIndividual ;
                                  <http://purl.org/dc/terms/creator> <https://orcid.org/0000-0001-8869-3718> ,
                                                                     <https://orcid.org/0000-0002-0719-4907> ,
                                                                     <https://orcid.org/0000-0002-1560-809X> ,
                                                                     <https://orcid.org/0000-0002-1849-5246> ,
                                                                     <https://orcid.org/0000-0002-2705-2068> ,
                                                                     <https://orcid.org/0000-0002-3372-4801> ,
                                                                     <https://orcid.org/0000-0002-6396-0848> ,
                                                                     <https://orcid.org/0000-0002-8053-8198> .


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

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

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

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

[ rdf:type <http://www.w3.org/2003/11/swrl#Imp> ;
   <http://www.w3.org/2003/11/swrl#body> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                           rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                       <http://www.w3.org/2003/11/swrl#propertyPredicate> <https://w3id.org/ssbd/hasPart> ;
                                                       <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#x> ;
                                                       <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#y>
                                                     ] ;
                                           rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                                      rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                                  <http://www.w3.org/2003/11/swrl#propertyPredicate> <https://w3id.org/ssbd/hasPart> ;
                                                                  <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#y> ;
                                                                  <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#z>
                                                                ] ;
                                                      rdf:rest rdf:nil
                                                    ]
                                         ] ;
   <http://www.w3.org/2003/11/swrl#head> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                           rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                       <http://www.w3.org/2003/11/swrl#propertyPredicate> <https://w3id.org/ssbd/hasPart> ;
                                                       <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#x> ;
                                                       <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#z>
                                                     ] ;
                                           rdf:rest rdf:nil
                                         ]
 ] .

[ rdf:type <http://www.w3.org/2003/11/swrl#Imp> ;
   <http://www.w3.org/2003/11/swrl#body> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                           rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                       <http://www.w3.org/2003/11/swrl#propertyPredicate> <https://w3id.org/ssbd/used> ;
                                                       <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#x> ;
                                                       <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#y>
                                                     ] ;
                                           rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                                      rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                                  <http://www.w3.org/2003/11/swrl#propertyPredicate> <https://w3id.org/ssbd/wasGeneratedBy> ;
                                                                  <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#y> ;
                                                                  <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#z>
                                                                ] ;
                                                      rdf:rest rdf:nil
                                                    ]
                                         ] ;
   <http://www.w3.org/2003/11/swrl#head> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                           rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                       <http://www.w3.org/2003/11/swrl#propertyPredicate> <https://w3id.org/ssbd/wasInformedBy> ;
                                                       <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#x> ;
                                                       <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#z>
                                                     ] ;
                                           rdf:rest rdf:nil
                                         ]
 ] .

[ rdf:type <http://www.w3.org/2003/11/swrl#Imp> ;
   <http://www.w3.org/2003/11/swrl#body> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                           rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                       <http://www.w3.org/2003/11/swrl#propertyPredicate> <https://w3id.org/ssbd/wasGeneratedBy> ;
                                                       <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#x> ;
                                                       <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#y>
                                                     ] ;
                                           rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                                      rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                                  <http://www.w3.org/2003/11/swrl#propertyPredicate> <https://w3id.org/ssbd/used> ;
                                                                  <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#y> ;
                                                                  <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#z>
                                                                ] ;
                                                      rdf:rest rdf:nil
                                                    ]
                                         ] ;
   <http://www.w3.org/2003/11/swrl#head> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                           rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                       <http://www.w3.org/2003/11/swrl#propertyPredicate> <https://w3id.org/ssbd/processedFrom> ;
                                                       <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#x> ;
                                                       <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#z>
                                                     ] ;
                                           rdf:rest rdf:nil
                                         ]
 ] .

[ rdf:type <http://www.w3.org/2003/11/swrl#Imp> ;
   <http://www.w3.org/2003/11/swrl#body> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                           rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                       <http://www.w3.org/2003/11/swrl#propertyPredicate> <https://w3id.org/ssbd/wasGeneratedBy> ;
                                                       <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#x> ;
                                                       <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#y>
                                                     ] ;
                                           rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                                      rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                                  <http://www.w3.org/2003/11/swrl#propertyPredicate> <https://w3id.org/ssbd/wasAssociatedWith> ;
                                                                  <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#y> ;
                                                                  <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#z>
                                                                ] ;
                                                      rdf:rest rdf:nil
                                                    ]
                                         ] ;
   <http://www.w3.org/2003/11/swrl#head> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                           rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                       <http://www.w3.org/2003/11/swrl#propertyPredicate> <https://w3id.org/ssbd/wasAttributedTo> ;
                                                       <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#x> ;
                                                       <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#z>
                                                     ] ;
                                           rdf:rest rdf:nil
                                         ]
 ] .

[ rdf:type <http://www.w3.org/2003/11/swrl#Imp> ;
   <http://www.w3.org/2003/11/swrl#body> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                           rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                       <http://www.w3.org/2003/11/swrl#propertyPredicate> <https://w3id.org/ssbd/wasAssociatedWith> ;
                                                       <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#y> ;
                                                       <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#x>
                                                     ] ;
                                           rdf:rest [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                                      rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                                  <http://www.w3.org/2003/11/swrl#propertyPredicate> <https://w3id.org/ssbd/used> ;
                                                                  <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#y> ;
                                                                  <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#z>
                                                                ] ;
                                                      rdf:rest rdf:nil
                                                    ]
                                         ] ;
   <http://www.w3.org/2003/11/swrl#head> [ rdf:type <http://www.w3.org/2003/11/swrl#AtomList> ;
                                           rdf:first [ rdf:type <http://www.w3.org/2003/11/swrl#IndividualPropertyAtom> ;
                                                       <http://www.w3.org/2003/11/swrl#propertyPredicate> <https://w3id.org/ssbd/attributed> ;
                                                       <http://www.w3.org/2003/11/swrl#argument1> <urn:swrl:var#x> ;
                                                       <http://www.w3.org/2003/11/swrl#argument2> <urn:swrl:var#z>
                                                     ] ;
                                           rdf:rest rdf:nil
                                         ]
 ] .

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