|
36 | 36 | @prefix gleif-L1: <https://www.gleif.org/ontology/L1/> . |
37 | 37 | @prefix gs1: <https://ref.gs1.org/voc/> . |
38 | 38 | @prefix lcc-cr: <https://www.omg.org/spec/LCC/Countries/CountryRepresentation/> . |
| 39 | +@prefix og: <http://ogp.me/ns#> . |
39 | 40 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
40 | 41 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
41 | 42 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
|
44 | 45 | @prefix void: <http://rdfs.org/ns/void#> . |
45 | 46 |
|
46 | 47 |
|
| 48 | + |
47 | 49 | :AMRadioChannel a rdfs:Class ; |
48 | 50 | rdfs:label "AMRadioChannel" ; |
49 | 51 | rdfs:comment "A radio channel that uses AM." ; |
@@ -7433,6 +7435,7 @@ In the context of [[ShippingService]], use the [[ServicePeriod]] format, that co |
7433 | 7435 | rdfs:subPropertyOf rdfs:label ; |
7434 | 7436 | owl:equivalentProperty cmns-txt:hasName ; |
7435 | 7437 | owl:equivalentProperty dc:title ; |
| 7438 | + owl:equivalentProperty og:title ; |
7436 | 7439 | :domainIncludes :Thing ; |
7437 | 7440 | :rangeIncludes :Text . |
7438 | 7441 |
|
@@ -9683,6 +9686,7 @@ we define a supporting type, [[SpeakableSpecification]] which is defined to be |
9683 | 9686 | :url a rdf:Property ; |
9684 | 9687 | rdfs:label "url" ; |
9685 | 9688 | rdfs:comment "URL of the item." ; |
| 9689 | + owl:equivalentProperty og:url ; |
9686 | 9690 | :domainIncludes :Thing ; |
9687 | 9691 | :rangeIncludes :URL . |
9688 | 9692 |
|
@@ -9897,6 +9901,7 @@ we define a supporting type, [[SpeakableSpecification]] which is defined to be |
9897 | 9901 | :video a rdf:Property ; |
9898 | 9902 | rdfs:label "video" ; |
9899 | 9903 | rdfs:comment "An embedded video object." ; |
| 9904 | + owl:equivalentProperty og:video ; |
9900 | 9905 | :domainIncludes :CreativeWork ; |
9901 | 9906 | :rangeIncludes :Clip, |
9902 | 9907 | :VideoObject . |
@@ -10222,6 +10227,7 @@ we define a supporting type, [[SpeakableSpecification]] which is defined to be |
10222 | 10227 | rdfs:label "description" ; |
10223 | 10228 | rdfs:comment "A description of the item." ; |
10224 | 10229 | owl:equivalentProperty dc:description ; |
| 10230 | + owl:equivalentProperty og:description ; |
10225 | 10231 | :domainIncludes :Thing ; |
10226 | 10232 | :rangeIncludes :Text, |
10227 | 10233 | :TextObject . |
@@ -10802,6 +10808,7 @@ Open-ended date ranges can be written with ".." in place of the end date. For ex |
10802 | 10808 | :image a rdf:Property ; |
10803 | 10809 | rdfs:label "image" ; |
10804 | 10810 | rdfs:comment "An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]." ; |
| 10811 | + owl:equivalentProperty og:image; |
10805 | 10812 | :domainIncludes :Thing ; |
10806 | 10813 | :rangeIncludes :ImageObject, |
10807 | 10814 | :URL . |
|
0 commit comments