Skip to content

Commit 62080b5

Browse files
author
Dan Brickley
committed
First cut implementation of sdPublisher / sdDatePublished for #1886
1 parent 8af85b0 commit 62080b5

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

data/ext/pending/issue-1886.rdfa

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<div>
2+
3+
<div typeof="rdf:Property" resource="http://schema.org/sdPublisher">
4+
<span class="h" property="rdfs:label">sdPublisher</span>
5+
<span property="rdfs:comment">Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The
6+
[[sdPublisher]] property helps make such practices more explicit.</span>
7+
8+
<span property="schema:category">issue-1886</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1886">#1886</a>
9+
10+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
11+
12+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
13+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
14+
15+
<span property="schema:category">issue-1886</span>
16+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1886">#1886</a>
17+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
18+
</div>
19+
20+
<div typeof="rdf:Property" resource="http://schema.org/sdDatePublished">
21+
<span class="h" property="rdfs:label">sdDatePublished</span>
22+
<span property="rdfs:comment">Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]]</span>
23+
<span property="schema:category">issue-1886</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1886">#1886</a>
24+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
25+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
26+
27+
<span property="schema:category">issue-1886</span>
28+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1886">#1886</a>
29+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
30+
</div>
31+
32+
</div>

0 commit comments

Comments
 (0)