@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purls.helmholtz-metadaten.de/asmo/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix obo_purl: <http://purl.obolibrary.org/obo/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:AtomicPositionRelaxation a ns0:RelaxationDOF . ns0:CellShapeRelaxation a ns0:RelaxationDOF . ns0:CellVolumeRelaxation a ns0:RelaxationDOF . ns0:RelaxationDOF metadata_def:mappingLoom "relaxationdegreesoffreedom" ; metadata_def:mappingSameURI ns0:RelaxationDOF ; metadata_def:prefLabel "Relaxation Degrees of Freedom" ; metadata:prefixIRI "RelaxationDOF" ; obo_purl:IAO_0000115 "Relaxation Degrees of Freedom are the degrees of freedom allowed for the relaxation of the simulation cell in an atomistic simulation." ; a owl:Class ; rdfs:comment "The instances of this class indicate the type of relaxation allowed, i.e. relaxation of the atomic positions, cell volume and cell shape." ; rdfs:label "Relaxation Degrees of Freedom" ; rdfs:subClassOf owl:Thing ; skos:altLabel "RelaxationDOF" . ns0:hasRelaxationDOF rdfs:range ns0:RelaxationDOF .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purls.helmholtz-metadaten.de/asmo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix obo_purl: <http://purl.obolibrary.org/obo/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:AtomicPositionRelaxation
    a ns0:RelaxationDOF .

ns0:CellShapeRelaxation
    a ns0:RelaxationDOF .

ns0:CellVolumeRelaxation
    a ns0:RelaxationDOF .

ns0:RelaxationDOF
    metadata_def:mappingLoom "relaxationdegreesoffreedom" ;
    metadata_def:mappingSameURI ns0:RelaxationDOF ;
    metadata_def:prefLabel "Relaxation Degrees of Freedom" ;
    metadata:prefixIRI "RelaxationDOF" ;
    obo_purl:IAO_0000115 "Relaxation Degrees of Freedom are the degrees of freedom allowed for the relaxation of the simulation cell in an atomistic simulation." ;
    a owl:Class ;
    rdfs:comment "The instances of this class indicate the type of relaxation allowed, i.e. relaxation of the atomic positions, cell volume and cell shape." ;
    rdfs:label "Relaxation Degrees of Freedom" ;
    rdfs:subClassOf owl:Thing ;
    skos:altLabel "RelaxationDOF" .

ns0:hasRelaxationDOF
    rdfs:range ns0:RelaxationDOF .