- From: Dan Brickley <danbri@google.com>
- Date: Wed, 8 Feb 2017 17:23:04 -0500
- To: janowicz@ucsb.edu
- Cc: Maxime Lefrançois <maxime.lefrancois@emse.fr>, SDW WG Public List <public-sdw-wg@w3.org>
- Message-ID: <CAK-qy=6+WqABOwF1qgTeh-RgYody7_w2C7FCsgGu8ZAWYZOZ3Q@mail.gmail.com>
Yes, just use http://schema.org/ for the namespace URI (or https if you prefer). FWIW the prefix.cc site has some pretty bad content e.g. for FOAF, there has only ever been one namespace URI and yet http://prefix.cc/foaf lists 4. The site footer still says "DERI" which doesn't exist any more, and according to DNS whois "Registry Expiry Date: 2017-02-23T10:07:18Z" ... may drop offline in 2 weeks. On 8 February 2017 at 11:44, Krzysztof Janowicz <janowicz@ucsb.edu> wrote: > 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/> > http://meta.schema.org/ at prefix.cc > - the actual canonical URL for rangeIncludes is > <http://schema.org/domainIncludes>http://schema.org/domainIncludes, as > stated at its URL: extension terms can be used in 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/>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 > Webpage: http://geog.ucsb.edu/~jano/ > Semantic Web Journal: http://www.semantic-web-journal.net > >
Received on Wednesday, 8 February 2017 22:23:38 UTC