Skip to content
Snippets Groups Projects

Merge request for new application profile: Variables

Merged Ghost User requested to merge Request/6fc41a0f-fd6e-4a5b-9293-ce420e6748e8 into master
1 unresolved thread
+ 62
0
 
@base <https://purl.org/coscine/ap/Terahertz/Variable/>.
 
 
@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#>.
 
@prefix dcterms: <http://purl.org/dc/terms/>.
 
@prefix owl: <http://www.w3.org/2002/07/owl#>.
 
@prefix schema: <http://schema.org/>.
 
@prefix sh: <http://www.w3.org/ns/shacl#>.
 
@prefix aps: <https://purl.org/coscine/ap/>.
 
 
<https://purl.org/coscine/ap/Terahertz/Variable/> dcterms:created "2023-07-25"^^xsd:date;
 
dcterms:creator "Yaser Alashloo, Sophia Leimer, Sonja Hendriks, Stephanie Rehwalds";
 
dcterms:description "Specification of captured (measured/simulated/surveyed/dependent) variable."@en;
 
dcterms:license <http://spdx.org/licenses/CC-BY-NC-4.0>;
 
dcterms:subject <https://purl.org/coscine/ap/be7f2150-642d-4c7d-96f0-3efec33b0080/Terahertz>;
 
dcterms:title "Variables"@en;
 
a rdfs:Class,
 
sh:NodeShape;
 
owl:imports <https://purl.org/coscine/ap/Terahertz/System_Parameter/>,
 
<https://purl.org/coscine/ap/Terahertz/Flows/>,
 
<https://purl.org/coscine/ap/Terahertz/Controlled_Variable/>,
 
<https://purl.org/coscine/ap/Terahertz/Temporal_Resolution/>,
 
<https://purl.org/coscine/ap/Terahertz/Boundary_Condition/>,
 
<https://purl.org/coscine/ap/Terahertz/Spatial_Resolution/>,
 
<https://purl.org/coscine/ap/Terahertz/Measured_Variable/>;
 
sh:closed false;
 
sh:property [sh:description "Specification of captured (measured/simulated/surveyed/dependent) variable."@en ;
 
sh:name "Measured Variable"@en ;
 
sh:node <https://purl.org/coscine/ap/Terahertz/Measured_Variable/> ;
 
sh:order 130 ;
 
sh:path schema:variableMeasured],
 
[sh:description "Specification of controlled (observed/independent) variable."@en ;
 
sh:name "Controlled Variable"@en ;
 
sh:node <https://purl.org/coscine/ap/Terahertz/Controlled_Variable/> ;
 
sh:order 137 ;
 
sh:path <https://w3id.org/okn/o/sd#Variable>],
 
[sh:description "Temporal resolution of the observation. Can be defined either through a number of time steps with a definition of the intervals (with unit) between the timesteps (equidistant time steps) or a series of time "@en ;
 
sh:name "Temporal Resolution"@en ;
 
sh:node <https://purl.org/coscine/ap/Terahertz/Temporal_Resolution/> ;
 
sh:order 157 ;
 
sh:path <http://openenergy-platform.org/ontology/oeo/OEO_00020122>],
 
[sh:description "Definition of boundaries of the observed system. "@en ;
 
sh:name "Boundary Condition "@en ;
 
sh:node <https://purl.org/coscine/ap/Terahertz/Boundary_Condition/> ;
 
sh:order 160 ;
 
sh:path <https://purl.org/coscine/terms/2fa5bb17-9392-4f8c-a361-2b344a57681c/>],
 
[sh:description "Information about in- and outflows relevant for boundary conditions."@en ;
 
sh:name "Flows"@en ;
 
sh:node <https://purl.org/coscine/ap/Terahertz/Flows/> ;
 
sh:order 166 ;
 
sh:path <https://purl.org/coscine/terms/3603e3d8-626e-4842-b3fc-80895695eecd/>],
 
[sh:description "Parameter of the observed system"@en ;
 
sh:name "System Parameter"@en ;
 
sh:node <https://purl.org/coscine/ap/Terahertz/System_Parameter/> ;
 
sh:order 143 ;
 
sh:path <https://w3id.org/mdo/calculation/ParameterName>],
 
[sh:description "Specification of the spatial grid of the observation."@en ;
 
sh:name "Spatial Resolution"@en ;
 
sh:node <https://purl.org/coscine/ap/Terahertz/Spatial_Resolution/> ;
 
sh:order 147 ;
 
sh:path <http://openenergy-platform.org/ontology/oeo/OEO_00020123>].
Loading