Skip to content

Example: eReefs Hydrodynamic Node

Jonathan Yu edited this page Feb 7, 2017 · 1 revision

DPN Hydrodynamic node

@prefix :        <http://ereefs.info/id/dpn-hy-bgc/> .
@prefix dcterms:  <http://purl.org/dc/terms/> .
@prefix dpn:     <http://purl.org/dpn#> .
@prefix dpn-hy-bgc:  <http://ereefs.info/id/dpn-hy-bgc/> .
@prefix dpns:    <http://purl.org/dpn/services#> .
@prefix ds:      <http://purl.org/dpn/dataset#> .
@prefix er-dataset:  <http://ereefs.info/def/dataset#> .
@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
@prefix org:     <http://www.w3.org/ns/org#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos:    <http://www.w3.org/2004/02/skos/core#> .
@prefix vcard:   <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .


<http://ereefs.info/data/gbr1>
      rdf:type dpn:Dataset ;
      rdfs:label "GBR1 hydrodynamic model"^^xsd:string ;
      er-dataset:catalog <http://dapds00.nci.org.au/thredds/catalogs/fx3/catalog.xml?dataset=gbr1_2.0> ;
      skos:altLabel "gbr1_2.0"^^xsd:string .


<http://ereefs.info/data/gbr4>
      rdf:type dpn:Dataset ;
      rdfs:label "GBR4 hydrodynamic model"^^xsd:string ;
      er-dataset:catalog <http://dapds00.nci.org.au/thredds/catalogs/fx3/catalog.xml?dataset=gbr4_2.0> ;
      skos:altLabel "gbr4_2.0"^^xsd:string .

<http://ereefs.info/data/gbr4-da>
      rdf:type dpn:Dataset ;
      rdfs:label "GBR4 hydrodynamic data assimilated model"^^xsd:string ;
      er-dataset:catalog <http://dapds00.nci.org.au/thredds/catalogs/fx3/catalog.xml?dataset=gbr4_da> ;
      skos:altLabel "gbr4_da"^^xsd:string .

<http://ereefs.info/data/gbr4-bgc-924>
      rdf:type dpn:Dataset ;
      rdfs:label "GBR4 BGC and sediments v924 (2014-2016)"^^xsd:string ;
      er-dataset:catalog <http://dapds00.nci.org.au/thredds/catalogs/fx3/catalog.xml?dataset=gbr4_bgc_924> ;
      skos:altLabel "gbr4_bgc_924"^^xsd:string .
	  
<http://ereefs.info/data/gbr1-bgc-924>
      rdf:type dpn:Dataset ;
      rdfs:label "GBR1 BGC and sediments v924 (2014-2016)"^^xsd:string ;
      er-dataset:catalog <http://dapds00.nci.org.au/thredds/catalogs/fx3/catalog.xml?dataset=gbr1_bgc_924> ;
      skos:altLabel "gbr1_bgc_924"^^xsd:string .	  

<http://ereefs.info/data/gbr4-test>
      rdf:type dpn:Dataset ;
      rdfs:label "GBR4 chunking test data"^^xsd:string ;
      er-dataset:catalog <http://dapds00.nci.org.au/thredds/catalog/uc0/fx3_dev/gbr4/catalog.xml?dataset=uc0/fx3_dev/gbr4/gbr4_simple_2016-04_2D_chunk.nc> ;
      skos:altLabel "gbr4_test"^^xsd:string .

<http://ereefs.info/data/gbr1-test>
      rdf:type dpn:Dataset ;
      rdfs:label "GBR1 chunking test data"^^xsd:string ;
      er-dataset:catalog <http://dapds00.nci.org.au/thredds/catalog/uc0/fx3_dev/gbr1/catalog.xml?dataset=uc0/fx3_dev/gbr1/gbr1_simple_2016-01-02_2D_chunk.nc> ;
      skos:altLabel "gbr1_test"^^xsd:string .

<http://ereefs.info/data/gbr4-bgc-926>
      rdf:type dpn:Dataset ;
      rdfs:label "GBR4 BGC and sediments v926 (2010-2014)"^^xsd:string ;
      er-dataset:catalog <http://dapds00.nci.org.au/thredds/catalogs/fx3/catalog.xml?dataset=gbr4_bgc_926> ;
      skos:altLabel "gbr4_bgc_924"^^xsd:string .

dpn-hy-bgc:
      rdf:type owl:Ontology ;
      owl:imports <http://purl.org/dpn/services> , <http://purl.org/dpn/dataset> , <http://purl.org/dpn> .

dpn-hy-bgc:FarhanRizwi
      rdf:type foaf:Person ;
      rdfs:label "Farhan Rizwi"^^xsd:string ;
      skos:prefLabel "Farhan Rizwi"^^xsd:string ;
      vcard:email <mailto:farhan.rizwi@csiro.au> .

dpn-hy-bgc:hy-bgc-thredds-catalog
      rdf:type dpns:ThreddsCatalog ;
      rdfs:label "hy-bgc-thredds-catalog"^^xsd:string ;
      dpn:endpoint <http://dapds00.nci.org.au/thredds/catalog.xml> .

<http://ereefs.info/id/group/csiro-coastal>
      rdf:type org:Organization ;
      rdfs:label "CSIRO Coastal Modelling Group"^^xsd:string ;
      dpn:contactPoint dpn-hy-bgc:FarhanRizwi ;
      dpn:hostsNode <http://ereefs.info/id/node/hydrodynamic-bgc> ;
      org:hasMember dpn-hy-bgc:FarhanRizwi .

<http://ereefs.info/id/node/hydrodynamic-bgc>
      rdf:type dpn:Node ;
      rdfs:label "CSIRO Environmental Modelling Data Node"^^xsd:string ;
      dcterms:publisher <http://ereefs.info/id/group/csiro-coastal> ;
      dpn:exposesService <http://ereefs.info/id/service/MODEL_THREDDS_Service> .

<http://ereefs.info/id/service/MODEL_THREDDS_Service>
      rdf:type dpns:THREDDS ;
      rdfs:label "Hydrodynamic node thredds service"^^xsd:string ;
      dpn:catalog dpn-hy-bgc:hy-bgc-thredds-catalog ;
      dpn:endpoint <http://dapds00.nci.org.au/thredds> ;
      dpn:hostsDataset <http://ereefs.info/data/gbr1> , <http://ereefs.info/data/gbr4> , <http://ereefs.info/data/gbr4-da> , <http://ereefs.info/data/gbr1-bgc-924> , <http://ereefs.info/data/gbr4-bgc-924> , <http://ereefs.info/data/gbr4-bgc-926> ;
      dpn:node <http://ereefs.info/id/node/hydrodynamic-bgc> .