File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ export const getJsonLdData = async ({
171171 . filter ( ( x ) => nodeSet . has ( x ) ) ;
172172 const r : Record < string , string | string [ ] > = {
173173 "@id" : `pages:${ uid } ` , // eslint-disable-line @typescript-eslint/naming-convention
174- "@type" : nodeType ?? "nodeSchema" , // eslint-disable-line @typescript-eslint/naming-convention
174+ "@type" : nodeType , // eslint-disable-line @typescript-eslint/naming-convention
175175 title : text ,
176176 content,
177177 modified : modified ?. toJSON ( ) ,
Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ dg:curatedFrom a dgb:RelationDef;
9999 rdfs:domain dg:Source.
100100
101101dg:containsRec a owl:TransitiveProperty.
102- po:contains rdfs:subClassOf dg:containsRec.
103- dc:hasPart rdfs:subClassOf dg:containsRec.
102+ po:contains rdfs:subPropertyOf dg:containsRec.
103+ dc:hasPart rdfs:subPropertyOf dg:containsRec.
104104
105105dg:containsRef a owl:ObjectProperty;
106106 owl:propertyChainAxiom (dg:containsRec dc:references);
You can’t perform that action at this time.
0 commit comments