@prefix rdf: . @prefix awol: . @prefix owl: . awol:TextContent rdf:type owl:Class . @prefix rdfs: . awol:TextContent rdfs:subClassOf awol:Content ; rdfs:comment "see \u00A73.1 of rfc 4287. The text constructs."@en ; rdfs:label "All Text Content Class"@en . @prefix pwdr: . @prefix ns5: . awol:TextContent pwdr:describedby ns5:link . @prefix ns6: . awol:TextContent pwdr:describedby ns6:link , ns6:feedId , . @prefix skos: . awol:TextContent skos:editorialNote "Should awol:TextContent really be a sublcass of :Content ? If it is then all the properties that apply to text will also apply to :Content. If we want a :Content to be able to take properties such as :etag, this does not seem quite relevant to anything that is related to what should be the object of :title, :subtitle or :summary. Neither does :src really seem to be a relation that really makes sense there" .