@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix mac: <https://w3id.org/spaces/mac/r/ontology/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix fair: <https://w3id.org/fair/principles/terms/> .
@prefix sio: <http://semanticscience.org/resource/> .
@prefix latest: <https://w3id.org/fair/fip/latest/Available-FAIR-Supporting-Resource> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .

<https://w3id.org/spaces/preset-test/r/test-ontology/Test> a owl:Class;
  dct:partOf <https://w3id.org/spaces/preset-test/r/test-ontology>;
  rdfs:label "Test";
  skos:definition "Test class in a test ontology" .

<https://w3id.org/spaces/biodiversity/r/ontology/MorphologicalFeatureObservation>
  a owl:Class;
  dct:partOf <https://w3id.org/spaces/biodiversity/r/ontology>;
  rdfs:label "Morphological Feature Observation";
  skos:definition "A specific observation of a morphological feature in an image, linking the feature instance to its spatial location (image region with coordinates) and the taxon or organism being observed." .

<https://w3id.org/spaces/biodiversity/r/ontology/MorphologicalFeature> a owl:Class;
  dct:partOf <https://w3id.org/spaces/biodiversity/r/ontology>;
  rdfs:label "Morphological Feature";
  skos:definition "A morphological feature of an organism or taxon." .

mac:ComputationalMethod a owl:Class;
  dct:partOf mac:MAC-Ontology;
  rdfs:comment "A computational method, tool, or algorithm that produces predictions or scores from biological sequence or structure data. Referenced by observation FDOs of Types 3–6 via `mac:hasPredictionMethod`. Instances carry one or more `cito:citesAsAuthority` URIs identifying the published descriptions of the method.";
  rdfs:label "Computational Method";
  rdfs:subClassOf mac:Method .

mac:ComputationalPrediction a owl:Class;
  dct:partOf mac:MAC-Ontology;
  rdfs:comment "An abstract parent class for computational predictions about a Spike RBD variant, produced by a named computational method. Concrete subclasses cover specific predicted quantities (`mac:ComputationalPredictionRMSD`, `…SASA`, `…PLDDT`, `…AgMata`). Anticipates additional computational prediction types as siblings without restructuring the hierarchy. This class is abstract: all instances belong to one of its concrete subclasses.";
  rdfs:label "Computational Prediction";
  rdfs:subClassOf mac:Observation .

mac:ComputationalPredictionAgMata a owl:Class;
  dct:partOf mac:MAC-Ontology;
  rdfs:comment "A computed prediction of the aggregation propensity of a Spike RBD variant, produced by the Bio2Byte AgMata method. The score is sequence-derived and is therefore predicted once per variant rather than once per structural-prediction method.";
  rdfs:label "Computational Prediction AgMata";
  rdfs:subClassOf mac:ComputationalPrediction .

mac:ComputationalPredictionPLDDT a owl:Class;
  dct:partOf mac:MAC-Ontology;
  rdfs:comment "A computed prediction confidence score (predicted Local Distance Difference Test) for the structural prediction of a Spike RBD variant, produced by a named computational structure-prediction method.";
  rdfs:label "Computational Prediction pLDDT";
  rdfs:subClassOf mac:ComputationalPrediction .

mac:ComputationalPredictionRMSD a owl:Class;
  dct:partOf mac:MAC-Ontology;
  rdfs:comment "A computed prediction of the Root Mean Square Deviation between a predicted structure of a Spike RBD variant and a reference structure, produced by a named computational structure-prediction method.";
  rdfs:label "Computational Prediction RMSD";
  rdfs:subClassOf mac:ComputationalPrediction .

mac:ComputationalPredictionSASA a owl:Class;
  dct:partOf mac:MAC-Ontology;
  rdfs:comment "A computed prediction of the Solvent Accessible Surface Area of a Spike RBD variant's predicted structure, produced by a named computational structure-prediction method.";
  rdfs:label "Computational Prediction SASA";
  rdfs:subClassOf mac:ComputationalPrediction .

mac:ExperimentalDMSObservation a owl:Class;
  dct:partOf mac:MAC-Ontology;
  rdfs:comment "An experimental observation of binding affinity and expression level measurements for a Spike RBD variant, determined by deep mutational scanning (Bloom Lab protocol). One FDO records all six DMS metrics (`bind`, `delta_bind`, `expr`, `delta_expr`, `confidence_bind`, `confidence_expr`) for a single variant.";
  rdfs:label "Experimental DMS Observation";
  rdfs:subClassOf mac:ExperimentalObservation .

mac:ExperimentalMethod a owl:Class;
  dct:partOf mac:MAC-Ontology;
  rdfs:comment "An experimental assay or measurement protocol that produces empirical observations about biological entities. Referenced by Type 7 observation FDOs via `mac:hasExperimentalMethod`. Instances carry one or more `cito:citesAsAuthority` URIs identifying the published descriptions of the assay.";
  rdfs:label "Experimental Method";
  rdfs:subClassOf mac:Method .

mac:ExperimentalObservation a owl:Class;
  dct:partOf mac:MAC-Ontology;
  rdfs:comment "An abstract parent class for empirical observations produced by laboratory assays on a Spike RBD variant. Currently has one concrete child (`mac:ExperimentalDMSObservation`, deep mutational scanning); the forthcoming Bosch extension adds `mac:ExperimentalCellSortingObservation` as a sibling. This class is abstract: all instances belong to one of its concrete subclasses.";
  rdfs:label "Experimental Observation";
  rdfs:subClassOf mac:Observation .

mac:Method a owl:Class;
  dct:partOf mac:MAC-Ontology;
  rdfs:comment "An abstract parent class for methods, tools, assays, or surveillance platforms that produce observations within the MAC FAIR Digital Twin substrate. Concrete subclasses distinguish computational methods (`mac:ComputationalMethod`), experimental methods (`mac:ExperimentalMethod`), and observational/surveillance methods (`mac:ObservationalMethod`). Instances of any concrete subclass carry one or more `cito:citesAsAuthority` URIs identifying the published descriptions of the method. This class is abstract: all instances belong to one of its concrete subclasses.";
  rdfs:label "Method" .

mac:Observation a owl:Class;
  dct:partOf mac:MAC-Ontology;
  rdfs:comment "An abstract parent class for all observation-layer FDOs in a MAC FAIR Digital Twin. Concrete subclasses include `mac:RealWorldOccurrence` (Type 2), `mac:ComputationalPrediction` and its sub-hierarchy (Types 3–6), `mac:ExperimentalObservation` and its sub-hierarchy (Type 7), and `mac:WHOVariantClassification` (Type 8). Every member links to the FDT's anchor (a `mac:SpikeRBDVariant`) via `mac:isObservationOf`. This class is abstract: it carries no direct instances; all instances belong to one of its concrete subclasses.";
  rdfs:label "Observation" .

mac:ObservationalMethod a owl:Class;
  dct:partOf mac:MAC-Ontology;
  rdfs:comment "An epidemiological surveillance system or data-collection platform through which real-world occurrences of biological entities are documented. Referenced by Type 2 observation FDOs via `mac:hasSurveillanceMethod`. Instances carry one or more `cito:citesAsAuthority` URIs identifying the published descriptions of the surveillance platform.";
  rdfs:label "Observational Method";
  rdfs:subClassOf mac:Method .

mac:RealWorldOccurrence a owl:Class;
  dct:partOf mac:MAC-Ontology;
  rdfs:comment "A documented detection of a SARS-CoV-2 Spike variant in the real world, as reported in a surveillance database (typically GISAID). The occurrence is anchored to a specific collection date and to a GeoNames-identified location.";
  rdfs:label "Real-World Occurrence";
  rdfs:subClassOf mac:Observation .

mac:SpikeRBDVariant a owl:Class;
  dct:partOf mac:MAC-Ontology;
  rdfs:comment "A variant of the SARS-CoV-2 Spike receptor-binding domain (RBD, 195 residues) produced by one or more amino-acid substitutions from the wild-type Wuhan isolate (UniProt P0DTC2). This class is the type of the anchor FDO (A_r) of a FAIR Digital Twin; all observation FDOs link to it via `mac:isObservationOf` and collectively constitute the FDT.";
  rdfs:label "Spike RBD Variant" .

mac:VOC a owl:Class;
  dct:partOf mac:MAC-Ontology;
  rdfs:comment "A SARS-CoV-2 variant designated by the WHO as carrying evidence of increased transmissibility, increased disease severity, or significant reduction in vaccine or therapeutic effectiveness.";
  rdfs:label "Variant of Concern";
  rdfs:subClassOf mac:WHODesignation .

mac:VOI a owl:Class;
  dct:partOf mac:MAC-Ontology;
  rdfs:comment "A SARS-CoV-2 variant designated by the WHO as carrying genetic markers associated with phenotypic changes and demonstrated epidemiological impact warranting enhanced monitoring.";
  rdfs:label "Variant of Interest";
  rdfs:subClassOf mac:WHODesignation .

mac:VUM a owl:Class;
  dct:partOf mac:MAC-Ontology;
  rdfs:comment "A SARS-CoV-2 variant for which the WHO has identified evidence of growth advantage or immune escape and that is being monitored precautionarily pending further characterisation.";
  rdfs:label "Variant Under Monitoring";
  rdfs:subClassOf mac:WHODesignation .

mac:WHODesignation a owl:Class;
  dct:partOf mac:MAC-Ontology;
  rdfs:comment "An abstract parent class for the World Health Organization's controlled-vocabulary risk designations applied to SARS-CoV-2 variants: Variant of Concern (`mac:VOC`), Variant of Interest (`mac:VOI`), and Variant Under Monitoring (`mac:VUM`). Used as the range of `mac:hasWHOClassification`. This class is abstract: all instances belong to one of its concrete subclasses.";
  rdfs:label "WHO Designation" .

mac:WHOVariantClassification a owl:Class;
  dct:partOf mac:MAC-Ontology;
  rdfs:comment "A classification of a SARS-CoV-2 lineage according to the WHO risk framework (VOC / VOI / VUM), with a specified assignment date and reference URL. Time-stamped because designation status changes over time.";
  rdfs:label "WHO Variant Classification";
  rdfs:subClassOf mac:Observation .

<https://w3id.org/spaces/carabid-beetles/r/ontology/Breeding_time> a owl:Class;
  dct:partOf <https://w3id.org/spaces/carabid-beetles/r/ontology>;
  rdfs:label "Breeding time";
  skos:definition "This class is used to group together different reproduction rhythms of Carabidae";
  skos:relatedMatch <http://www.wikidata.org/entity/Q27046> .

<https://w3id.org/kpxl/gen/terms/Testimonial> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Testimonial";
  skos:definition "A testimonial somebody is giving for a particular organization, product, or other entity." .

<https://w3id.org/spaces/marine-biodiversity/r/ontology/MorphologicalCharacter> a
    owl:Class;
  dct:partOf <https://w3id.org/spaces/marine-biodiversity/r/ontology>;
  rdfs:label "Morphological Character";
  skos:definition "A morphological character is a specific, observable physical trait or structural feature of an organism, such as shape, size, color, or internal anatomy, used in biological studies to identify, classify, or compare species.";
  skos:relatedMatch <http://www.wikidata.org/entity/Q183252> .

<https://w3id.org/kpxl/gen/terms/PosterPresentation> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Poster presentation";
  rdfs:subClassOf <http://www.wikidata.org/entity/Q604733>;
  skos:definition "The presentation of a poster, as a talk and/or at a poster stand." .

<https://w3id.org/kpxl/gen/terms/IndividualAgent> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Individual agent";
  rdfs:subClassOf foaf:Agent;
  skos:definition "An agent that is an individual, human or artificial, and not a group of individuals." .

<https://w3id.org/kpxl/gen/terms/Space> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Space";
  rdfs:subClassOf foaf:Agent;
  skos:definition "Spaces are any kind of collaborative and social units, such as groups, events, or projects." .

<https://w3id.org/spaces/carabid-beetles/r/ontology/Chorotype> a owl:Class;
  dct:partOf <https://w3id.org/spaces/carabid-beetles/r/ontology>;
  rdfs:label "Chorotype";
  skos:definition "This term is used to group together similar biogeographical ranges." .

<https://w3id.org/sciencelive/o/terms/ConfidenceLevel> a owl:Class;
  dct:partOf <https://w3id.org/sciencelive/o/terms/ScienceLiveOntology>;
  rdfs:label "Confidence level";
  skos:definition "Levels of how confident one is about the results of a study." .

<https://w3id.org/sciencelive/o/terms/ValidationStatus> a owl:Class;
  dct:partOf <https://w3id.org/sciencelive/o/terms/ScienceLiveOntology>;
  rdfs:label "Validation status";
  skos:definition "The status of validation of a concluded replication study." .

<https://w3id.org/sciencelive/o/terms/FORRT-Replication-Outcome> a owl:Class;
  dct:partOf <https://w3id.org/sciencelive/o/terms/ScienceLiveOntology>;
  rdfs:label "FORRT Replication Outcome";
  skos:definition "The outcome of a replication study according to the FORRT framework." .

fip:Semantic-Interoperability-Profile a owl:Class, owl:DeprecatedClass;
  rdfs:label "Semantic Interoperability Profile";
  rdfs:subClassOf fip:FAIR-Supporting-Resource;
  skos:definition "A Semantic Interoperability Profil (SIP) is a list of FAIR Supporting Resources chosen by a community to support semantic interoperability of (meta)data." .

<https://w3id.org/sciencelive/o/terms/Reproduction-Replication-Study> a owl:Class;
  dct:partOf <https://w3id.org/sciencelive/o/terms/ScienceLiveOntology>;
  rdfs:label "Reproduction/Replication Study";
  rdfs:subClassOf <https://w3id.org/sciencelive/o/terms/FORRT-Replication-Study>;
  skos:definition "A study that is both, a reproduction as well as replication study.";
  skos:relatedMatch <https://w3id.org/sciencelive/o/terms/Replication-Study>, <https://w3id.org/sciencelive/o/terms/Reproduction-Study> .

<https://w3id.org/sciencelive/o/terms/Reproduction-Study> a owl:Class;
  dct:partOf <https://w3id.org/sciencelive/o/terms/ScienceLiveOntology>;
  rdfs:label "Reproduction Study";
  rdfs:subClassOf <https://w3id.org/sciencelive/o/terms/FORRT-Replication-Study>;
  skos:definition "A study that reproduces another study with same methodology and same tools (direct reproduction)." .

<https://w3id.org/sciencelive/o/terms/Replication-Study> a owl:Class;
  dct:partOf <https://w3id.org/sciencelive/o/terms/ScienceLiveOntology>;
  rdfs:label "Replication Study";
  rdfs:subClassOf <https://w3id.org/sciencelive/o/terms/FORRT-Replication-Study>;
  skos:definition "A study that replicates another study with different methodology or conditions." .

<https://w3id.org/spaces/carabid-beetles/r/ontology/MorphologicalFeature> a owl:Class;
  dct:partOf <https://w3id.org/spaces/carabid-beetles/r/ontology>;
  rdfs:label "Morphological Feature";
  rdfs:subClassOf <https://w3id.org/spaces/carabid-beetles/r/ontology/BiologicalFeature>;
  skos:definition "A morphological feature of an organism or taxon." .

<https://w3id.org/np/RACNofSZfP5ZOvjuigsynYuiMjP-vP6lGasXU1pp4Ocqc/MorphologicalFeature>
  a owl:Class;
  dct:partOf <https://w3id.org/spaces/carabid-beetles/r/ontology>;
  rdfs:label "Morphological Feature";
  rdfs:subClassOf <https://w3id.org/spaces/carabid-beetles/r/ontology/BiologicalFeature>;
  skos:definition "A morphological feature of an organism or taxon." .

<https://w3id.org/spaces/carabid-beetles/r/ontology/BiologicalFeature> a owl:Class;
  dct:partOf <https://w3id.org/spaces/carabid-beetles/r/ontology>;
  rdfs:label "Biological Feature";
  skos:definition "A feature of a biological organism or taxon." .

mac:uncertainty_model a owl:Class;
  dct:partOf mac:MAC-Ontology;
  rdfs:label "Uncertainty Model";
  skos:definition "Documentation of the model used to compute or estimate uncertainty." .

<https://w3id.org/sciencelive/o/terms/FORRT-Replication-Study> a owl:Class;
  dct:partOf <https://w3id.org/sciencelive/o/terms/ScienceLiveOntology>;
  rdfs:label "FORRT Replication Study";
  skos:definition "A replication study according to the FORRT framework." .

<https://w3id.org/kpxl/gen/terms/Taskunit> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Taskunit";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/Space>;
  skos:definition "A time-limited collaborative unit with focus on structuring into sub-units." .

<https://w3id.org/spaces/AI-in-education/r/terms/AI-as-personalized-learning-tool>
  a owl:Class;
  dct:partOf <https://w3id.org/spaces/AI-in-education/r/terms>;
  rdfs:label "AI as personalized learning tool";
  rdfs:subClassOf <https://w3id.org/spaces/AI-in-education/r/terms/AI-in-Education-approach>;
  skos:definition "Approach to use AI in education as a personalized learning tool." .

<https://w3id.org/spaces/AI-in-education/r/terms/AI-in-Education-approach> a owl:Class;
  dct:partOf <https://w3id.org/spaces/AI-in-education/r/terms>;
  rdfs:label "AI in Education Approach";
  skos:definition "An approach to apply AI in an education setting." .

<https://w3id.org/spaces/genaikg/r/ontology/GenAI-Agent> a owl:Class;
  dct:partOf <https://w3id.org/spaces/genaikg/r/ontology>;
  rdfs:label "GenAI Agent";
  rdfs:subClassOf foaf:Agent;
  skos:definition "An artificial agent applying GenAI." .

<https://w3id.org/spaces/genaikg/r/ontology/GenAI-Model> a owl:Class;
  dct:partOf <https://w3id.org/spaces/genaikg/r/ontology>;
  rdfs:label "GenAI Model";
  skos:definition "A specific model of a GenAI system." .

<https://w3id.org/sciencelive/o/terms/scalability-FORRT-Claim> a owl:Class;
  dct:partOf <https://w3id.org/sciencelive/o/terms/ScienceLiveOntology>;
  rdfs:label "Scalability Claim";
  rdfs:subClassOf <https://w3id.org/sciencelive/o/terms/Computational-Performance-FORRT-Claim>;
  skos:definition "A claim according to the FORRT framework about how performance changes with scale." .

<https://w3id.org/sciencelive/o/terms/computational_performance-FORRT-Claim> a owl:Class;
  dct:partOf <https://w3id.org/sciencelive/o/terms/ScienceLiveOntology>;
  rdfs:label "Computational Performance Claim";
  rdfs:subClassOf <https://w3id.org/sciencelive/o/terms/Computational-Performance-FORRT-Claim>;
  skos:definition "A claim according to the FORRT framework about algorithm/method speed, runtime, and efficiency metrics." .

<https://w3id.org/sciencelive/o/terms/Computational-Performance-FORRT-Claim> a owl:Class;
  dct:partOf <https://w3id.org/sciencelive/o/terms/ScienceLiveOntology>;
  rdfs:label "Computational and Performance FORRT Claim";
  rdfs:subClassOf <https://w3id.org/sciencelive/o/terms/FORRT-Claim>;
  skos:definition "A claim according to the FORRT framework in the category of Computational and Performance." .

<https://w3id.org/sciencelive/o/terms/FORRT-Claim> a owl:Class;
  dct:partOf <https://w3id.org/sciencelive/o/terms/ScienceLiveOntology>;
  rdfs:label "FORRT Claim";
  skos:definition "A claim according to the FORRT framework." .

<https://w3id.org/sciencelive/o/terms/PccContext> a owl:Class;
  dct:partOf <https://w3id.org/sciencelive/o/terms/ScienceLiveOntology>;
  rdfs:label "PCC Context";
  skos:definition "The context aspect of a review question according to the PCC framework." .

<https://w3id.org/sciencelive/o/terms/PccConcept> a owl:Class;
  dct:partOf <https://w3id.org/sciencelive/o/terms/ScienceLiveOntology>;
  rdfs:label "PCC Concept";
  skos:definition "The concept aspect of a review question according to the PCC framework." .

<https://w3id.org/sciencelive/o/terms/PccPopulation> a owl:Class;
  dct:partOf <https://w3id.org/sciencelive/o/terms/ScienceLiveOntology>;
  rdfs:label "PCC Population";
  skos:definition "The population aspect of a review question according to the PCC framework." .

<https://w3id.org/sciencelive/o/terms/PccReviewQuestion> a owl:Class;
  dct:partOf <https://w3id.org/sciencelive/o/terms/ScienceLiveOntology>;
  rdfs:label "PCC Review Question";
  skos:definition "A review question according to the PCC (Population, Concept, Context) framework." .

<https://w3id.org/fff/req/Solution-Path> a owl:Class;
  dct:partOf <https://w3id.org/fff/req>;
  rdfs:label "Solution Path";
  skos:definition "A solution path in the context of FAIR requirements." .

<https://w3id.org/fff/req/Purpose> a owl:Class;
  dct:partOf <https://w3id.org/fff/req>;
  rdfs:label "Purpose";
  skos:definition "A purpose in the context of FAIR requirements." .

<https://w3id.org/fff/req/Action> a owl:Class;
  dct:partOf <https://w3id.org/fff/req>;
  rdfs:label "Action";
  skos:definition "An action in the context of FAIR requirements." .

<https://w3id.org/fff/req/Role> a owl:Class;
  dct:partOf <https://w3id.org/fff/req>;
  rdfs:label "Role";
  skos:definition "A role in the context of FAIR requirements." .

<https://w3id.org/fff/req/Digital-Object-Analysis> a owl:Class;
  dct:partOf <https://w3id.org/fff/req>;
  rdfs:label "Digital Object Analysis";
  skos:definition "A digital object analysis in the context of FAIR requirement." .

<https://w3id.org/fff/req/User-Story> a owl:Class;
  dct:partOf <https://w3id.org/fff/req>;
  rdfs:label "User Story";
  skos:definition "A user story in the context of FAIR requirements." .

