mmisw / mmiorr

Unmaintained old MMI ORR system (v2) -- New development at https://github.com/mmisw/orr
2 stars 1 forks source link

ontology graph with all versions #223

Closed mmisw closed 9 years ago

mmisw commented 9 years ago

From caru...@gmail.com on November 22, 2009 22:56:01

What steps will reproduce the problem? 1. Issue query http://mmisw.org/ont/?form=owl&sparql=describe%3Chttp://mmisw.org/ont/mmi/device%3E What is the expected output? Metadata for the latest version of the given ontology What do you see instead? Result also includes properties for previous versions

Original issue: http://code.google.com/p/mmisw/issues/detail?id=223

mmisw commented 9 years ago

From caru...@gmail.com on November 24, 2009 22:58:03

Enclosed is "what I see instead":

<?xml version="1.0"?> <rdf:RDF xmlns:rdf=" http://www.w3.org/1999/02/22-rdf-syntax-ns# " xmlns:j.0=" http://mmisw.org/ont/mmi/20081020/ontologyMetadata/ " xmlns:rdfs=" http://www.w3.org/2000/01/rdf-schema# " xmlns:owl=" http://www.w3.org/2002/07/owl# " xmlns:j.1=" http://omv.ontoware.org/2005/05/ontology# " xmlns:dc=" http://purl.org/dc/elements/1.1/ ">

Latest terms per 20090818T043834/j.1:version Carlos Rueda/j.1:hasCreator 2009-11-22T06:03:02+0000/j.1:creationDate Latest terms per 20090721T144744/j.1:version Latest terms per 20090609T064417/j.1:version http://marinemetadata.org/community/teams/ontdevices/j.1:documentation Device Ontology developed by the Marine Metadata Project, http://marinemetadata.org./rdfs:comment Carlos Rueda, Bruce Andrews, Bob Arko, Luis Bermudez, John Graybeal, Roy Lowry, Barry Tao, Jesper Zedlitz/j.1:hasContributor device/j.1:acronym 2009-11-22T06:03:08+0000/j.1:creationDate MMI Device Ontology/j.1:name ``` \2009-11-22T06:03:10+0000 \Unversioned form of: MMI Device Ontology \device, sensor, marine \Device Ontology developed by the Marine Metadata Project, ``` http://marinemetadata.org/dc:description Device Ontology developed by the Marine Metadata Project, http://marinemetadata.org/dc:description Carlos Rueda, Bruce Andrews, Bob Arko, Luis Bermudez, John Graybeal, Roy Lowry, Barry Tao, Jesper Zedlitz/dc:contributor ``` \Carlos Rueda, Bruce Andrews, Bob Arko, Luis Bermudez, John Graybeal, Roy ``` Lowry, Barry Tao, Jesper Zedlitz/dc:contributor 2009-04-13T19:35:09+0000/dc:date 2009-04-13T19:35:09+0000/dc:date Carlos Rueda/dc:creator Carlos Rueda/dc:creator ontology producer/j.0:contactRole ``` \Carlos Rueda, Bruce Andrews, Nan Galbraith, Bob Arko, ``` Luis Bermudez, John Graybeal, Roy Lowry, Bob Morris, Barry Tao, Jesper Zedlitz/j.1:hasContributor Latest terms per 20090428T010243/j.1:version mmi/j.0:origMaintainerCode MMI Device Ontology Team/j.0:hasContentCreator 2009-11-22T06:03:03+0000/j.1:creationDate ``` \Latest terms per 20090930T012908 \yes \2009-11-22T06:03:06+0000 \ http://mmisw.org/ont/mmi/device \Latest terms per 20090428T012542 \Device Ontology developed by the Marine Metadata Project, ``` http://marinemetadata.org/j.1:description ``` \ http://mmisw.org/ont/mmi/resourcetype/sensor \Latest terms per 20090413T193509 \Latest terms per 20090512T011137 \Latest terms per 20090901T010052 \ Carlos Rueda, carueda@mbari.org, 831-775-1929, MMI/j.0:contact ``` \Latest terms per 20090708T003729 \MMI \2009-11-22T06:03:05+0000 \ ```
mmisw commented 9 years ago

From caru...@gmail.com on November 25, 2009 19:51:41

Fixed. MMI Ontology and Term URI Resolver. Version 1.4.2.beta (20091125194637)

Now I get the following (which is now correct) with the same query above:

<?xml version="1.0"?> <rdf:RDF xmlns:rdf=" http://www.w3.org/1999/02/22-rdf-syntax-ns# " xmlns:j.0=" http://mmisw.org/ont/mmi/20081020/ontologyMetadata/ " xmlns:rdfs=" http://www.w3.org/2000/01/rdf-schema# " xmlns:owl=" http://www.w3.org/2002/07/owl# " xmlns:j.1=" http://omv.ontoware.org/2005/05/ontology# " xmlns:dc=" http://purl.org/dc/elements/1.1/ ">

Carlos Rueda, carueda@mbari.org, 831-775-1929, MMI/j.0:contact device/j.1:acronym MMI Device Ontology Team/j.0:hasContentCreator Carlos Rueda, Bruce Andrews, Nan Galbraith, Bob Arko, Luis Bermudez, John Graybeal, Roy Lowry, Bob Morris, Barry Tao, Jesper Zedlitz/j.1:hasContributor Carlos Rueda, Bruce Andrews, Bob Arko, Luis Bermudez, John Graybeal, Roy Lowry, Barry Tao, Jesper Zedlitz/dc:contributor ``` \2009-11-26T03:47:05+0000 \ http://mmisw.org/ont/mmi/resourcetype/sensor \Carlos Rueda \ontology producer \2009-04-13T19:35:09+0000 \Device Ontology developed by the Marine Metadata Project, ``` http://marinemetadata.org/j.1:description ``` \MMI Device Ontology \Carlos Rueda \mmi \Device Ontology developed by the Marine Metadata Project, ``` http://marinemetadata.org/dc:description Device Ontology developed by the Marine Metadata Project, http://marinemetadata.org./rdfs:comment http://marinemetadata.org/community/teams/ontdevices/j.1:documentation http://mmisw.org/ont/mmi/device/j.1:uri device, sensor, marine/j.1:keywords MMI/j.0:origVocManager yes/j.0:creditRequired Latest terms per 20090930T012908/j.1:version ``` \ ``` **Status:** Fixed