@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:N3 a formats:Format ;
    dcterms:created "2010-05-04" ;
    dcterms:creator <http://www.ivan-herman.net/foaf#me> ;
    dcterms:description "Unique identifier for the N3 RDF syntax" ;
    dcterms:modified "2013-03-25" ;
    rdfs:comment "N3 is defined by the “Notation3 (N3): A readable RDF syntax” W3C Team Submission." ;
    rdfs:isDefinedBy <http://www.w3.org/TeamSubmission/n3/> ;
    rdfs:seeAlso <http://www.w3.org/TeamSubmission/n3/#mimetype> ;
    formats:media_type "text/rdf+n3" .

<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> .


