Skip to content

Commit

Permalink
revert cardinality change of author property
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Jan 15, 2021
1 parent 581f182 commit b721c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions RACK-Ontology/OwlModels/REVIEW.owl
Expand Up @@ -38,15 +38,6 @@
<rdfs:subClassOf rdf:resource="PROV-S#THING"/>
</owl:Class>
<owl:Class rdf:ID="REVIEW">
<rdfs:subClassOf>
<owl:Restriction>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>1</owl:cardinality>
<owl:onProperty>
<owl:ObjectProperty rdf:ID="author"/>
</owl:onProperty>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">Artifact review ACTIVITY</rdfs:comment>
<rdfs:subClassOf rdf:resource="PROV-S#ACTIVITY"/>
</owl:Class>
Expand Down Expand Up @@ -89,7 +80,7 @@
<rdfs:range rdf:resource="PROV-S#ENTITY"/>
<rdfs:domain rdf:resource="#REVIEW_LOG"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#author">
<owl:ObjectProperty rdf:ID="author">
<rdfs:subPropertyOf rdf:resource="PROV-S#wasAssociatedWith"/>
<rdfs:comment xml:lang="en">AGENT(s) putting items up for review</rdfs:comment>
<rdfs:range rdf:resource="PROV-S#AGENT"/>
Expand Down
2 changes: 1 addition & 1 deletion RACK-Ontology/ontology/REVIEW.sadl
Expand Up @@ -45,7 +45,7 @@ REVIEW
(note "Artifact review ACTIVITY")
is a type of ACTIVITY.

author (note "AGENT(s) putting items up for review") describes REVIEW with a single value of type AGENT.
author (note "AGENT(s) putting items up for review") describes REVIEW with values of type AGENT.
author is a type of wasAssociatedWith.

reviewer (note "AGENT(s) performing the review") describes REVIEW with values of type AGENT.
Expand Down

0 comments on commit b721c16

Please sign in to comment.