Skip to content

Commit

Permalink
sparc methods add properties for scaffolds, flatmaps, and paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tgbugs committed Aug 12, 2020
1 parent f7eaedf commit ae46d6f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ttl/sparc-methods.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,21 @@ sparc:hemodynamicHemostasis a owl:ObjectProperty ;
rdfs:range sparc:Resource ;
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" .

sparc:includesFlatmap a owl:ObjectProperty ;
rdfs:subPropertyOf hasPart: ;
rdfs:domain sparc:Resource ;
rdfs:range sparc:Flatmap .

sparc:includesPath a owl:ObjectProperty ;
rdfs:subPropertyOf hasPart: ;
rdfs:domain sparc:Resource ;
rdfs:range sparc:Path .

sparc:includesScaffold a owl:ObjectProperty ;
rdfs:subPropertyOf hasPart: ;
rdfs:domain sparc:Resource ;
rdfs:range sparc:Scaffold .

sparc:isInputSpecimenForExtraction a owl:FunctionalProperty,
owl:ObjectProperty ;
replacedBy: ilxtr:hasPrimaryInput ;
Expand Down

0 comments on commit ae46d6f

Please sign in to comment.