gs1 / WebVoc

GS1 Web vocabulary development site
Apache License 2.0
29 stars 6 forks source link

ontology metadata fixes #10

Open VladimirAlexiev opened 3 years ago

VladimirAlexiev commented 3 years ago
gs1: a voaf:Vocabulary,
        owl:Ontology ;
    dc11:contributors "Eric Kauz, Mark Harrison, Phil Archer" ;
    dc11:creator <https://www.gs1.org/> ;
    <http://purl.org/dc/elements/1.1/description:> "The GS1 RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language. The vocabulary builds on and refers to schema.org where appropriate."@en ;
    <http://purl.org/dc/elements/1.1/identifier:> "GS1 Vocabulary" ;
    <http://purl.org/dc/elements/1.1/issued:> "2017-11-20"^^xsd:date ;
    dc11:lastModified "2020-03-05"^^xsd:date ;
    dc11:title "GS1 Vocabulary" ;
    vann: gs1:,
        "gs1" ;
    voaf:extends schema: ;
    voaf:hasEquivalencesWith schema: ;
    voaf:specializes schema: ;
    schema:license "data:text/html;charset=UTF-8,<p>GS1&reg;... <a href=&quot;http://www.apache.org/licenses/LICENSE-2.0&quot; target=&quot;blank&quot;>http://www.apache.org/licenses/LICENSE-2.0</a>.. ;

(in accordance with a prev issue, I use dc: instead of dc11: and dct: instead of dc1:)