Skip to content

Commit ae46d6f

Browse files
committed
sparc methods add properties for scaffolds, flatmaps, and paths
1 parent f7eaedf commit ae46d6f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

ttl/sparc-methods.ttl

+15
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,21 @@ sparc:hemodynamicHemostasis a owl:ObjectProperty ;
188188
rdfs:range sparc:Resource ;
189189
rdfs:comment "for the data entry side of this, this could simply be obtained by filling in ilxtr:hasAspect without the need to be overly specific, the result would then have ilxtr:resultAspect which would match, otherwise we will wind up with the usual cartesian explosion of terms in our schema" .
190190

191+
sparc:includesFlatmap a owl:ObjectProperty ;
192+
rdfs:subPropertyOf hasPart: ;
193+
rdfs:domain sparc:Resource ;
194+
rdfs:range sparc:Flatmap .
195+
196+
sparc:includesPath a owl:ObjectProperty ;
197+
rdfs:subPropertyOf hasPart: ;
198+
rdfs:domain sparc:Resource ;
199+
rdfs:range sparc:Path .
200+
201+
sparc:includesScaffold a owl:ObjectProperty ;
202+
rdfs:subPropertyOf hasPart: ;
203+
rdfs:domain sparc:Resource ;
204+
rdfs:range sparc:Scaffold .
205+
191206
sparc:isInputSpecimenForExtraction a owl:FunctionalProperty,
192207
owl:ObjectProperty ;
193208
replacedBy: ilxtr:hasPrimaryInput ;

0 commit comments

Comments
 (0)