@twin.org/standards-ld-contexts 0.0.1 → 0.0.2-next.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2370,305 +2370,455 @@ var gaiaXDevelopment = {
2370
2370
  }
2371
2371
  };
2372
2372
 
2373
- var odrl = {
2373
+ var idsContractNegotiation = {
2374
2374
  "@context": {
2375
- odrl: "http://www.w3.org/ns/odrl/2/",
2376
- rdf: "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
2377
- rdfs: "http://www.w3.org/2000/01/rdf-schema#",
2378
- owl: "http://www.w3.org/2002/07/owl#",
2379
- skos: "http://www.w3.org/2004/02/skos/core#",
2380
- dct: "http://purl.org/dc/terms/",
2375
+ "@version": 1.1,
2376
+ "@protected": true,
2381
2377
  xsd: "http://www.w3.org/2001/XMLSchema#",
2382
- vcard: "http://www.w3.org/2006/vcard/ns#",
2383
- foaf: "http://xmlns.com/foaf/0.1/",
2384
- schema: "http://schema.org/",
2385
- cc: "http://creativecommons.org/ns#",
2386
- uid: "@id",
2387
- type: "@type",
2388
- Policy: "odrl:Policy",
2389
- Rule: "odrl:Rule",
2390
- profile: {
2391
- "@type": "@id",
2392
- "@id": "odrl:profile"
2393
- },
2394
- inheritFrom: {
2395
- "@type": "@id",
2396
- "@id": "odrl:inheritFrom"
2397
- },
2398
- ConflictTerm: "odrl:ConflictTerm",
2399
- conflict: {
2400
- "@type": "@vocab",
2401
- "@id": "odrl:conflict"
2402
- },
2403
- perm: "odrl:perm",
2404
- prohibit: "odrl:prohibit",
2405
- invalid: "odrl:invalid",
2406
- Agreement: "odrl:Agreement",
2407
- Assertion: "odrl:Assertion",
2408
- Offer: "odrl:Offer",
2409
- Privacy: "odrl:Privacy",
2410
- Request: "odrl:Request",
2411
- "Set": "odrl:Set",
2412
- Ticket: "odrl:Ticket",
2413
- Asset: "odrl:Asset",
2414
- AssetCollection: "odrl:AssetCollection",
2415
- relation: {
2416
- "@type": "@id",
2417
- "@id": "odrl:relation"
2418
- },
2419
- hasPolicy: {
2420
- "@type": "@id",
2421
- "@id": "odrl:hasPolicy"
2422
- },
2423
- target: {
2424
- "@type": "@id",
2425
- "@id": "odrl:target"
2426
- },
2427
- output: {
2428
- "@type": "@id",
2429
- "@id": "odrl:output"
2430
- },
2431
- partOf: {
2432
- "@type": "@id",
2433
- "@id": "odrl:partOf"
2434
- },
2435
- source: {
2436
- "@type": "@id",
2437
- "@id": "odrl:source"
2438
- },
2439
- Party: "odrl:Party",
2440
- PartyCollection: "odrl:PartyCollection",
2441
- "function": {
2442
- "@type": "@vocab",
2443
- "@id": "odrl:function"
2444
- },
2445
- PartyScope: "odrl:PartyScope",
2446
- assignee: {
2447
- "@type": "@id",
2448
- "@id": "odrl:assignee"
2449
- },
2450
- assigner: {
2451
- "@type": "@id",
2452
- "@id": "odrl:assigner"
2453
- },
2454
- assigneeOf: {
2455
- "@type": "@id",
2456
- "@id": "odrl:assigneeOf"
2457
- },
2458
- assignerOf: {
2459
- "@type": "@id",
2460
- "@id": "odrl:assignerOf"
2461
- },
2462
- attributedParty: {
2463
- "@type": "@id",
2464
- "@id": "odrl:attributedParty"
2465
- },
2466
- attributingParty: {
2467
- "@type": "@id",
2468
- "@id": "odrl:attributingParty"
2378
+ dct: "http://purl.org/dc/terms/",
2379
+ dcat: "http://www.w3.org/ns/dcat#",
2380
+ odrl: "http://www.w3.org/ns/odrl/2/",
2381
+ dspace: "https://w3id.org/dspace/2025/1/",
2382
+ DatasetRequestMessage: {
2383
+ "@id": "dspace:DatasetRequestMessage",
2384
+ "@context": {
2385
+ "@version": 1.1,
2386
+ "@protected": true,
2387
+ dataset: "dspace:dataset"
2388
+ }
2469
2389
  },
2470
- compensatedParty: {
2471
- "@type": "@id",
2472
- "@id": "odrl:compensatedParty"
2390
+ CatalogRequestMessage: {
2391
+ "@id": "dspace:CatalogRequestMessage",
2392
+ "@context": {
2393
+ "@version": 1.1,
2394
+ "@protected": true,
2395
+ filter: {
2396
+ "@id": "dspace:filter",
2397
+ "@container": "@set"
2398
+ }
2399
+ }
2473
2400
  },
2474
- compensatingParty: {
2475
- "@type": "@id",
2476
- "@id": "odrl:compensatingParty"
2401
+ CatalogError: {
2402
+ "@id": "dspace:CatalogError",
2403
+ "@context": {
2404
+ "@version": 1.1,
2405
+ "@protected": true,
2406
+ code: "dspace:code",
2407
+ reason: {
2408
+ "@id": "dspace:reason",
2409
+ "@container": "@set"
2410
+ }
2411
+ }
2477
2412
  },
2478
- consentingParty: {
2479
- "@type": "@id",
2480
- "@id": "odrl:consentingParty"
2413
+ ContractRequestMessage: {
2414
+ "@id": "dspace:ContractRequestMessage",
2415
+ "@context": {
2416
+ "@version": 1.1,
2417
+ "@protected": true,
2418
+ "@import": "https://w3id.org/dspace/2025/1/odrl-profile.jsonld",
2419
+ "@propagate": true,
2420
+ callbackAddress: "dspace:callbackAddress",
2421
+ providerPid: {
2422
+ "@type": "@id",
2423
+ "@id": "dspace:providerPid"
2424
+ },
2425
+ consumerPid: {
2426
+ "@type": "@id",
2427
+ "@id": "dspace:consumerPid"
2428
+ },
2429
+ offer: {
2430
+ "@type": "@id",
2431
+ "@id": "dspace:offer"
2432
+ }
2433
+ }
2481
2434
  },
2482
- consentedParty: {
2483
- "@type": "@id",
2484
- "@id": "odrl:consentedParty"
2435
+ ContractOfferMessage: {
2436
+ "@id": "dspace:ContractOfferMessage",
2437
+ "@context": {
2438
+ "@version": 1.1,
2439
+ "@protected": true,
2440
+ "@import": "https://w3id.org/dspace/2025/1/odrl-profile.jsonld",
2441
+ "@propagate": true,
2442
+ callbackAddress: "dspace:callbackAddress",
2443
+ providerPid: {
2444
+ "@type": "@id",
2445
+ "@id": "dspace:providerPid"
2446
+ },
2447
+ consumerPid: {
2448
+ "@type": "@id",
2449
+ "@id": "dspace:consumerPid"
2450
+ },
2451
+ offer: {
2452
+ "@type": "@id",
2453
+ "@id": "dspace:offer"
2454
+ }
2455
+ }
2485
2456
  },
2486
- informedParty: {
2487
- "@type": "@id",
2488
- "@id": "odrl:informedParty"
2457
+ ContractAgreementMessage: {
2458
+ "@id": "dspace:ContractAgreementMessage",
2459
+ "@context": {
2460
+ "@version": 1.1,
2461
+ "@protected": true,
2462
+ "@import": "https://w3id.org/dspace/2025/1/odrl-profile.jsonld",
2463
+ "@propagate": true,
2464
+ providerPid: {
2465
+ "@type": "@id",
2466
+ "@id": "dspace:providerPid"
2467
+ },
2468
+ consumerPid: {
2469
+ "@type": "@id",
2470
+ "@id": "dspace:consumerPid"
2471
+ },
2472
+ agreement: {
2473
+ "@id": "dspace:agreement",
2474
+ "@type": "@id"
2475
+ },
2476
+ timestamp: "dspace:timestamp"
2477
+ }
2489
2478
  },
2490
- informingParty: {
2491
- "@type": "@id",
2492
- "@id": "odrl:informingParty"
2479
+ ContractAgreementVerificationMessage: {
2480
+ "@id": "dspace:ContractAgreementVerificationMessage",
2481
+ "@context": {
2482
+ "@version": 1.1,
2483
+ "@protected": true,
2484
+ providerPid: {
2485
+ "@type": "@id",
2486
+ "@id": "dspace:providerPid"
2487
+ },
2488
+ consumerPid: {
2489
+ "@type": "@id",
2490
+ "@id": "dspace:consumerPid"
2491
+ }
2492
+ }
2493
2493
  },
2494
- trackingParty: {
2495
- "@type": "@id",
2496
- "@id": "odrl:trackingParty"
2494
+ ContractNegotiationEventMessage: {
2495
+ "@id": "dspace:ContractNegotiationEventMessage",
2496
+ "@context": {
2497
+ "@version": 1.1,
2498
+ "@protected": true,
2499
+ providerPid: {
2500
+ "@type": "@id",
2501
+ "@id": "dspace:providerPid"
2502
+ },
2503
+ consumerPid: {
2504
+ "@type": "@id",
2505
+ "@id": "dspace:consumerPid"
2506
+ },
2507
+ eventType: {
2508
+ "@type": "@vocab",
2509
+ "@id": "dspace:eventType"
2510
+ }
2511
+ }
2497
2512
  },
2498
- trackedParty: {
2499
- "@type": "@id",
2500
- "@id": "odrl:trackedParty"
2513
+ ContractNegotiationTerminationMessage: {
2514
+ "@id": "dspace:ContractNegotiationTerminationMessage",
2515
+ "@context": {
2516
+ "@version": 1.1,
2517
+ "@protected": true,
2518
+ code: "dspace:code",
2519
+ reason: {
2520
+ "@id": "dspace:reason",
2521
+ "@container": "@set"
2522
+ },
2523
+ providerPid: {
2524
+ "@type": "@id",
2525
+ "@id": "dspace:providerPid"
2526
+ },
2527
+ consumerPid: {
2528
+ "@type": "@id",
2529
+ "@id": "dspace:consumerPid"
2530
+ }
2531
+ }
2501
2532
  },
2502
- contractingParty: {
2503
- "@type": "@id",
2504
- "@id": "odrl:contractingParty"
2533
+ ContractNegotiation: {
2534
+ "@id": "dspace:ContractNegotiation",
2535
+ "@context": {
2536
+ "@version": 1.1,
2537
+ "@protected": true,
2538
+ providerPid: {
2539
+ "@type": "@id",
2540
+ "@id": "dspace:providerPid"
2541
+ },
2542
+ consumerPid: {
2543
+ "@type": "@id",
2544
+ "@id": "dspace:consumerPid"
2545
+ },
2546
+ state: {
2547
+ "@type": "@vocab",
2548
+ "@id": "dspace:state"
2549
+ }
2550
+ }
2505
2551
  },
2506
- contractedParty: {
2507
- "@type": "@id",
2508
- "@id": "odrl:contractedParty"
2552
+ ContractNegotiationError: {
2553
+ "@id": "dspace:ContractNegotiationError",
2554
+ "@context": {
2555
+ "@version": 1.1,
2556
+ "@protected": true,
2557
+ providerPid: {
2558
+ "@type": "@id",
2559
+ "@id": "dspace:providerPid"
2560
+ },
2561
+ consumerPid: {
2562
+ "@type": "@id",
2563
+ "@id": "dspace:consumerPid"
2564
+ },
2565
+ code: "dspace:code",
2566
+ reason: {
2567
+ "@id": "dspace:reason",
2568
+ "@container": "@set"
2569
+ }
2570
+ }
2509
2571
  },
2510
- Action: "odrl:Action",
2511
- action: {
2512
- "@type": "@vocab",
2513
- "@id": "odrl:action"
2572
+ TransferRequestMessage: {
2573
+ "@id": "dspace:TransferRequestMessage",
2574
+ "@context": {
2575
+ "@version": 1.1,
2576
+ "@protected": true,
2577
+ callbackAddress: "dspace:callbackAddress",
2578
+ dataAddress: "dspace:dataAddress",
2579
+ consumerPid: {
2580
+ "@type": "@id",
2581
+ "@id": "dspace:consumerPid"
2582
+ },
2583
+ format: {
2584
+ "@type": "@vocab",
2585
+ "@id": "dct:format"
2586
+ },
2587
+ agreementId: {
2588
+ "@type": "@id",
2589
+ "@id": "dspace:agreementId"
2590
+ }
2591
+ }
2514
2592
  },
2515
- includedIn: {
2516
- "@type": "@id",
2517
- "@id": "odrl:includedIn"
2593
+ TransferStartMessage: {
2594
+ "@id": "dspace:TransferStartMessage",
2595
+ "@context": {
2596
+ "@version": 1.1,
2597
+ "@protected": true,
2598
+ providerPid: {
2599
+ "@type": "@id",
2600
+ "@id": "dspace:providerPid"
2601
+ },
2602
+ consumerPid: {
2603
+ "@type": "@id",
2604
+ "@id": "dspace:consumerPid"
2605
+ },
2606
+ dataAddress: "dspace:dataAddress"
2607
+ }
2518
2608
  },
2519
- implies: {
2520
- "@type": "@id",
2521
- "@id": "odrl:implies"
2609
+ TransferCompletionMessage: {
2610
+ "@id": "dspace:TransferCompletionMessage",
2611
+ "@context": {
2612
+ "@version": 1.1,
2613
+ "@protected": true,
2614
+ providerPid: {
2615
+ "@type": "@id",
2616
+ "@id": "dspace:providerPid"
2617
+ },
2618
+ consumerPid: {
2619
+ "@type": "@id",
2620
+ "@id": "dspace:consumerPid"
2621
+ }
2622
+ }
2522
2623
  },
2523
- Permission: "odrl:Permission",
2524
- permission: {
2525
- "@type": "@id",
2526
- "@id": "odrl:permission"
2624
+ TransferTerminationMessage: {
2625
+ "@id": "dspace:TransferTerminationMessage",
2626
+ "@context": {
2627
+ "@version": 1.1,
2628
+ "@protected": true,
2629
+ code: "dspace:code",
2630
+ reason: {
2631
+ "@id": "dspace:reason",
2632
+ "@container": "@set"
2633
+ },
2634
+ providerPid: {
2635
+ "@type": "@id",
2636
+ "@id": "dspace:providerPid"
2637
+ },
2638
+ consumerPid: {
2639
+ "@type": "@id",
2640
+ "@id": "dspace:consumerPid"
2641
+ }
2642
+ }
2527
2643
  },
2528
- Prohibition: "odrl:Prohibition",
2529
- prohibition: {
2530
- "@type": "@id",
2531
- "@id": "odrl:prohibition"
2644
+ TransferSuspensionMessage: {
2645
+ "@id": "dspace:TransferSuspensionMessage",
2646
+ "@context": {
2647
+ "@version": 1.1,
2648
+ "@protected": true,
2649
+ code: "dspace:code",
2650
+ reason: {
2651
+ "@id": "dspace:reason",
2652
+ "@container": "@set"
2653
+ },
2654
+ providerPid: {
2655
+ "@type": "@id",
2656
+ "@id": "dspace:providerPid"
2657
+ },
2658
+ consumerPid: {
2659
+ "@type": "@id",
2660
+ "@id": "dspace:consumerPid"
2661
+ }
2662
+ }
2532
2663
  },
2533
- obligation: {
2534
- "@type": "@id",
2535
- "@id": "odrl:obligation"
2664
+ TransferError: {
2665
+ "@id": "dspace:TransferError",
2666
+ "@context": {
2667
+ "@version": 1.1,
2668
+ "@protected": true,
2669
+ code: "dspace:code",
2670
+ consumerPid: "dspace:consumerPid",
2671
+ providerPid: "dspace:providerPid",
2672
+ reason: {
2673
+ "@id": "dspace:reason",
2674
+ "@container": "@set"
2675
+ }
2676
+ }
2536
2677
  },
2537
- use: "odrl:use",
2538
- grantUse: "odrl:grantUse",
2539
- aggregate: "odrl:aggregate",
2540
- annotate: "odrl:annotate",
2541
- anonymize: "odrl:anonymize",
2542
- archive: "odrl:archive",
2543
- concurrentUse: "odrl:concurrentUse",
2544
- derive: "odrl:derive",
2545
- digitize: "odrl:digitize",
2546
- display: "odrl:display",
2547
- distribute: "odrl:distribute",
2548
- execute: "odrl:execute",
2549
- extract: "odrl:extract",
2550
- give: "odrl:give",
2551
- index: "odrl:index",
2552
- install: "odrl:install",
2553
- modify: "odrl:modify",
2554
- move: "odrl:move",
2555
- play: "odrl:play",
2556
- present: "odrl:present",
2557
- print: "odrl:print",
2558
- read: "odrl:read",
2559
- reproduce: "odrl:reproduce",
2560
- sell: "odrl:sell",
2561
- stream: "odrl:stream",
2562
- textToSpeech: "odrl:textToSpeech",
2563
- transfer: "odrl:transfer",
2564
- transform: "odrl:transform",
2565
- translate: "odrl:translate",
2566
- Duty: "odrl:Duty",
2567
- duty: {
2568
- "@type": "@id",
2569
- "@id": "odrl:duty"
2678
+ DataAddress: {
2679
+ "@id": "dspace:DataAddress",
2680
+ "@context": {
2681
+ "@version": 1.1,
2682
+ "@protected": true,
2683
+ endpointType: {
2684
+ "@type": "@vocab",
2685
+ "@id": "dspace:endpointType"
2686
+ },
2687
+ endpointProperties: {
2688
+ "@id": "dspace:endpointProperties",
2689
+ "@container": "@set"
2690
+ },
2691
+ endpoint: "dspace:endpoint"
2692
+ }
2570
2693
  },
2571
- consequence: {
2572
- "@type": "@id",
2573
- "@id": "odrl:consequence"
2694
+ EndpointProperty: {
2695
+ "@id": "dspace:EndpointProperty",
2696
+ "@context": {
2697
+ "@version": 1.1,
2698
+ "@protected": true,
2699
+ name: "dspace:name",
2700
+ value: "dspace:value"
2701
+ }
2574
2702
  },
2575
- remedy: {
2576
- "@type": "@id",
2577
- "@id": "odrl:remedy"
2703
+ TransferProcess: {
2704
+ "@id": "dspace:TransferProcess",
2705
+ "@context": {
2706
+ "@version": 1.1,
2707
+ "@protected": true,
2708
+ providerPid: {
2709
+ "@type": "@id",
2710
+ "@id": "dspace:providerPid"
2711
+ },
2712
+ consumerPid: {
2713
+ "@type": "@id",
2714
+ "@id": "dspace:consumerPid"
2715
+ },
2716
+ state: {
2717
+ "@type": "@vocab",
2718
+ "@id": "dspace:state"
2719
+ }
2720
+ }
2578
2721
  },
2579
- acceptTracking: "odrl:acceptTracking",
2580
- attribute: "odrl:attribute",
2581
- compensate: "odrl:compensate",
2582
- "delete": "odrl:delete",
2583
- ensureExclusivity: "odrl:ensureExclusivity",
2584
- include: "odrl:include",
2585
- inform: "odrl:inform",
2586
- nextPolicy: "odrl:nextPolicy",
2587
- obtainConsent: "odrl:obtainConsent",
2588
- reviewPolicy: "odrl:reviewPolicy",
2589
- uninstall: "odrl:uninstall",
2590
- watermark: "odrl:watermark",
2591
- Constraint: "odrl:Constraint",
2592
- LogicalConstraint: "odrl:LogicalConstraint",
2593
- constraint: {
2594
- "@type": "@id",
2595
- "@id": "odrl:constraint"
2722
+ VersionsError: {
2723
+ "@id": "dspace:VersionsError",
2724
+ "@context": {
2725
+ "@version": 1.1,
2726
+ "@protected": true,
2727
+ code: "dspace:code",
2728
+ reason: {
2729
+ "@id": "dspace:reason",
2730
+ "@container": "@set"
2731
+ }
2732
+ }
2596
2733
  },
2597
- refinement: {
2598
- "@type": "@id",
2599
- "@id": "odrl:refinement"
2734
+ Catalog: {
2735
+ "@id": "dcat:Catalog",
2736
+ "@context": {
2737
+ "@version": 1.1,
2738
+ "@protected": true,
2739
+ service: {
2740
+ "@id": "dcat:service",
2741
+ "@container": "@set"
2742
+ },
2743
+ participantId: {
2744
+ "@type": "@id",
2745
+ "@id": "dspace:participantId"
2746
+ },
2747
+ catalog: {
2748
+ "@id": "dcat:catalog",
2749
+ "@container": "@set"
2750
+ },
2751
+ dataset: {
2752
+ "@id": "dcat:dataset",
2753
+ "@container": "@set"
2754
+ },
2755
+ distribution: {
2756
+ "@id": "dcat:distribution",
2757
+ "@container": "@set"
2758
+ }
2759
+ }
2600
2760
  },
2601
- Operator: "odrl:Operator",
2602
- operator: {
2603
- "@type": "@vocab",
2604
- "@id": "odrl:operator"
2761
+ Dataset: {
2762
+ "@id": "dcat:Dataset",
2763
+ "@context": {
2764
+ "@version": 1.1,
2765
+ "@protected": true,
2766
+ "@import": "https://w3id.org/dspace/2025/1/odrl-profile.jsonld",
2767
+ "@propagate": true,
2768
+ distribution: {
2769
+ "@id": "dcat:distribution",
2770
+ "@container": "@set"
2771
+ },
2772
+ hasPolicy: {
2773
+ "@id": "odrl:hasPolicy",
2774
+ "@container": "@set"
2775
+ }
2776
+ }
2605
2777
  },
2606
- RightOperand: "odrl:RightOperand",
2607
- rightOperand: "odrl:rightOperand",
2608
- rightOperandReference: {
2609
- "@type": "xsd:anyURI",
2610
- "@id": "odrl:rightOperandReference"
2778
+ DataService: {
2779
+ "@id": "dcat:DataService",
2780
+ "@context": {
2781
+ "@version": 1.1,
2782
+ "@protected": true,
2783
+ endpointDescription: "dcat:endpointDescription",
2784
+ endpointURL: "dcat:endpointURL"
2785
+ }
2611
2786
  },
2612
- LeftOperand: "odrl:LeftOperand",
2613
- leftOperand: {
2614
- "@type": "@vocab",
2615
- "@id": "odrl:leftOperand"
2787
+ Distribution: {
2788
+ "@id": "dcat:Distribution",
2789
+ "@context": {
2790
+ "@version": 1.1,
2791
+ "@protected": true,
2792
+ format: {
2793
+ "@type": "@vocab",
2794
+ "@id": "dct:format"
2795
+ },
2796
+ accessService: {
2797
+ "@id": "dcat:accessService"
2798
+ }
2799
+ }
2616
2800
  },
2617
- unit: "odrl:unit",
2618
- dataType: {
2619
- "@type": "xsd:anyType",
2620
- "@id": "odrl:datatype"
2801
+ CatalogService: {
2802
+ "@id": "dspace:CatalogService",
2803
+ "@context": {
2804
+ id: "@id",
2805
+ type: "@type",
2806
+ serviceEndpoint: {
2807
+ "@id": "https://www.w3.org/ns/did#serviceEndpoint",
2808
+ "@type": "@id"
2809
+ }
2810
+ }
2621
2811
  },
2622
- status: "odrl:status",
2623
- absolutePosition: "odrl:absolutePosition",
2624
- absoluteSpatialPosition: "odrl:absoluteSpatialPosition",
2625
- absoluteTemporalPosition: "odrl:absoluteTemporalPosition",
2626
- absoluteSize: "odrl:absoluteSize",
2627
- count: "odrl:count",
2628
- dateTime: "odrl:dateTime",
2629
- delayPeriod: "odrl:delayPeriod",
2630
- deliveryChannel: "odrl:deliveryChannel",
2631
- elapsedTime: "odrl:elapsedTime",
2632
- event: "odrl:event",
2633
- fileFormat: "odrl:fileFormat",
2634
- industry: "odrl:industry:",
2635
- language: "odrl:language",
2636
- media: "odrl:media",
2637
- meteredTime: "odrl:meteredTime",
2638
- payAmount: "odrl:payAmount",
2639
- percentage: "odrl:percentage",
2640
- product: "odrl:product",
2641
- purpose: "odrl:purpose",
2642
- recipient: "odrl:recipient",
2643
- relativePosition: "odrl:relativePosition",
2644
- relativeSpatialPosition: "odrl:relativeSpatialPosition",
2645
- relativeTemporalPosition: "odrl:relativeTemporalPosition",
2646
- relativeSize: "odrl:relativeSize",
2647
- resolution: "odrl:resolution",
2648
- spatial: "odrl:spatial",
2649
- spatialCoordinates: "odrl:spatialCoordinates",
2650
- systemDevice: "odrl:systemDevice",
2651
- timeInterval: "odrl:timeInterval",
2652
- unitOfCount: "odrl:unitOfCount",
2653
- version: "odrl:version",
2654
- virtualLocation: "odrl:virtualLocation",
2655
- eq: "odrl:eq",
2656
- gt: "odrl:gt",
2657
- gteq: "odrl:gteq",
2658
- lt: "odrl:lt",
2659
- lteq: "odrl:lteq",
2660
- neq: "odrl:neg",
2661
- isA: "odrl:isA",
2662
- hasPart: "odrl:hasPart",
2663
- isPartOf: "odrl:isPartOf",
2664
- isAllOf: "odrl:isAllOf",
2665
- isAnyOf: "odrl:isAnyOf",
2666
- isNoneOf: "odrl:isNoneOf",
2667
- or: "odrl:or",
2668
- xone: "odrl:xone",
2669
- and: "odrl:and",
2670
- andSequence: "odrl:andSequence",
2671
- policyUsage: "odrl:policyUsage"
2812
+ ACCEPTED: "dspace:ACCEPTED",
2813
+ FINALIZED: "dspace:FINALIZED",
2814
+ REQUESTED: "dspace:REQUESTED",
2815
+ STARTED: "dspace:STARTED",
2816
+ COMPLETED: "dspace:COMPLETED",
2817
+ SUSPENDED: "dspace:SUSPENDED",
2818
+ TERMINATED: "dspace:TERMINATED",
2819
+ OFFERED: "dspace:OFFERED",
2820
+ AGREED: "dspace:AGREED",
2821
+ VERIFIED: "dspace:VERIFIED"
2672
2822
  }
2673
2823
  };
2674
2824
 
@@ -216477,7 +216627,689 @@ var unCefact = {
216477
216627
  ]
216478
216628
  };
216479
216629
 
216480
- var vc = {
216630
+ var w3cActivityStreams = {
216631
+ "@context": {
216632
+ "@vocab": "_:",
216633
+ xsd: "http://www.w3.org/2001/XMLSchema#",
216634
+ as: "https://www.w3.org/ns/activitystreams#",
216635
+ ldp: "http://www.w3.org/ns/ldp#",
216636
+ vcard: "http://www.w3.org/2006/vcard/ns#",
216637
+ id: "@id",
216638
+ type: "@type",
216639
+ Accept: "as:Accept",
216640
+ Activity: "as:Activity",
216641
+ IntransitiveActivity: "as:IntransitiveActivity",
216642
+ Add: "as:Add",
216643
+ Announce: "as:Announce",
216644
+ Application: "as:Application",
216645
+ Arrive: "as:Arrive",
216646
+ Article: "as:Article",
216647
+ Audio: "as:Audio",
216648
+ Block: "as:Block",
216649
+ Collection: "as:Collection",
216650
+ CollectionPage: "as:CollectionPage",
216651
+ Relationship: "as:Relationship",
216652
+ Create: "as:Create",
216653
+ Delete: "as:Delete",
216654
+ Dislike: "as:Dislike",
216655
+ Document: "as:Document",
216656
+ Event: "as:Event",
216657
+ Follow: "as:Follow",
216658
+ Flag: "as:Flag",
216659
+ Group: "as:Group",
216660
+ Ignore: "as:Ignore",
216661
+ Image: "as:Image",
216662
+ Invite: "as:Invite",
216663
+ Join: "as:Join",
216664
+ Leave: "as:Leave",
216665
+ Like: "as:Like",
216666
+ Link: "as:Link",
216667
+ Mention: "as:Mention",
216668
+ Note: "as:Note",
216669
+ "Object": "as:Object",
216670
+ Offer: "as:Offer",
216671
+ OrderedCollection: "as:OrderedCollection",
216672
+ OrderedCollectionPage: "as:OrderedCollectionPage",
216673
+ Organization: "as:Organization",
216674
+ Page: "as:Page",
216675
+ Person: "as:Person",
216676
+ Place: "as:Place",
216677
+ Profile: "as:Profile",
216678
+ Question: "as:Question",
216679
+ Reject: "as:Reject",
216680
+ Remove: "as:Remove",
216681
+ Service: "as:Service",
216682
+ TentativeAccept: "as:TentativeAccept",
216683
+ TentativeReject: "as:TentativeReject",
216684
+ Tombstone: "as:Tombstone",
216685
+ Undo: "as:Undo",
216686
+ Update: "as:Update",
216687
+ Video: "as:Video",
216688
+ View: "as:View",
216689
+ Listen: "as:Listen",
216690
+ Read: "as:Read",
216691
+ Move: "as:Move",
216692
+ Travel: "as:Travel",
216693
+ IsFollowing: "as:IsFollowing",
216694
+ IsFollowedBy: "as:IsFollowedBy",
216695
+ IsContact: "as:IsContact",
216696
+ IsMember: "as:IsMember",
216697
+ subject: {
216698
+ "@id": "as:subject",
216699
+ "@type": "@id"
216700
+ },
216701
+ relationship: {
216702
+ "@id": "as:relationship",
216703
+ "@type": "@id"
216704
+ },
216705
+ actor: {
216706
+ "@id": "as:actor",
216707
+ "@type": "@id"
216708
+ },
216709
+ attributedTo: {
216710
+ "@id": "as:attributedTo",
216711
+ "@type": "@id"
216712
+ },
216713
+ attachment: {
216714
+ "@id": "as:attachment",
216715
+ "@type": "@id"
216716
+ },
216717
+ bcc: {
216718
+ "@id": "as:bcc",
216719
+ "@type": "@id"
216720
+ },
216721
+ bto: {
216722
+ "@id": "as:bto",
216723
+ "@type": "@id"
216724
+ },
216725
+ cc: {
216726
+ "@id": "as:cc",
216727
+ "@type": "@id"
216728
+ },
216729
+ context: {
216730
+ "@id": "as:context",
216731
+ "@type": "@id"
216732
+ },
216733
+ current: {
216734
+ "@id": "as:current",
216735
+ "@type": "@id"
216736
+ },
216737
+ first: {
216738
+ "@id": "as:first",
216739
+ "@type": "@id"
216740
+ },
216741
+ generator: {
216742
+ "@id": "as:generator",
216743
+ "@type": "@id"
216744
+ },
216745
+ icon: {
216746
+ "@id": "as:icon",
216747
+ "@type": "@id"
216748
+ },
216749
+ image: {
216750
+ "@id": "as:image",
216751
+ "@type": "@id"
216752
+ },
216753
+ inReplyTo: {
216754
+ "@id": "as:inReplyTo",
216755
+ "@type": "@id"
216756
+ },
216757
+ items: {
216758
+ "@id": "as:items",
216759
+ "@type": "@id"
216760
+ },
216761
+ instrument: {
216762
+ "@id": "as:instrument",
216763
+ "@type": "@id"
216764
+ },
216765
+ orderedItems: {
216766
+ "@id": "as:items",
216767
+ "@type": "@id",
216768
+ "@container": "@list"
216769
+ },
216770
+ last: {
216771
+ "@id": "as:last",
216772
+ "@type": "@id"
216773
+ },
216774
+ location: {
216775
+ "@id": "as:location",
216776
+ "@type": "@id"
216777
+ },
216778
+ next: {
216779
+ "@id": "as:next",
216780
+ "@type": "@id"
216781
+ },
216782
+ object: {
216783
+ "@id": "as:object",
216784
+ "@type": "@id"
216785
+ },
216786
+ oneOf: {
216787
+ "@id": "as:oneOf",
216788
+ "@type": "@id"
216789
+ },
216790
+ anyOf: {
216791
+ "@id": "as:anyOf",
216792
+ "@type": "@id"
216793
+ },
216794
+ closed: {
216795
+ "@id": "as:closed",
216796
+ "@type": "xsd:dateTime"
216797
+ },
216798
+ origin: {
216799
+ "@id": "as:origin",
216800
+ "@type": "@id"
216801
+ },
216802
+ accuracy: {
216803
+ "@id": "as:accuracy",
216804
+ "@type": "xsd:float"
216805
+ },
216806
+ prev: {
216807
+ "@id": "as:prev",
216808
+ "@type": "@id"
216809
+ },
216810
+ preview: {
216811
+ "@id": "as:preview",
216812
+ "@type": "@id"
216813
+ },
216814
+ replies: {
216815
+ "@id": "as:replies",
216816
+ "@type": "@id"
216817
+ },
216818
+ result: {
216819
+ "@id": "as:result",
216820
+ "@type": "@id"
216821
+ },
216822
+ audience: {
216823
+ "@id": "as:audience",
216824
+ "@type": "@id"
216825
+ },
216826
+ partOf: {
216827
+ "@id": "as:partOf",
216828
+ "@type": "@id"
216829
+ },
216830
+ tag: {
216831
+ "@id": "as:tag",
216832
+ "@type": "@id"
216833
+ },
216834
+ target: {
216835
+ "@id": "as:target",
216836
+ "@type": "@id"
216837
+ },
216838
+ to: {
216839
+ "@id": "as:to",
216840
+ "@type": "@id"
216841
+ },
216842
+ url: {
216843
+ "@id": "as:url",
216844
+ "@type": "@id"
216845
+ },
216846
+ altitude: {
216847
+ "@id": "as:altitude",
216848
+ "@type": "xsd:float"
216849
+ },
216850
+ content: "as:content",
216851
+ contentMap: {
216852
+ "@id": "as:content",
216853
+ "@container": "@language"
216854
+ },
216855
+ name: "as:name",
216856
+ nameMap: {
216857
+ "@id": "as:name",
216858
+ "@container": "@language"
216859
+ },
216860
+ duration: {
216861
+ "@id": "as:duration",
216862
+ "@type": "xsd:duration"
216863
+ },
216864
+ endTime: {
216865
+ "@id": "as:endTime",
216866
+ "@type": "xsd:dateTime"
216867
+ },
216868
+ height: {
216869
+ "@id": "as:height",
216870
+ "@type": "xsd:nonNegativeInteger"
216871
+ },
216872
+ href: {
216873
+ "@id": "as:href",
216874
+ "@type": "@id"
216875
+ },
216876
+ hreflang: "as:hreflang",
216877
+ latitude: {
216878
+ "@id": "as:latitude",
216879
+ "@type": "xsd:float"
216880
+ },
216881
+ longitude: {
216882
+ "@id": "as:longitude",
216883
+ "@type": "xsd:float"
216884
+ },
216885
+ mediaType: "as:mediaType",
216886
+ published: {
216887
+ "@id": "as:published",
216888
+ "@type": "xsd:dateTime"
216889
+ },
216890
+ radius: {
216891
+ "@id": "as:radius",
216892
+ "@type": "xsd:float"
216893
+ },
216894
+ rel: "as:rel",
216895
+ startIndex: {
216896
+ "@id": "as:startIndex",
216897
+ "@type": "xsd:nonNegativeInteger"
216898
+ },
216899
+ startTime: {
216900
+ "@id": "as:startTime",
216901
+ "@type": "xsd:dateTime"
216902
+ },
216903
+ summary: "as:summary",
216904
+ summaryMap: {
216905
+ "@id": "as:summary",
216906
+ "@container": "@language"
216907
+ },
216908
+ totalItems: {
216909
+ "@id": "as:totalItems",
216910
+ "@type": "xsd:nonNegativeInteger"
216911
+ },
216912
+ units: "as:units",
216913
+ updated: {
216914
+ "@id": "as:updated",
216915
+ "@type": "xsd:dateTime"
216916
+ },
216917
+ width: {
216918
+ "@id": "as:width",
216919
+ "@type": "xsd:nonNegativeInteger"
216920
+ },
216921
+ describes: {
216922
+ "@id": "as:describes",
216923
+ "@type": "@id"
216924
+ },
216925
+ formerType: {
216926
+ "@id": "as:formerType",
216927
+ "@type": "@id"
216928
+ },
216929
+ deleted: {
216930
+ "@id": "as:deleted",
216931
+ "@type": "xsd:dateTime"
216932
+ },
216933
+ inbox: {
216934
+ "@id": "ldp:inbox",
216935
+ "@type": "@id"
216936
+ },
216937
+ outbox: {
216938
+ "@id": "as:outbox",
216939
+ "@type": "@id"
216940
+ },
216941
+ following: {
216942
+ "@id": "as:following",
216943
+ "@type": "@id"
216944
+ },
216945
+ followers: {
216946
+ "@id": "as:followers",
216947
+ "@type": "@id"
216948
+ },
216949
+ streams: {
216950
+ "@id": "as:streams",
216951
+ "@type": "@id"
216952
+ },
216953
+ preferredUsername: "as:preferredUsername",
216954
+ endpoints: {
216955
+ "@id": "as:endpoints",
216956
+ "@type": "@id"
216957
+ },
216958
+ uploadMedia: {
216959
+ "@id": "as:uploadMedia",
216960
+ "@type": "@id"
216961
+ },
216962
+ proxyUrl: {
216963
+ "@id": "as:proxyUrl",
216964
+ "@type": "@id"
216965
+ },
216966
+ liked: {
216967
+ "@id": "as:liked",
216968
+ "@type": "@id"
216969
+ },
216970
+ oauthAuthorizationEndpoint: {
216971
+ "@id": "as:oauthAuthorizationEndpoint",
216972
+ "@type": "@id"
216973
+ },
216974
+ oauthTokenEndpoint: {
216975
+ "@id": "as:oauthTokenEndpoint",
216976
+ "@type": "@id"
216977
+ },
216978
+ provideClientKey: {
216979
+ "@id": "as:provideClientKey",
216980
+ "@type": "@id"
216981
+ },
216982
+ signClientKey: {
216983
+ "@id": "as:signClientKey",
216984
+ "@type": "@id"
216985
+ },
216986
+ sharedInbox: {
216987
+ "@id": "as:sharedInbox",
216988
+ "@type": "@id"
216989
+ },
216990
+ Public: {
216991
+ "@id": "as:Public",
216992
+ "@type": "@id"
216993
+ },
216994
+ source: "as:source",
216995
+ likes: {
216996
+ "@id": "as:likes",
216997
+ "@type": "@id"
216998
+ },
216999
+ shares: {
217000
+ "@id": "as:shares",
217001
+ "@type": "@id"
217002
+ },
217003
+ alsoKnownAs: {
217004
+ "@id": "as:alsoKnownAs",
217005
+ "@type": "@id"
217006
+ }
217007
+ }
217008
+ };
217009
+
217010
+ var w3cOdrl = {
217011
+ "@context": {
217012
+ odrl: "http://www.w3.org/ns/odrl/2/",
217013
+ rdf: "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
217014
+ rdfs: "http://www.w3.org/2000/01/rdf-schema#",
217015
+ owl: "http://www.w3.org/2002/07/owl#",
217016
+ skos: "http://www.w3.org/2004/02/skos/core#",
217017
+ dct: "http://purl.org/dc/terms/",
217018
+ xsd: "http://www.w3.org/2001/XMLSchema#",
217019
+ vcard: "http://www.w3.org/2006/vcard/ns#",
217020
+ foaf: "http://xmlns.com/foaf/0.1/",
217021
+ schema: "http://schema.org/",
217022
+ cc: "http://creativecommons.org/ns#",
217023
+ uid: "@id",
217024
+ type: "@type",
217025
+ Policy: "odrl:Policy",
217026
+ Rule: "odrl:Rule",
217027
+ profile: {
217028
+ "@type": "@id",
217029
+ "@id": "odrl:profile"
217030
+ },
217031
+ inheritFrom: {
217032
+ "@type": "@id",
217033
+ "@id": "odrl:inheritFrom"
217034
+ },
217035
+ ConflictTerm: "odrl:ConflictTerm",
217036
+ conflict: {
217037
+ "@type": "@vocab",
217038
+ "@id": "odrl:conflict"
217039
+ },
217040
+ perm: "odrl:perm",
217041
+ prohibit: "odrl:prohibit",
217042
+ invalid: "odrl:invalid",
217043
+ Agreement: "odrl:Agreement",
217044
+ Assertion: "odrl:Assertion",
217045
+ Offer: "odrl:Offer",
217046
+ Privacy: "odrl:Privacy",
217047
+ Request: "odrl:Request",
217048
+ "Set": "odrl:Set",
217049
+ Ticket: "odrl:Ticket",
217050
+ Asset: "odrl:Asset",
217051
+ AssetCollection: "odrl:AssetCollection",
217052
+ relation: {
217053
+ "@type": "@id",
217054
+ "@id": "odrl:relation"
217055
+ },
217056
+ hasPolicy: {
217057
+ "@type": "@id",
217058
+ "@id": "odrl:hasPolicy"
217059
+ },
217060
+ target: {
217061
+ "@type": "@id",
217062
+ "@id": "odrl:target"
217063
+ },
217064
+ output: {
217065
+ "@type": "@id",
217066
+ "@id": "odrl:output"
217067
+ },
217068
+ partOf: {
217069
+ "@type": "@id",
217070
+ "@id": "odrl:partOf"
217071
+ },
217072
+ source: {
217073
+ "@type": "@id",
217074
+ "@id": "odrl:source"
217075
+ },
217076
+ Party: "odrl:Party",
217077
+ PartyCollection: "odrl:PartyCollection",
217078
+ "function": {
217079
+ "@type": "@vocab",
217080
+ "@id": "odrl:function"
217081
+ },
217082
+ PartyScope: "odrl:PartyScope",
217083
+ assignee: {
217084
+ "@type": "@id",
217085
+ "@id": "odrl:assignee"
217086
+ },
217087
+ assigner: {
217088
+ "@type": "@id",
217089
+ "@id": "odrl:assigner"
217090
+ },
217091
+ assigneeOf: {
217092
+ "@type": "@id",
217093
+ "@id": "odrl:assigneeOf"
217094
+ },
217095
+ assignerOf: {
217096
+ "@type": "@id",
217097
+ "@id": "odrl:assignerOf"
217098
+ },
217099
+ attributedParty: {
217100
+ "@type": "@id",
217101
+ "@id": "odrl:attributedParty"
217102
+ },
217103
+ attributingParty: {
217104
+ "@type": "@id",
217105
+ "@id": "odrl:attributingParty"
217106
+ },
217107
+ compensatedParty: {
217108
+ "@type": "@id",
217109
+ "@id": "odrl:compensatedParty"
217110
+ },
217111
+ compensatingParty: {
217112
+ "@type": "@id",
217113
+ "@id": "odrl:compensatingParty"
217114
+ },
217115
+ consentingParty: {
217116
+ "@type": "@id",
217117
+ "@id": "odrl:consentingParty"
217118
+ },
217119
+ consentedParty: {
217120
+ "@type": "@id",
217121
+ "@id": "odrl:consentedParty"
217122
+ },
217123
+ informedParty: {
217124
+ "@type": "@id",
217125
+ "@id": "odrl:informedParty"
217126
+ },
217127
+ informingParty: {
217128
+ "@type": "@id",
217129
+ "@id": "odrl:informingParty"
217130
+ },
217131
+ trackingParty: {
217132
+ "@type": "@id",
217133
+ "@id": "odrl:trackingParty"
217134
+ },
217135
+ trackedParty: {
217136
+ "@type": "@id",
217137
+ "@id": "odrl:trackedParty"
217138
+ },
217139
+ contractingParty: {
217140
+ "@type": "@id",
217141
+ "@id": "odrl:contractingParty"
217142
+ },
217143
+ contractedParty: {
217144
+ "@type": "@id",
217145
+ "@id": "odrl:contractedParty"
217146
+ },
217147
+ Action: "odrl:Action",
217148
+ action: {
217149
+ "@type": "@vocab",
217150
+ "@id": "odrl:action"
217151
+ },
217152
+ includedIn: {
217153
+ "@type": "@id",
217154
+ "@id": "odrl:includedIn"
217155
+ },
217156
+ implies: {
217157
+ "@type": "@id",
217158
+ "@id": "odrl:implies"
217159
+ },
217160
+ Permission: "odrl:Permission",
217161
+ permission: {
217162
+ "@type": "@id",
217163
+ "@id": "odrl:permission"
217164
+ },
217165
+ Prohibition: "odrl:Prohibition",
217166
+ prohibition: {
217167
+ "@type": "@id",
217168
+ "@id": "odrl:prohibition"
217169
+ },
217170
+ obligation: {
217171
+ "@type": "@id",
217172
+ "@id": "odrl:obligation"
217173
+ },
217174
+ use: "odrl:use",
217175
+ grantUse: "odrl:grantUse",
217176
+ aggregate: "odrl:aggregate",
217177
+ annotate: "odrl:annotate",
217178
+ anonymize: "odrl:anonymize",
217179
+ archive: "odrl:archive",
217180
+ concurrentUse: "odrl:concurrentUse",
217181
+ derive: "odrl:derive",
217182
+ digitize: "odrl:digitize",
217183
+ display: "odrl:display",
217184
+ distribute: "odrl:distribute",
217185
+ execute: "odrl:execute",
217186
+ extract: "odrl:extract",
217187
+ give: "odrl:give",
217188
+ index: "odrl:index",
217189
+ install: "odrl:install",
217190
+ modify: "odrl:modify",
217191
+ move: "odrl:move",
217192
+ play: "odrl:play",
217193
+ present: "odrl:present",
217194
+ print: "odrl:print",
217195
+ read: "odrl:read",
217196
+ reproduce: "odrl:reproduce",
217197
+ sell: "odrl:sell",
217198
+ stream: "odrl:stream",
217199
+ textToSpeech: "odrl:textToSpeech",
217200
+ transfer: "odrl:transfer",
217201
+ transform: "odrl:transform",
217202
+ translate: "odrl:translate",
217203
+ Duty: "odrl:Duty",
217204
+ duty: {
217205
+ "@type": "@id",
217206
+ "@id": "odrl:duty"
217207
+ },
217208
+ consequence: {
217209
+ "@type": "@id",
217210
+ "@id": "odrl:consequence"
217211
+ },
217212
+ remedy: {
217213
+ "@type": "@id",
217214
+ "@id": "odrl:remedy"
217215
+ },
217216
+ acceptTracking: "odrl:acceptTracking",
217217
+ attribute: "odrl:attribute",
217218
+ compensate: "odrl:compensate",
217219
+ "delete": "odrl:delete",
217220
+ ensureExclusivity: "odrl:ensureExclusivity",
217221
+ include: "odrl:include",
217222
+ inform: "odrl:inform",
217223
+ nextPolicy: "odrl:nextPolicy",
217224
+ obtainConsent: "odrl:obtainConsent",
217225
+ reviewPolicy: "odrl:reviewPolicy",
217226
+ uninstall: "odrl:uninstall",
217227
+ watermark: "odrl:watermark",
217228
+ Constraint: "odrl:Constraint",
217229
+ LogicalConstraint: "odrl:LogicalConstraint",
217230
+ constraint: {
217231
+ "@type": "@id",
217232
+ "@id": "odrl:constraint"
217233
+ },
217234
+ refinement: {
217235
+ "@type": "@id",
217236
+ "@id": "odrl:refinement"
217237
+ },
217238
+ Operator: "odrl:Operator",
217239
+ operator: {
217240
+ "@type": "@vocab",
217241
+ "@id": "odrl:operator"
217242
+ },
217243
+ RightOperand: "odrl:RightOperand",
217244
+ rightOperand: "odrl:rightOperand",
217245
+ rightOperandReference: {
217246
+ "@type": "xsd:anyURI",
217247
+ "@id": "odrl:rightOperandReference"
217248
+ },
217249
+ LeftOperand: "odrl:LeftOperand",
217250
+ leftOperand: {
217251
+ "@type": "@vocab",
217252
+ "@id": "odrl:leftOperand"
217253
+ },
217254
+ unit: "odrl:unit",
217255
+ dataType: {
217256
+ "@type": "xsd:anyType",
217257
+ "@id": "odrl:datatype"
217258
+ },
217259
+ status: "odrl:status",
217260
+ absolutePosition: "odrl:absolutePosition",
217261
+ absoluteSpatialPosition: "odrl:absoluteSpatialPosition",
217262
+ absoluteTemporalPosition: "odrl:absoluteTemporalPosition",
217263
+ absoluteSize: "odrl:absoluteSize",
217264
+ count: "odrl:count",
217265
+ dateTime: "odrl:dateTime",
217266
+ delayPeriod: "odrl:delayPeriod",
217267
+ deliveryChannel: "odrl:deliveryChannel",
217268
+ elapsedTime: "odrl:elapsedTime",
217269
+ event: "odrl:event",
217270
+ fileFormat: "odrl:fileFormat",
217271
+ industry: "odrl:industry:",
217272
+ language: "odrl:language",
217273
+ media: "odrl:media",
217274
+ meteredTime: "odrl:meteredTime",
217275
+ payAmount: "odrl:payAmount",
217276
+ percentage: "odrl:percentage",
217277
+ product: "odrl:product",
217278
+ purpose: "odrl:purpose",
217279
+ recipient: "odrl:recipient",
217280
+ relativePosition: "odrl:relativePosition",
217281
+ relativeSpatialPosition: "odrl:relativeSpatialPosition",
217282
+ relativeTemporalPosition: "odrl:relativeTemporalPosition",
217283
+ relativeSize: "odrl:relativeSize",
217284
+ resolution: "odrl:resolution",
217285
+ spatial: "odrl:spatial",
217286
+ spatialCoordinates: "odrl:spatialCoordinates",
217287
+ systemDevice: "odrl:systemDevice",
217288
+ timeInterval: "odrl:timeInterval",
217289
+ unitOfCount: "odrl:unitOfCount",
217290
+ version: "odrl:version",
217291
+ virtualLocation: "odrl:virtualLocation",
217292
+ eq: "odrl:eq",
217293
+ gt: "odrl:gt",
217294
+ gteq: "odrl:gteq",
217295
+ lt: "odrl:lt",
217296
+ lteq: "odrl:lteq",
217297
+ neq: "odrl:neg",
217298
+ isA: "odrl:isA",
217299
+ hasPart: "odrl:hasPart",
217300
+ isPartOf: "odrl:isPartOf",
217301
+ isAllOf: "odrl:isAllOf",
217302
+ isAnyOf: "odrl:isAnyOf",
217303
+ isNoneOf: "odrl:isNoneOf",
217304
+ or: "odrl:or",
217305
+ xone: "odrl:xone",
217306
+ and: "odrl:and",
217307
+ andSequence: "odrl:andSequence",
217308
+ policyUsage: "odrl:policyUsage"
217309
+ }
217310
+ };
217311
+
217312
+ var w3cVc = {
216481
217313
  "@context": {
216482
217314
  "@protected": true,
216483
217315
  id: "@id",
@@ -216779,7 +217611,7 @@ var vc = {
216779
217611
  }
216780
217612
  };
216781
217613
 
216782
- var jws = {
217614
+ var w3IdJws = {
216783
217615
  "@context": {
216784
217616
  privateKeyJwk: {
216785
217617
  "@id": "https://w3id.org/security#privateKeyJwk",
@@ -216871,11 +217703,13 @@ const LD_CONTEXTS = {
216871
217703
  // Gaia-X
216872
217704
  "https://w3id.org/gaia-x/development": gaiaXDevelopment,
216873
217705
  "https://w3id.org/gaia-x/development#": gaiaXDevelopment,
216874
- // ODRL
216875
- "http://www.w3.org/ns/odrl.jsonld": odrl,
217706
+ // W3C ODRL
217707
+ "http://www.w3.org/ns/odrl.jsonld": w3cOdrl,
217708
+ // W3C Activity Streams
217709
+ "https://www.w3.org/ns/activitystreams#": w3cActivityStreams,
216876
217710
  // W3C Credentials
216877
- "https://www.w3.org/ns/credentials/v2": vc,
216878
- "https://w3id.org/security/suites/jws-2020/v1": jws,
217711
+ "https://www.w3.org/ns/credentials/v2": w3cVc,
217712
+ "https://w3id.org/security/suites/jws-2020/v1": w3IdJws,
216879
217713
  // UN/CEFACT
216880
217714
  "https://vocabulary.uncefact.org": unCefact,
216881
217715
  // Dublin Core
@@ -216883,6 +217717,9 @@ const LD_CONTEXTS = {
216883
217717
  "http://purl.org/dc/dcmitype/": dcmitype,
216884
217718
  "https://schema.twindev.org/dublin-core/terms.jsonld": dcTerms,
216885
217719
  "https://schema.twindev.org/dublin-core/dcmitype.jsonld": dcmitype,
217720
+ // IDS Contract Negotiation
217721
+ "https://w3id.org/dspace/2024/1/context.json": idsContractNegotiation,
217722
+ "https://w3id.org/dspace/2025/1/context.jsonld": idsContractNegotiation,
216886
217723
  // Federated Catalogue
216887
217724
  "https://schema.twindev.org/federated-catalogue/types.jsonld": federatedCatalogueTerms
216888
217725
  };