uncefact / spec-jsonld

Exposing the UN/CEFACT vocabulary as web semantics
https://service.unece.org/trade/uncefact/vocabulary/uncefact/
13 stars 5 forks source link

feat: specify type for cefactBieDomainClass #106

Closed kshychko closed 2 years ago

kshychko commented 2 years ago

ref #36 This PR adds a type for unece:cefactBieDomainClass attribute:

{
    "@context": {
        "unece": "https://service.unece.org/trade/uncefact/vocabulary/unece#",
        "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
        "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
        "schema": "http://schema.org/",
        "cefact": "https://edi3.org/cefact#",
        "xsd": "http://www.w3.org/2001/XMLSchema#",
        "unece:cefactBieDomainClass": {
            "@type": "@id"
        }
    },
    "@graph": [
    ...
    ]
}