<https://w3id.org/fff/req/Case-Study> a owl:Class;
  dct:partOf <https://w3id.org/fff/req>;
  rdfs:label "Case Study";
  skos:definition "A case study in the context of FAIR requirements." .

<https://w3id.org/np/RA3w58A7C9dcupkaVrFTmmHSpm8s47DN35HVRrLW1olAc/genaikg-application>
  a owl:Class;
  rdfs:label "GenAI+KG application";
  rdfs:subClassOf <http://www.wikidata.org/entity/Q166142>;
  skos:definition "A software application that involves generative AI and knowledge graphs." .

<https://w3id.org/spaces/nanopub/r/thank/Thanks> a owl:Class;
  dct:partOf <https://w3id.org/spaces/nanopub/r/thank>;
  rdfs:label "Thanks";
  skos:definition "An expression of gratitude." .

<https://w3id.org/kpxl/gen/terms/Event> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Event";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/Space>;
  skos:definition "A time-limited kind of collaborative unit with focus on exchange." .

<https://w3id.org/kpxl/gen/terms/Campaign> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Campaign";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/Space>;
  skos:definition "A time-limited kind of collaborative unit with focus on outreach." .

<https://w3id.org/kpxl/gen/terms/Initiative> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Initiative";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/Space>;
  skos:definition "A time-limited kind of collaborative unit with focus on coordination." .

<https://w3id.org/kpxl/gen/terms/Project> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Project";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/Space>;
  skos:definition "A time-limited kind of collaborative unit with focus on getting work done." .

<https://w3id.org/kpxl/gen/terms/Taskforce> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Taskforce";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/Space>;
  skos:definition "A time-limited kind of collaborative unit with focus of serving as formal vessel" .

<https://w3id.org/kpxl/gen/terms/Consortium> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Consortium";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/Space>;
  skos:definition "A time-limited kind of collaborative unit with focus on bringing units together." .

<https://w3id.org/kpxl/gen/terms/Community> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Community";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/Space>;
  skos:definition "An open-ended kind of collaborative unit with focus on exchange." .

<https://w3id.org/kpxl/gen/terms/Outlet> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Outlet";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/Space>;
  skos:definition "An open-ended kind of collaborative unit focussed on outreach." .

<https://w3id.org/kpxl/gen/terms/Program> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Program";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/Space>;
  skos:definition "An open-ended kind of collaborative unit with focus on coordination." .

<https://w3id.org/kpxl/gen/terms/Group> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Group";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/Space>;
  skos:definition "An open-ended kind of collaborative unit with focus on getting work done." .

<https://w3id.org/kpxl/gen/terms/Division> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Division";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/Space>;
  skos:definition "An open-ended kind of collaborative unit with focus on structuring into sub-units." .

<https://w3id.org/kpxl/gen/terms/Alliance> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Alliance";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/Space>;
  skos:definition "An open-ended kind of collaborative unit with the focus on bringing units together." .

<https://w3id.org/kpxl/gen/terms/Organization> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Organization";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/Space>;
  skos:definition "An open-ended kind of collaborative unit with the focus of serving as a formal vessel." .

<https://w3id.org/np/RARogEvlcNobkXFw_xl-tEuaOJApEc5NyobwkGwoUohYA/test> a owl:Class;
  rdfs:label "Test";
  skos:definition "testing..." .

<https://w3id.org/fair/principles/np/FAIR-Principle/RATxKqKgXUpNw-P3w_UnSWjesgeMJXIFupDaFar7dHX8A/_1>
  rdf:first fair:I;
  rdf:rest <https://w3id.org/fair/principles/np/FAIR-Principle/RATxKqKgXUpNw-P3w_UnSWjesgeMJXIFupDaFar7dHX8A/_2> .

<https://w3id.org/fair/principles/np/FAIR-Principle/RATxKqKgXUpNw-P3w_UnSWjesgeMJXIFupDaFar7dHX8A/_2>
  rdf:first fair:R;
  rdf:rest rdf:nil .

<https://w3id.org/fair/principles/np/FAIR-Principle/RATxKqKgXUpNw-P3w_UnSWjesgeMJXIFupDaFar7dHX8A/_3>
  rdf:first fair:F;
  rdf:rest <https://w3id.org/fair/principles/np/FAIR-Principle/RATxKqKgXUpNw-P3w_UnSWjesgeMJXIFupDaFar7dHX8A/_4> .

