resource.ttl
@base <http://www.w3.org/2012/pyRdfa> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<>
a doap:Project ;
doap:created "2012-05-24" ;
doap:description "pyRdfa is a distiller that generates RDF triples from an XML or HTML5 file annotated by RDFa in various RDF serialization formats. It can either be used directly from a command line or via a CGI service." ;
doap:developer <http://www.ivan-herman.net/foaf#me> ;
doap:file\-release <https://github.com/RDFLib/pyrdfa3> ;
doap:license </Consortium/Legal/2002/copyright-software-20021231> ;
doap:maintainer <http://www.ivan-herman.net/foaf#me> ;
doap:name "pyRdfa" ;
doap:programming\-language "Python" ;
doap:repository <https://github.com/RDFLib/pyrdfa3> ;
doap:repository\-location <https://github.com/RDFLib/pyrdfa3> ;
rdfs:comment "RDFa 1.1 is a specification for attributes to be used with XML languages or with HTML5 to express structured data. The rendered, hypertext data of XML or HTML is reused by the RDFa markup, so that publishers don’t need to repeat significant data in the document content. The underlying abstract representation is RDF, which lets publishers build their own vocabulary, extend others, and evolve their vocabulary with maximal interoperability over time. pyRdfa is a distiller that generates RDF triples from an XML or HTML5 file annotated by RDFa in various RDF serialization formats. It can either be used directly from a command line or via a CGI service. It corresponds to the RDFa 1.1 Core document, XHTML+RDFa, and HTML+RDFa specifications, as well as to the SVG Tiny 1.2 Recommendation for the SVG version." ;
rdfs:seeAlso </TR/rdfa-core/> .