Difference between revisions of "ToolMatch Model"

From Earth Science Information Partners (ESIP)
(Created page with "== Model V 0.1 in Turtle == <nowiki>@prefix :        <http://esipfed.org/ontologies/ToolMatch#> . @prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> . @prefix owl...")
 
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Model V 0.1 in Turtle ==
+
== Model Version 0.1 ==
<nowiki>@prefix :        <http://esipfed.org/ontologies/ToolMatch#> .
+
* [[Media:ToolMatch_v0_1_ttl.txt | Turtle]]
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
+
* [[Media:ToolMatch_v0_1_rdfxml.txt| RDF/XML]]
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
 
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
 
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 
@prefix daml:    <http://www.daml.org/2001/03/daml+oil#> .
 
@prefix giss:    <http://www.giss.nasa.gov/tools/> .
 
@prefix gdaac:   <http://disc.gsfc.nasa.gov/data/> .
 
  
:DataTool
+
== Model Version 0.2 ==
     rdf:type owl:Class ;
+
* [[Media:Tool CollectionV2.gif | GIF Image of SADL visualization]]
    :worksWith :DataAccess ;
+
** Note: Dark blue highlighted text = class;  
     :worksWith :DataCollection .
+
** Light blue highlighted text = instance;
 +
** Green highlighted text = object property / relationship
 +
** SADL [http://sadl.sourceforge.net/] Semantic Application Design Language
 +
* [[Media:CMAP ModelVersion0.2.jpg | CMAP Image of concepts within model]]
  
:DataCollection
+
* Back to [http://wiki.esipfed.org/index.php/ToolMatch | ToolMatch]
     rdf:type owl:Class ;
 
     :hasDOI "xsd:string" ;
 
     :hasGcmdDif "xsd:string" ;
 
    :hasDataAccess :DataAccess .
 
 
 
:DataAccess
 
    rdf:type owl:Class .
 
 
 
:visualizes
 
     rdfs:subPropertyOf :worksWith .
 
 
 
:drawsMapsOf
 
     rdfs:subPropertyOf :visualizes .
 
 
 
gdaac:AIRX3STDv005
 
     rdf:type :DataCollection ;
 
    :hasDapAccess gdaac:AIRX3STDv005_DAP ;
 
    :hasNetcdfAccess gdaac:AIRX3STDv005_netCDF ;
 
     :hasGcmdDif "GES_DISC_AIRX3STD_V005" .
 
 
 
gdaac:AIRX3STDv005_DAP
 
    a :DataAccess .
 
 
 
gdaac:AIRX3STDv005_netCDF
 
    a :DataAccess .
 
 
 
giss:panoply
 
    :drawsMapsOf gdaac:AIRX3STDv005_DAP ;
 
    :drawsMapsOf gdaac:AIRX3STDv005_netCDF ;
 
     rdf:type :DataTool .
 
</nowiki>
 

Latest revision as of 14:30, January 15, 2014

Model Version 0.1

Model Version 0.2