@prefix rdf: . @prefix awol: . @prefix owl: . awol:html rdf:type owl:InverseFunctionalProperty , owl:DatatypeProperty . @prefix rdfs: . awol:html rdfs:subPropertyOf awol:body ; rdfs:comment "see \u00A73.1.1.2 of rfc 4287. The datatype of html text elements. It is considered to be a relation to the text."@en ; rdfs:domain awol:HTML ; rdfs:label "html value" . @prefix xsd: . awol:html rdfs:range xsd:string . @prefix pwdr: . @prefix ns6: . awol:html pwdr:describedby ns6:link . @prefix ns7: . awol:html pwdr:describedby ns7:link , ns7:feedId , .