Skip to content

Commit

Permalink
Revert review_log to be an entity
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Jan 15, 2021
1 parent 44393cc commit 581f182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RACK-Ontology/OwlModels/REVIEW.owl
Expand Up @@ -52,7 +52,7 @@
</owl:Class>
<owl:Class rdf:ID="REVIEW_LOG">
<rdfs:comment xml:lang="en">Outcome of a REVIEW ACTIVITY</rdfs:comment>
<rdfs:subClassOf rdf:resource="DOCUMENT#REPORT"/>
<rdfs:subClassOf rdf:resource="PROV-S#ENTITY"/>
</owl:Class>
<owl:ObjectProperty rdf:ID="reviewer">
<rdfs:subPropertyOf rdf:resource="PROV-S#wasAssociatedWith"/>
Expand Down
2 changes: 1 addition & 1 deletion RACK-Ontology/ontology/REVIEW.sadl
Expand Up @@ -24,7 +24,7 @@ import "http://arcos.rack/DOCUMENT".

REVIEW_LOG
(note "Outcome of a REVIEW ACTIVITY")
is a type of REPORT.
is a type of ENTITY.

reviews (note "The subject being reviewed") describes REVIEW_LOG with values of type ENTITY.
reviews is a type of wasImpactedBy.
Expand Down

0 comments on commit 581f182

Please sign in to comment.