Skip to content

Commit dc74be5

Browse files
committed
add semantic artefact catalog model
1 parent 1d8e1b2 commit dc74be5

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)