Open
Description
gist:FormattedContent
is a subclass of gist:ContentExpression
and is expressed in a gist:MediaType
.
gist:ContentExpression
is expressed in a gist:Language
.
gist:Language
includes human and computer languages.
gist:FormattedContent
a owl:Class ;
owl:equivalentClass [
a owl:Class ;
owl:intersectionOf (
gist:ContentExpression
[
a owl:Restriction ;
owl:onProperty gist:isExpressedIn ;
owl:someValuesFrom gist:MediaType ;
]
) ;
] .
gist:ContentExpression
a owl:Class ;
rdfs:subClassOf
[
a owl:Restriction ;
owl:onProperty gist:isExpressedIn ;
owl:someValuesFrom gist:Language ;
]
.
But while some kinds of formatted content are expressed in a human language - e.g, text in HTML, PDFs, PowerPoints, plain text documents, etc. - do we consider media types like JPG and PNG to also be languages? If not, there's an error in the definitions.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In Triage