  @prefix epid: <https://pure.iiasa.ac.at/id/> .
  @prefix void: <http://rdfs.org/ns/void#> .
  @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  @prefix cc: <http://creativecommons.org/ns#> .
  @prefix ep: <http://eprints.org/ontology/> .
  @prefix eprel: <http://eprints.org/relation/> .
  @prefix doi: <https://doi.org/> .
  @prefix dc: <http://purl.org/dc/elements/1.1/> .
  @prefix bibo: <http://purl.org/ontology/bibo/> .
  @prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
  @prefix owl: <http://www.w3.org/2002/07/owl#> .
  @prefix event: <http://purl.org/NET/c4dm/event.owl#> .
  @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
  @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  @prefix dct: <http://purl.org/dc/terms/> .

<>
	foaf:primaryTopic <https://pure.iiasa.ac.at/id/eprint/13452>;
	rdfs:comment "The repository administrator has not yet configured an RDF license."^^xsd:string .

<https://pure.iiasa.ac.at/id/eprint/13452#authors>
	rdf:_1 <https://pure.iiasa.ac.at/id/person/ext-8182>;
	rdf:_2 <https://pure.iiasa.ac.at/id/person/ext-8137> .

<https://pure.iiasa.ac.at/id/eprint/13452/>
	dc:format "text/html";
	dc:title "HTML Summary of #13452 \n\nA Library Framework for Implementing Genetic Algorithms in Java\n\n";
	foaf:primaryTopic <https://pure.iiasa.ac.at/id/eprint/13452> .

<https://pure.iiasa.ac.at/id/eprint/13452>
	bibo:abstract "This paper presents a Java based library designed to provide scientists and programmers with a framework, which makes it easy to implement and simulate genetic algorithms. Library's programming interfaces and implementation requirements are introduced. Further we describe the usage of the provided command-line interface and graphical user interface for universal simulator. Three sample problem implementations from the biological and optimization fields are reviewed. Moreover, we consider possible directions for extending the library."^^xsd:string;
	bibo:authorList <https://pure.iiasa.ac.at/id/eprint/13452#authors>;
	bibo:presentedAt <https://pure.iiasa.ac.at/id/event/ext-fe398ebe79dd55c52c3be6ad077fe46e>;
	bibo:status <http://purl.org/ontology/bibo/status/nonPeerReviewed>,
		<http://purl.org/ontology/bibo/status/published>;
	dct:creator <https://pure.iiasa.ac.at/id/person/ext-8137>,
		<https://pure.iiasa.ac.at/id/person/ext-8182>;
	dct:date "2006-12";
	dct:isPartOf <https://pure.iiasa.ac.at/id/repository>;
	dct:title "A Library Framework for Implementing Genetic Algorithms in Java"^^xsd:string;
	owl:sameAs <https://doi.org/10.1109/BIMNICS.2006.361822>;
	rdf:type bibo:AcademicArticle,
		bibo:Article,
		ep:ConferenceItemEPrint,
		ep:EPrint;
	rdfs:seeAlso <https://pure.iiasa.ac.at/id/eprint/13452/> .

<https://pure.iiasa.ac.at/id/event/ext-fe398ebe79dd55c52c3be6ad077fe46e>
	dct:title "1st Bio-Inspired Models of Network, Information and Computing Systems, BIONETICS"^^xsd:string;
	event:place <https://pure.iiasa.ac.at/id/location/ext-f293b5d61fce8413d2615ab68908f8bd>;
	rdf:type bibo:Conference,
		event:Event .

<https://pure.iiasa.ac.at/id/location/ext-f293b5d61fce8413d2615ab68908f8bd>
	rdf:type geo:SpatialThing;
	rdfs:label "Madonna di Campiglio; Italy"^^xsd:string .

<https://pure.iiasa.ac.at/id/person/ext-8137>
	foaf:familyName "Fazalova"^^xsd:string;
	foaf:givenName "V."^^xsd:string;
	foaf:name "V. Fazalova"^^xsd:string;
	rdf:type foaf:Person .

<https://pure.iiasa.ac.at/id/person/ext-8182>
	foaf:familyName "Kozlowski"^^xsd:string;
	foaf:givenName "B."^^xsd:string;
	foaf:name "B. Kozlowski"^^xsd:string;
	rdf:type foaf:Person .

