Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certificate has incorrect rdfs:comment #61

Open
Fak3 opened this issue Jul 14, 2021 · 0 comments
Open

Certificate has incorrect rdfs:comment #61

Fak3 opened this issue Jul 14, 2021 · 0 comments
Assignees

Comments

@Fak3
Copy link
Contributor

Fak3 commented Jul 14, 2021

        {
            "@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants