Skip to content

Commit aebb7d0

Browse files
added basic Open-Graph equivalences
1 parent 71083c4 commit aebb7d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

data/schema.ttl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
@prefix gleif-L1: <https://www.gleif.org/ontology/L1/> .
3737
@prefix gs1: <https://ref.gs1.org/voc/> .
3838
@prefix lcc-cr: <https://www.omg.org/spec/LCC/Countries/CountryRepresentation/> .
39+
@prefix og: <http://ogp.me/ns#> .
3940
@prefix owl: <http://www.w3.org/2002/07/owl#> .
4041
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
4142
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@@ -44,6 +45,7 @@
4445
@prefix void: <http://rdfs.org/ns/void#> .
4546

4647

48+
4749
:AMRadioChannel a rdfs:Class ;
4850
rdfs:label "AMRadioChannel" ;
4951
rdfs:comment "A radio channel that uses AM." ;
@@ -7433,6 +7435,7 @@ In the context of [[ShippingService]], use the [[ServicePeriod]] format, that co
74337435
rdfs:subPropertyOf rdfs:label ;
74347436
owl:equivalentProperty cmns-txt:hasName ;
74357437
owl:equivalentProperty dc:title ;
7438+
owl:equivalentProperty og:title ;
74367439
:domainIncludes :Thing ;
74377440
:rangeIncludes :Text .
74387441

@@ -9683,6 +9686,7 @@ we define a supporting type, [[SpeakableSpecification]] which is defined to be
96839686
:url a rdf:Property ;
96849687
rdfs:label "url" ;
96859688
rdfs:comment "URL of the item." ;
9689+
owl:equivalentProperty og:url ;
96869690
:domainIncludes :Thing ;
96879691
:rangeIncludes :URL .
96889692

@@ -9897,6 +9901,7 @@ we define a supporting type, [[SpeakableSpecification]] which is defined to be
98979901
:video a rdf:Property ;
98989902
rdfs:label "video" ;
98999903
rdfs:comment "An embedded video object." ;
9904+
owl:equivalentProperty og:video ;
99009905
:domainIncludes :CreativeWork ;
99019906
:rangeIncludes :Clip,
99029907
:VideoObject .
@@ -10222,6 +10227,7 @@ we define a supporting type, [[SpeakableSpecification]] which is defined to be
1022210227
rdfs:label "description" ;
1022310228
rdfs:comment "A description of the item." ;
1022410229
owl:equivalentProperty dc:description ;
10230+
owl:equivalentProperty og:description ;
1022510231
:domainIncludes :Thing ;
1022610232
:rangeIncludes :Text,
1022710233
:TextObject .
@@ -10802,6 +10808,7 @@ Open-ended date ranges can be written with ".." in place of the end date. For ex
1080210808
:image a rdf:Property ;
1080310809
rdfs:label "image" ;
1080410810
rdfs:comment "An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]." ;
10811+
owl:equivalentProperty og:image;
1080510812
:domainIncludes :Thing ;
1080610813
:rangeIncludes :ImageObject,
1080710814
:URL .

0 commit comments

Comments
 (0)