Skip to content

Commit 1f5439a

Browse files
committed
Fixed some comments and descriptions in ISA profile
1 parent 1568ef6 commit 1f5439a

8 files changed

Lines changed: 9 additions & 37 deletions

File tree

rocrate_validator/profiles/isa-ro-crate/10_definedterm.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ isa-ro-crate:FindISAOntologyAnnotation a sh:NodeShape, validator:HiddenShape;
3535
sh:subject sh:this ;
3636
sh:predicate rdf:type ;
3737
sh:object isa-ro-crate:OntologyAnnotation ;
38-
# The condition: need to be attached to a Study or Assay
38+
# The condition: need to be attached to a Assay, Protocol, Person, or Article
3939
sh:condition [
4040
a sh:NodeShape;
4141
sh:name: "OntologyAnnotation is attached to an Assay, Protocol, Person, or Article" ;

rocrate_validator/profiles/isa-ro-crate/11_propertyvalue.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ isa-ro-crate:FindISAPropertyValue a sh:NodeShape, validator:HiddenShape;
3535
sh:subject sh:this ;
3636
sh:predicate rdf:type ;
3737
sh:object isa-ro-crate:PropertyValue ;
38-
# The condition: need to be attached to a Study or Assay
38+
# The condition: need to be attached to a Assay, Process, Protocol, Sample, Person, or Article
3939
sh:condition [
4040
a sh:NodeShape;
41-
sh:name: "PropertyValue is attached to an Assay" ;
41+
sh:name: "PropertyValue is attached to an Assay, Process, Protocol, Sample, Person, or Article" ;
4242
sh:or (
4343
[
4444
sh:property [

rocrate_validator/profiles/isa-ro-crate/3_process.ttl

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -51,34 +51,6 @@ isa-ro-crate:FindISAProcesses a sh:NodeShape, validator:HiddenShape;
5151
]
5252
.
5353

54-
# isa-ro-crate:FindISAProcesses a sh:NodeShape, validator:HiddenShape;
55-
# sh:name "Identify ISA processes within the RO-Crate" ;
56-
# sh:description "A Process has type LabProcess and is attached to a Study or Assay." ;
57-
# sh:order 3 ;
58-
# sh:target [
59-
# a sh:SPARQLTarget ;
60-
# sh:select """
61-
# PREFIX bioschemas: <https://bioschemas.org/>
62-
# PREFIX isa-ro-crate: <https://github.com/crs4/rocrate-validator/profiles/isa-ro-crate/>
63-
# PREFIX schema: <http://schema.org/>
64-
65-
# SELECT ?this
66-
# WHERE {
67-
# ?this a bioschemas:LabProcess .
68-
# ?assay schema:about ?this .
69-
# ?assay a isa-ro-crate:Assay .
70-
# }
71-
# """ ;
72-
# ] ;
73-
# # Expand data graph with triples from the file data entity
74-
# sh:rule [
75-
# a sh:TripleRule ;
76-
# sh:subject sh:this ;
77-
# sh:predicate rdf:type ;
78-
# sh:object isa-ro-crate:Process ;
79-
# ]
80-
# .
81-
8254

8355

8456
# check process must have name

rocrate_validator/profiles/isa-ro-crate/4_protocol.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ isa-ro-crate:FindISAProtocols a sh:NodeShape, validator:HiddenShape;
3535
sh:subject sh:this ;
3636
sh:predicate rdf:type ;
3737
sh:object isa-ro-crate:Protocol ;
38-
# The condition: need to be attached to a Study or Assay
38+
# The condition: need to be attached to a Process
3939
sh:condition [
4040
sh:property [
4141
sh:path [ sh:inversePath bioschemas-prop:executesLabProtocol ] ;

rocrate_validator/profiles/isa-ro-crate/5_sample.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ isa-ro-crate:FindISASamples a sh:NodeShape, validator:HiddenShape;
3535
sh:subject sh:this ;
3636
sh:predicate rdf:type ;
3737
sh:object isa-ro-crate:Sample ;
38-
# The condition: need to be attached to a Study or Assay
38+
# The condition: need to be attached to a Process
3939
sh:condition [
4040
a sh:NodeShape ;
4141
sh:name "Sample is attached to a process" ;

rocrate_validator/profiles/isa-ro-crate/7_person.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ isa-ro-crate:FindISAPerson a sh:NodeShape, validator:HiddenShape;
3535
sh:subject sh:this ;
3636
sh:predicate rdf:type ;
3737
sh:object isa-ro-crate:Person ;
38-
# The condition: need to be attached to a Study or Assay
38+
# The condition: need to be attached to a Investigation, Study, Assay, Process, or Article
3939
sh:condition [
4040
a sh:NodeShape;
4141
sh:name: "Person is attached to an Investigation, Study, Assay, Process, or Article" ;

rocrate_validator/profiles/isa-ro-crate/8_article.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
isa-ro-crate:FindISAPublication a sh:NodeShape, validator:HiddenShape;
2828
sh:name "Identify ISA publications within the RO-Crate" ;
29-
sh:description "A Publication has type ScholarlyArticle and is attached to a Study or Assay." ;
29+
sh:description "A Publication has type ScholarlyArticle and is attached to a Study or Investigation." ;
3030
sh:targetClass schema:ScholarlyArticle ;
3131
sh:order 2 ;
3232
# Expand data graph with triples from the file data entity
@@ -35,7 +35,7 @@ isa-ro-crate:FindISAPublication a sh:NodeShape, validator:HiddenShape;
3535
sh:subject sh:this ;
3636
sh:predicate rdf:type ;
3737
sh:object isa-ro-crate:Article ;
38-
# The condition: need to be attached to a Study or Assay
38+
# The condition: need to be attached to a Study or Investigation
3939
sh:condition [
4040
sh:property [
4141
sh:path [ sh:inversePath schema:citation ] ;

rocrate_validator/profiles/isa-ro-crate/9_comment.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ isa-ro-crate:FindISAComment a sh:NodeShape, validator:HiddenShape;
3535
sh:subject sh:this ;
3636
sh:predicate rdf:type ;
3737
sh:object isa-ro-crate:Comment ;
38-
# The condition: need to be attached to a Study or Assay
38+
# The condition: need to be attached to a Investigation, Study, Assay, Protocol, Data file, or Publication
3939
sh:condition [
4040
sh:property [
4141
sh:path [ sh:inversePath schema:comment ] ;

0 commit comments

Comments
 (0)