librdfa-earl.ttl
- Name
- earl-reports/librdfa-earl.ttl
- Origin
- Git Blob
| Assertions by Subject | Failed | Other | Passed |
|---|---|---|---|
| 67 | 0 | 493 |
librdfa
- earl:subject
- https://github.com/rdfa/librdfa
- Description
-
resource.ttl
@base <file://56b5bc1b01/> . @prefix dc: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . <https://github.com/rdfa/librdfa> a doap:GitRepository , doap:Project ; dc:creator [ a foaf:Person ; foaf:name "Manu Sporny" ] ; dc:title "librdfa" ; doap:browse <https://github.com/rdfa/librdfa> ; doap:bug\-database <https://github.com/rdfa/librdfa/issues> ; doap:description "SAX-based implementation of an RDFa Processor in C" ; doap:developer [ a foaf:Person ; foaf:name "Manu Sporny" ] ; doap:homepage <https://github.com/rdfa/librdfa/wiki> ; doap:name "librdfa" ; doap:programming\-language "C" ; doap:repository <https://github.com/rdfa/librdfa> .