@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
dbpedia:JCSP	owl:sameAs	<http://rdf.freebase.com/ns/guid.9202a8c04000641f8000000000232faa> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns3:	<http://en.wikipedia.org/wiki/> .
dbpedia:JCSP	foaf:page	ns3:JCSP .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:JCSP	dbpprop:reference	<http://www.cs.kent.ac.uk/projects/ofa/jcsp/> ,
		<http://www.patricklismore.com/jcspre/> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:JCSP	rdfs:label	"JCSP"@en ;
	dbpprop:abstract	"In computer science and software engineering, JCSP is an implementation of Communicating Sequential Processes (CSP) for the Java programming language. Although CSP is a mathematical system, JCSP does not require in-depth mathematical skill, allowing instead that programmers can achieve well-behaved software just by following simple rules."@en ;
	rdfs:comment	"In computer science and software engineering, JCSP is an implementation of Communicating Sequential Processes (CSP) for the Java programming language. Although CSP is a mathematical system, JCSP does not require in-depth mathematical skill, allowing instead that programmers can achieve well-behaved software just by following simple rules."@en .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns7:	<http://dbpedia.org/resource/Category:> .
dbpedia:JCSP	skos:subject	ns7:Java_platform_software ,
		ns7:Concurrent_computing .
@prefix ns8:	<http://www4.wiwiss.fu-berlin.de/flickrwrappr/photos/> .
dbpedia:JCSP	dbpprop:hasPhotoCollection	ns8:JCSP .