@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 obo_purl: <http://purl.obolibrary.org/obo/> . ns0:CellShapeRelaxation obo_purl:IAO_0000115 "Cell shape is allowed to change in the calculation." ; a ns0:RelaxationDOF, owl:NamedIndividual ; rdfs:label "Cell Shape Relaxation" .
@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 obo_purl: <http://purl.obolibrary.org/obo/> .

ns0:CellShapeRelaxation
    obo_purl:IAO_0000115 "Cell shape is allowed to change in the calculation." ;
    a ns0:RelaxationDOF, owl:NamedIndividual ;
    rdfs:label "Cell Shape Relaxation" .