lib/rdf/vocab/iiif.rb in rdf-vocab-2.1.0 vs lib/rdf/vocab/iiif.rb in rdf-vocab-2.1.1
- old
+ new
@@ -7,10 +7,15 @@
# # Vocabulary for <http://iiif.io/api/presentation/2#>
# class IIIF < RDF::StrictVocabulary
# end
class IIIF < RDF::StrictVocabulary("http://iiif.io/api/presentation/2#")
+ # Ontology definition
+ ontology :"http://iiif.io/api/presentation/2#",
+ :"owl:versionInfo" => %(2015-12-13 23:00:00Z).freeze,
+ type: "owl:Ontology".freeze
+
# Class definitions
term :AnnotationList,
comment: %(AnnotationLists are an ordered list of Annotation objects. Typically all Annnotations in a list target the same Canvas).freeze,
label: "AnnotationList".freeze,
:"rdfs:isDefinedBy" => %(iiif:).freeze,
@@ -141,13 +146,9 @@
range: "iiif:ViewingHint".freeze,
:"rdfs:isDefinedBy" => %(iiif:).freeze,
type: "rdf:Property".freeze
# Extra definitions
- term :"",
- label: "".freeze,
- :"owl:versionInfo" => %(2015-12-13 23:00:00Z).freeze,
- type: "owl:Ontology".freeze
term :bottomToTopDirection,
comment: %(Bottom-to-Top Viewing Direction).freeze,
label: "bottomToTopDirection".freeze,
type: "iiif:ViewingDirection".freeze
term :continuousHint,