Added remainder of mappings from http://www.w3.org/wiki/WebSchemas/Datasets#Vocabulary that link to this specific vocabulary. General schema.org mappings can live elsewhere.
--- a/schema.org/ext/dataset.html Thu Dec 06 13:28:36 2012 +0000
+++ b/schema.org/ext/dataset.html Thu Dec 06 14:01:26 2012 +0000
@@ -20,22 +20,25 @@
">
<p style="align: right; font-size: small;">(test <a href="http://www.w3.org/2012/pyRdfa/extract?uri=http%3A%2F%2Fdvcs.w3.org%2Fhg%2Fwebschema%2Fraw-file%2Fdefault%2Fschema.org%2Fext%2Fdataset.html&format=turtle&rdfagraph=output&vocab_expansion=false&rdfa_lite=false&embedded_rdf=true&space_preserve=true&vocab_cache=true&vocab_cache_report=false&vocab_cache_refresh=false">at w3c</a>)</p>
+
<h1>Dataset Vocabulary</h1>
-
-
<p>See <a href="http://www.w3.org/wiki/WebSchemas/Datasets">Wiki overview</a> and <a href="blog.schema.org/2012/07/describing-datasets-with-schemaorg.html">blog post</a> for details.</p>
<div typeof="rdfs:Class" resource="http://schema.org/Dataset">
<span class="h" property="rdfs:label">Dataset</span>
<span property="rdfs:comment">A body of structured information describing some topic(s) of interest.</span>
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+ <span>equivalentClass: <a property="owl:equivalentClass" resource="dcat:Dataset" href="http://www.w3.org/TR/vocab-dcat/#class--dataset">dcat:Dataset</a></span>
+ <span>equivalentClass: <a property="owl:equivalentClass" resource="adms:SemanticAsset" href="http://www.w3.org/ns/adms#SemanticAsset">adms:SemanticAsset</a></span>
</div>
+
<div typeof="rdf:Property" resource="http://schema.org/catalog">
<span class="h" property="rdfs:label">catalog</span>
<span property="rdfs:comment">A data catalog which contains a dataset.</span>
<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Dataset">Dataset</a></span>
<span>Range: <a property="http://schema.org/range" href="http://schema.org/DataCatalog">DataCatalog</a></span>
+ <span>equivalentProperty: <a property="owl:equivalentProperty" resource="dcterms:isPartOf" href="http://purl.org/dc/terms/isPartOf">dcterms:isPartOf</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/distribution">
@@ -43,10 +46,12 @@
<span property="rdfs:comment">A downloadable form of this dataset, at a specific location, in a specific format.</span>
<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Dataset">Dataset</a></span>
<span>Range: <a property="http://schema.org/range" href="http://schema.org/DataDownload">DataDownload</a></span>
+ <span>equivalentProperty: <a property="owl:equivalentProperty" resource="dcat:distribution" href="http://www.w3.org/TR/vocab-dcat/#property--dataset-distribution">dcat:distribution</a></span>
+ <span>equivalentProperty: <a property="owl:equivalentProperty" resource="radion:distribution" href="http://www.w3.org/ns/radion#radion:distribution">radion:distribution</a></span>
+ <span>equivalentProperty: <a property="owl:equivalentProperty" resource="void:dataDump" href="http://www.w3.org/TR/void/#dumps">void:dataDump</a></span>
</div>
-
- <!-- keyword: TODO, discuss more. Google and Nature had feedback on this. Also see existing terms on CreativeWork -->
+ <!-- keyword: TODO, discuss more. Google and Nature had feedback on this. Also see existing terms on CreativeWork. Also dcat/radion have keyword fwiw. -->
<div typeof="rdf:Property" resource="http://schema.org/spatial">
@@ -54,15 +59,16 @@
<span property="rdfs:comment">The range of spatial applicability of a dataset, e.g. for a dataset of New York weather, the state of New York.</span>
<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Dataset">Dataset</a></span>
<span>Range: <a property="http://schema.org/range" href="http://schema.org/Place">Place</a></span>
+ <span>equivalentProperty: <a property="owl:equivalentProperty" resource="dcterms:spatial" href="http://purl.org/dc/terms/spatial">dcterms:spatial</a></span>
</div>
<!-- should this be spatialCoverage? related to DCMI notion? -->
-
<div typeof="rdf:Property" resource="http://schema.org/temporal">
<span class="h" property="rdfs:label">temporal</span>
<span property="rdfs:comment">The range of temporal applicability of a dataset, e.g. for a 2011 census dataset, the year 2011 (in ISO 8601 time interval format).</span>
<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Dataset">Dataset</a></span>
<span>Range: <a property="http://schema.org/range" href="http://schema.org/DateTime">DateTime</a></span>
+ <span>equivalentProperty: <a property="owl:equivalentProperty" resource="dcterms:temporal" href="http://purl.org/dc/terms/temporal">dcterms:temporal</a></span>
</div>
<!-- note: the original said Date not DateTime; I think we added latter before GoodRelations -->
<!-- should this be temporalCoverage, and ack dc:coverage ? -->
@@ -72,12 +78,16 @@
<span property="rdfs:comment">A collection of datasets.</span>
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
<span>equivalentClass: <a property="owl:equivalentClass" resource="dcat:Catalog" href="http://www.w3.org/TR/vocab-dcat/#class--catalog-record">dcat:Catalog</a></span>
+ <span>equivalentClass: <a property="owl:equivalentClass" resource="adms:SemanticAssetRepository" href="http://www.w3.org/ns/adms#SemanticAssetRepository">adms:SemanticAssetRepository</a></span>
</div>
+
<div typeof="rdf:Property" resource="http://schema.org/dataset"> <!-- inverseProperty with 'catalog' -->
- <span class="h" property="rdfs:label">catalog</span>
+ <span class="h" property="rdfs:label">dataset</span>
<span property="rdfs:comment">A dataset contained in a catalog.</span>
<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/DataCatalog">DataCatalog</a></span>
<span>Range: <a property="http://schema.org/range" href="http://schema.org/Dataset">Dataset</a></span>
+ <span>equivalentProperty: <a property="owl:equivalentProperty" resource="dcat:dataset" href="http://www.w3.org/TR/vocab-dcat/#property--dataset-1">dcat:dataset</a></span>
+ <span>equivalentProperty: <a property="owl:equivalentProperty" resource="dcterms:hasPart" href="http://purl.org/dc/terms/hasPart">dcterms:hasPart</a></span>
</div>
<!-- how do we express inverses? within a schema.org term, or using owl? or html rev= if it still exists? -->
@@ -85,7 +95,10 @@
<span class="h" property="rdfs:label">DataDownload</span>
<span property="rdfs:comment">A dataset in downloadable form.</span>
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MediaObject">MediaObject</a></span>
+ <span>equivalentClass: <a property="owl:equivalentClass" resource="dcat:Download" href="http://www.w3.org/TR/vocab-dcat/#class--download">dcat:Download</a></span>
</div>
+
+ <!-- todo: map sdo:about to dcat:theme, dcterms:subject; put this in a general mappings file? -->
</body>
</html>