You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the follow example, the schema:Organization typed child doesn't not have the right .data value on the element. It has the schema:Person instance instead of its own.
<div typeof="Person">
<p property="name">Alex Milowski</p>
<div property="affiliation" resource="http://ischool.berkeley.edu/" typeof="Organization">
<p><span property="department">School of Information</span>, <span property="name">University of California, Berkeley</span></p>
</div>
</div>
The text was updated successfully, but these errors were encountered:
In the follow example, the schema:Organization typed child doesn't not have the right .data value on the element. It has the schema:Person instance instead of its own.
The text was updated successfully, but these errors were encountered: