@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
@prefix ns2:	<http://dbpedia.org/class/yago/> .
dbpedia:Sun_WorkShop_TeamWare	rdf:type	ns2:ProprietaryVersionControlSystems .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:Sun_WorkShop_TeamWare	owl:sameAs	<http://rdf.freebase.com/ns/guid.9202a8c04000641f80000000006450af> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns5:	<http://en.wikipedia.org/wiki/> .
dbpedia:Sun_WorkShop_TeamWare	foaf:page	ns5:Sun_WorkShop_TeamWare .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Sun_WorkShop_TeamWare	dbpprop:reference	<http://docs.sun.com/source/806-3573/intro.html> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Sun_WorkShop_TeamWare	rdfs:label	"Sun WorkShop TeamWare"@en ;
	dbpprop:abstract	"Sun WorkShop TeamWare (later Forte TeamWare, then Forte Code Management Software) is a distributed source code revision control system made by Sun Microsystems. Last available as part of the Forte Developer 6 update 2 product, TeamWare is no longer being offered for sale, and is not part of the Sun Studio product. TeamWare's largest deployment is inside Sun itself, where (bar a few exceptions) at one point it was the only VCS used. TeamWare has been used to manage Sun's largest source trees, including those for the Solaris operating system and the Java system, but as part of the process of converting those code bases to open source communities, they are being moved to newer revision control systems such as Mercurial. TeamWare features a number of advanced features not found in earlier version control systems like RCS and CVS. In particular, it features a sophisticated hierarchy of source repositories, and allows atomic updates of multiple files, features found in later version-control systems such as Subversion and Perforce. TeamWare allows distributed development by copying a repository to another which might reside on another machine or network. Developers can then commit changes to the local copy of the repository, periodically integrating accumulated changes in the local repository back into the original repository. TeamWare is implemented as a layer over the older Source Code Control System, which is used to track changes to individual files. TeamWare works only by a system of files accessed by client programs (interacting without a server) and most distributed users of a repository access it by means of a mounted networked filesystem such as NFS. Larry McVoy was the designer of TeamWare. The BitKeeper version control system, also designed by McVoy, shares a number of design concepts with the earlier TeamWare. Evan Adams was the architectural lead for TeamWare."@en ;
	rdfs:comment	"Sun WorkShop TeamWare (later Forte TeamWare, then Forte Code Management Software) is a distributed source code revision control system made by Sun Microsystems. Last available as part of the Forte Developer 6 update 2 product, TeamWare is no longer being offered for sale, and is not part of the Sun Studio product. TeamWare's largest deployment is inside Sun itself, where (bar a few exceptions) at one point it was the only VCS used."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns9:	<http://dbpedia.org/resource/Category:> .
dbpedia:Sun_WorkShop_TeamWare	skos:subject	ns9:Proprietary_version_control_systems ,
		ns9:Sun_Microsystems_software .
@prefix ns10:	<http://www4.wiwiss.fu-berlin.de/flickrwrappr/photos/> .
dbpedia:Sun_WorkShop_TeamWare	dbpprop:hasPhotoCollection	ns10:Sun_WorkShop_TeamWare .
dbpedia:TeamWare	dbpprop:redirect	dbpedia:Sun_WorkShop_TeamWare .
dbpedia:Teamware	dbpprop:redirect	dbpedia:Sun_WorkShop_TeamWare .
dbpedia:Forte_TeamWare	dbpprop:redirect	dbpedia:Sun_WorkShop_TeamWare .
@prefix yago:	<http://mpii.de/yago/resource/> .
yago:Sun_WorkShop_TeamWare	owl:sameAs	dbpedia:Sun_WorkShop_TeamWare .