User:Tinkster

From W3C Wiki
(Redirected from TobyInkster)

Toby Inkster

@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl:  <http://www.w3.org/2002/07/owl#> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix dc:   <http://purl.org/dc/terms/> .

<#i>  owl:sameAs <http://rdfa.info/wiki/User:TobyInk#> ,
                 <http://tobyinkster.co.uk/#i> ;
      foaf:name  "Toby Inkster"@en ;
      foaf:page  <http://rdfa.info/wiki/User:TobyInk> ,
                 <http://microformats.org/wiki/User:TobyInk> ;
      foaf:made  <http://buzzword.org.uk/swignition/#swignition> ,
                 <http://buzzword.org.uk/2008/rdf-ease/spec> ,
                 <http://buzzword.org.uk/2008/jsonGRDDL/spec> ;
      foaf:homepage <http://tobyinkster.co.uk/> .

<http://buzzword.org.uk/swignition/#swignition> a doap:Project ;
      doap:name  "Swignition" ;
      doap:description """
                 Swignition (formerly known as Cognition) is a parser for both “upper case
                 Semantic Web” (RDF, RDFa) and “lower case semantic web” (microformats)
                 technologies. It includes modules for exporting parsed data in a variety of
                 formats, including RDF, vCard, iCalendar, Atom and KML.
                 """@en ;
      doap:homepage <http://buzzword.org.uk/swignition/> .

<http://buzzword.org.uk/2008/rdf-ease/spec> a foaf:Document ;
      dc:title "RDF Extracted Attributes from Styled Elements (RDF-EASE)" .

<http://buzzword.org.uk/2008/jsonGRDDL/spec> a foaf:Document ;
      dc:title "jsonGRDDL" .