lib/rdf/vocab/vcard.rb in rdf-vocab-2.1.0 vs lib/rdf/vocab/vcard.rb in rdf-vocab-2.1.1

- old
+ new

@@ -7,9 +7,16 @@ # # Vocabulary for <http://www.w3.org/2006/vcard/ns#> # class VCARD < RDF::StrictVocabulary # end class VCARD < RDF::StrictVocabulary("http://www.w3.org/2006/vcard/ns#") + # Ontology definition + ontology :"http://www.w3.org/2006/vcard/ns", + comment: %(Ontology for vCard based on RFC6350).freeze, + label: "Ontology for vCard".freeze, + :"owl:versionInfo" => %(Final).freeze, + type: "owl:Ontology".freeze + # Class definitions term :Acquaintance, label: "Acquaintance".freeze, :"rdfs:isDefinedBy" => %(http://www.w3.org/2006/vcard/ns).freeze, subClassOf: "vcard:RelatedType".freeze,