samvera-deprecated / rdf-vocab

Shared RDF Vocabularies (rdf-vocab <= v0.7.0)
https://github.com/ruby-rdf/rdf-vocab
Apache License 2.0
4 stars 2 forks source link

Add ORE #28

Closed jcoyne closed 9 years ago

jcoyne commented 9 years ago
module RDF::Vocab
  class ORE < RDF::Vocabulary('http://www.openarchives.org/ore/1.0/datamodel#')
  end
end
acoburn commented 9 years ago

@jcoyne, I assume with this that you are suggesting that the namespace used would be: http://www.openarchives.org/ore/terms/, which is described here: http://www.openarchives.org/ore/1.0/vocabulary#oreVocab

The URL mentioned above describes the classes and properties in the ORE namespace, but those properties are defined at http://www.openarchives.org/ore/1.0/terms with the namespace http://www.openarchives.org/ore/terms/

acoburn commented 9 years ago

This was resolved with https://github.com/projecthydra-labs/rdf-vocab/pull/30