@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
dbpedia:Libarc	rdf:type	dbpedia-owl:Software .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:Libarc	rdf:type	owl:Thing ,
		dbpedia-owl:Work .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Libarc	dbpprop:name	"Libarc"@en ;
	dbpedia-owl:genre	dbpedia:Software_framework ,
		<http://dbpedia.org/resource/Library_%28computing%29> ;
	owl:sameAs	<http://rdf.freebase.com/ns/guid.9202a8c04000641f8000000008024f4a> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbpedia:Libarc	foaf:name	"Libarc" .
@prefix ns6:	<http://en.wikipedia.org/wiki/> .
dbpedia:Libarc	foaf:page	ns6:Libarc .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Libarc	rdfs:label	"Libarc"@en .
@prefix ns8:	<http://dbpedia.org/ontology/Work/> .
dbpedia:Libarc	ns8:genre	<http://dbpedia.org/resource/Library_%28computing%29> ,
		dbpedia:Software_framework ;
	dbpprop:abstract	"Libarc is a C++ library that accesses contents of GZIP compressed ARC files. These ARC files are generated by the Internet Archive's Heritrix web crawler. This allows you to Open and scan contents of GZIP compressed ARC Files. It also allows you to get an iterator that walks over the contents of said ARC files, member by member. You are able to specify media type in order to limit the types seen. This allows you to access information in the member\u2019s URL record and response headers from http servers and access to the member\u2019s data in a single API call. Additionally to the API reference documentation there are two other sources: Programming with libac - This describes the libarac API License and Copyright held by Basis Technology Corp."@en ;
	rdfs:comment	"Libarc is a C++ library that accesses contents of GZIP compressed ARC files. These ARC files are generated by the Internet Archive's Heritrix web crawler. This allows you to Open and scan contents of GZIP compressed ARC Files. It also allows you to get an iterator that walks over the contents of said ARC files, member by member. You are able to specify media type in order to limit the types seen."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
dbpedia:Libarc	skos:subject	<http://dbpedia.org/resource/Category:C%2B%2B_libraries> .
@prefix ns10:	<http://dbpedia.org/resource/Template:> .
dbpedia:Libarc	dbpprop:wikiPageUsesTemplate	ns10:infobox_software ;
	dbpprop:programmingLanguage	"C++"@en ;
	dbpprop:genre	dbpedia:Software_framework ,
		<http://dbpedia.org/resource/Library_%28computing%29> .