Skip to content
Snippets Groups Projects
Commit 275a6393 authored by Bilbao Arechabala, Sonia's avatar Bilbao Arechabala, Sonia
Browse files

Upload New File

parent e0af8fbd
No related branches found
No related tags found
No related merge requests found
@prefix brick: <https://brickschema.org/schema/1.1/Brick#> .
@prefix cdt: <http://w3id.org/lindt/custom_datatypes#> .
@prefix plt: <https://w3id.org/platoon/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix seas: <https://w3id.org/seas/> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ener-prop: <https://w3id.org/enershare/property/> .
@prefix ener-sys: <https://w3id.org/enershare/system/> .
@prefix ener-price: <https://w3id.org/enershare/price/> .
@prefix ener: <https://enershare.eu/shapes/p1#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
ener:SystemShape
a sh:NodeShape ;
sh:property [
sh:path ener-prop:hasCapacityFactor ;
sh:minCount 0;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
] ;
sh:property [
sh:path ener-price:hasCapitalExpenditure ;
sh:minCount 0 ;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
] ;
sh:property [
sh:path ener-prop:hasCurtailment ;
sh:minCount 0 ;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
] ;
sh:property [
sh:path ener-prop:hasDispatch ;
sh:minCount 0 ;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
] ;
sh:property [
sh:path ener-prop:hasInstalledCapacity ;
sh:minCount 0 ;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
] ;
sh:property [
sh:path ener-price:hasMarketValue ;
sh:minCount 0 ;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
] ;
sh:property [
sh:path ener-price:hasOperationalExpenditure ;
sh:minCount 0 ;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
] ;
sh:property [
sh:path ener-prop:hasOptimalCapacity ;
sh:minCount 0 ;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
] ;
sh:property [
sh:path ener-price:hasRevenue ;
sh:minCount 0 ;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
] ;
sh:property [
sh:path ener-prop:hasSupply ;
sh:minCount 0 ;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
] ;
sh:property [
sh:path ener-prop:hasWithdrawal ;
sh:minCount 0 ;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
] ;
sh:targetClass seas:System .
ener:PowerFactorPropertyShape
a sh:NodeShape ;
sh:property [
sh:path seas:evaluation ;
sh:minCount 1 ;
sh:nodeKind sh:IRI ;
] ;
sh:targetClass plt:PowerFactorProperty .
ener:PowerFactorEvaluationShape
a sh:NodeShape ;
sh:property [
sh:path seas:evaluatedSimpleValue ;
sh:minCount 1 ;
sh:maxCount 1 ;
sh:datatype cdt:power ;
] ;
sh:targetClass plt:PowerFactorEvaluation .
ener:PricePropertyShape
a sh:NodeShape ;
sh:property [
sh:path seas:evaluation ;
sh:minCount 1 ;
sh:nodeKind sh:IRI ;
] ;
sh:targetClass seas:PriceProperty .
ener:PriceEvaluationShape
a sh:NodeShape ;
sh:property [
sh:path seas:evaluatedSimpleValue ;
sh:minCount 1 ;
sh:maxCount 1 ;
sh:datatype cdt:ucum ;
] ;
sh:targetClass seas:PriceEvaluation .
ener:EnergyProductionPropertyShape
a sh:NodeShape ;
sh:property [
sh:path seas:evaluation ;
sh:minCount 1 ;
sh:nodeKind sh:IRI ;
] ;
sh:targetClass plt:EnergyProductionProperty .
ener:EnergyProductionEvaluationShape
a sh:NodeShape ;
sh:property [
sh:path seas:evaluatedSimpleValue ;
sh:minCount 1 ;
sh:maxCount 1 ;
sh:datatype cdt:energy ;
] ;
sh:targetClass seas:ElectricEnergyEvaluation .
ener:ElectricPowerPropertyShape
a sh:NodeShape ;
sh:property [
sh:path seas:evaluation ;
sh:minCount 1 ;
sh:nodeKind sh:IRI ;
] ;
sh:targetClass seas:ElectricPowerProperty .
ener:ElectricPowerEvaluationShape
a sh:NodeShape ;
sh:property [
sh:path seas:evaluatedSimpleValue ;
sh:minCount 1 ;
sh:maxCount 1 ;
sh:datatype cdt:power ;
] ;
sh:targetClass seas:ElectricPowerEvaluation .
ener:ElectricEnergyPropertyShape
a sh:NodeShape ;
sh:property [
sh:path seas:evaluation ;
sh:minCount 1 ;
sh:nodeKind sh:IRI ;
] ;
sh:targetClass seas:ElectricEnergyProperty .
ener:ElectricEnergyEvaluationShape
a sh:NodeShape ;
sh:property [
sh:path seas:evaluatedSimpleValue ;
sh:minCount 1 ;
sh:maxCount 1 ;
sh:datatype cdt:energy ;
] ;
sh:targetClass seas:ElectricEnergyEvaluation .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment