@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:SPARQL_Results_TSV a formats:Format ;
    dcterms:created "2011-10-19" ;
    dcterms:creator <http://www.ivan-herman.net/foaf#me> ;
    dcterms:description "Unique identifier for the SPARQL Results in TSV file format" ;
    dcterms:modified "2013-03-25" ;
    rdfs:comment "SPARQL Results in TSV is defined by the “SPARQL 1.1 Query Results CSV and TSV Formats” W3C Recommendation." ;
    rdfs:isDefinedBy <http://www.w3.org/TR/sparql11-results-csv-tsv/> ;
    rdfs:seeAlso <http://www.iana.org/assignments/media-types/text/tab-separated-values> ;
    formats:media_type "text/tab-separated-values" .

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


