QualifiedInvolvement class
authorTim L <lebot@rpi.edu>
Sun, 06 Nov 2011 12:10:12 -0500
changeset 814 4c99ea6cd505
parent 813 1617fd936cd0
child 815 d92fc1fadf71
QualifiedInvolvement class
ontology/components/QualifiedInvolvement.ttl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/QualifiedInvolvement.ttl	Sun Nov 06 12:10:12 2011 -0500
@@ -0,0 +1,13 @@
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix time: <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix prov: <http://dvcs.w3.org/hg/prov/raw-file/tip/ontology/ProvenanceOntology.owl#> .
+
+prov:QualifiedInvolvement
+   a owl:Class;
+   rdfs:subClassOf [
+       owl:onProperty prov:entity;
+       owl:minCardinality 1
+   ];
+.