Skip to content

Commit

Permalink
[#27] removing source meta from test data file
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdash committed Jan 18, 2022
1 parent a9b3805 commit ee11359
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions tests/data/metadata/resourcemetadata_with_point_coverage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
<hsterms:CompositeResource rdf:about="http://www.hydroshare.org/resource/84805fd615a04d63b4eada65644a1e20">
<dc:subject>Logan River</dc:subject>
<dcterms:bibliographicCitation>a custom citation</dcterms:bibliographicCitation>
<dc:source>
<rdf:Description>
<hsterms:isDerivedFrom>another</hsterms:isDerivedFrom>
</rdf:Description>
</dc:source>
<hsterms:Format>
<rdf:Description>
<hsterms:value>application/dbf</hsterms:value>
Expand Down Expand Up @@ -59,7 +54,7 @@
</hsterms:Format>
<dc:relation>
<rdf:Description>
<hsterms:isPartOf rdf:resource="https://sadf.com"/>
<dcterms:isPartOf>https://sadf.com</dcterms:isPartOf>
</rdf:Description>
</dc:relation>
<hsterms:awardInfo>
Expand All @@ -73,7 +68,7 @@
<dc:subject>Time Series</dc:subject>
<dc:relation>
<rdf:Description>
<hsterms:isCopiedFrom rdf:resource="https://www.google.com"/>
<hsterms:isDescribedBy>Bastidas Pacheco, C. J., Horsburgh, J. S., Tracy, R. J. (2020). A low-cost, open source monitoring system for collecting high-resolution water use data on magnetically-driven residential water meters, Sensors, 20(13), 3655, https://doi.org/10.3390/s20133655.</hsterms:isDescribedBy>
</rdf:Description>
</dc:relation>
<dc:date>
Expand Down Expand Up @@ -153,11 +148,6 @@
</rdf:Description>
</dc:creator>
<dc:subject>key 1</dc:subject>
<dc:source>
<rdf:Description>
<hsterms:isDerivedFrom>the source</hsterms:isDerivedFrom>
</rdf:Description>
</dc:source>
<hsterms:Format>
<rdf:Description>
<hsterms:value>application/sbn</hsterms:value>
Expand Down

0 comments on commit ee11359

Please sign in to comment.