@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbr:	<http://dbpedia.org/resource/> .
@prefix schema:	<http://schema.org/> .
dbr:Albumentations	rdf:type	schema:CreativeWork .
@prefix wikidata:	<http://www.wikidata.org/entity/> .
dbr:Albumentations	rdf:type	wikidata:Q386724 ,
		wikidata:Q7397 .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:Albumentations	rdf:type	dbo:Work .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Albumentations	rdf:type	owl:Thing ,
		dbo:Software ;
	owl:sameAs	dbr:Albumentations .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbr:Albumentations	foaf:name	"Albumentations"@en .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbr:Albumentations	rdfs:label	"Albumentations"@en .
@prefix dct:	<http://purl.org/dc/terms/> .
@prefix dbc:	<http://dbpedia.org/resource/Category:> .
dbr:Albumentations	dct:subject	dbc:Computer_vision_software ,
		<http://dbpedia.org/resource/Category:2018_software> ;
	foaf:homepage	<https://albumentations.ai/> ;
	foaf:depiction	<http://commons.wikimedia.org/wiki/Special:FilePath/cv2.imread(%22image.jpg> .
@prefix prov:	<http://www.w3.org/ns/prov#> .
dbr:Albumentations	prov:wasDerivedFrom	<http://en.wikipedia.org/wiki/Albumentations?oldid=1256154614&ns=0> .
@prefix wikipedia-en:	<http://en.wikipedia.org/wiki/> .
dbr:Albumentations	foaf:isPrimaryTopicOf	wikipedia-en:Albumentations ;
	dbo:programmingLanguage	<http://dbpedia.org/resource/Python_(programming_language)> .
@prefix dbp:	<http://dbpedia.org/property/> .
dbr:Albumentations	dbp:programmingLanguage	<http://dbpedia.org/resource/Python_(programming_language)> ,
		""@en ;
	dbp:language	"English"@en ;
	dbp:author	""@en ,
		"Evegene Khvedchenya"@en ,
		"Alexander Buslaev"@en ,
		"Mikhail Druzhinin"@en ,
		"Alex Parinov"@en ,
		"Vladimir I. Iglovikov"@en ;
	dbp:website	<https://albumentations.ai/> ;
	dbo:operatingSystem	dbr:MacOS ,
		dbr:Microsoft_Windows ,
		dbr:Linux ;
	dbp:name	"Albumentations"@en .
@prefix ns13:	<https://github.com/albumentations-team/> .
dbr:Albumentations	dbp:repo	ns13:albumentations ;
	dbo:thumbnail	<http://commons.wikimedia.org/wiki/Special:FilePath/cv2.imread(%22image.jpg?width=300> ;
	dbp:operatingSystem	dbr:Microsoft_Windows ,
		dbr:MacOS ,
		""@en ,
		dbr:Linux ;
	dbo:license	dbr:Massachusetts_Institute_of_Technology ;
	dbp:license	dbr:Massachusetts_Institute_of_Technology ;
	dbo:genre	<http://dbpedia.org/resource/Library_(computing)> ,
		dbr:Deep_learning ;
	dbp:genre	"Library for machine learning and deep learning"@en ;
	dbo:description	"open Source Deep Learning Library"@en .
@prefix dbt:	<http://dbpedia.org/resource/Template:> .
dbr:Albumentations	dbp:wikiPageUsesTemplate	dbt:Infobox_software ,
		dbt:Start_date_and_age ,
		dbt:Short_description ,
		dbt:Machine_learning ,
		dbt:GitHub ,
		dbt:Reflist ,
		dbt:Orphan ,
		dbt:Wikidata .
wikipedia-en:Albumentations	foaf:primaryTopic	dbr:Albumentations .