@@ -6594,22 +6594,22 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
6594
6594
"@context": {
6595
6595
"@version": 1.1,
6596
6596
"schema": "http://schema.org/",
6597
- "dc ": "http://purl.org/dc/elements/1.1/",
6597
+ "dc11 ": "http://purl.org/dc/elements/1.1/",
6598
6598
"name": "schema:name",
6599
6599
"body": "schema:articleBody",
6600
6600
"words": "schema:wordCount",
6601
6601
"post": {
6602
6602
"@id": "schema:blogPost",
6603
6603
****"@container": "@index",
6604
- "@index": "dc :language"****
6604
+ "@index": "dc11 :language"****
6605
6605
}
6606
6606
},
6607
6607
"@id": "http://example.com/",
6608
6608
"@type": "schema:Blog",
6609
6609
"name": "World Financial News",
6610
6610
"post": {
6611
6611
"en": {
6612
- ####↑ "en" will add `"dc :language": "en"` when expanded####
6612
+ ####↑ "en" will add `"dc11 :language": "en"` when expanded####
6613
6613
"@id": "http://example.com/posts/1/en",
6614
6614
"body": "World commodities were up today with heavy trading of crude oil...",
6615
6615
"words": 1539
@@ -6701,7 +6701,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
6701
6701
</ tr >
6702
6702
< tr >
6703
6703
< td > http://example.com/posts/1/de</ td >
6704
- < td > dc :language</ td >
6704
+ < td > dc11 :language</ td >
6705
6705
< td > de</ td >
6706
6706
< td > </ td >
6707
6707
</ tr >
@@ -6719,7 +6719,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
6719
6719
</ tr >
6720
6720
< tr >
6721
6721
< td > http://example.com/posts/1/en</ td >
6722
- < td > dc :language</ td >
6722
+ < td > dc11 :language</ td >
6723
6723
< td > en</ td >
6724
6724
< td > </ td >
6725
6725
</ tr >
@@ -6733,7 +6733,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
6733
6733
data-to-rdf >
6734
6734
<!--
6735
6735
@prefix schema: <http://schema.org/> .
6736
- @prefix dc : <http://purl.org/dc/elements/1.1/language> .
6736
+ @prefix dc11 : <http://purl.org/dc/elements/1.1/language> .
6737
6737
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
6738
6738
6739
6739
<http://example.com/> a schema:Blog;
@@ -6745,13 +6745,13 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
6745
6745
schema:articleBody
6746
6746
"Die Werte an Warenbörsen stiegen im Sog eines starken Handels von Rohöl...";
6747
6747
schema:wordCount 1204;
6748
- ****dc :language "de"****.
6748
+ ****dc11 :language "de"****.
6749
6749
6750
6750
<http://example.com/posts/1/en>
6751
6751
schema:articleBody
6752
6752
"World commodities were up today with heavy trading of crude oil...";
6753
6753
schema:wordCount 1539;
6754
- ****dc :language "en"****.
6754
+ ****dc11 :language "en"****.
6755
6755
-->
6756
6756
</ pre >
6757
6757
</ aside >
0 commit comments