<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NetworkedPlanet Blog &#187; Ontologies</title>
	<atom:link href="http://blogs.networkedplanet.com/category/ontologies/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.networkedplanet.com</link>
	<description>Insights into developing with NetworkedPlanet products</description>
	<lastBuildDate>Wed, 01 Feb 2012 11:10:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Simple Thesaurus Ontology 1.0</title>
		<link>http://blogs.networkedplanet.com/ontologies/simple-thesaurus-ontology-1-0/</link>
		<comments>http://blogs.networkedplanet.com/ontologies/simple-thesaurus-ontology-1-0/#comments</comments>
		<pubDate>Tue, 16 Jan 2007 10:46:43 +0000</pubDate>
		<dc:creator>Kal</dc:creator>
				<category><![CDATA[Ontologies]]></category>

		<guid isPermaLink="false">http://blogs.networkedplanet.com/?p=99</guid>
		<description><![CDATA[This ontology provides a simple concept-based thesaurus structure for use in your projects. The ontology implements most of the Topic Per Concept Thesaurus Pattern described in the Techquila article on Topic Maps Design Patterns. Under this pattern, the thesuarus is represented as a collection of topics representing Concepts. Each Concept topic should have one base [...]]]></description>
			<content:encoded><![CDATA[<p>This ontology provides a simple concept-based thesaurus structure for use in your projects. The ontology implements most of the Topic Per Concept Thesaurus Pattern described in the <a href="http://www.techquila.com/tmsinia_5.html">Techquila article on Topic Maps Design Patterns</a>.<br />
Under this pattern, the thesuarus is represented as a collection of topics representing Concepts. Each Concept topic should have one base name in the unconstrained scope giving the preferred term for the topic (additional non-preferred terms can be added as base names scoped by the Non-Preferred Term scoping topic). Concepts are related to one another using the Concept Relationship association (for related concepts) or the Broader-Narrower association (for parent-child relationships).<br />
This simple version of the Techquila ontology omits the Part-Whole association type. The types presented in this version are:</p>
<dl>
<dt>Concept</dt>
<dd>Topic Type. A thesaurus entry representing a concept. Concepts can be connected together using the Broader/Narrower association (to create hierarchical relationships) or the Concept Relationship association (to create cross-cutting relationships). Each concept can have any number of Warrant, Scope Note, Editor Note, General Note, History Note or Hierarchy Note occurrences.</dd>
<dt>Warrant</dt>
<dd>Occurrence Type that holds information about the source warrant for the concept. The warrant usually refers to the authoritative source document that the concept and its preferred term was taken from.</dd>
<dt>Scope Note</dt>
<dd>An Occurrence Type that holds information about the concept. Several subclasses are defined for specific types of scope note.</p>
<dl>
<dd>History Note</dd>
<dt>A note providing historical information about the entry - e.g. when it was first added or last updated.</dt>
<dd>Hierarchy Note</dd>
<dt>A note providing information about the hierarchical placement of the entry in the thesaurus hierarchy.</dt>
<dd>General Note</dd>
<dt>A note providing general information about the thesaurus entry.</dt>
<dd>Editor Note</dd>
<dt>A note providing editors with information about the entry. For example, a note indicating that the entry should be reviewed.</dt>
</dl>
</dd>
<dt>Non-Preferred Term</dt>
<dd>A Scoping Topic that can be used to scope base names on Concept topics that define the non-preferred terms for the concept.</dd>
</dl>
<p><a href="http://www.networkedplanet.com/ontologies/TechquilaThesaurus.npcl">Download Simple Thesaurus NPCL file</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.networkedplanet.com/ontologies/simple-thesaurus-ontology-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Organisation Ontology 1.0</title>
		<link>http://blogs.networkedplanet.com/ontologies/simple-organisation-ontology-1-0/</link>
		<comments>http://blogs.networkedplanet.com/ontologies/simple-organisation-ontology-1-0/#comments</comments>
		<pubDate>Mon, 15 Jan 2007 18:22:16 +0000</pubDate>
		<dc:creator>Kal</dc:creator>
				<category><![CDATA[Ontologies]]></category>

		<guid isPermaLink="false">http://blogs.networkedplanet.com/?p=98</guid>
		<description><![CDATA[The Simple Organisation Ontology is a starter ontology designed to allow you to learn more about how NPCL works and to use as a starter for your own projects. The ontology has been designed around a simple intranet application. The ontology records the following topic types: Organisational Entity A high-level type for departments, teams and [...]]]></description>
			<content:encoded><![CDATA[<p>The Simple Organisation Ontology is a starter ontology designed to allow you to learn more about how NPCL works and to use as a starter for your own projects. The ontology has been designed around a simple intranet application. The ontology records the following topic types:</p>
<dl>
<dt>Organisational Entity</dt>
<dd>A high-level type for departments, teams and people in an organisation. This class has the following three subclasses:</p>
<dl>
<dt>Organisational Unit</dt>
<dd>Part of an organisation. Organisational units can be organised into a Parent Unit / Child Unit hierarchy.</dd>
<dt>Cross Functional Team</dt>
<dd>A team within an organisation that operates across the normal organisational hierarchy.</dd>
<dt>Person</dt>
<dd>An individual within an organisation. A Person can be leader of one Organisational Unit, a member of one Organisational Unit and a member of any number of Cross Functional Teams.</dd>
</dl>
</dd>
<dt>Content Item</dt>
<dd>This is an abstract base class for representing content such as documents, articles, memos and so on. Content Items can have any number of Project, Skill, Product or Concept topics associated as a Primary Subject or Secondary Subject. A Content Item can be an Input To or Output From a Task. A Content Item is the Responsibility Of a Person.<br/><br />
The Content Item class is marked as abstract, so users should choose one of the concrete base classes when creating their topics. The concrete subclasses defined in this ontology are:</p>
<dl>
<dt>Document</dt>
<dd>Used to represent an internal document such as an MS Word document or Excel spreadsheet.</dd>
<dt>Article</dt>
<dd>Used to represent short content items that are intended for wider consumption. Typically these will be items written for public dissemination (e.g. content published on a website).</dd>
</dl>
<dt>Concept</dt>
<dd>Represents any concept that is relevant to the business. This topic type is taken from<br />
the Techquila definition for thesaurus construction. If you wish to arrange concepts into a thesaurus structure, you may want to add our Simple Thesaurus Ontology to your topic map.</dd>
<dt>Product</dt>
<dd>A product used or created by the organisation. A Product is the Responsibility Of an Organisational Entity</dd>
<dt>Project</dt>
<dd>A project carried out by the organisation or some part of it. A Project is the Responsibility Of an Organisational Entity. A Project Works On a Product. A Project Has zero or more Tasks. </dd>
<dt>Task</dt>
<dd>Work carried out by an individual or group of individuals. A Task can be Assigned To zero or more People. A Task can have any number of Input Documents and any number of Output Documents. A Task can be Part Of a Project.</dd>
<dt>Skill</dt>
<dd>A Person Has any number of Skills. Skills can be arranged in a Parent Skill/Child Skill hierarchy.</dd>
</dl>
<p><a href="http://www.networkedplanet.com/ontologies/SimpleOrganisationOntology.npcl">Download the Simple Organisation Ontology NPCL file.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.networkedplanet.com/ontologies/simple-organisation-ontology-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NPCL Base Topic Map</title>
		<link>http://blogs.networkedplanet.com/ontologies/npcl-base-topic-map/</link>
		<comments>http://blogs.networkedplanet.com/ontologies/npcl-base-topic-map/#comments</comments>
		<pubDate>Mon, 15 Jan 2007 17:53:54 +0000</pubDate>
		<dc:creator>Kal</dc:creator>
				<category><![CDATA[Ontologies]]></category>

		<guid isPermaLink="false">http://blogs.networkedplanet.com/?p=97</guid>
		<description><![CDATA[NPCL is the Networked Planet Constraint Language, a simple model for defining constraints on a topic map such as the topics that can be used as topic, association, role and occurrence types; what occurrence types a topic type allows, how topics can be combined in associations and so on. You can read more about NPCL [...]]]></description>
			<content:encoded><![CDATA[<p>NPCL is the Networked Planet Constraint Language, a simple model for defining constraints on a topic map such as the topics that can be used as topic, association, role and occurrence types; what occurrence types a topic type allows, how topics can be combined in associations and so on. You can read more about NPCL <a href="http://www.networkedplanet.com/ontopic/2006/09/introducing_tmcore07_1.html#npcl">here</a>.<br />
An NPCL schema can be specified as an XML file or as topics and associations in a topic map. When specified in a topic map, there are a few predefined topics that are required. Normally the Networked Planet Topic Map Editor application will generate these predefined topics for you, but occassionally you will want to bootstrap an application without having to use the Topic Map Editor. The NPCL Base Topic Map XTM file provides these predefined topics in a form that can be imported into a TMCore database using the tmimport command line.<br />
<a href="http://www.networkedplanet.com/ontologies/npcl.xtm">Download the NPCL Base Topic Map.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.networkedplanet.com/ontologies/npcl-base-topic-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

