LCC 1.0 FTF Avatar
  1. OMG Issue

LCC_ — Need to include rdfs:isDefinedBy for every first class ontology element for cases where users load the ontology into a knowledge graph

  • Key: LCC_-12
  • Status: closed  
  • Source: Thematix Partners LLC ( Mrs. Elisa F. Kendall)
  • Summary:

    For ease of use in certain applications where "follow your nose" does not work, such as for ontologies loaded into a knowledge graph, it is helpful to have an rdfs:isDefinedBy statement for every first class entity. The object for the triple should be the IRI of the ontology that contains the entity (i.e., all classes, properties, and individuals).

  • Reported: LCC 1.0b1 — Thu, 20 Jul 2017 01:38 GMT
  • Disposition: Resolved — LCC 1.0
  • Disposition Summary:

    Need to include rdfs:isDefinedBy for every first class ontology element for cases where users load the ontology into a knowledge graph

    This issue resolution affects the machine readable files for LCC only, and does not change the text of the specification.

    The resolution is to add an annotation to every class, property and individual in every LCC ontology that has the form:

    <rdfs:isDefinedBy rdf:resource="[ontology abbreviated IRI]"/>

    for example,

    <rdfs:isDefinedBy rdf:resource="&lcc-lr;"/>

    for the LCC Language Representation ontology.

  • Updated: Tue, 19 Dec 2017 20:01 GMT