Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ENERSHARE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OPEN
ENERSHARE
Commits
77e63b1e
Commit
77e63b1e
authored
10 months ago
by
Bilbao Arechabala, Sonia
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
b1297e5d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
validation/pilot7/pilot7_service1_ef_output.shacl.ttl
+64
-0
64 additions, 0 deletions
validation/pilot7/pilot7_service1_ef_output.shacl.ttl
with
64 additions
and
0 deletions
validation/pilot7/pilot7_service1_ef_output.shacl.ttl
0 → 100644
+
64
−
0
View file @
77e63b1e
@prefix
brick:
<https://brickschema.org/schema/1.1/Brick#>
.
@prefix
cdt:
<http://w3id.org/lindt/custom_datatypes#>
.
@prefix
plt:
<https://w3id.org/platoon/>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
seas:
<https://w3id.org/seas/>
.
@prefix
time:
<http://www.w3.org/2006/time#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
@prefix
saref4bldg:
<https://saref.etsi.org/saref4bldg/>
.
@prefix
ener-prop:
<https://w3id.org/enershare/property/>
.
@prefix
ener-bldg:
<https://w3id.org/enershare/building/>
.
@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:
BuildingShape
a
sh:
NodeShape
;
sh:
property
[
sh:
path
seas:
hasProperty
;
sh:
minCount
1
;
sh:
nodeKind
sh:
IRI
;
]
;
sh:
targetClass
seas:
Building
.
ener:
BuildingCountShape
a
sh:
NodeShape
;
sh:
targetNode
seas:
Building
;
sh:
property
[
sh:
path
[
sh:
inversePath
rdf:
type
]
;
sh:
minCount
1
;
]
.
ener:
BooleanPropertyShape
a
sh:
NodeShape
;
sh:
property
[
sh:
path
rdfs:
label
;
sh:
minCount
1
;
sh:
maxCount
1
;
sh:
datatype
xsd:
string
;
]
;
sh:
property
[
sh:
path
rdfs:
comment
;
sh:
minCount
1
;
sh:
maxCount
1
;
sh:
datatype
xsd:
string
;
]
;
sh:
property
[
sh:
path
seas:
evaluation
;
sh:
minCount
1
;
sh:
nodeKind
sh:
IRI
;
]
;
sh:
targetClass
seas:
BooleanProperty
.
ener:
EvaluationShape
a
sh:
NodeShape
;
sh:
property
[
sh:
path
seas:
evaluatedSimpleValue
;
sh:
minCount
1
;
sh:
maxCount
1
;
sh:
datatype
xsd:
boolean
;
]
;
sh:
targetClass
seas:
Evaluation
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment