Correcting comment in org.ttl vocabulary
authorDave Reynolds <dave@epimorphics.com>
Thu, 07 Nov 2013 16:47:04 +0000
changeset 633 cbd3c7a89370
parent 632 7764f9e6959c
child 634 66953fd5fa32
Correcting comment in org.ttl vocabulary
org/vocab/org.ttl
--- a/org/vocab/org.ttl	Thu Nov 07 16:28:29 2013 +0000
+++ b/org/vocab/org.ttl	Thu Nov 07 16:47:04 2013 +0000
@@ -72,8 +72,8 @@
     rdfs:domain org:Organization;
     rdfs:range  org:Organization;
     rdfs:subPropertyOf  org:transitiveSubOrganizationOf;
-    rdfs:comment """Represents hierarchical containment of Organizations or OrganizationalUnits; indicates an Organization which contains this Organization. Inverse of `org:subOrganizationOf`. Alternative names: hasSubOrg"""@en;
-    rdfs:comment """Représente une relation hierarchique des Organisations ou des Unités Opérationnelles; indique une Organisation sujet qui contient cette Organisation. Inverse de `org:subOrganizationOf`."""@fr;    
+    rdfs:comment """Represents hierarchical containment of Organizations or OrganizationalUnits; indicates an Organization which contains this Organization. Inverse of `org:hasSubOrganization`."""@en;
+    rdfs:comment """Représente une relation hierarchique des Organisations ou des Unités Opérationnelles; indique une Organisation sujet qui contient cette Organisation. Inverse de `org:hasSubOrganization`."""@fr;    
     rdfs:isDefinedBy <http://www.w3.org/ns/org> ;
     .
 
@@ -93,8 +93,8 @@
     rdfs:label "a une Sous-Organization"@fr;
     rdfs:domain org:Organization;
     rdfs:range  org:Organization;
-    rdfs:comment """Represents hierarchical containment of Organizations or Organizational Units; indicates an organization which is a sub-part or child of this organization.  Inverse of `org:hasSubOrganization`."""@en;
-    rdfs:comment """Indique le statut de dépendance hiérarchique pour des Organisations ou des Unités Opérationnelles; indique une Organisation qui est une sous-partie ou une branche d'une Organisation plus large. C'est la propriété inverse de `org:hasSubOrganization`."""@fr;    
+    rdfs:comment """Represents hierarchical containment of Organizations or Organizational Units; indicates an organization which is a sub-part or child of this organization.  Inverse of `org:subOrganizationOf`."""@en;
+    rdfs:comment """Indique le statut de dépendance hiérarchique pour des Organisations ou des Unités Opérationnelles; indique une Organisation qui est une sous-partie ou une branche d'une Organisation plus large. C'est la propriété inverse de `org:subOrganizationOf`."""@fr;    
     rdfs:isDefinedBy <http://www.w3.org/ns/org> ;
     .
 org:subOrganizationOf  owl:inverseOf org:hasSubOrganization .