Project

General

Profile

ipumsi_6-3_at_2001-with-data.rdf.xml

Resource Map example with data - Chris Jones, 2014-09-06 00:46

Download (4.95 KB)

 
1
<?xml version="1.0" encoding="UTF-8"?>
2
<rdf:RDF
3
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
5
    xmlns:owl="http://www.w3.org/2002/07/owl#"
6
    xmlns:dc="http://purl.org/dc/elements/1.1/"
7
    xmlns:ore="http://www.openarchives.org/ore/terms/"
8
    xmlns:dcterms="http://purl.org/dc/terms/"
9
    xmlns:cito="http://purl.org/spar/cito/" >
10
  
11
  <!-- Describe this resource map --> 
12
  <rdf:Description rdf:about="https://cn-stage.test.dataone.org/cn/v1/resolve/ipumsi_6-3_at_2001">
13
    <!-- Last modification date -->
14
    <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2012-06-22T23:35:24-0700</dcterms:modified>
15
    <!-- The aggregation that this resource map describes -->
16
    <ore:describes rdf:resource="https://cn-stage.test.dataone.org/cn/v1/resolve/ipumsi_6-3_at_2001#aggregation"/>
17
    <!-- The type of this resource map -->
18
    <rdf:type rdf:resource="http://www.openarchives.org/ore/terms/ResourceMap"/>
19
    <!-- The creator of this resource map; happens to reference another rdf:nodeId -->
20
    <dc:creator rdf:nodeID="creator.1"/>
21
    <!-- The identifier for this resource map -->
22
    <dcterms:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ipumsi_6-3_at_2001</dcterms:identifier>
23
  </rdf:Description>
24
  
25
  <!-- Describe the science metadata document in this aggregation -->
26
  <rdf:Description rdf:about="https://cn-stage.test.dataone.org/cn/v1/resolve/ipumsi_6-3_at_2001.dc.xml">
27
    <!-- This science metadata document is aggregated by the aggregation herein -->
28
    <ore:isAggregatedBy>https://cn-stage.test.dataone.org/cn/v1/resolve/ipumsi_6-3_at_2001#aggregation</ore:isAggregatedBy>
29
    <!-- The unique identifier for the science metadata -->
30
    <dcterms:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ipumsi_6-3_at_2001.dc.xml</dcterms:identifier>
31
    <!-- The science data that these metadata document. In this example, two specific CSV files -->
32
    <cito:documents rdf:resource="https://cn-stage.test.dataone.org/cn/v1/resolve/ipumsi_6-3_at_2001.1.csv"/>
33
    <cito:documents rdf:resource="https://cn-stage.test.dataone.org/cn/v1/resolve/ipumsi_6-3_at_2001.2.csv"/>
34
  </rdf:Description>
35

    
36
  <!-- Describe the first science data document in this aggregation -->
37
  <rdf:Description rdf:about="https://cn-stage.test.dataone.org/cn/v1/resolve/ipumsi_6-3_at_2001.1.csv">
38
    <!-- The aggregtion that aggregates this science data file -->
39
    <ore:isAggregatedBy>https://cn-stage.test.dataone.org/cn/v1/resolve/ipumsi_6-3_at_2001#aggregation</ore:isAggregatedBy>
40
    <!-- The unique identifier for this science data file -->
41
    <dcterms:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ipumsi_6-3_at_2001.1.csv</dcterms:identifier>
42
    <!-- The science metadata that documents this science data file -->
43
    <cito:isDocumentedBy rdf:resource="https://cn-stage.test.dataone.org/cn/v1/resolve/ipumsi_6-3_at_2001.dc.xml"/>
44
  </rdf:Description>
45
  
46
  <!-- Describe the second science data document in this aggregation -->
47
  <rdf:Description rdf:about="https://cn-stage.test.dataone.org/cn/v1/resolve/ipumsi_6-3_at_2001.2.csv">
48
    <!-- The aggregtion that aggregates this science data file -->
49
    <ore:isAggregatedBy>https://cn-stage.test.dataone.org/cn/v1/resolve/ipumsi_6-3_at_2001#aggregation</ore:isAggregatedBy>
50
    <!-- The unique identifier for this science data file -->
51
    <dcterms:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ipumsi_6-3_at_2001.2.csv</dcterms:identifier>
52
    <!-- The science metadata that documents this science data file -->
53
    <cito:isDocumentedBy rdf:resource="https://cn-stage.test.dataone.org/cn/v1/resolve/ipumsi_6-3_at_2001.dc.xml"/>
54
  </rdf:Description>
55

    
56
  <!-- Describe the creator of this resource map -->
57
  <rdf:Description rdf:nodeID="creator.1">
58
    <foaf:name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Foresite Toolkit (Python)</foaf:name>
59
    <foaf:mbox>foresite@googlegroups.com</foaf:mbox>
60
    <rdf:type rdf:resource="http://purl.org/dc/terms/Agent"/>
61
  </rdf:Description>
62

    
63
  <!-- Finally, describe the aggregation -->
64
  <rdf:Description rdf:about="https://cn-stage.test.dataone.org/cn/v1/resolve/ipumsi_6-3_at_2001#aggregation">
65
    <!-- The type of this aggregation -->
66
    <rdf:type rdf:resource="http://www.openarchives.org/ore/terms/Aggregation"/>
67
    <!-- The resource map that describes this aggregation -->
68
    <ore:isDescribedBy rdf:resource="https://cn-stage.test.dataone.org/cn/v1/resolve/ipumsi_6-3_at_2001"/>
69
    <!-- The title of this Data Package -->
70
    <dc:title>IPUMS-International: Austria 2001 Census</dc:title>
71
    <!-- The members of the Data Package -->
72
    <ore:aggregates rdf:resource="https://cn-stage.test.dataone.org/cn/v1/resolve/ipumsi_6-3_at_2001.dc.xml"/>
73
    <ore:aggregates rdf:resource="https://cn-stage.test.dataone.org/cn/v1/resolve/ipumsi_6-3_at_2001.1.csv"/>
74
    <ore:aggregates rdf:resource="https://cn-stage.test.dataone.org/cn/v1/resolve/ipumsi_6-3_at_2001.2.csv"/>
75
  </rdf:Description>
76
</rdf:RDF>
Add picture from clipboard (Maximum size: 14.8 MB)