Skip to content

Instantly share code, notes, and snippets.

@jcoyne
Created May 6, 2015 19:00
Show Gist options
  • Save jcoyne/2e8e35f31fa2734790f9 to your computer and use it in GitHub Desktop.
Save jcoyne/2e8e35f31fa2734790f9 to your computer and use it in GitHub Desktop.
../rdf/script/vocab-fetch --module-name RDFVocabularies --class-name PCDMTerms --source https://raw.githubusercontent.com/duraspace/pcdm/master/models.rdf --uri http://pcdm.org/models#
# -*- encoding: utf-8 -*-
# This file generated automatically using vocab-fetch from https://raw.githubusercontent.com/duraspace/pcdm/master/models.rdf
require 'rdf'
module RDFVocabularies
class PCDMTerms < RDF::StrictVocabulary("http://pcdm.org/models#")
HERE _:g70302983955080 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#RDF> .
HERE _:g70302983955080 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#RDF> .
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment