annotation and class disjoint with new_cert_ont
authorDominik Tomaszuk <ddooss@wp.pl>
Sun, 24 Mar 2013 00:19:57 +0100
branchnew_cert_ont
changeset 356 61f776284445
parent 355 a9b71ecfe16b
child 357 db5dae845920
annotation and class disjoint with
ontologies/cert.n3
--- a/ontologies/cert.n3	Sat Mar 23 12:17:07 2013 +0100
+++ b/ontologies/cert.n3	Sun Mar 24 00:19:57 2013 +0100
@@ -42,7 +42,10 @@
        by two numbers.
      - also create html version of the spec by using this as a template.
      - should comments such as this be in html?
-   """@en.
+   """@en .
+
+vs:term_status rdf:type owl:AnnotationProperty .
+skos:editorialNote rdf:type owl:AnnotationProperty .
 
 :Certificate a owl:Class;
     vs:term_status "unstable";
@@ -122,11 +125,12 @@
     rdfs:label "RSA Key"@en;
     rdfs:isDefinedBy <cert#>;
     rdfs:subClassOf :Key;
+    owl:disjointWith :DSAKey;
     vs:term_status "unstable";
     rdfs:comment """
     The union of the public and private components of an RSAKey.
     Usually those pieces are not kept together
-    """@en.
+    """@en .
 
 :DSAKey a owl:Class;
     rdfs:label "DSA Key"@en;