<https://w3id.org/fair/principles/np/FAIR-Principle/RATxKqKgXUpNw-P3w_UnSWjesgeMJXIFupDaFar7dHX8A/_4>
  rdf:first fair:A;
  rdf:rest <https://w3id.org/fair/principles/np/FAIR-Principle/RATxKqKgXUpNw-P3w_UnSWjesgeMJXIFupDaFar7dHX8A/_1> .

fair:FAIR-Principle a owl:Class;
  dct:partOf fair:FAIR;
  rdfs:isDefinedBy <https://w3id.org/fair/principles/latest/FAIR-Principle>;
  rdfs:label "FAIR Principle"@en;
  rdfs:subClassOf fair:FAIR-Principle-or-SubPrinciple;
  owl:oneOf <https://w3id.org/fair/principles/np/FAIR-Principle/RATxKqKgXUpNw-P3w_UnSWjesgeMJXIFupDaFar7dHX8A/_3>;
  skos:definition "A FAIR principle describes an essential aspect of FAIR."@en .

fair:FAIR-Principle-or-SubPrinciple a owl:Class;
  dct:partOf fair:FAIR;
  rdfs:isDefinedBy <https://w3id.org/fair/principles/latest/FAIR-Principle-or-SubPrinciple>;
  rdfs:label "FAIR Principle or Sub-Principle"@en;
  skos:definition "Either a FAIR principle or one of its sub-principles."@en .

<https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_1>
  rdf:first fair:I2;
  rdf:rest <https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_2> .

<https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_10>
  rdf:first fair:R1.1;
  rdf:rest <https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_7> .

<https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_11>
  rdf:first fair:A2;
  rdf:rest <https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_12> .

<https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_12>
  rdf:first fair:I1;
  rdf:rest <https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_1> .

<https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_13>
  rdf:first fair:A1;
  rdf:rest <https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_14> .

<https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_14>
  rdf:first fair:A1.1;
  rdf:rest <https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_15> .

<https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_15>
  rdf:first fair:A1.2;
  rdf:rest <https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_11> .

<https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_2>
  rdf:first fair:I3;
  rdf:rest <https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_9> .

<https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_3>
  rdf:first fair:F1;
  rdf:rest <https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_4> .

<https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_4>
  rdf:first fair:F2;
  rdf:rest <https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_5> .

<https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_5>
  rdf:first fair:F3;
  rdf:rest <https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_6> .

<https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_6>
  rdf:first fair:F4;
  rdf:rest <https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_13> .

<https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_7>
  rdf:first fair:R1.2;
  rdf:rest <https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_8> .

<https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_8>
  rdf:first fair:R1.3;
  rdf:rest rdf:nil .

<https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_9>
  rdf:first fair:R1;
  rdf:rest <https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_10> .

fair:FAIR-SubPrinciple a owl:Class;
  dct:partOf fair:FAIR;
  rdfs:isDefinedBy <https://w3id.org/fair/principles/latest/FAIR-SubPrinciple>;
  rdfs:label "FAIR SubPrinciple"@en;
  rdfs:subClassOf fair:FAIR-Principle-or-SubPrinciple;
  owl:oneOf <https://w3id.org/fair/principles/np/FAIR-SubPrinciple/RAaYQI2QjxBTtIDj2uTP41524iD9hhR0yaWbvvlbdVfyQ/_3>;
  skos:definition "A sub-principle of a FAIR principle."@en .

fair:FAIR a owl:Class;
  dct:hasPart fair:A, fair:F, fair:I, fair:R;
  rdfs:isDefinedBy <https://w3id.org/fair/principles/latest/FAIR>;
  rdfs:label "FAIR principles"@en;
  rdfs:seeAlso <https://www.dtls.nl/fair-data/fair-principles-explained/>;
  rdfs:subClassOf sio:000090 .

<https://w3id.org/kpxl/gen/terms/PartLevelViewDisplay> a owl:Class, owl:DeprecatedClass;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Part-level View Display";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/ViewDisplay>;
  skos:definition "A part-level view display shows the view on the level of the parts of a resource." .

<https://w3id.org/kpxl/gen/terms/TopLevelViewDisplay> a owl:Class, owl:DeprecatedClass;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Top-level View Display";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/ViewDisplay>;
  skos:definition "A top-level view display shows the view on the top-level of the resource, as compared to the level of its parts." .

<https://w3id.org/kpxl/gen/terms/ResourceView> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Resource View";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/ViewEntity>;
  skos:definition "A general view, based on a query template, that can be applied to different resources." .

