@prefix dcterms: . @prefix foaf: . @prefix formats: . @prefix rdfs: . formats:OWL_XML a formats:Format ; dcterms:created "2010-05-04" ; dcterms:creator ; dcterms:description "Unique identifier for the OWL Serialization in XML" ; dcterms:modified "2013-03-25" ; rdfs:comment "OWL XML is defined by the “OWL 2 Web Ontology Language, XML Serialization” W3C Recommendation." ; rdfs:isDefinedBy ; rdfs:seeAlso ; formats:media_type "application/owl+xml" ; formats:preferred_suffix ".owx" . a foaf:Person ; rdfs:seeAlso ; foaf:mbox ; foaf:name "Ivan Herman" ; foaf:title "Semantic Web Activity Lead" ; foaf:workplaceHomepage .