semanticarts / gist

Semantic Arts gist upper enterprise ontology
Creative Commons Attribution 4.0 International
158 stars 18 forks source link

Add JPG and PNG media types #1130

Open rjyounes opened 2 months ago

rjyounes commented 2 months ago

Two commonly used image media types:

@prefix media-image: <https://www.iana.org/assignments/media-types/image/> .

media-image:jpg
    a gist:MediaType ;
    skos:prefLabel "JPG"@en ;
    gist:uniqueText "image/jpg"@en ;
    .

media-image:jpg
    a gist:MediaType ;
    skos:prefLabel "PNG"@en ;
    gist:uniqueText "image/png"@en ;
    .