Constant ssi_contexts::ODRL[][src]

pub const ODRL: &str = "{\n \"@context\": {\n    \"odrl\":    \"http://www.w3.org/ns/odrl/2/\",\n    \"rdf\":     \"http://www.w3.org/1999/02/22-rdf-syntax-ns#\",\n    \"rdfs\":    \"http://www.w3.org/2000/01/rdf-schema#\",\n    \"owl\":     \"http://www.w3.org/2002/07/owl#\",\n    \"skos\":    \"http://www.w3.org/2004/02/skos/core#\",\n    \"dct\":     \"http://purl.org/dc/terms/\",\n    \"xsd\":     \"http://www.w3.org/2001/XMLSchema#\",\n    \"vcard\":   \"http://www.w3.org/2006/vcard/ns#\",\n    \"foaf\":    \"http://xmlns.com/foaf/0.1/\",\n    \"schema\":  \"http://schema.org/\",\n    \"cc\":      \"http://creativecommons.org/ns#\",\n\n    \"uid\":     \"@id\",\n    \"type\":    \"@type\",\n\n    \"Policy\":           \"odrl:Policy\",\n    \"Rule\":             \"odrl:Rule\",\n    \"profile\":          {\"@type\": \"@id\", \"@id\": \"odrl:profile\"},\n\n    \"inheritFrom\":      {\"@type\": \"@id\", \"@id\": \"odrl:inheritFrom\"},\n\n    \"ConflictTerm\":     \"odrl:ConflictTerm\",\n    \"conflict\":         {\"@type\": \"@vocab\", \"@id\": \"odrl:conflict\"},\n    \"perm\":             \"odrl:perm\",\n    \"prohibit\":         \"odrl:prohibit\",\n    \"invalid\":          \"odrl:invalid\",\n\n    \"Agreement\":           \"odrl:Agreement\",\n    \"Assertion\":           \"odrl:Assertion\",\n    \"Offer\":               \"odrl:Offer\",\n    \"Privacy\":             \"odrl:Privacy\",\n    \"Request\":             \"odrl:Request\",\n    \"Set\":                 \"odrl:Set\",\n    \"Ticket\":              \"odrl:Ticket\",\n\n    \"Asset\":               \"odrl:Asset\",\n    \"AssetCollection\":     \"odrl:AssetCollection\",\n    \"relation\":            {\"@type\": \"@id\", \"@id\": \"odrl:relation\"},\n    \"hasPolicy\":           {\"@type\": \"@id\", \"@id\": \"odrl:hasPolicy\"},\n\n    \"target\":             {\"@type\": \"@id\", \"@id\": \"odrl:target\"},\n    \"output\":             {\"@type\": \"@id\", \"@id\": \"odrl:output\"},\n    \n    \"partOf\":            {\"@type\": \"@id\", \"@id\": \"odrl:partOf\"},\n\t\"source\":            {\"@type\": \"@id\", \"@id\": \"odrl:source\"},\n\n    \"Party\":              \"odrl:Party\",\n    \"PartyCollection\":    \"odrl:PartyCollection\",\n    \"function\":           {\"@type\": \"@vocab\", \"@id\": \"odrl:function\"},\n    \"PartyScope\":         \"odrl:PartyScope\",\n\n    \"assignee\":             {\"@type\": \"@id\", \"@id\": \"odrl:assignee\"},\n    \"assigner\":             {\"@type\": \"@id\", \"@id\": \"odrl:assigner\"},\n\t\"assigneeOf\":           {\"@type\": \"@id\", \"@id\": \"odrl:assigneeOf\"},\n    \"assignerOf\":           {\"@type\": \"@id\", \"@id\": \"odrl:assignerOf\"},\n    \"attributedParty\":      {\"@type\": \"@id\", \"@id\": \"odrl:attributedParty\"},\n\t\"attributingParty\":     {\"@type\": \"@id\", \"@id\": \"odrl:attributingParty\"},\n    \"compensatedParty\":     {\"@type\": \"@id\", \"@id\": \"odrl:compensatedParty\"},\n    \"compensatingParty\":    {\"@type\": \"@id\", \"@id\": \"odrl:compensatingParty\"},\n    \"consentingParty\":      {\"@type\": \"@id\", \"@id\": \"odrl:consentingParty\"},\n\t\"consentedParty\":       {\"@type\": \"@id\", \"@id\": \"odrl:consentedParty\"},\n    \"informedParty\":        {\"@type\": \"@id\", \"@id\": \"odrl:informedParty\"},\n\t\"informingParty\":       {\"@type\": \"@id\", \"@id\": \"odrl:informingParty\"},\n    \"trackingParty\":        {\"@type\": \"@id\", \"@id\": \"odrl:trackingParty\"},\n\t\"trackedParty\":         {\"@type\": \"@id\", \"@id\": \"odrl:trackedParty\"},\n\t\"contractingParty\":     {\"@type\": \"@id\", \"@id\": \"odrl:contractingParty\"},\n\t\"contractedParty\":      {\"@type\": \"@id\", \"@id\": \"odrl:contractedParty\"},\n\n    \"Action\":                \"odrl:Action\",\n    \"action\":                {\"@type\": \"@vocab\", \"@id\": \"odrl:action\"},\n    \"includedIn\":            {\"@type\": \"@id\", \"@id\": \"odrl:includedIn\"},\n    \"implies\":               {\"@type\": \"@id\", \"@id\": \"odrl:implies\"},\n    \n    \"Permission\":            \"odrl:Permission\",\n    \"permission\":            {\"@type\": \"@id\", \"@id\": \"odrl:permission\"},\n\n    \"Prohibition\":           \"odrl:Prohibition\",\n    \"prohibition\":           {\"@type\": \"@id\", \"@id\": \"odrl:prohibition\"},\n\n    \"obligation\":            {\"@type\": \"@id\", \"@id\": \"odrl:obligation\"},\n\n    \"use\":                   \"odrl:use\",\n    \"grantUse\":              \"odrl:grantUse\",\n    \"aggregate\":             \"odrl:aggregate\",\n    \"annotate\":              \"odrl:annotate\",\n    \"anonymize\":             \"odrl:anonymize\",\n    \"archive\":               \"odrl:archive\",\n    \"concurrentUse\":         \"odrl:concurrentUse\",\n    \"derive\":                \"odrl:derive\",\n    \"digitize\":              \"odrl:digitize\",\n    \"display\":               \"odrl:display\",\n    \"distribute\":            \"odrl:distribute\",\n    \"execute\":               \"odrl:execute\",\n    \"extract\":               \"odrl:extract\",\n    \"give\":                  \"odrl:give\",\n    \"index\":                 \"odrl:index\",\n    \"install\":               \"odrl:install\",\n    \"modify\":                \"odrl:modify\",\n    \"move\":                  \"odrl:move\",\n    \"play\":                  \"odrl:play\",\n    \"present\":               \"odrl:present\",\n    \"print\":                 \"odrl:print\",\n    \"read\":                  \"odrl:read\",\n    \"reproduce\":             \"odrl:reproduce\",\n    \"sell\":                  \"odrl:sell\",\n    \"stream\":                \"odrl:stream\",\n    \"textToSpeech\":          \"odrl:textToSpeech\",\n    \"transfer\":              \"odrl:transfer\",\n    \"transform\":             \"odrl:transform\",\n    \"translate\":             \"odrl:translate\",\n    \n    \"Duty\":                 \"odrl:Duty\",\n    \"duty\":                 {\"@type\": \"@id\", \"@id\": \"odrl:duty\"},\n    \"consequence\":          {\"@type\": \"@id\", \"@id\": \"odrl:consequence\"},\n\t\"remedy\":               {\"@type\": \"@id\", \"@id\": \"odrl:remedy\"},\n\n    \"acceptTracking\":       \"odrl:acceptTracking\",\n    \"attribute\":            \"odrl:attribute\",\n    \"compensate\":           \"odrl:compensate\",\n    \"delete\":               \"odrl:delete\",\n    \"ensureExclusivity\":    \"odrl:ensureExclusivity\",\n    \"include\":              \"odrl:include\",\n    \"inform\":               \"odrl:inform\",\n    \"nextPolicy\":           \"odrl:nextPolicy\",\n    \"obtainConsent\":        \"odrl:obtainConsent\",\n    \"reviewPolicy\":         \"odrl:reviewPolicy\",\n    \"uninstall\":            \"odrl:uninstall\",\n    \"watermark\":            \"odrl:watermark\",\n    \n    \"Constraint\":           \"odrl:Constraint\",\n\t\"LogicalConstraint\":    \"odrl:LogicalConstraint\",\n    \"constraint\":           {\"@type\": \"@id\", \"@id\": \"odrl:constraint\"},\n\t\"refinement\":           {\"@type\": \"@id\", \"@id\": \"odrl:refinement\"},\n    \"Operator\":             \"odrl:Operator\",\n    \"operator\":             {\"@type\": \"@vocab\", \"@id\": \"odrl:operator\"},\n    \"RightOperand\":         \"odrl:RightOperand\",\n    \"rightOperand\":         \"odrl:rightOperand\",\n    \"rightOperandReference\":{\"@type\": \"xsd:anyURI\", \"@id\": \"odrl:rightOperandReference\"},\n    \"LeftOperand\":          \"odrl:LeftOperand\",\n    \"leftOperand\":          {\"@type\": \"@vocab\", \"@id\": \"odrl:leftOperand\"},\n    \"unit\":                 \"odrl:unit\",\n    \"dataType\":             {\"@type\": \"xsd:anyType\", \"@id\": \"odrl:datatype\"},\n    \"status\":               \"odrl:status\",\n\n    \"absolutePosition\":        \"odrl:absolutePosition\",\n    \"absoluteSpatialPosition\": \"odrl:absoluteSpatialPosition\",\n    \"absoluteTemporalPosition\":\"odrl:absoluteTemporalPosition\",\n    \"absoluteSize\":            \"odrl:absoluteSize\",\n    \"count\":                   \"odrl:count\",\n    \"dateTime\":                \"odrl:dateTime\",\n    \"delayPeriod\":             \"odrl:delayPeriod\",\n    \"deliveryChannel\":         \"odrl:deliveryChannel\",\n    \"elapsedTime\":             \"odrl:elapsedTime\",\n    \"event\":                   \"odrl:event\",\n    \"fileFormat\":              \"odrl:fileFormat\",\n    \"industry\":                \"odrl:industry:\",\n    \"language\":                \"odrl:language\",\n    \"media\":                   \"odrl:media\",\n    \"meteredTime\":             \"odrl:meteredTime\",\n    \"payAmount\":               \"odrl:payAmount\",\n    \"percentage\":              \"odrl:percentage\",\n    \"product\":                 \"odrl:product\",\n    \"purpose\":                 \"odrl:purpose\",\n    \"recipient\":               \"odrl:recipient\",\n    \"relativePosition\":        \"odrl:relativePosition\",\n    \"relativeSpatialPosition\": \"odrl:relativeSpatialPosition\",\n    \"relativeTemporalPosition\":\"odrl:relativeTemporalPosition\",\n    \"relativeSize\":            \"odrl:relativeSize\",\n    \"resolution\":              \"odrl:resolution\",\n    \"spatial\":                 \"odrl:spatial\",\n    \"spatialCoordinates\":      \"odrl:spatialCoordinates\",\n    \"systemDevice\":            \"odrl:systemDevice\",\n    \"timeInterval\":            \"odrl:timeInterval\",\n    \"unitOfCount\":             \"odrl:unitOfCount\",\n    \"version\":                 \"odrl:version\",\n    \"virtualLocation\":         \"odrl:virtualLocation\",\n\n    \"eq\":                   \"odrl:eq\",\n    \"gt\":                   \"odrl:gt\",\n    \"gteq\":                 \"odrl:gteq\",\n    \"lt\":                   \"odrl:lt\",\n    \"lteq\":                 \"odrl:lteq\",\n    \"neq\":                  \"odrl:neg\",\n    \"isA\":                  \"odrl:isA\",\n    \"hasPart\":              \"odrl:hasPart\",\n    \"isPartOf\":             \"odrl:isPartOf\",\n    \"isAllOf\":              \"odrl:isAllOf\",\n    \"isAnyOf\":              \"odrl:isAnyOf\",\n    \"isNoneOf\":             \"odrl:isNoneOf\",\n    \"or\":                   \"odrl:or\",\n    \"xone\":                 \"odrl:xone\",\n    \"and\":                  \"odrl:and\",\n    \"andSequence\":          \"odrl:andSequence\",\n\n    \"policyUsage\":                \"odrl:policyUsage\"\n    \n    }\n}\n";