Error in Organization Ontology

Hi all,

I believe there is an error in an example in the Organization Ontology[1].

Section 2.4 lists the following example:

Given
    <http://example.com/regorgMay2010> a org:ChangeEvent;
        rdfs:comment "Post-election re-organization and rebranding"@en ;
        org:originalOrganization  <http://example.com/DfE> ;
        org:resultingOrganization <http://example.com/DCSF> .

and
   CONSTRUCT {
     ?orgR prov:wasDerivedFrom ?orgO .
   } WHERE {
      ?orgR org:resultedFrom / org:originalOrganization ?orgO .
   }

Results in:
    <http://example.com/DfE> prov:wasDerivedFrom <http://example.com/DCSF> .

I believe this is supposed to be:
    <http://example.com/DCSF> prov:wasDerivedFrom <http://example.com/DfE> .

[1] https://www.w3.org/TR/vocab-org/

Best regards,
Dieter De Paepe
-- 
Ghent University - imec
IDLab
iGent Tower - Department of Electronics and Information Systems
Sint-Pietersnieuwstraat 41, B-9000 Ghent, Belgium

Received on Wednesday, 1 February 2017 13:28:50 UTC