<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.bioontology.org//mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Natasha</id>
	<title>NCBO Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.bioontology.org//mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Natasha"/>
	<link rel="alternate" type="text/html" href="https://www.bioontology.org//wiki/Special:Contributions/Natasha"/>
	<updated>2026-06-05T14:46:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=RDF_in_BioPortal&amp;diff=10055</id>
		<title>RDF in BioPortal</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=RDF_in_BioPortal&amp;diff=10055"/>
		<updated>2010-07-12T19:13:52Z</updated>

		<summary type="html">&lt;p&gt;Natasha: /* Accessing RDF content */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes representation of ontologies in the [http://bioportal.bioontology.org NCBO BioPortal] and individual classes in these ontologies in [http://www.w3.org/RDF/ RDF]. Please send comments and questions to [mailto:support@bioontology.org support@bioontology.org].&lt;br /&gt;
&lt;br /&gt;
You can access RDF graphs for all BioPortal ontologies at our prototype [http://sparql.bioontology.org SPARQL endpoint].&lt;br /&gt;
&lt;br /&gt;
= Goals for generating RDF for BioPortal content = &lt;br /&gt;
&lt;br /&gt;
We had the following goals in generating RDF for BioPortal:&lt;br /&gt;
&lt;br /&gt;
# Provide RDF for each class in BioPortal so that we can have a URL to a concept that resolves to a set of RDF triples that provide essential information about the term.&lt;br /&gt;
# Provide an RDF dump of each ontology in BioPortal to put them in a tripelstore to enable SPARQL access to the ontologies&lt;br /&gt;
&lt;br /&gt;
Our goal was ''not'' to provide an RDF graph that covers the complete content of each ontology. Rather, we wanted to provide uniform RDF format for all the terms from the ontologies that were originally developed in different formats.&lt;br /&gt;
&lt;br /&gt;
= Providing URIs = &lt;br /&gt;
&lt;br /&gt;
In order to have an RDF graph for each term, we must have an http URI for the term. We used the following approach to determine the URIs for the terms for ontologies in different formats:&lt;br /&gt;
&lt;br /&gt;
* '''OWL and RDF ontologies''': these ontologies already have http URIs for each resource that they define. We used the URIs provided by ontology authors.&lt;br /&gt;
* '''OBO ontologies''': terms in the ontologies in the OBO format do not have http URIs. We used the same URIs that the [http://docs.google.com/Doc?docid=0Acx6Blq96uycZHpwcm5td18wZGtkMmdiZ3Y&amp;amp;hl=en OBO library uses for these terms]&lt;br /&gt;
** &amp;lt;tt&amp;gt;http://purl.obolibrary.org/obo/IDSPACE_LOCALID&amp;lt;/tt&amp;gt;&lt;br /&gt;
** For example: http://purl.obolibrary.org/obo/GO_0050918&lt;br /&gt;
* '''RRF and Protege ontologies''': terms in these ontologies do not have http URIs. We generate the URIs in the following form for these terms:&lt;br /&gt;
** &amp;lt;tt&amp;gt;http://purl.bioontology.org/ontology/{Acronym}/{ID}&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Accessing RDF content =&lt;br /&gt;
&lt;br /&gt;
There are two ways to access the RDF content that we generate for BioPortal ontologies and their terms:&lt;br /&gt;
# Use the [http://sparwl.bioontology.org NCBO prototype SPARQL endpoint]&lt;br /&gt;
# Use the [http://www.bioontology.org/wiki/index.php/NCBO_REST_services#RDF_Term_Service RDF Term Service] to get an RDF snippet for a single term or several terms and the &lt;br /&gt;
[http://www.bioontology.org/wiki/index.php/NCBO_REST_services#RDF_Download_Service RDF Download Service] to download the whole ontology in RDF. Note that the second service will provide only some basic information about each term, not all the relations that are defined in the ontology.&lt;br /&gt;
&lt;br /&gt;
= Content of the RDF graph = &lt;br /&gt;
&lt;br /&gt;
For each term in BioPortal, we provide the following information in the RDF graph:&lt;br /&gt;
&lt;br /&gt;
* id (including the original id, using skos:notation)&lt;br /&gt;
* preferred name&lt;br /&gt;
* synonyms&lt;br /&gt;
* superclasses (for OWL, Protege, and OBO)&lt;br /&gt;
* skos:broader and skos:narrower for terms from RRF ontologies&lt;br /&gt;
* all annotation properties for terms in OWL ontologies&lt;br /&gt;
* part-of relations for OBO terms&lt;/div&gt;</summary>
		<author><name>Natasha</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=RDF_in_BioPortal&amp;diff=10054</id>
		<title>RDF in BioPortal</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=RDF_in_BioPortal&amp;diff=10054"/>
		<updated>2010-07-12T19:11:38Z</updated>

		<summary type="html">&lt;p&gt;Natasha: New page: This page describes representation of ontologies in the [http://bioportal.bioontology.org NCBO BioPortal] and individual classes in these ontologies in [http://www.w3.org/RDF/ RDF]. Please...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes representation of ontologies in the [http://bioportal.bioontology.org NCBO BioPortal] and individual classes in these ontologies in [http://www.w3.org/RDF/ RDF]. Please send comments and questions to [mailto:support@bioontology.org support@bioontology.org].&lt;br /&gt;
&lt;br /&gt;
You can access RDF graphs for all BioPortal ontologies at our prototype [http://sparql.bioontology.org SPARQL endpoint].&lt;br /&gt;
&lt;br /&gt;
= Goals for generating RDF for BioPortal content = &lt;br /&gt;
&lt;br /&gt;
We had the following goals in generating RDF for BioPortal:&lt;br /&gt;
&lt;br /&gt;
# Provide RDF for each class in BioPortal so that we can have a URL to a concept that resolves to a set of RDF triples that provide essential information about the term.&lt;br /&gt;
# Provide an RDF dump of each ontology in BioPortal to put them in a tripelstore to enable SPARQL access to the ontologies&lt;br /&gt;
&lt;br /&gt;
Our goal was ''not'' to provide an RDF graph that covers the complete content of each ontology. Rather, we wanted to provide uniform RDF format for all the terms from the ontologies that were originally developed in different formats.&lt;br /&gt;
&lt;br /&gt;
= Providing URIs = &lt;br /&gt;
&lt;br /&gt;
In order to have an RDF graph for each term, we must have an http URI for the term. We used the following approach to determine the URIs for the terms for ontologies in different formats:&lt;br /&gt;
&lt;br /&gt;
* '''OWL and RDF ontologies''': these ontologies already have http URIs for each resource that they define. We used the URIs provided by ontology authors.&lt;br /&gt;
* '''OBO ontologies''': terms in the ontologies in the OBO format do not have http URIs. We used the same URIs that the [http://docs.google.com/Doc?docid=0Acx6Blq96uycZHpwcm5td18wZGtkMmdiZ3Y&amp;amp;hl=en OBO library uses for these terms]&lt;br /&gt;
** &amp;lt;tt&amp;gt;http://purl.obolibrary.org/obo/IDSPACE_LOCALID&amp;lt;/tt&amp;gt;&lt;br /&gt;
** For example: http://purl.obolibrary.org/obo/GO_0050918&lt;br /&gt;
* '''RRF and Protege ontologies''': terms in these ontologies do not have http URIs. We generate the URIs in the following form for these terms:&lt;br /&gt;
** &amp;lt;tt&amp;gt;http://purl.bioontology.org/ontology/{Acronym}/{ID}&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Accessing RDF content =&lt;br /&gt;
&lt;br /&gt;
There are two ways to access the RDF content that we generate for BioPortal ontologies and their terms:&lt;br /&gt;
# Use the [http://sparwl.bioontology.org NCBO prototype SPARQL endpoint]&lt;br /&gt;
# Use the [http://www.bioontology.org/wiki/index.php/NCBO_REST_services#RDF_Term_Service RDF Term Service] to get an RDF snippet for a single term or several terms and the &lt;br /&gt;
[http://www.bioontology.org/wiki/index.php/NCBO_REST_services#RDF_Download_Service RDF Download Service] to download the whole ontology in RDF. Note that the second service will provide only some basic information about each term, not all the relations that are defined in the ontology.&lt;/div&gt;</summary>
		<author><name>Natasha</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=BioPortal_Mappings&amp;diff=10053</id>
		<title>BioPortal Mappings</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=BioPortal_Mappings&amp;diff=10053"/>
		<updated>2010-07-12T18:49:26Z</updated>

		<summary type="html">&lt;p&gt;Natasha: /* Mappings in BioPortal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
This page defines common mappings types in the [http://bioportal.bioontology.org NCBO BioPortal] and provides examples of different mappings that already exist in BioPortal. We welcome comments on this set of mapping relations. Please send email to [mailto:support@bioontology.org support@bioontology.org].&lt;br /&gt;
&lt;br /&gt;
= BioPortal Mapping Types =&lt;br /&gt;
&lt;br /&gt;
There are mappings of the following types in BioPortal:&lt;br /&gt;
&lt;br /&gt;
* '''identical, the same''' : [http://www.w3.org/2002/07/owl#sameAs owl:sameAs]&lt;br /&gt;
** '''Definition''' (from [http://www.w3.org/TR/owl-ref/#sameAs-def OWL]): &amp;lt;tt&amp;gt;owl:sameAs&amp;lt;/tt&amp;gt; is used to state that two URI references refer to the same individual&lt;br /&gt;
* '''exact match''': [http://www.w3.org/2008/05/skos#exactMatch  skos:exactMatch]&lt;br /&gt;
** '''Definition''' (from [http://www.w3.org/TR/skos-reference/#mapping SKOS]): The property &amp;lt;tt&amp;gt;skos:exactMatch&amp;lt;/tt&amp;gt; is used to link two concepts, indicating a high degree of confidence that the concepts can be used interchangeably across a wide range of information retrieval applications. &amp;lt;tt&amp;gt;skos:exactMatch&amp;lt;/tt&amp;gt; is a transitive property, and is a sub-property of &amp;lt;tt&amp;gt;skos:closeMatch&amp;lt;/tt&amp;gt;. &lt;br /&gt;
* '''close match''': [http://www.w3.org/2008/05/skos#closeMatch  skos:closeMatch]&lt;br /&gt;
** '''Definition''' (from [http://www.w3.org/TR/skos-reference/#mapping SKOS]): The property &amp;lt;tt&amp;gt;skos:closeMatch&amp;lt;/tt&amp;gt; is used to link two concepts that are sufficiently similar that they can be used interchangeably in some information retrieval applications. In order to avoid the possibility of &amp;quot;compound errors&amp;quot; when combining mappings across more than two concept schemes, &amp;lt;tt&amp;gt;skos:closeMatch&amp;lt;/tt&amp;gt; is not declared to be a transitive property.&lt;br /&gt;
* '''related''' (but not necessarily similar): [http://www.w3.org/2000/01/rdf-schema#seeAlso  rdfs:seeAlso]&lt;br /&gt;
** '''Definition''' (from [http://www.w3.org/TR/2000/CR-rdf-schema-20000327/#s2.3.4 RDFS]): The property &amp;lt;tt&amp;gt;rdfs:seeAlso&amp;lt;/tt&amp;gt; specifies a resource that might provide additional information about the subject resource. &lt;br /&gt;
* '''homologous to''' (for anatomical terms): ''not defined yet''&lt;br /&gt;
** '''Definition''': The property links two anatomical terms from different species that refer to terms that have a common ancestor (evolutionary derived form a common ancestor).&lt;br /&gt;
&lt;br /&gt;
= Survey of BioPortal Mappings =&lt;br /&gt;
The table below presents the statistics and examples of BioPortal mappings as of July 2010.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''relationship'''&lt;br /&gt;
| width=&amp;quot;125&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''basis'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Manual/Automatic'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Source'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Total mappings'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Notes'''&lt;br /&gt;
|-&lt;br /&gt;
| skos:closeMatch||identical UMLS CUIs||Manual||LEXEVS_UMLS_MAPPER||2,028,186||Mappings between terms in UMLS ontologies that were created automatically, linking terms with the same CUI. Because CUIs were assigned manually by UMLS editors, we treat these mapings as manual mappings&lt;br /&gt;
|-&lt;br /&gt;
| skos:closeMatch||lexical similarity||Automatic||LOOM||1,449,303||Mappings were generated by the LOOM algorithm automatically based on close lexical match between preferred names of terms or a preferred name and a synonym&lt;br /&gt;
|-&lt;br /&gt;
| skos:closeMatch||lexical similarity||Automatic||||2,562||Mappings were generated automatically based on the exact match of preferred names or synonyms for terms in FMA, ZFA, and mouse anatomy. Note: These mappings are likely homology mappings&lt;br /&gt;
|-&lt;br /&gt;
| skos:closeMatch||lexical similarity||Automatic with manual review||||628||Mappings were generated manually by a user and uploaded to  BioPortal. The mappings were generated automatically based on lexical similarity but later manually reviewed by a domain expert. All mappings involve terms in the MGED ontology&lt;br /&gt;
|-&lt;br /&gt;
| owl:sameAs||shared id||Manual||LOOM||271,000||Mappings between the terms that share the same ID&lt;br /&gt;
|-&lt;br /&gt;
| rdfs:seeAlso||OBO xref||Manual||||17,776||Mappings based on OBO xref mappings, which indicate related terms&lt;br /&gt;
|-&lt;br /&gt;
| skos:exactMatch||Dbxref||Manual||||7,028||Mappings based on the use of Dbxref to indicate term reuse in OBO Foundry ontologies. Very close to having identical ids, but because the ids are different, we use exact match rather than owl:sameAs&lt;br /&gt;
|-&lt;br /&gt;
| skos:exactMatch||||Manual||||68||Mappings generated manually by a user; all involve terms from NEMO&lt;br /&gt;
|-&lt;br /&gt;
| skos:closeMatch||identical UMLS CUIs||Manual||||902||Mappings between non-UMLS ontologies where concepts do have cui. So, technically, similar to inter-cui mappings&lt;br /&gt;
|-&lt;br /&gt;
| skos:closeMatch||||Manual||BioPortal UI||117||Mappings created by users through the BioPortal user interface&lt;br /&gt;
|-&lt;br /&gt;
| skos:closeMatch||||Manual||NCICB||3078||Manual mappings between Mouse anatomy and NCIT &lt;br /&gt;
|-&lt;br /&gt;
| skos:closeMatch||lexical similarity||Automatic||EFO||673||Mappings generated automatically based on lexical similarity&lt;br /&gt;
|-&lt;br /&gt;
| skos:closeMatch||||Manual||NLM||2,662||Manual mappings between Mouse anatomy and NCIT&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Natasha</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=BioPortal_Mappings&amp;diff=10052</id>
		<title>BioPortal Mappings</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=BioPortal_Mappings&amp;diff=10052"/>
		<updated>2010-07-12T18:39:42Z</updated>

		<summary type="html">&lt;p&gt;Natasha: /* Survey of BioPortal Mappings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Mappings in BioPortal = &lt;br /&gt;
&lt;br /&gt;
This page defines common mappings types in the [http://bioportal.bioontology.org NCBO BioPortal] and provides examples of different mappings that already exist in BioPortal. We welcome comments on this set of mapping relations. Please send email to [mailto:support@bioontology.org support@bioontology.org].&lt;br /&gt;
&lt;br /&gt;
== BioPortal Mapping Types ==&lt;br /&gt;
&lt;br /&gt;
There are mappings of the following types in BioPortal:&lt;br /&gt;
&lt;br /&gt;
* '''identical, the same''' : [http://www.w3.org/2002/07/owl#sameAs owl:sameAs]&lt;br /&gt;
** '''Definition''' (from [http://www.w3.org/TR/owl-ref/#sameAs-def OWL]): &amp;lt;tt&amp;gt;owl:sameAs&amp;lt;/tt&amp;gt; is used to state that two URI references refer to the same individual&lt;br /&gt;
* '''exact match''': [http://www.w3.org/2008/05/skos#exactMatch  skos:exactMatch]&lt;br /&gt;
** '''Definition''' (from [http://www.w3.org/TR/skos-reference/#mapping SKOS]): The property &amp;lt;tt&amp;gt;skos:exactMatch&amp;lt;/tt&amp;gt; is used to link two concepts, indicating a high degree of confidence that the concepts can be used interchangeably across a wide range of information retrieval applications. &amp;lt;tt&amp;gt;skos:exactMatch&amp;lt;/tt&amp;gt; is a transitive property, and is a sub-property of &amp;lt;tt&amp;gt;skos:closeMatch&amp;lt;/tt&amp;gt;. &lt;br /&gt;
* '''close match''': [http://www.w3.org/2008/05/skos#closeMatch  skos:closeMatch]&lt;br /&gt;
** '''Definition''' (from [http://www.w3.org/TR/skos-reference/#mapping SKOS]): The property &amp;lt;tt&amp;gt;skos:closeMatch&amp;lt;/tt&amp;gt; is used to link two concepts that are sufficiently similar that they can be used interchangeably in some information retrieval applications. In order to avoid the possibility of &amp;quot;compound errors&amp;quot; when combining mappings across more than two concept schemes, &amp;lt;tt&amp;gt;skos:closeMatch&amp;lt;/tt&amp;gt; is not declared to be a transitive property.&lt;br /&gt;
* '''related''' (but not necessarily similar): [http://www.w3.org/2000/01/rdf-schema#seeAlso  rdfs:seeAlso]&lt;br /&gt;
** '''Definition''' (from [http://www.w3.org/TR/2000/CR-rdf-schema-20000327/#s2.3.4 RDFS]): The property &amp;lt;tt&amp;gt;rdfs:seeAlso&amp;lt;/tt&amp;gt; specifies a resource that might provide additional information about the subject resource. &lt;br /&gt;
* '''homologous to''' (for anatomical terms): ''not defined yet''&lt;br /&gt;
** '''Definition''': The property links two anatomical terms from different species that refer to terms that have a common ancestor (evolutionary derived form a common ancestor).&lt;br /&gt;
&lt;br /&gt;
== Survey of BioPortal Mappings == &lt;br /&gt;
The table below presents the statistics and examples of BioPortal mappings as of July 2010.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''relationship'''&lt;br /&gt;
| width=&amp;quot;125&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''basis'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Manual/Automatic'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Source'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Total mappings'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Notes'''&lt;br /&gt;
|-&lt;br /&gt;
| skos:closeMatch||identical UMLS CUIs||Manual||LEXEVS_UMLS_MAPPER||2,028,186||Mappings between terms in UMLS ontologies that were created automatically, linking terms with the same CUI. Because CUIs were assigned manually by UMLS editors, we treat these mapings as manual mappings&lt;br /&gt;
|-&lt;br /&gt;
| skos:closeMatch||lexical similarity||Automatic||LOOM||1,449,303||Mappings were generated by the LOOM algorithm automatically based on close lexical match between preferred names of terms or a preferred name and a synonym&lt;br /&gt;
|-&lt;br /&gt;
| skos:closeMatch||lexical similarity||Automatic||||2,562||Mappings were generated automatically based on the exact match of preferred names or synonyms for terms in FMA, ZFA, and mouse anatomy. Note: These mappings are likely homology mappings&lt;br /&gt;
|-&lt;br /&gt;
| skos:closeMatch||lexical similarity||Automatic with manual review||||628||Mappings were generated manually by a user and uploaded to  BioPortal. The mappings were generated automatically based on lexical similarity but later manually reviewed by a domain expert. All mappings involve terms in the MGED ontology&lt;br /&gt;
|-&lt;br /&gt;
| owl:sameAs||shared id||Manual||LOOM||271,000||Mappings between the terms that share the same ID&lt;br /&gt;
|-&lt;br /&gt;
| rdfs:seeAlso||OBO xref||Manual||||17,776||Mappings based on OBO xref mappings, which indicate related terms&lt;br /&gt;
|-&lt;br /&gt;
| skos:exactMatch||Dbxref||Manual||||7,028||Mappings based on the use of Dbxref to indicate term reuse in OBO Foundry ontologies. Very close to having identical ids, but because the ids are different, we use exact match rather than owl:sameAs&lt;br /&gt;
|-&lt;br /&gt;
| skos:exactMatch||||Manual||||68||Mappings generated manually by a user; all involve terms from NEMO&lt;br /&gt;
|-&lt;br /&gt;
| skos:closeMatch||identical UMLS CUIs||Manual||||902||Mappings between non-UMLS ontologies where concepts do have cui. So, technically, similar to inter-cui mappings&lt;br /&gt;
|-&lt;br /&gt;
| skos:closeMatch||||Manual||BioPortal UI||117||Mappings created by users through the BioPortal user interface&lt;br /&gt;
|-&lt;br /&gt;
| skos:closeMatch||||Manual||NCICB||3078||Manual mappings between Mouse anatomy and NCIT &lt;br /&gt;
|-&lt;br /&gt;
| skos:closeMatch||lexical similarity||Automatic||EFO||673||Mappings generated automatically based on lexical similarity&lt;br /&gt;
|-&lt;br /&gt;
| skos:closeMatch||||Manual||NLM||2,662||Manual mappings between Mouse anatomy and NCIT&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Natasha</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=BioPortal_Mappings&amp;diff=10051</id>
		<title>BioPortal Mappings</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=BioPortal_Mappings&amp;diff=10051"/>
		<updated>2010-07-12T18:21:24Z</updated>

		<summary type="html">&lt;p&gt;Natasha: /* BioPortal Mapping Types */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Mappings in BioPortal = &lt;br /&gt;
&lt;br /&gt;
This page defines common mappings types in the [http://bioportal.bioontology.org NCBO BioPortal] and provides examples of different mappings that already exist in BioPortal. We welcome comments on this set of mapping relations. Please send email to [mailto:support@bioontology.org support@bioontology.org].&lt;br /&gt;
&lt;br /&gt;
== BioPortal Mapping Types ==&lt;br /&gt;
&lt;br /&gt;
There are mappings of the following types in BioPortal:&lt;br /&gt;
&lt;br /&gt;
* '''identical, the same''' : [http://www.w3.org/2002/07/owl#sameAs owl:sameAs]&lt;br /&gt;
** '''Definition''' (from [http://www.w3.org/TR/owl-ref/#sameAs-def OWL]): &amp;lt;tt&amp;gt;owl:sameAs&amp;lt;/tt&amp;gt; is used to state that two URI references refer to the same individual&lt;br /&gt;
* '''exact match''': [http://www.w3.org/2008/05/skos#exactMatch  skos:exactMatch]&lt;br /&gt;
** '''Definition''' (from [http://www.w3.org/TR/skos-reference/#mapping SKOS]): The property &amp;lt;tt&amp;gt;skos:exactMatch&amp;lt;/tt&amp;gt; is used to link two concepts, indicating a high degree of confidence that the concepts can be used interchangeably across a wide range of information retrieval applications. &amp;lt;tt&amp;gt;skos:exactMatch&amp;lt;/tt&amp;gt; is a transitive property, and is a sub-property of &amp;lt;tt&amp;gt;skos:closeMatch&amp;lt;/tt&amp;gt;. &lt;br /&gt;
* '''close match''': [http://www.w3.org/2008/05/skos#closeMatch  skos:closeMatch]&lt;br /&gt;
** '''Definition''' (from [http://www.w3.org/TR/skos-reference/#mapping SKOS]): The property &amp;lt;tt&amp;gt;skos:closeMatch&amp;lt;/tt&amp;gt; is used to link two concepts that are sufficiently similar that they can be used interchangeably in some information retrieval applications. In order to avoid the possibility of &amp;quot;compound errors&amp;quot; when combining mappings across more than two concept schemes, &amp;lt;tt&amp;gt;skos:closeMatch&amp;lt;/tt&amp;gt; is not declared to be a transitive property.&lt;br /&gt;
* '''related''' (but not necessarily similar): [http://www.w3.org/2000/01/rdf-schema#seeAlso  rdfs:seeAlso]&lt;br /&gt;
** '''Definition''' (from [http://www.w3.org/TR/2000/CR-rdf-schema-20000327/#s2.3.4 RDFS]): The property &amp;lt;tt&amp;gt;rdfs:seeAlso&amp;lt;/tt&amp;gt; specifies a resource that might provide additional information about the subject resource. &lt;br /&gt;
* '''homologous to''' (for anatomical terms): ''not defined yet''&lt;br /&gt;
** '''Definition''': The property links two anatomical terms from different species that refer to terms that have a common ancestor (evolutionary derived form a common ancestor).&lt;br /&gt;
&lt;br /&gt;
== Survey of BioPortal Mappings == &lt;br /&gt;
The table below presents the statistics and information on BioPortal mappings as of July 2010.&lt;/div&gt;</summary>
		<author><name>Natasha</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=BioPortal_Mappings&amp;diff=10050</id>
		<title>BioPortal Mappings</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=BioPortal_Mappings&amp;diff=10050"/>
		<updated>2010-07-12T18:16:46Z</updated>

		<summary type="html">&lt;p&gt;Natasha: New page: = BioPortal Mapping Types =  There are mappings of the following types in BioPortal:  * '''identical, the same''' : [http://www.w3.org/2002/07/owl#sameAs owl:sameAs] ** '''Definition''' (f...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= BioPortal Mapping Types =&lt;br /&gt;
&lt;br /&gt;
There are mappings of the following types in BioPortal:&lt;br /&gt;
&lt;br /&gt;
* '''identical, the same''' : [http://www.w3.org/2002/07/owl#sameAs owl:sameAs]&lt;br /&gt;
** '''Definition''' (from [http://www.w3.org/TR/owl-ref/#sameAs-def OWL]): &amp;lt;tt&amp;gt;owl:sameAs&amp;lt;/tt&amp;gt; is used to state that two URI references refer to the same individual&lt;br /&gt;
* '''exact match''': [http://www.w3.org/2008/05/skos#exactMatch  skos:exactMatch]&lt;br /&gt;
** '''Definition''' (from [http://www.w3.org/TR/skos-reference/#mapping SKOS]): The property &amp;lt;tt&amp;gt;skos:exactMatch&amp;lt;/tt&amp;gt; is used to link two concepts, indicating a high degree of confidence that the concepts can be used interchangeably across a wide range of information retrieval applications. &amp;lt;tt&amp;gt;skos:exactMatch&amp;lt;/tt&amp;gt; is a transitive property, and is a sub-property of &amp;lt;tt&amp;gt;skos:closeMatch&amp;lt;/tt&amp;gt;. &lt;br /&gt;
* '''close match''': [http://www.w3.org/2008/05/skos#closeMatch  skos:closeMatch]&lt;br /&gt;
** '''Definition''' (from [http://www.w3.org/TR/skos-reference/#mapping SKOS]): The property &amp;lt;tt&amp;gt;skos:closeMatch&amp;lt;/tt&amp;gt; is used to link two concepts that are sufficiently similar that they can be used interchangeably in some information retrieval applications. In order to avoid the possibility of &amp;quot;compound errors&amp;quot; when combining mappings across more than two concept schemes, &amp;lt;tt&amp;gt;skos:closeMatch&amp;lt;/tt&amp;gt; is not declared to be a transitive property.&lt;br /&gt;
* '''related''' (but not necessarily similar): [http://www.w3.org/2000/01/rdf-schema#seeAlso  rdfs:seeAlso]&lt;br /&gt;
** '''Definition''' (from [http://www.w3.org/TR/2000/CR-rdf-schema-20000327/#s2.3.4 RDFS]): The property &amp;lt;tt&amp;gt;rdfs:seeAlso&amp;lt;/tt&amp;gt; specifies a resource that might provide additional information about the subject resource. &lt;br /&gt;
* '''homologous to''' (for anatomical terms): ''not defined yet''&lt;br /&gt;
** '''Definition''': The property links two anatomical terms from different species that refer to terms that have a common ancestor (evolutionary derived form a common ancestor).&lt;/div&gt;</summary>
		<author><name>Natasha</name></author>
	</entry>
	<entry>
		<id>https://www.bioontology.org//mediawiki/index.php?title=BioPortal_2.0.1_(Label_1005)_Release_Notes&amp;diff=7735</id>
		<title>BioPortal 2.0.1 (Label 1005) Release Notes</title>
		<link rel="alternate" type="text/html" href="https://www.bioontology.org//mediawiki/index.php?title=BioPortal_2.0.1_(Label_1005)_Release_Notes&amp;diff=7735"/>
		<updated>2008-09-20T00:19:27Z</updated>

		<summary type="html">&lt;p&gt;Natasha: /* New features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Author:  Misha Dorf&lt;br /&gt;
9/19/2008&lt;br /&gt;
&lt;br /&gt;
We have completed a production release of the latest version of BioPortal 2.0 (labeled “1005”), designed to address numerous critical issues as well as implement a number of server optimizations, UI fixes, and performance enhancements.  Here is the list of resolved issues and new features:&lt;br /&gt;
&lt;br /&gt;
=Bugs Fixes=&lt;br /&gt;
&lt;br /&gt;
Bug #703: Very large XML path to root document for TAO:0000578&lt;br /&gt;
&lt;br /&gt;
Bug #541: BP should have the NCIT version that is available on the NCICB site and *not* pull it from OBO foundry&lt;br /&gt;
&lt;br /&gt;
Bug #472: &amp;quot;Lost your password&amp;quot; doesn't work&lt;br /&gt;
&lt;br /&gt;
Bug #531: URLs for BioPortal concepts&lt;br /&gt;
&lt;br /&gt;
Bug #465: Uploaded ontology doesn't show up in list&lt;br /&gt;
&lt;br /&gt;
Bug #562: When downloading mapping the user list is not up to date&lt;br /&gt;
&lt;br /&gt;
Bug #515: After registration failure, can still edit metadata -- But no edits saved&lt;br /&gt;
&lt;br /&gt;
Bug #644: Problem with Root to concept when on a top level node&lt;br /&gt;
&lt;br /&gt;
Bug #490: Get a mapping icon next to a class that has no mappings&lt;br /&gt;
&lt;br /&gt;
Bug #651: Cell Cycle Ontology - Incorrect Relationship and Ontology Navigation&lt;br /&gt;
&lt;br /&gt;
Bug #496: Marginal note icon appears when there are no marginal notes&lt;br /&gt;
&lt;br /&gt;
Bug #656: The &amp;quot;download&amp;quot; link for remote ontologies points to a wrong URL&lt;br /&gt;
&lt;br /&gt;
Bug #493: Commas in the wrong place for properties with multiple values &lt;br /&gt;
&lt;br /&gt;
Bug #560: The term &amp;quot;Element&amp;quot; in the resource tab must be replaced by &amp;quot;Annotations&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Bug #677: Flex visualization problem with deep paths&lt;br /&gt;
&lt;br /&gt;
Bug #662: Cell Cycle Ontology Search and User problems&lt;br /&gt;
&lt;br /&gt;
Bug #679: BioPortal hangs when clicking on some &amp;quot;Latest marginal notes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Bug #593: Many ontology (ex Cell Type) have Explore links that are broken&lt;br /&gt;
&lt;br /&gt;
Bug #482: Search Results - Concept does not load for NCI Thesaurus:Aspirin_Clopidogrel-Bisulfate&lt;br /&gt;
&lt;br /&gt;
Bug #652: Exploring big ontologies in the Tree has very large lag time&lt;br /&gt;
&lt;br /&gt;
Bug #550: Simply closing an ontology browsing tab can sometime take hours&lt;br /&gt;
&lt;br /&gt;
Bug #521: Strip out language prefix (e.g. &amp;quot;~#en&amp;quot;) from Owl rdfs:comment fields in the REST XML&lt;br /&gt;
&lt;br /&gt;
Support #691: URL Links to an existing TAO concepts  is not working&lt;br /&gt;
&lt;br /&gt;
Support #699: Proxy Error - Human Disease Ontolgoy - Prostate Cancer&lt;br /&gt;
&lt;br /&gt;
Support #705:  earch not finding terms containing 2+ words in name&lt;br /&gt;
&lt;br /&gt;
=New features=&lt;br /&gt;
&lt;br /&gt;
1. The &amp;quot;Browse ontologies&amp;quot; page now shows the latest mappings and marginal notes that users added to BioPortal&lt;br /&gt;
&lt;br /&gt;
2. The new &amp;quot;Projects&amp;quot; tab enables users to describe their projects and link to them. When describing their project, users can link the description to the BioPortal ontologies that they use in the project.&lt;br /&gt;
&lt;br /&gt;
3. Search results for OWL ontologies are now correctly ordered by ranking&lt;br /&gt;
&lt;br /&gt;
4. &amp;quot;My Projects&amp;quot; page enables users to edit the projects descriptions that they have submitted previously.&lt;br /&gt;
&lt;br /&gt;
5. On the &amp;quot;All Mappings&amp;quot; page, only ontologies that have any mappings defined appear in the pull-down list. The list contains the number of mappings for each ontology.&lt;br /&gt;
&lt;br /&gt;
=New REST Service Base URL=&lt;br /&gt;
Note that we have updated the URL to rest services to a more permanent and intuitive version: http://rest.bioontology.org/bioportal and the port has changed from 8080 to the standard, 80. The old REST service links will still work, but going forward, we should distribute the above base URL for all our RESTful services.&lt;/div&gt;</summary>
		<author><name>Natasha</name></author>
	</entry>
</feed>