Skip to content

Commit

Permalink
Added the cert ontology in relation to issue #79
Browse files Browse the repository at this point in the history
  • Loading branch information
cdchapman committed Oct 24, 2019
1 parent f08a555 commit 7954d4c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions etc/vocabs_additional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ c4o:
uri: "http://purl.org/spar/c4o/"
source: "http://www.sparontologies.net/ontologies/c4o/source.ttl"

cert:
uri: "https://www.w3.org/ns/auth/cert#"
source: "http://www.w3.org/ns/auth/cert.n3"

co:
uri: "http://purl.org/co/"
source: "var/vocabs/collections.owl"
Expand Down
12 changes: 12 additions & 0 deletions lib/vocabs/cert.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# -*- encoding: utf-8 -*-
# frozen_string_literal: true
# This file generated automatically using rdf vocabulary format from https://www.w3.org/ns/auth/cert#
require 'rdf'
module RDF::Vocab
# @!parse
# # Vocabulary for <https://www.w3.org/ns/auth/cert#>
# class CERT < RDF::StrictVocabulary
# end
class CERT < RDF::StrictVocabulary("https://www.w3.org/ns/auth/cert#")
end
end
2 changes: 1 addition & 1 deletion nanoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ data_sources:
instances: [ dbo, dbr, yago ]
technical: [ deps, doap, vann, voaf, void ]
pentandra: [ pentandra, pentandra-blog, pentandra-website ]
extra: [ essglobal-activities, essglobal-legalform, essglobal-qualifiers, essglobal-typeoflabour, sioct, xsd ]
extra: [ cert, essglobal-activities, essglobal-legalform, essglobal-qualifiers, essglobal-typeoflabour, sioct, xsd ]

- type: company
company_metafile: 'var/company.yaml'
Expand Down

0 comments on commit 7954d4c

Please sign in to comment.