- From: Dave Reynolds <dave.reynolds@epimorphics.com>
- Date: Wed, 1 Feb 2017 14:51:35 +0000
- To: Phil Archer <phila@w3.org>, Dave Reynolds <dave@epimorphics.com>
- Cc: public-dwbp-comments@w3.org
Hi Phil,
Indeed does look to be an error, thanks for capturing it.
Dave
On 01/02/17 14:46, Phil Archer wrote:
> Hi Dave,
>
> This came into the DWBP Comments list but it's in your bailiwick. It
> looks right to be (i.e. there is an error). I have added it to the errata.
>
> https://www.w3.org/2001/sw/wiki/Org_Errata
>
> Phil
>
> On 01/02/2017 09:42, Dieter De Paepe wrote:
>> 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
>>
>
Received on Thursday, 2 February 2017 13:40:17 UTC