@@ -601,7 +601,11 @@ <h2>Syntax Tokens and Keywords</h2>
601
601
</ tr > </ thead >
602
602
< tbody >
603
603
< tr >
604
- < td > dc</ td >
604
+ < td > dc11</ td >
605
+ < td > http://purl.org/dc/elements/1.1/</ td >
606
+ </ tr >
607
+ < tr >
608
+ < td > dcterms</ td >
605
609
< td > http://purl.org/dc/terms/</ td >
606
610
</ tr >
607
611
< tr >
@@ -640,7 +644,7 @@ <h2>Syntax Tokens and Keywords</h2>
640
644
</ table >
641
645
642
646
< p > These are used within this document as part of a < a > compact IRI</ a >
643
- as a shorthand for the resulting < a > absolute IRI</ a > , such as < code > dc :title</ code >
647
+ as a shorthand for the resulting < a > absolute IRI</ a > , such as < code > dcterms :title</ code >
644
648
used to represent < code > http://purl.org/dc/terms/title</ code > .</ p >
645
649
</ section >
646
650
@@ -1841,8 +1845,8 @@ <h1>Advanced Concepts</h1>
1841
1845
< tr > < td > _:b0</ td > < td > foaf:name</ td > < td > Manu Sporny</ td > < td > </ td > </ tr >
1842
1846
< tr > < td > _:b0</ td > < td > foaf:homepage</ td > < td > http://manu.sporny.org/</ td > < td > </ td > </ tr >
1843
1847
< tr > < td > _:b0</ td > < td > foaf:depiction</ td > < td > http://twitter.com/account/profile_image/manusporny</ td > < td > </ td > </ tr >
1844
- < tr > < td > _:b1</ td > < td > dc :title</ td > < td > The Empire State Building</ td > < td > </ td > </ tr >
1845
- < tr > < td > _:b1</ td > < td > dc :description</ td > < td > The Empire State Building is a 102-story landmark in New York City.</ td > < td > </ td > </ tr >
1848
+ < tr > < td > _:b1</ td > < td > dcterms :title</ td > < td > The Empire State Building</ td > < td > </ td > </ tr >
1849
+ < tr > < td > _:b1</ td > < td > dcterms :description</ td > < td > The Empire State Building is a 102-story landmark in New York City.</ td > < td > </ td > </ tr >
1846
1850
< tr > < td > _:b2</ td > < td > geo:lat</ td > < td > 40.75</ td > < td > xsd:decimal</ td > </ tr >
1847
1851
< tr > < td > _:b2</ td > < td > geo:long</ td > < td > 73.98</ td > < td > xsd:decimal</ td > </ tr >
1848
1852
< tr > < td > _:b1</ td > < td > schema:geo</ td > < td > _:b2</ td > < td > </ td > </ tr >
@@ -1854,7 +1858,7 @@ <h1>Advanced Concepts</h1>
1854
1858
data-transform ="updateExample "
1855
1859
data-to-rdf >
1856
1860
<!--
1857
- @prefix dc : <http://purl.org/dc/terms/> .
1861
+ @prefix dcterms : <http://purl.org/dc/terms/> .
1858
1862
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
1859
1863
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
1860
1864
@prefix schema: <http://schema.org/> .
@@ -1867,8 +1871,8 @@ <h1>Advanced Concepts</h1>
1867
1871
] .
1868
1872
1869
1873
[
1870
- dc :title "The Empire State Building";
1871
- dc :description "The Empire State Building is a 102-story landmark in New York City.";
1874
+ dcterms :title "The Empire State Building";
1875
+ dcterms :description "The Empire State Building is a 102-story landmark in New York City.";
1872
1876
schema:geo [
1873
1877
geo:lat 40.75;
1874
1878
geo:long 73.98
@@ -1952,8 +1956,8 @@ <h1>Advanced Concepts</h1>
1952
1956
< tr > < td > _:b0</ td > < td > foaf:name</ td > < td > Manu Sporny</ td > < td > </ td > </ tr >
1953
1957
< tr > < td > _:b0</ td > < td > foaf:homepage</ td > < td > http://manu.sporny.org/</ td > < td > </ td > </ tr >
1954
1958
< tr > < td > _:b0</ td > < td > foaf:depiction</ td > < td > http://twitter.com/account/profile_image/manusporny</ td > < td > </ td > </ tr >
1955
- < tr > < td > _:b1</ td > < td > dc :title</ td > < td > The Empire State Building</ td > < td > </ td > </ tr >
1956
- < tr > < td > _:b1</ td > < td > dc :description</ td > < td > The Empire State Building is a 102-story landmark in New York City.</ td > < td > </ td > </ tr >
1959
+ < tr > < td > _:b1</ td > < td > dcterms :title</ td > < td > The Empire State Building</ td > < td > </ td > </ tr >
1960
+ < tr > < td > _:b1</ td > < td > dcterms :description</ td > < td > The Empire State Building is a 102-story landmark in New York City.</ td > < td > </ td > </ tr >
1957
1961
< tr > < td > _:b2</ td > < td > geo:lat</ td > < td > 40.75</ td > < td > xsd:decimal</ td > </ tr >
1958
1962
< tr > < td > _:b2</ td > < td > geo:long</ td > < td > 73.98</ td > < td > xsd:decimal</ td > </ tr >
1959
1963
< tr > < td > _:b1</ td > < td > schema:geo</ td > < td > _:b2</ td > < td > </ td > </ tr >
@@ -1965,7 +1969,7 @@ <h1>Advanced Concepts</h1>
1965
1969
data-transform ="updateExample "
1966
1970
data-to-rdf >
1967
1971
<!--
1968
- @prefix dc : <http://purl.org/dc/terms/> .
1972
+ @prefix dcterms : <http://purl.org/dc/terms/> .
1969
1973
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
1970
1974
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
1971
1975
@prefix schema: <http://schema.org/> .
@@ -1978,8 +1982,8 @@ <h1>Advanced Concepts</h1>
1978
1982
] .
1979
1983
1980
1984
[
1981
- dc :title "The Empire State Building";
1982
- dc :description "The Empire State Building is a 102-story landmark in New York City.";
1985
+ dcterms :title "The Empire State Building";
1986
+ dcterms :description "The Empire State Building is a 102-story landmark in New York City.";
1983
1987
schema:geo [
1984
1988
geo:lat 40.75;
1985
1989
geo:long 73.98
@@ -3680,7 +3684,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
3680
3684
data-to-rdf >
3681
3685
< thead > < tr > < th > Subject</ th > < th > Property</ th > < th > Value</ th > < th > Value Type</ th > </ tr > </ thead >
3682
3686
< tbody >
3683
- < tr > < td > http://example.com/docs/1</ td > < td > dc :modified</ td > < td > 2010-05-29T14:17:39+02:00</ td > < td > xsd:dateTime</ td > </ tr >
3687
+ < tr > < td > http://example.com/docs/1</ td > < td > dcterms :modified</ td > < td > 2010-05-29T14:17:39+02:00</ td > < td > xsd:dateTime</ td > </ tr >
3684
3688
</ tbody >
3685
3689
</ table >
3686
3690
< pre class ="turtle "
@@ -3689,10 +3693,10 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
3689
3693
data-transform ="updateExample "
3690
3694
data-to-rdf >
3691
3695
<!--
3692
- @prefix dc : <http://purl.org/dc/terms/> .
3696
+ @prefix dcterms : <http://purl.org/dc/terms/> .
3693
3697
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
3694
3698
3695
- <http://example.com/docs/1> dc :modified "2010-05-29T14:17:39+02:00"^^xsd:dateTime .
3699
+ <http://example.com/docs/1> dcterms :modified "2010-05-29T14:17:39+02:00"^^xsd:dateTime .
3696
3700
-->
3697
3701
</ pre >
3698
3702
</ aside >
@@ -3749,7 +3753,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
3749
3753
data-to-rdf >
3750
3754
< thead > < tr > < th > Subject</ th > < th > Property</ th > < th > Value</ th > < th > Value Type</ th > </ tr > </ thead >
3751
3755
< tbody >
3752
- < tr > < td > _:b0</ td > < td > dc :modified</ td > < td > 2010-05-29T14:17:39+02:00</ td > < td > xsd:dateTime</ td > </ tr >
3756
+ < tr > < td > _:b0</ td > < td > dcterms :modified</ td > < td > 2010-05-29T14:17:39+02:00</ td > < td > xsd:dateTime</ td > </ tr >
3753
3757
</ tbody >
3754
3758
</ table >
3755
3759
< pre class ="turtle "
@@ -3758,10 +3762,10 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
3758
3762
data-transform ="updateExample "
3759
3763
data-to-rdf >
3760
3764
<!--
3761
- @prefix dc : <http://purl.org/dc/terms/> .
3765
+ @prefix dcterms : <http://purl.org/dc/terms/> .
3762
3766
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
3763
3767
3764
- [ dc :modified "2010-05-29T14:17:39+02:00"^^xsd:dateTime ] .
3768
+ [ dcterms :modified "2010-05-29T14:17:39+02:00"^^xsd:dateTime ] .
3765
3769
-->
3766
3770
</ pre >
3767
3771
</ aside >
@@ -3837,7 +3841,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
3837
3841
</ tr >
3838
3842
< tr >
3839
3843
< td > http://example.org/posts#TripToWestVirginia</ td >
3840
- < td > dc :modified</ td >
3844
+ < td > dcterms :modified</ td >
3841
3845
< td > 2010-05-29T14:17:39+02:00</ td >
3842
3846
< td > xsd:dateTime</ td >
3843
3847
</ tr >
@@ -3849,12 +3853,12 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
3849
3853
data-transform ="updateExample "
3850
3854
data-to-rdf >
3851
3855
<!--
3852
- @prefix dc : <http://purl.org/dc/terms/> .
3856
+ @prefix dcterms : <http://purl.org/dc/terms/> .
3853
3857
@prefix schema: <http://schema.org/> .
3854
3858
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
3855
3859
3856
3860
<http://example.org/posts#TripToWestVirginia> a ****schema:BlogPosting****;
3857
- dc :modified "2010-05-29T14:17:39+02:00"^^****xsd:dateTime**** .
3861
+ dcterms :modified "2010-05-29T14:17:39+02:00"^^****xsd:dateTime**** .
3858
3862
-->
3859
3863
</ pre >
3860
3864
</ aside >
@@ -4098,7 +4102,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
4098
4102
data-transform ="updateExample "
4099
4103
data-to-rdf >
4100
4104
<!--
4101
- @prefix dc : <http://purl.org/dc/terms/> .
4105
+ @prefix dcterms : <http://purl.org/dc/terms/> .
4102
4106
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
4103
4107
4104
4108
<http://example.com/people#john> foaf:name "John Smith";
@@ -4673,9 +4677,9 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
4673
4677
< pre class ="original selected nohighlight " data-transform ="updateExample ">
4674
4678
<!--
4675
4679
{
4676
- "@context": {"dc ": "http://purl.org/dc/terms/"},
4680
+ "@context": {"dcterms ": "http://purl.org/dc/terms/"},
4677
4681
"@id": "http://example.org/articles/8",
4678
- "dc :title": ****[
4682
+ "dcterms :title": ****[
4679
4683
{
4680
4684
"@value": "Das Kapital",
4681
4685
"@language": "de"
@@ -4713,13 +4717,13 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
4713
4717
< tbody >
4714
4718
< tr >
4715
4719
< td > http://example.org/articles/8</ td >
4716
- < td > dc :title</ td >
4720
+ < td > dcterms :title</ td >
4717
4721
< td > Das Kapital</ td >
4718
4722
< td > de</ td >
4719
4723
</ tr >
4720
4724
< tr >
4721
4725
< td > http://example.org/articles/8</ td >
4722
- < td > dc :title</ td >
4726
+ < td > dcterms :title</ td >
4723
4727
< td > Capital</ td >
4724
4728
< td > en</ td >
4725
4729
</ tr >
@@ -4731,9 +4735,9 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
4731
4735
data-transform ="updateExample "
4732
4736
data-to-rdf >
4733
4737
<!--
4734
- @prefix dc : <http://purl.org/dc/terms/> .
4738
+ @prefix dcterms : <http://purl.org/dc/terms/> .
4735
4739
4736
- <http://example.org/articles/8> dc :title
4740
+ <http://example.org/articles/8> dcterms :title
4737
4741
****"Das Kapital"@de, "Capital"@en**** .
4738
4742
-->
4739
4743
</ pre >
0 commit comments