Re: [w3c/sdw] Prefix declaration issues in ssnx (#537)

Hi,

I would strongly suggest not to flood the users with all those different 
vocabularies such as vann and voaf.  Many companies and government 
agencies cannot use products that include parts that are not 
standardized or for which there is no clear (commercial) partner. A 
company (or government agency) that wants to use our ontologies will 
have to learn and understand all these other vocabularies and be able to 
offer support for them for 20+ years and they are not going to do so. 
Keep in mind that what we are doing here is not a research project.

Best
Krzysztof

On 02/07/2017 09:36 AM, Maxime Lefrançois wrote:
>
> 1.
>
>
> ssnx references both dc elements and dc terms. I propose we switch to 
> dct only, and use prefix dcterms instead of dct
>
> so instead of:
>
> @prefix <https://github.com/prefix> dc: http://purl.org/dc/elements/1.1/ .
> @prefix <https://github.com/prefix> dct: http://purl.org/dc/terms/ .
>
> we use just
>
> @prefix <https://github.com/prefix> dcterms: http://purl.org/dc/terms/ .
>
> 2.
>
>
> the old ssn namespace is missing in ssnx.ttl. I add:
>
> @prefix <https://github.com/prefix> oldssn: 
> http://purl.oclc.org/NET/ssnx/ssn#.
>
> 3.
>
>
> I add voaf, vann, vs, time, sosa, ssn
> I remove xml
> the base is not needed, I delete.
>
> 4.
>
>
> I reorder arbitrarily:
>
> @prefix <https://github.com/prefix> rdf: 
> http://www.w3.org/1999/02/22-rdf-syntax-ns# .
> @prefix <https://github.com/prefix> rdfs: 
> http://www.w3.org/2000/01/rdf-schema# .
> @prefix <https://github.com/prefix> owl: http://www.w3.org/2002/07/owl# .
> @prefix <https://github.com/prefix> xsd: 
> http://www.w3.org/2001/XMLSchema# .
> @prefix <https://github.com/prefix> skos: 
> http://www.w3.org/2004/02/skos/core# .
> @prefix <https://github.com/prefix> dcterms: http://purl.org/dc/terms/ .
> @prefix <https://github.com/prefix> cc: http://creativecommons.org/ns# .
> @prefix <https://github.com/prefix> vann: http://purl.org/vocab/vann/ .
> @prefix <https://github.com/prefix> voaf: 
> http://purl.org/vocommons/voaf# .
> @prefix <https://github.com/prefix> vs: 
> http://www.w3.org/2003/06/sw-vocab-status/ns# .
> @prefix <https://github.com/prefix> time: http://www.w3.org/2006/time# .
>
> @prefix <https://github.com/prefix> sosa: http://www.w3.org/ns/sosa/ .
> @prefix <https://github.com/prefix> ssn: http://www.w3.org/ns/ssn/ .
> @prefix <https://github.com/prefix> oldssn: 
> http://purl.oclc.org/NET/ssnx/ssn#.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub 
> <https://github.com/w3c/sdw/issues/537>, or mute the thread 
> <https://github.com/notifications/unsubscribe-auth/ABrH9jSEf0AyDQYyPxGJBE7BOuhp4_A7ks5raKusgaJpZM4L5zi4>.
>


-- 
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 Tuesday, 7 February 2017 18:27:41 UTC