@prefix dbpprop:	<http://dbpedia.org/property/> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
dbpedia:Tag	dbpprop:disambiguates	<http://dbpedia.org/resource/Tag_%28programming%29> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
<http://dbpedia.org/resource/Tag_%28programming%29>	foaf:page	<http://en.wikipedia.org/wiki/Tag_%28programming%29> ;
	dbpprop:reference	<http://tbs-software.com/guide/index.php?guide=autodocs.doc%2Futility.doc> ,
		<http://cataclysm.cx/random/amiga/reference/Libraries_Manual_guide/node00B4.html> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://dbpedia.org/resource/Tag_%28programming%29>	rdfs:label	"Tag (programming)"@en ;
	dbpprop:abstract	"In programming, a tag is an argument to a subroutine that determines other arguments passed to it, which is used as a way to pass indefinite number of tagged parameters to the subroutine; notably, tags are used for a number of system calls in AmigaOS v2.0 and onwards."@en ;
	rdfs:comment	"In programming, a tag is an argument to a subroutine that determines other arguments passed to it, which is used as a way to pass indefinite number of tagged parameters to the subroutine; notably, tags are used for a number of system calls in AmigaOS v2.0 and onwards."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns5:	<http://dbpedia.org/resource/Category:> .
<http://dbpedia.org/resource/Tag_%28programming%29>	skos:subject	ns5:AmigaOS .
@prefix ns6:	<http://dbpedia.org/resource/Template:> .
<http://dbpedia.org/resource/Tag_%28programming%29>	dbpprop:wikiPageUsesTemplate	ns6:quote ;
	dbpprop:quoteProperty	"Tags make it possible to add new parameters to system functions without\ninterfering with the original parameters. \u00A0They also make specifying\nparameter lists much clearer and easier."@en .