@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix wikipedia-en:	<http://en.wikipedia.org/wiki/> .
@prefix dbr:	<http://dbpedia.org/resource/> .
wikipedia-en:Automatic1111	foaf:primaryTopic	dbr:Automatic1111 .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix wikidata:	<http://www.wikidata.org/entity/> .
dbr:Automatic1111	rdf:type	wikidata:Q386724 .
@prefix schema:	<http://schema.org/> .
dbr:Automatic1111	rdf:type	schema:CreativeWork .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Automatic1111	rdf:type	owl:Thing .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:Automatic1111	rdf:type	dbo:Software ,
		wikidata:Q7397 ,
		dbo:Work ;
	owl:sameAs	dbr:Automatic1111 ;
	foaf:name	"AUTOMATIC1111 Stable Diffusion Web UI"@en .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbr:Automatic1111	rdfs:label	"Automatic1111"@en .
@prefix dct:	<http://purl.org/dc/terms/> .
@prefix dbc:	<http://dbpedia.org/resource/Category:> .
dbr:Automatic1111	dct:subject	dbc:Free_and_open-source_software ,
		dbc:Open-source_artificial_intelligence ;
	foaf:depiction	<http://commons.wikimedia.org/wiki/Special:FilePath/Screenshot_of_AUTOMATIC1111_Stable_Diffusion_Web_UI.png> .
@prefix prov:	<http://www.w3.org/ns/prov#> .
dbr:Automatic1111	prov:wasDerivedFrom	<http://en.wikipedia.org/wiki/Automatic1111?oldid=1307774583&ns=0> ;
	foaf:isPrimaryTopicOf	wikipedia-en:Automatic1111 ;
	dbo:description	"open source generative artificial intelligence UI"@en .
@prefix dbp:	<http://dbpedia.org/property/> .
@prefix dbt:	<http://dbpedia.org/resource/Template:> .
dbr:Automatic1111	dbp:wikiPageUsesTemplate	dbt:Short_description ,
		dbt:Start_date_and_age ,
		dbt:Reflist ,
		dbt:Portal ,
		dbt:Infobox_software ;
	dbp:name	"AUTOMATIC1111 Stable Diffusion Web UI"@en ;
	dbp:developer	"AUTOMATIC1111 and community"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:Automatic1111	dbp:released	"2022-08-22"^^xsd:date ;
	dbo:programmingLanguage	<http://dbpedia.org/resource/Python_(programming_language)> ;
	dbp:author	"AUTOMATIC1111"@en ;
	dbp:programmingLanguage	<http://dbpedia.org/resource/Python_(programming_language)> ;
	dbo:license	dbr:GNU_Affero_General_Public_License ;
	dbp:screenshot	"Screenshot of AUTOMATIC1111 Stable Diffusion Web UI.png"@en ;
	dbo:releaseDate	"2022-08-22"^^xsd:date ;
	dbo:thumbnail	<http://commons.wikimedia.org/wiki/Special:FilePath/Screenshot_of_AUTOMATIC1111_Stable_Diffusion_Web_UI.png?width=300> ;
	dbp:license	dbr:GNU_Affero_General_Public_License .
@prefix ns15:	<https://github.com/AUTOMATIC1111/> .
dbr:Automatic1111	dbp:repo	ns15:stable-diffusion-webui .