Skip to content

Commit

Permalink
Update turnstile for software changes
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Jan 8, 2021
1 parent 182d048 commit 1171c00
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 381 deletions.
2 changes: 1 addition & 1 deletion RACK-Ontology/OwlModels/FILE.owl
Expand Up @@ -76,7 +76,7 @@
<rdfs:domain rdf:resource="#FILE_HASH"/>
<rdfs:range rdf:resource="#HASH_TYPE"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="fileParent">
<owl:ObjectProperty rdf:ID="definedIn">
<rdfs:comment xml:lang="en">The file an ENTITY is defined in</rdfs:comment>
<rdfs:range rdf:resource="#FILE"/>
<rdfs:domain rdf:resource="PROV-S#ENTITY"/>
Expand Down
2 changes: 1 addition & 1 deletion RACK-Ontology/ontology/FILE.sadl
Expand Up @@ -13,7 +13,7 @@
uri "http://arcos.rack/FILE" alias file.
import "http://arcos.rack/PROV-S".

fileParent (note "The file an ENTITY is defined in") describes ENTITY with values of type FILE.
definedIn (note "The file an ENTITY is defined in") describes ENTITY with values of type FILE.

FILE
(note "A file in the system")
Expand Down
Expand Up @@ -50,7 +50,6 @@ input_o is a ObjectFile

input_function is a SWCOMPONENT
has identifier "input_function"
has dataInsertedBy Mockup
has componentType SOURCE_FUNCTION
has title "input"
has valueType "void()"
Expand Down Expand Up @@ -88,7 +87,6 @@ output_o is a ObjectFile

output_function is a SWCOMPONENT
has identifier "output_function"
has dataInsertedBy Mockup
has componentType SOURCE_FUNCTION
has title "output"
has valueType "void()"
Expand Down

0 comments on commit 1171c00

Please sign in to comment.