inverses
authorTim L <lebot@rpi.edu>
Thu, 23 Feb 2012 22:24:48 -0500
changeset 1671 99092133673b
parent 1670 da5200d2421d
child 1672 d6db71fbccbf
inverses
ontology/components/inverses.ttl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ontology/components/inverses.ttl	Thu Feb 23 22:24:48 2012 -0500
@@ -0,0 +1,12 @@
+@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:     <http://www.w3.org/2002/07/owl#> .
+@prefix time:    <http://www.w3.org/2006/time#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix skos:    <http://www.w3.org/2008/05/skos#> .
+@prefix prov:    <http://www.w3.org/ns/prov#> .
+@prefix :        <#> .
+
+prov:hadActivity owl:inverseOf prov:hadQualifiedAssociation .
+