@base <http://purl.org/hyway/documentation> .

@prefix documentation: <http://purl.org/hyway/documentation#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# Define Classes for Groups
documentation:Terms 
    rdf:type rdfs:Class ;
    rdfs:label "Terms group" ;
    rdfs:comment "A group for documenting all terms." .

documentation:Schema 
    rdf:type rdfs:Class ;
    rdfs:label "Schema group" ;
    rdfs:comment "A group for documenting all schema." .

documentation:Values 
    rdf:type rdfs:Class ;
    rdfs:label "Values group" ;
    rdfs:comment "A group for documenting all values." .

documentation:version
    rdf:type rdf:Property ;
    rdfs:label "Version" ;
    rdfs:comment "A version identifier (string, date, hash, etc.) for a documentation resource." ;
    rdfs:domain rdfs:Resource ;
    rdfs:range xsd:string .

documentation:units
    rdf:type documentation:Schema ;
    rdfs:label "Units schema" ;
    rdfs:comment "The schema definition for units." ;
    rdfs:seeAlso <http://purl.org/hyway/hmio/units> .

documentation:unit_vocab
    rdf:type documentation:Terms ;
    rdfs:label "Original units" ;
    rdfs:comment "Units vocab." ;
    rdfs:seeAlso <http://qudt.org/vocab/unit> .

documentation:hmio
    rdf:type documentation:Schema ;
    rdfs:label "HMIO Ontology" ;
    rdfs:comment "HMIO ontology" ;
    rdfs:seeAlso <http://purl.org/hyway/hmio> .

documentation:experiment_terms
    rdf:type documentation:Terms ;
    rdfs:label "Experiment terms" ;
    rdfs:comment "The term definition for experiments." ;
    documentation:version "26.06.2025 10:00" ;
    rdfs:seeAlso <http://purl.org/hyway/hmio/experiment-terms> .

# Instances of Schema old
documentation:experiment
    rdf:type documentation:Schema ;
    rdfs:label "Experiments" ;
    rdfs:comment "The schema definition for experiments." ;
    documentation:version "12.06.2025 18:06" ;
    rdfs:seeAlso <http://purl.org/hyway/hmio/experiments> .

documentation:simulation_terms
    rdf:type documentation:Terms ;
    rdfs:label "Simulation terms" ;
    rdfs:comment "The term definition for simulations." ;
    documentation:version "08.10.2025 10:00" ;
    rdfs:seeAlso <http://purl.org/hyway/hmio/simulation-terms> .

documentation:simulations
    rdf:type documentation:Schema ;
    rdfs:label "Simulations schema" ;
    rdfs:comment "The schema definition for simulations." ;
    documentation:version "08.10.2025 11:30" ;
    rdfs:seeAlso <http://purl.org/hyway/hmio/simulations> .

documentation:taxonomy
    rdf:type documentation:Terms ;
    rdfs:label "Taxonomy Term" ;
    rdfs:comment "The term definition for taxonomy." ;
    documentation:version "13.06.2025 14:04" ;
    rdfs:seeAlso <http://purl.org/hyway/hmio/taxonomy> .