Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions NTO/Credit/Entities/Counterparty.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
@prefix ogit: <http://www.purl.org/ogit/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ogit.Location: <http://www.purl.org/ogit/Location/> .

ogit.Credit.Counterparty
ogit.Credit:Counterparty
a rdfs:Class;
rdfs:subClassOf ogit:Entity;
rdfs:label "Counterparty";
Expand Down Expand Up @@ -50,4 +51,4 @@ ogit.Credit.Counterparty
[ ogit:reports ogit.Credit:Protection ]
[ ogit:reports ogit.Credit:Contract ]
);
.
.
4 changes: 2 additions & 2 deletions NTO/Credit/Entities/CounterpartyMutable.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .

ogit.Credit:CounterparyMutable
ogit.Credit:CounterpartyMutable
a rdfs:Class;
rdfs:subClassOf ogit:Entity;
rdfs:label "CounterpartyMutable";
Expand All @@ -24,4 +24,4 @@ ogit.Credit:CounterparyMutable
ogit:allowed (
[ ogit:follows ogit.Credit:CounterpartyMutable ]
);
.
.