@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix formats: <http://www.w3.org/ns/formats/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

formats:OWL_XML a formats:Format ;
    dcterms:created "2010-05-04" ;
    dcterms:creator <http://www.ivan-herman.net/foaf#me> ;
    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 <http://www.w3.org/TR/owl-xml-serialization/> ;
    rdfs:seeAlso <http://www.w3.org/TR/owl-xml-serialization/#Appendix:_Internet_Media_Type.2C_File_Extension.2C_and_Macintosh_File_Type> ;
    formats:media_type "application/owl+xml" ;
    formats:preferred_suffix ".owx" .

<http://www.ivan-herman.net/foaf#me> a foaf:Person ;
    rdfs:seeAlso <http://www.ivan-herman.net/foaf> ;
    foaf:mbox <mailto:ivan@w3.org> ;
    foaf:name "Ivan Herman" ;
    foaf:title "Semantic Web Activity Lead" ;
    foaf:workplaceHomepage <http://www.w3.org> .