<https://w3id.org/kpxl/gen/terms/ViewDisplay> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "View Display";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/ViewEntity>;
  skos:definition "A view display links a view to a resource for which the given view should be shown." .

<https://w3id.org/kpxl/gen/terms/ViewEntity> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "View Entity";
  skos:definition "A View Entity is either a general Resource View (not applied to any specific resource) or a specific View Display (applied to specific resources)." .

<https://w3id.org/kpxl/gen/terms/OntologyVersion> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Ontology Version";
  rdfs:subClassOf owl:Ontology;
  skos:definition "A specific version of an OWL ontology." .

<https://w3id.org/sciencelive/o/terms/ScienceLiveCredit> a owl:Class;
  dct:partOf <https://w3id.org/sciencelive/o/terms/ScienceLiveOntology>;
  rdfs:label "Science Live Credit";
  skos:definition "The issuing of a credit in the context of the Science Live system." .

<https://w3id.org/sciencelive/o/terms/SystematicReviewSearchStrategy> a owl:Class;
  dct:partOf <https://w3id.org/sciencelive/o/terms/ScienceLiveOntology>;
  rdfs:label "Systematic Review Search Strategy";
  skos:definition "The strategies for searching applied to a given systematic review." .

<https://w3id.org/kpxl/gen/terms/DeactivatedViewDisplay> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Deactivated View Display";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/ViewDisplay>;
  skos:definition "A view display that is deactivated, meaning that it is not shown on the page." .

<https://w3id.org/kpxl/gen/terms/ActivatedViewDisplay> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "Activated View Display";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/ViewDisplay>;
  skos:definition "A view display that is activated, which means that it is shown on the page" .

<https://w3id.org/kpxl/gen/terms/ViewEntryAction> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "View Entry Action";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/ViewAction>;
  skos:definition "A View Entry Action is a kind of View Action that applies to a specific entry of a view's results, as compared to an action that applies to the entire result." .

<https://w3id.org/kpxl/gen/terms/ViewResultAction> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "View Result Action";
  rdfs:subClassOf <https://w3id.org/kpxl/gen/terms/ViewAction>;
  skos:definition "A View Result Action is a kind of View Action that applies to the whole result (e.g. table), as compared to an action that applies to a specific entry of a result." .

<https://w3id.org/kpxl/gen/terms/ViewAction> a owl:Class;
  dct:partOf <https://w3id.org/kpxl/gen/terms/GeneralNanopubEcosystemOntology>;
  rdfs:label "View Action";
  skos:definition "This class represents an action for a resource view. Such actions are typically shown as buttons/links to the user." .

<https://w3id.org/fair/ff/terms/data_collection> a owl:Class;
  dct:partOf <https://w3id.org/fair/ff/terms/FAIR-Funding-Framework-Ontology>;
  rdfs:label "Data Collection";
  skos:definition "A folder containing files of type datasets." .

<https://w3id.org/fair/ff/terms/sample_description> a owl:Class;
  dct:partOf <https://w3id.org/fair/ff/terms/FAIR-Funding-Framework-Ontology>;
  rdfs:label "Sample Description";
  skos:definition "A document that provides context and methodological information about the samples." .

<https://w3id.org/fair/ff/terms/cohort_description> a owl:Class;
  dct:partOf <https://w3id.org/fair/ff/terms/FAIR-Funding-Framework-Ontology>;
  rdfs:label "Cohort Description";
  skos:definition "A document that provides context and methodological information about the cohort such as number of samples." .

<https://w3id.org/fair/ff/terms/file_naming_information> a owl:Class;
  dct:partOf <https://w3id.org/fair/ff/terms/FAIR-Funding-Framework-Ontology>;
  rdfs:label "File Naming Information";
  skos:definition "A document that provides an explanation of the naming convention used for dataset files." .

fip:Authentication-and-authorization-service a owl:Class;
  rdfs:isDefinedBy <https://w3id.org/fair/fip/latest/Authentication-and-authorization-service>;
  rdfs:label "Authentication and authorization service"@en;
  rdfs:subClassOf fip:FAIR-Enabling-Resource, fip:FAIR-Supporting-Technology;
  skos:definition "A service that mediates access to digital objects according to specifed conditions."@en .

fip:Available-FAIR-Supporting-Resource a owl:Class;
  rdfs:isDefinedBy <https://w3id.org/fair/fip/latest/Available-FAIR-Supporting-Resource>;
  rdfs:label "Available FAIR Supporting Resource"@en;
  rdfs:subClassOf fip:FAIR-Supporting-Resource;
  skos:definition "A FAIR Supporting Resource that is available for use."@en .
