Difference between revisions of "Gnowsys"

From Free Software Directory
Jump to: navigation, search
(add package identifier)
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
|Short description=Hybrid database server with a kernel for semantic computing
 
|Short description=Hybrid database server with a kernel for semantic computing
 
|Full description=GNOWSYS is an acronym for "Gnowledge Networking and Organizing SYStem." It is a web based object oriented database server with each object provided by an unique URL. GNOWSYS is a tool to construct and store persistently a Gnowledge Base (GB). The GB consists of the following three groups of constructor classes (system and temporal classes under development):
 
|Full description=GNOWSYS is an acronym for "Gnowledge Networking and Organizing SYStem." It is a web based object oriented database server with each object provided by an unique URL. GNOWSYS is a tool to construct and store persistently a Gnowledge Base (GB). The GB consists of the following three groups of constructor classes (system and temporal classes under development):
<br />
 
PredicateGroup: relationType, relation, functionType, function
 
  
Object Group: metaType, class, object (with
+
PredicateGroup: relationType, relation, functionType, function
  
provision to have classes and objects of declarative,
+
Object Group: metaType, class, object (with provision to have classes and objects of declarative, procedural, encapsulated, temporal etc.)
  
procedural, encapsulated, temporal etc.)
+
Structure Group: systemType, system, flowType, flow, processType, process
 
 
Structure Group: systemType, system, flowType, flow, processType,
 
 
 
process
 
  
 
GNOWSYS indexes data and metadata of objects in a catalogue for faster queries. Optionally, data can remain anywhere on the Internet (only the metadata stays in the database). Surrogates of procedures (classes, functions, and system calls) can also be installed in the database as special objects. These procedures execute as web services, so users can design applications without writing program in any programming language by specifying the semantics of a program and mapping the elements of the program to the surrogates of procedures is sufficient for GNOWSYS to test the application design.
 
GNOWSYS indexes data and metadata of objects in a catalogue for faster queries. Optionally, data can remain anywhere on the Internet (only the metadata stays in the database). Surrogates of procedures (classes, functions, and system calls) can also be installed in the database as special objects. These procedures execute as web services, so users can design applications without writing program in any programming language by specifying the semantics of a program and mapping the elements of the program to the surrogates of procedures is sufficient for GNOWSYS to test the application design.
 +
|Homepage URL=http://www.gnu.org/software/gnowsys/
 
|User level=advanced
 
|User level=advanced
 +
|VCS checkout command=membername
 +
|Computer languages=Python
 +
|Documentation note=User documentation available from http://www.gnowledge.org/gnowsys/Data/ObjectType/d/documentation/viewObjectType
 +
|Keywords=content management,database,artificial intelligence,object oriented database,distributed database,knowledge representation,gnowledge,semantic web,semantic computing
 +
|Version identifier=1rc
 +
|Version date=2010-03-19
 +
|Version status=stable
 +
|Version download=http://mirror.lihnidos.org/GNU/savannah/gnowsys/gnowsysApp_rc1.tar.bz2
 +
|Last review by=Janet Casey
 +
|Last review date=2010-03-23
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=0.6
+
|Status=
|Version date=2004-12-10
+
|Is GNU=Yes
|Version status=beta
+
|GNU package identifier=gnowsys
|Version download=
+
|License verified date=2010-03-23
|License verified date=2005-01-11
+
}}
|Version comment=0.6 beta released 2004-12-10
+
{{Project license
 +
|License=GPLv2orlater
 +
|License verified by=Kelly Hopkins
 +
|License verified date=2010-03-23
 +
}}
 +
{{Person
 +
|Real name=Nagarjuna G.
 +
|Role=Maintainer
 +
|Email=nagarjun@gnowledge.org
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=See for a complete list of contributors
 +
|Role=Contributor
 +
|Resource URL=
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=http://savannah.gnu.org/cvs/?group=gnowsys
 +
}}
 +
{{Resource
 +
|Resource audience=Bug Tracking
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://savannah.gnu.org/bugs/?group=gnowsys
 +
}}
 +
{{Resource
 +
|Resource audience=Bug Tracking
 +
|Resource kind=Mailing List Info/Archive
 +
|Resource URL=http://lists.gnu.org/mailman/listinfo/gnowsys-bug
 +
}}
 +
{{Resource
 +
|Resource audience=Support
 +
|Resource kind=Mailing List Info/Archive
 +
|Resource URL=http://lists.gnu.org/mailman/listinfo/gnowsys-help
 +
}}
 +
{{Resource
 +
|Resource audience=Help
 +
|Resource kind=Mailing List Info/Archive
 +
|Resource URL=http://lists.gnu.org/mailman/listinfo/gnowsys-info
 
}}
 
}}
 
{{Software category
 
{{Software category
 +
|Database=server
 
|Interface=web
 
|Interface=web
}}
+
|Internet-application=server
{{Project license
+
|Science=artificial-intelligence
|License=GPLv2orlater
+
|Use=internet-application, science, web-authoring
|License verified by=Janet Casey
+
|Web-authoring=knowledge-base, server, website-revision
|License verified date=2005-01-11
+
|Works-with=database
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 43: Line 88:
 
|Prerequisite description=BTreeFolders2
 
|Prerequisite description=BTreeFolders2
 
}}
 
}}
 +
{{Featured}}

Revision as of 16:36, 12 September 2014


[edit]

GNOWSYS

https://www.gnu.org/software/gnowsys/
Hybrid database server with kernel for semantic computing.

GNOWSYS is an acronym for "Gnowledge Networking and Organizing SYStem." It is a web based object oriented database server with each object provided by an unique URL. GNOWSYS is a tool to construct and store persistently a Gnowledge Base (GB). The GB consists of the following three groups of constructor classes (system and temporal classes under development):

PredicateGroup: relationType, relation, functionType, function

Object Group: metaType, class, object (with provision to have classes and objects of declarative, procedural, encapsulated, temporal etc.)

Structure Group: systemType, system, flowType, flow, processType, process

GNOWSYS indexes data and metadata of objects in a catalogue for faster queries. Optionally, data can remain anywhere on the Internet (only the metadata stays in the database). Surrogates of procedures (classes, functions, and system calls) can also be installed in the database as special objects. These procedures execute as web services, so users can design applications without writing program in any programming language by specifying the semantics of a program and mapping the elements of the program to the surrogates of procedures is sufficient for GNOWSYS to test the application design.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

13 August 2022




Leaders and contributors

Contact(s)Role
Nagarjuna G. Maintainer


Resources and communication

AudienceResource typeURI
SavannahDeveloperhttps://savannah.gnu.org/projects/gnowsys/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnowsys-info/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/gnowsys.git/
Downloadhttps://download.savannah.gnu.org/releases/gnowsys/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnowsys-bug/
WikidataGeneralhttps://www.wikidata.org/wiki/Q3093265
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnowsys-help/
SavannahMailing Listhttps://git.savannah.gnu.org/gitweb/?p=gnowsys.git


Software prerequisites

KindDescription
Source requirementDjango




Entry
































Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.