RE: ISSUE-72 - schema:domainIncludes and schema:rangeIncludes

It was this commit that changed it
https://github.com/w3c/sdw/commit/18d08cd3aa3da119203e26b4f105250392618615


From: Krzysztof Janowicz [mailto:janowicz@ucsb.edu]
Sent: Thursday, 9 February, 2017 03:44
To: Maxime Lefrançois <maxime.lefrancois@emse.fr>; SDW WG Public List <public-sdw-wg@w3.org>
Subject: Re: ISSUE-72 - schema:domainIncludes and schema:rangeIncludes

I think we had schema before but changed it to meta, does anybody remember why?

On 02/08/2017 04:53 AM, Maxime Lefrançois wrote:
Dear all,

about these pseudo, non Linked-Data compliant properties domainIncludes and rangeIncludes

sosa.ttl uses

@prefix meta: <http://meta.schema.org/> .

and then:

sosa:hasSample meta:rangeIncludes sosa:Sample .

Yet,
 - meta is not a registered prefix for http://meta.schema.org/ at prefix.cc
 - the actual canonical URL for rangeIncludes is http://schema.org/domainIncludes, as stated at its URL: extension terms can be used in schema.org<http://schema.org> markup in the normal manner; it is not necessary for markup publishers to indicate which extension a term is currently in. Terms may move between extensions over time (e.g. from pending<http://pending.schema.org/> to the core) without the need for the corresponding markup to change.
 - the registered prefix for http://schema.org/ is schema: at prefix.cc

So I suggest:
 - we use prefix: @prefix schema: <http://schema.org/> .
 - we change any mention of meta:domainIncludes into schema:domainIncludes
 - we change any mention of meta:rangeIncludes into schema:rangeIncludes

Best,
Maxime




--

Krzysztof Janowicz



Geography Department, University of California, Santa Barbara

4830 Ellison Hall, Santa Barbara, CA 93106-4060



Email: jano@geog.ucsb.edu<mailto:jano@geog.ucsb.edu>

Webpage: http://geog.ucsb.edu/~jano/


Semantic Web Journal: http://www.semantic-web-journal.net

Received on Wednesday, 8 February 2017 22:54:47 UTC