edi3 / edi3-json-ld-ndr

GNU General Public License v3.0
0 stars 2 forks source link

Certificate has incorrect rdfs:comment #61

Open Fak3 opened 3 years ago

Fak3 commented 3 years ago
        {
            "@id": "uncefact:Certificate",
            "@type": "rdfs:Class",
            "rdfs:comment": "A legal proof of ownership or worthiness of an item.",
            "rdfs:label": "Certificate",
            "uncefact:cefactElementMetadata": [
                {
                    "@id": "cefact:Product_Certificate.Details",
                    "@type": "uncefact:AggregateBIE",
                    "uncefact:cefactUNId": "cefact:UN01012483",
                    "rdfs:comment": "A collection of data for a piece of written, printed or electronic matter that provides information or evidence about the product.",
                    "uncefact:cefactBusinessProcess": "Traceability"
                }
            ]
        },

Certificate class has rdfs:comment "A legal proof of ownership or worthiness of an item.", but the cefactElementMetadata comment is different, and corresponds to the RDM xml file. Where does the class comment came from?