accounts associate an asserting agent with a set of provenance assertions available from a provenance container.
authorTim L <lebot@rpi.edu>
Sun, 02 Oct 2011 19:31:30 -0400
changeset 437 235d9d818585
parent 436 0e5c1d87f34e
child 439 12189d79c7c5
accounts associate an asserting agent with a set of provenance assertions available from a provenance container.
ontology/components/Account.ttl
--- a/ontology/components/Account.ttl	Sun Oct 02 19:25:41 2011 -0400
+++ b/ontology/components/Account.ttl	Sun Oct 02 19:31:30 2011 -0400
@@ -15,8 +15,14 @@
    ];
    rdfs:subClassOf [
       a owl:Restriction;
-      owl:cardinality 1;
-      owl:onProperty prov:hasAssertions;
+      owl:onProperty     prov:hasAssertions;
+      owl:minCardinality 1;
+   ];
+   rdfs:comment "An Account associates an asserting agent with some set of assertions, which are available from a ProvenanceContainer.";
+   rdfs:subClassOf [
+      a owl:Restriction;
+      owl:onProperty    prov:hasAssertions;
+      owl:allValuesFrom prov:ProvenanceContainer;
    ];
 .