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

Upload New File

parent 71d3f66b
Branches
No related tags found
No related merge requests found
@prefix seas: <https://w3id.org/seas/> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ener: <https://enershare.eu/shapes/p1#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
ener:InstantShape
a sh:NodeShape ;
sh:property [
sh:path time:inXSDDateTime ;
sh:minCount 1 ;
sh:maxCount 1 ;
sh:datatype xsd:dateTime ;
] ;
sh:targetClass time:Instant .
ener:FrequencyPropertyShape
a sh:NodeShape ;
sh:property [
sh:path seas:evaluation ;
sh:minCount 1 ;
sh:nodeKind sh:IRI ;
] ;
sh:targetClass seas:FrequencyProperty .
ener:EvaluationShape
a sh:NodeShape ;
sh:property [
sh:path seas:evaluatedSimpleValue ;
sh:minCount 1 ;
sh:maxCount 1 ;
sh:datatype xsd:decimal ;
] ;
sh:property [
sh:path seas:hasTemporalContext ;
sh:minCount 1 ;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
] ;
sh:targetClass seas:Evaluation .
ener:IntervalShape
a sh:NodeShape ;
sh:property [
sh:path time:hasBeginning ;
sh:minCount 1 ;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
] ;
sh:property [
sh:path time:hasEnd ;
sh:minCount 1 ;
sh:maxCount 1 ;
sh:nodeKind sh:IRI ;
] ;
sh:targetClass time:Interval .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment