File tree Expand file tree Collapse file tree 3 files changed +20
-23
lines changed Expand file tree Collapse file tree 3 files changed +20
-23
lines changed Original file line number Diff line number Diff line change 11{ 
22  "@context" : { 
3-     "ex" : "http://example.org/vocab#" 
3+     "ex" : "http://example.org/vocab#" , 
4+     "ex:info" : { "@type" : "@json" } 
45  } , 
5-   "ex:info" : { } 
6+   "http://example.org/vocab#info" : { 
7+     "@value" : { } , 
8+     "@type" : "@json" 
9+   } 
610} 
Original file line number Diff line number Diff line change 33    "ex" : "http://example.org/vocab#" , 
44    "ex:info" : { "@type" : "@json" } 
55  } , 
6-   "@graph" : [ 
7-     { 
8-       "@id" : "http://example.org/test/#library" , 
9-       "@type" : "ex:Library" , 
10-       "ex:info" : { 
11-         "author" : "JOHN" , 
12-         "pages" : 200 
13-       } 
14-     } 
15-   ] 
6+   "@id" : "http://example.org/test/#library" , 
7+   "@type" : "ex:Library" , 
8+   "ex:info" : { 
9+     "author" : "JOHN" , 
10+     "pages" : 200 
11+   } 
1612} 
Original file line number Diff line number Diff line change 11{ 
22  "@context" : { 
3-     "ex" : "http://example.org/vocab#" 
3+     "ex" : "http://example.org/vocab#" , 
4+     "ex:info" : { "@type" : "@json" } 
45  } , 
5-   "@graph" : [ 
6-     { 
7-       "@id" : "http://example.org/test/#library" , 
8-       "@type" : "ex:Library" , 
9-       "ex:info" : { 
10-         "author" : "JOHN" , 
11-         "pages" : 200 
12-       } 
13-     } 
14-   ] 
6+   "@id" : "http://example.org/test/#library" , 
7+   "@type" : "ex:Library" , 
8+   "ex:info" : { 
9+     "author" : "JOHN" , 
10+     "pages" : 200 
11+   } 
1512} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments