Skip to content

Commit 6257685

Browse files
Merge pull request #30 from ontoportal-lirmm/feature/add-catalog-model
Feature: add semantic artefact catalog
2 parents 135c5ed + dc74be5 commit 6257685

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
require_relative "../base"
2+
3+
module LinkedData
4+
module Client
5+
module Models
6+
class SemanticArtefactCatalog < LinkedData::Client::Base
7+
include LinkedData::Client::Collection
8+
include LinkedData::Client::ReadWrite
9+
10+
@media_type = "https://w3id.org/mod#SemanticArtefactCatalog"
11+
end
12+
end
13+
end
14+
end

0 commit comments

Comments
 (0)