ontology-summit
[Top] [All Lists]

Re: [ontology-summit] Schema.org and COSMO

To: ontology-summit@xxxxxxxxxxxxxxxx
From: Kingsley Idehen <kidehen@xxxxxxxxxxxxxx>
Date: Wed, 12 Feb 2014 12:00:21 -0500
Message-id: <52FBA8A5.4080109@xxxxxxxxxxxxxx>
On 2/12/14 11:09 AM, Kingsley Idehen wrote:
>> participate in.
>
> Is there a URL for the document that describes the COSMO ontology? 
Patrick,    (01)

I've found what I was requesting above [1][2][3].    (02)

A few suggestions, that would make view easier for Linked Data oriented 
agents:    (03)

1. Add an rdfs:isDefinedBy relation that associates each term with the 
ontology that describes it -- net effect, browsing the ontology become a 
lot easier as this relation provides a pivot point in the user interface    (04)

2. Use rdfs:comment relation for very short descriptions    (05)

3. Use dcterms:description relation for longer descriptions -- right now 
the object of rdfs:comment would work better as the object 
dcterms:description, in regards to UX.    (06)

If you have a SPARQL 1.1 processor at your disposal, you can just 
execute the following (which I've applied to my local data space [3]):    (07)

## COSMO Ontology    (08)

## <http://micra.com/COSMO/COSMO.owl#> -- this URI denotes the Ontology
## <http://micra.com/COSMO/COSMO.owl> -- this URI denotes the document 
that describes the Ontology    (09)

WITH GRAPH <http://micra.com/COSMO/COSMO.owl>
CLEAR GRAPH <http://micra.com/COSMO/COSMO.owl>  ;
LOAD <http://micra.com/COSMO/COSMO.owl>  ;    (010)

INSERT {
         ?s
<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> 
<http://micra.com/COSMO/COSMO.owl#> .
         <http://micra.com/COSMO/COSMO.owl#>
                 <http://open.vocab.org/terms/defines> ?s.
         <http://micra.com/COSMO/COSMO.owl#>
                 a owl:Ontology .
         ?s
<http://www.w3.org/2007/05/powder-s#describedby> 
<http://micra.com/COSMO/COSMO.owl> .
         <http://micra.com/COSMO/COSMO.owl>
                 foaf:primaryTopic ?s .
         }
WHERE {
         {?s <http://www.w3.org/2000/01/rdf-schema#subClassOf> ?o}
         UNION
         {?s <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> ?o}
         UNION
         {?s <http://www.w3.org/2002/07/owl#equivalentClass> ?o}
         UNION
         {?s <http://www.w3.org/2002/07/owl#equivalentProperty> ?o}
         UNION
         {?s a ?o}
         UNION {
         ?s <http://www.w3.org/2000/01/rdf-schema#domain> ?o}
         UNION
         {?s <http://www.w3.org/2000/01/rdf-schema#range> ?o}
      }    (011)

Links:    (012)

[1] http://micra.com/COSMO/COSMO.owl
[2] http://micra.com/COSMO/
[3] 
http://kingsley.idehen.net/describe/?url=http%3A%2F%2Fmicra.com%2FCOSMO%2FCOSMO.owl%23--    (013)

faceted browser view .    (014)

--     (015)

Regards,    (016)

Kingsley Idehen 
Founder & CEO
OpenLink Software
Company Web: http://www.openlinksw.com
Personal Weblog: http://www.openlinksw.com/blog/~kidehen
Twitter Profile: https://twitter.com/kidehen
Google+ Profile: https://plus.google.com/+KingsleyIdehen/about
LinkedIn Profile: http://www.linkedin.com/in/kidehen    (017)

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


_________________________________________________________________
Msg Archives: http://ontolog.cim3.net/forum/ontology-summit/   
Subscribe/Config: http://ontolog.cim3.net/mailman/listinfo/ontology-summit/  
Unsubscribe: mailto:ontology-summit-leave@xxxxxxxxxxxxxxxx
Community Files: http://ontolog.cim3.net/file/work/OntologySummit2014/
Community Wiki: http://ontolog.cim3.net/cgi-bin/wiki.pl?OntologySummit2014  
Community Portal: http://ontolog.cim3.net/wiki/     (01)
<Prev in Thread] Current Thread [Next in Thread>