Name
earl-reports/rdf-rdfa-earl.ttl
Origin
Git Blob
Assertions by Subject Failed Other Passed
0 0 571

RDF::RDFa

earl:subject
http://rubygems.org/gems/rdf-rdfa
Description
resource.ttl
@base <http://rdf.greggkellogg.net/doap.html> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://rubygems.org/gems/rdf-rdfa>
	a doap:Project ;
	dc:creator <https://greggkellogg.net/foaf#me> ;
	doap:blog <https://greggkellogg.net/> ;
	doap:category
		<http://dbpedia.org/resource/Resource_Description_Framework> ,
		<http://dbpedia.org/resource/Ruby_(programming_language)> ;
	doap:created "2011-08-29"^^xsd:date ;
	doap:description "\n      RDF::RDFa is an RDFa reader/writer for Ruby using the RDF.rb library suite.\n    "@en ;
	doap:developer <https://greggkellogg.net/foaf#me> ;
	doap:documenter <https://greggkellogg.net/foaf#me> ;
	doap:helper <http://njh.me/> ;
	doap:homepage <http://github.com/gkellogg/rdf-rdfa> ;
	doap:implements
		<http://www.w3.org/TR/rdfa-syntax/> ,
		<http://www.w3.org/TR/rdfa-core/> ,
		<http://www.w3.org/TR/xhtml-rdfa/> ,
		<http://www.w3.org/TR/rdfa-in-html/> ,
		<http://www.w3.org/TR/rdfa-lite/> ;
	doap:license <http://creativecommons.org/licenses/publicdomain/> ;
	doap:maintainer <https://greggkellogg.net/foaf#me> ;
	doap:name "RDF::RDFa" ;
	doap:programming\-language "Ruby" ;
	doap:shortdesc "RDFa reader/writer for Ruby."@en ;
	rdfa:usesVocabulary doap: ;
	foaf:maker <https://greggkellogg.net/foaf#me> .

Passed

×571