@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://purl.vimmp.eu/semantics/vov/vov.ttl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <https://purl.vimmp.eu/semantics/viso/viso-atomistic-mesoscopic.ttl#> . @prefix ns2: <https://purl.vimmp.eu/semantics/viso/viso-general.ttl#> . ns1:NPT ns2:involves ns0:TARGET_TEMPERATURE . ns1:NVT ns2:involves ns0:TARGET_TEMPERATURE . ns0:TARGET_TEMPERATURE a owl:NamedIndividual, ns0:R_IS_TEMPERATURE, ns0:system_variable ; rdfs:comment "target temperature, i.e., the temperature that is imposed on the system via some constraint" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://purl.vimmp.eu/semantics/vov/vov.ttl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <https://purl.vimmp.eu/semantics/viso/viso-atomistic-mesoscopic.ttl#> .
@prefix ns2: <https://purl.vimmp.eu/semantics/viso/viso-general.ttl#> .

ns1:NPT
    ns2:involves ns0:TARGET_TEMPERATURE .

ns1:NVT
    ns2:involves ns0:TARGET_TEMPERATURE .

ns0:TARGET_TEMPERATURE
    a owl:NamedIndividual, ns0:R_IS_TEMPERATURE, ns0:system_variable ;
    rdfs:comment "target temperature, i.e., the temperature that is imposed on the system via some constraint" .