@base . @prefix : . @prefix odrl: . @prefix rdf: . @prefix rdfs: . @prefix skos: . @prefix owl: . @prefix xsd: . @prefix dct: . @prefix dcmit: . @prefix foaf: . @prefix vs: . @prefix voaf: . @prefix vann: . @prefix ont: . odrl: a owl:Ontology , voaf:Vocabulary ; rdfs:label "ODRL Version 2.1 Ontology"@en ; owl:versionInfo "2.1" ; vann:preferredNamespaceUri ; vann:preferredNamespacePrefix "odrl" ; vann:example :Asset ; dct:creator "Mo McRoberts (BBC)", "Víctor Rodríguez Doncel (OEG-UPM)" ; dct:issued "2015-01-18"^^xsd:date ; dct:contributor "ODRL Community Group" ; dct:description "The Open Digital Rights Language (ODRL) provides flexible and interoperable mechanisms to support transparent and innovative use of digital content in publishing, distribution, and consumption of of digital media across all sectors and communities. The ODRL Policy model is broad enough to support traditional rights expressions for commercial transaction, open access expressions for publicly distributed content, and privacy expressions for social media."@en . a dcmit:Text ; rdfs:label "ODRL 2.1 (Turtle)"@en ; foaf:primaryTopic odrl: ; dct:isVersionOf odrl: ; dct:format . a dcmit:Text ; rdfs:label "ODRL 2.1 (RDF/XML)"@en ; foaf:primaryTopic odrl: ; dct:isVersionOf odrl: ; dct:format . a dcmit:Text ; rdfs:label "ODRL 2.1 (XML Schema Definition)"@en ; foaf:primaryTopic odrl: ; dct:isVersionOf odrl: ; dct:format . a dcmit:Text ; rdfs:label "ODRL 2.1 (HTML)"@en ; foaf:primaryTopic odrl: ; dct:isVersionOf odrl: ; dct:format . :actions a skos:ConceptScheme ; rdfs:isDefinedBy odrl: ; rdfs:label "ODRL Actions vocabulary"@en ; skos:hasTopConcept :acceptTracking, :adHocShare, :aggregate, :annotate, :anonymize, :append, :archive, :attachPolicy, :attachSource, :attribute, :commercialize, :concurrentUse, :copy, :delete, :derive, :display, :distribute, :ensureExclusivity, :execute, :export, :extract, :give, :include, :index, :inform, :install, :lease, :lend, :license, :modify, :move, :nextPolicy, :obtainConsent, :pay, :play, :present, :preview, :print, :read, :reproduce, :reviewPolicy, :secondaryUse, :sell, :share, :shareAlike, :textToSpeech, :transform, :translate, :uninstall, :watermark, :write, :use, :grantUse, :compensate, :writeTo, :appendTo . ## Assets :Asset a rdfs:Class , owl:Class ; rdfs:isDefinedBy odrl: ; owl:equivalentClass owl:Thing ; vs:term_status "testing" ; rdfs:label "Asset"@en ; rdfs:comment "Asset is anything which can be subject to a policy. Asserting that something the target of a policy implies that it is an Asset."@en . ## Parties :Party a rdfs:Class , owl:Class ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Party"@en ; rdfs:comment "An entity which can participate in policy transactions. Use an instance of the Party class where it's necessary to associate a Scope with the relationship; in other cases, simply reference the party directly."@en . ## Policies :Policy a rdfs:Class , owl:Class ; rdfs:subClassOf :Asset ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Policy"@en ; rdfs:comment "A top level entity for describing policies."@en . :ConflictTerm a rdfs:Class, owl:Class ; rdfs:isDefinedBy odrl: ; rdfs:comment "Instances of ConflictTerm describe policies for resolving conflicts."@en ; rdfs:label "Conflict term"@en ; vs:term_status "testing" . :perm a :ConflictTerm, owl:NamedIndividual ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Permissions"@en ; rdfs:comment "Permissions take precedence over prohibitions."@en . :prohibit a :ConflictTerm, owl:NamedIndividual; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Prohibit"@en ; rdfs:comment "Prohibitions take precedence over permissions."@en . :UndefinedTerm a rdfs:Class, owl:Class ; rdfs:isDefinedBy odrl: ; rdfs:comment "Instances of UndefinedTerm describe policies for processing unsupported actions."@en ; rdfs:label "Undefined values"@en ; vs:term_status "testing" . :ignore a :UndefinedTerm, owl:NamedIndividual ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Ignore"@en ; rdfs:comment "Undefined actions should be ignored."@en . :invalid a :ConflictTerm, :UndefinedTerm, owl:NamedIndividual ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Invalid"@en ; rdfs:comment "The policy is invalidated."@en . :support a :UndefinedTerm, owl:NamedIndividual ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Support"@en ; rdfs:comment "Undefined actions do not invalidate the policy, but notification for review must occur."@en . :conflict a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "conflict"@en ; rdfs:comment "Relates a conflict-resolution mechansim to a Policy. If no mechanism is specified, the default is invalid."@en ; rdfs:domain :Policy ; rdfs:range :ConflictTerm . :undefined a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "undefined"@en ; rdfs:comment "Relates the mechanism used for handling undefined actions to a Policy. If no mechanism is specified, the default is invalid."@en ; rdfs:domain :Policy ; rdfs:range :UndefinedTerm . :permission a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "permission"@en ; rdfs:comment "Relates the description of an individual Permission to a Policy. A permission can be specified either in terms of an Action alone, or an instance of Permission relating an Action and one or more other attributes."@en ; rdfs:domain :Policy ; rdfs:range [ a owl:Class ; owl:unionOf ( :Permission :Action ) ; ] . :prohibition a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "prohibition"@en ; rdfs:comment "Relates the description of an individual Prohibition to a Policy. A prohibition can be specified either in terms of an Action alone, or an instance of Prohibition relating an Action and one or more other attributes."@en ; rdfs:domain :Policy ; rdfs:range [ a owl:Class ; owl:unionOf ( :Prohibition :Action ) ; ] . :inheritAllowed a rdf:Property , owl:DatatypeProperty ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "inheritance allowed"@en ; rdfs:comment "A boolean value indicating whether this policy can be inherited from."@en ; rdfs:domain :Policy ; rdfs:range xsd:boolean . :inheritFrom a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "inherits from"@en ; rdfs:comment "Relates a policy to another policy from which terms are inherited."@en ; rdfs:domain :Policy ; rdfs:range :Policy . :profile a rdf:Property ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "profile"@en ; rdfs:comment "indicates the identifier of the ODRL Profile for which the policy expression conforms to"@en ; rdfs:domain :Policy ; rdfs:range rdfs:Resource . ## Permissions, prohibitions and duties :Rule a rdfs:Class , owl:Class ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Rule"@en ; rdfs:comment "An abstract common ancestor to Permissions, Prohibitions and Duties."@en . :Permission a rdfs:Class , owl:Class ; rdfs:isDefinedBy odrl: ; rdfs:subClassOf :Rule ; owl:disjointWith :Prohibition, :Duty ; vs:term_status "testing" ; rdfs:label "Permission"@en ; rdfs:comment "A Permission is a rule which indicates the actions the assignee is permitted to perform on the associated asset. In other words, what the assigner (supplier) has granted to the assignee (consumer)."@en . :Prohibition a rdfs:Class , owl:Class ; rdfs:isDefinedBy odrl: ; rdfs:subClassOf :Rule ; owl:disjointWith :Duty, :Permission ; vs:term_status "testing" ; rdfs:label "Prohibition"@en ; rdfs:comment "A Prohibition is a rule which indicates the Actions that the assignee is prohibited to perform on the related Asset."@en . :Duty a rdfs:Class , owl:Class ; rdfs:isDefinedBy odrl: ; rdfs:subClassOf :Rule ; owl:disjointWith :Prohibition, :Permission ; vs:term_status "testing" ; rdfs:label "Duty"@en ; rdfs:comment "A Duty is a rule which indicates requirements which must be fulfilled in order to receive the permission."@en . :Action a rdfs:Class, owl:Class ; rdfs:isDefinedBy odrl: ; rdfs:subClassOf skos:Concept ; vs:term_status "testing" ; rdfs:comment "Instances of Action are things one might be permitted to do or prohibited from doing to a work."@en ; rdfs:label "Action"@en . :Constraint a rdfs:Class, owl:Class ; rdfs:isDefinedBy odrl: ; rdfs:subClassOf owl:Thing ; vs:term_status "testing" ; rdfs:label "Constraint"@en ; rdfs:comment "Parent class of all Constraints."@en . :relation a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "relation"@en ; rdfs:comment "Relation is an abstract property which creates an explicit link between an Action and an Asset. Sub-properties of relation are used to define the nature of that link."@en ; rdfs:domain :Rule ; rdfs:range :Asset . :output a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :relation ; vs:term_status "testing" ; rdfs:label "output"@en ; rdfs:comment "The output property specifies the Asset which is created from the output of the Action."@en ; rdfs:domain :Rule ; rdfs:range :Asset . :target a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :relation ; vs:term_status "testing" ; rdfs:label "target"@en ; rdfs:comment "The target property specifies the Asset upon which the Action is performed."@en ; rdfs:domain :Rule ; rdfs:range :Asset . :function a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "function"@en ; rdfs:comment "Function is an abstract property whose sub-properties define the roles which may be fulfilled by a party in relation to a Rule."@en ; rdfs:domain :Rule ; rdfs:range :Party . :action a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "action"@en ; rdfs:comment "The operation relating to the asset for which permission is being granted. A permission must include exactly one action."@en ; rdfs:domain :Rule ; rdfs:range :Action . :constraint a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "constraint"@en ; rdfs:comment "One or more constraints which affect the validity of the Permission; e.g. if the Action play is only permitted for a certain period of time."@en ; rdfs:domain :Rule ; rdfs:range :Constraint . :duty a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "duty"@en ; rdfs:comment "A Duty indicates requirements which must be fulfilled in order to receive the permission."@en ; rdfs:domain :Permission ; rdfs:range [ a owl:Class ; owl:unionOf ( :Duty :Action ) ; ] . :unit a rdf:Property ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:domain :Constraint ; rdfs:range rdfs:Resource ; rdfs:label "unit"@en ; rdfs:comment "The unit of measurement used for the constraint value."@en . :dataType a rdf:Property ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:domain :Constraint ; rdfs:range rdfs:Resource ; rdfs:label "unit"@en ; rdfs:comment "The unit of measurement used for the constraint value."@en . :operator a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "operator"@en ; rdfs:comment "The Boolean operator applied to a constraint and its operand."@en ; rdfs:domain :Constraint ; rdfs:range :Operator . :rightOperand a rdf:Property ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "right-operand"@en ; rdfs:comment "The operand applied to an instance of a constraint. Do not use the right-operand property directly within a Constraint. Instead, a Constraint instance must contain exactly one triple which makes use of one of the sub-properties of right-operand."@en ; rdfs:domain :Constraint . :status a rdf:Property ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "status"@en ; rdfs:comment "The current value of the constraint. The range of the status property is identical to that of the operand property selected used in the constraint."@en ; rdfs:domain :Constraint . ## Operators :Operator a rdfs:Class , owl:Class ; rdfs:isDefinedBy odrl: ; rdfs:subClassOf owl:Thing ; vs:term_status "testing" ; rdfs:label "Operator"@en ; rdfs:comment "Instances of the Operator class represent boolean operators"@en . :eq a :Operator, owl:NamedIndividual ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Equal to"@en ; rdfs:comment "Indicating that a given value equals the operand of the Constraint."@en . :gt a :Operator, owl:NamedIndividual ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Greater than"@en . :gteq a :Operator, owl:NamedIndividual ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Greater than or equal to"@en . :hasPart a :Operator, owl:NamedIndividual ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Has part"@en . :isA a :Operator, owl:NamedIndividual ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Is a"@en . :isAllOf a :Operator, owl:NamedIndividual ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Is all of"@en . :isAnyOf a :Operator, owl:NamedIndividual ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Is any of"@en . :isNoneOf a :Operator, owl:NamedIndividual ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Is none of"@en . :isPartOf a :Operator, owl:NamedIndividual ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Is part of"@en . :lt a :Operator, owl:NamedIndividual ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Less than"@en . :lteq a :Operator, owl:NamedIndividual ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Less than or equal to"@en . :neq a :Operator, owl:NamedIndividual ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Not equal to"@en . ## Actions :use a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Use"@en ; rdfs:comment "The Assigner permits/prohibits the Assignee to use the Asset as agreed. More details may be defined in the applicable agreements or under applicable commercial laws. Refined types of actions can be expressed by the narrower actions."@en . :grantUse a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Grant use"@en ; skos:broaderTransitive odrl:use ; rdfs:comment "The Assigner permits/prohibits the Assignee to grant the use the Asset to third parties. This action enables the Assignee to create policies for the use of the Asset for third parties. nextPolicy is recommended to be agreed with the third party. Use of temporal constraints is recommended."@en . :compensate a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Compensate"@en ; rdfs:comment "The Assigner requires that the Assignees compensates the Assigner (or other specified compensation Party) by some amount of value, if defined, for use of the Asset. The compensation may use different types of things with a value: (i) the thing is expressed by the value (term) of the Constraint name; (b) the value is expressed by operator, rightOperand, dataType and unit"@en . :acceptTracking a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Accept tracking"@en ; rdfs:comment "The Assigner requires that the Assignees accepts that the use of the Asset may be tracked. The collected information may be tracked by the Assigner, or may link to a Party with the role function “trackingParty”."@en . :aggregate a :Action, skos:Concept ; skos:broaderTransitive odrl:use ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Aggregate"@en ; rdfs:comment "The Assigner permits/prohibits the Assignees to use the Asset or parts of it as part of a composite collection."@en . :annotate a :Action, skos:Concept ; skos:broaderTransitive odrl:use ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Annotate"@en ; rdfs:comment "The Assigner permits/prohibits the Assignees to add explanatory notations/commentaries to the Asset without modifying the Asset in any other way."@en . :anonymize a :Action, skos:Concept ; skos:broaderTransitive odrl:use ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Anonymize"@en ; rdfs:comment "The Assigner permits/prohibits the Assignees to anonymize all or parts of the Asset. For example, to remove identifying particulars for statistical or for other comparable purposes, or to use the asset without stating the author/source."@en . :append a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "deprecated" ; ont:deprecatedBy :appendTo ; rdfs:label "Append"@en ; rdfs:comment "The act of adding to the end of an asset."@en . :appendTo a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Append to"@en ; skos:broaderTransitive odrl:writeTo ; rdfs:comment "The act of appending data to the Asset without modifying the Asset in any other way"@en . :archive a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Archive"@en ; rdfs:comment "The Assigner permits/prohibits the Assignees to store the Asset (in a non-transient form). Constraints may be used for temporal conditions."@en ; skos:broaderTransitive :use . :attribute a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Attribute"@en ; rdfs:comment "The Assigner requires that the Assignees attributes the Asset to the Assigner or an attributed Party. May link to an Asset with the attribution information. May link to a Party with the role function “attributedParty”."@en . :concurrentUse a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Concurrent use"@en ; rdfs:comment "The Assigner permits/prohibits the Assignees to create multiple copies of the Asset that are being concurrently used."@en ; skos:broaderTransitive :use . :copy a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "deprecated" ; owl:sameAs :reproduce ; rdfs:label "Copy"@en ; rdfs:comment "The act of making an exact reproduction of the asset."@en ; ont:deprecatedBy :reproduce . :delete a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Delete"@en ; rdfs:comment "The Assigner requires that the Assignees permanently removes all copies of the Asset. Use a constraint to define under which conditions the Asset should be deleted."@en . :derive a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Derive"@en ; rdfs:comment "The Assigner permits/prohibits the Assignees to create a new derivative Asset from this Asset and to edit or modify the derivative. A new asset is created and may have significant overlaps with the original Asset. (Note that the notion of whether or not the change is significant enough to qualify as a new asset is subjective). To the derived Asset a next policy may be applied."@en ; skos:broaderTransitive :use . :digitize a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Digitize"@en ; skos:broaderTransitive odrl:use ; rdfs:comment "The Assigner permits/prohibits the Assignees to produce a digital copy of (or otherwise digitize) the Asset from its analogue form."@en . :display a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Display"@en ; rdfs:comment "The Assigner permits/prohibits the Assignees to display the visual media Asset to an audience or the public. For example, displaying an image on a screen."@en ; skos:broaderTransitive :present . :distribute a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Distribute"@en ; rdfs:comment "The Assigner permits/prohibits the Assignees to distribute the Asset."@en ; skos:broaderTransitive :use . :ensureExclusivity a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Ensure exclusivity"@en ; rdfs:comment "The Assignee requires that the Assigners ensure that the permission on the Asset is exclusive to the Assignee."@en . :execute a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Execute"@en ; rdfs:comment "The Assigner permits/prohibits the Assignees to run the computer program Asset. For example, machine executable code or Java such as a game or application."@en ; skos:broaderTransitive :use . :export a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "deprecated" ; rdfs:label "Export"@en ; rdfs:comment "The act of transforming the asset into a new form."@en ; ont:deprecatedBy :transform . :extract a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Extract"@en ; rdfs:comment "The Assigner permits/prohibits the Assignees to extract parts of the Asset and to use it as a new Asset. A new asset is created and may have very little in common with the original Asset. (Note that the notion of whether or not the change is significant enough to qualify as a new asset is subjective). To the extracted Asset a next policy may be applied."@en ; skos:broaderTransitive :reproduce . :give a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Give"@en ; rdfs:comment "The Assigner permits/prohibits the Assignees to transfer the ownership of the Asset to a third party without compensation and while deleting the original asset."@en ; skos:broaderTransitive :transfer . :include a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Include"@en ; rdfs:comment "The Assigner requires that the Assignees include other related assets in the Asset. For example: bio picture must be included in the attribution. Use of the Asset relation attribute is required."@en . :index a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Index"@en ; rdfs:comment "The Assigner permits/prohibits the Assignees to record the Asset in an index. For example, to include a link to the Asset in a search engine database."@en ; skos:broaderTransitive :use . :inform a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Inform"@en ; rdfs:comment "The Assigner requires that the Assignees inform the Assigner or an informed Party that an action has been performed on or in relation to the Asset. May link to a Party with the role function “informedParty”."@en . :install a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Install"@en ; rdfs:comment "The Assigner permits/prohibits the Assignees to load the computer program Asset onto a storage device which allows operating or running the Asset."@en ; skos:broaderTransitive :use . :lease a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Lease"@en ; rdfs:comment "The act of making available the asset to a third-party for a fixed period of time with exchange of value."@en . :license a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "deprecated" ; rdfs:label "License"@en ; rdfs:comment "The act of granting the right to use the asset to a third-party."@en ; ont:deprecatedBy :grantUse . :lend a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Lend"@en ; rdfs:comment "The act of making available the asset to a third-party for a fixed period of time without exchange of value."@en . :modify a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Modify"@en ; rdfs:comment "The Assigner permits/prohibits the Assignees to update existing content of the Asset. A new asset is not created by this action. This action will modify an asset which is typically updated from time to time without creating a new asset like a database. If the result from modifying the asset should be a new asset the actions derive or extract should be used. (Note that the notion of whether or not the change is significant enough to qualify as a new asset is subjective)."@en ; skos:broaderTransitive :use . :move a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Move"@en ; rdfs:comment "The Assigner permits/prohibits the Assignees to move the Asset from one digital location to another including deleting the original copy. After the Asset has been moved, the original copy must be deleted."@en ; skos:broaderTransitive :use . :nextPolicy a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Next policy"@en ; rdfs:comment "The Assigner requires that the Assignees grants the specified Policy to a third party for their use of the Asset."@en . :obtainConsent a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Obtain consent"@en ; rdfs:comment "The Assigner requires that the Assignees obtains explicit consent from the Assigner or a consenting Party to perform the requested action in relation to the Asset. Used as a Duty to ensure that the Assigner or a Party is authorized to approve such actions on a case-by-case basis. May link to a Party with the role function “consentingParty”."@en . :pay a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "deprecated" ; rdfs:label "Pay"@en ; rdfs:comment "The act of paying a financial amount to a party for use of the asset."@en ; ont:deprecatedBy :compensate . :play a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Play"@en ; rdfs:comment "The Assigner permits/prohibits the Assignees to perform an audio Asset to an audience."@en ; skos:broaderTransitive :present . :present a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Present"@en ; rdfs:comment "The Assigner permits/prohibits the Assignees to perform or exhibit an Asset to an audience."@en ; skos:broaderTransitive :use . :preview a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Preview"@en ; rdfs:comment "The act of providing a short preview of the asset."@en . :print a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Print"@en ; rdfs:comment "The Assigner permits/prohibits the Assignees to print an Asset onto paper or to create a hard copy. For example, creating a permanent, fixed (static), and directly perceivable representation of the Asset."@en ; skos:broaderTransitive :present . :read a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Read"@en ; rdfs:comment "The Assigner permits/prohibits the Assignees to obtain data from the Asset. For example, the ability to read a record from a database (the Asset)."@en ; skos:broaderTransitive :use . :reproduce a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Reproduce"@en ; rdfs:comment "The act of making an exact reproduction of the asset. The Assigner permits/prohibits the Assignees to make exact reproductions of the Asset."@en ; skos:broaderTransitive :use . :reviewPolicy a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Review policy"@en ; rdfs:comment "The Assigner requires that the Assignees have a person review the Policy applicable to the Asset. Used when human intervention is required to review the Policy. May link to an Asset which represents the full Policy information."@en . :secondaryUse a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Secondary use"@en ; rdfs:comment "The act of using the asset for a purpose other than the purpose it was intended for."@en . :sell a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Sell"@en ; rdfs:comment "The Assigner permits/prohibits the Assignees to transfer the ownership of the Asset to a third party with compensation and while deleting the original asset."@en ; skos:broaderTransitive :transfer . :textToSpeech a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Text-to-speech"@en ; rdfs:comment "The Assigner permits/prohibits the Assignees to have a text Asset read out loud to an audience."@en ; skos:broaderTransitive :use . :transfer a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Transfer"@en ; rdfs:comment "The Assigner transfers/does not transfer the ownership in perpetuity to the Assignees."@en . :transform a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Transform"@en ; rdfs:comment "The Assigner permits/prohibits the Assignees to make a digital copy of the digital Asset in another digital format. Typically used to convert the Asset into a different format for consumption on/transfer to a third party system."@en ; skos:broaderTransitive :use . :translate a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Translate"@en ; rdfs:comment "The Assigner permits/prohibits the Assignees to translate the original natural language of an Asset into another natural language. A new derivative Asset is created by that action."@en ; skos:broaderTransitive :use . :uninstall a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Uninstall"@en ; rdfs:comment "The Assigner requires that the Assignees unload and delete the computer program Asset from a storage device and disable its readiness for operation. The Asset is no longer accessible to the Assignees."@en . :watermark a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Watermark"@en ; rdfs:comment "The Assigner requires that the Assignees apply a watermark as provided by the Assigner to the Asset. It is recommended to embed a link to the watermark."@en . :write a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "deprecated" ; rdfs:label "Write"@en ; rdfs:comment "The act of writing to the asset."@en ; ont:deprecatedBy :writeTo . :writeTo a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Write to"@en ; skos:broaderTransitive odrl:use ; rdfs:comment "The act of adding data to the Asset."@en . ## Constraints :absolutePosition a rdf:Property , owl:DatatypeProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "absolute position"@en ; rdfs:comment "A point defined with absolute coordinates."@en . :absoluteSize a rdf:Property , owl:DatatypeProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "absolute size"@en ; rdfs:comment "The absolute dimension that the Asset may be resized."@en ; rdfs:range xsd:decimal . :count a rdf:Property , owl:DatatypeProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "count"@en ; rdfs:comment "The numeric count indicating the number of times the corresponding entity may be exercised"@en ; rdfs:range xsd:nonNegativeInteger . :dateTime a rdf:Property , owl:DatatypeProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "date/time"@en ; rdfs:comment "The date (and optional time and timezone) representing a point in time or period."@en ; rdfs:range [ a owl:Class ; owl:unionOf ( xsd:date xsd:dateTime ) ; ] . :deliveryChannel a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "delivery channel"@en ; rdfs:comment "The delivery channel used for storing or communicating the asset."@en . :device a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "deprecated" ; owl:equivalentProperty :system ; rdfs:label "device"@en ; rdfs:comment "An identifiable computing system."@en ; ont:deprecatedBy :systemDevice . :systemDevice a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; owl:equivalentProperty :system, :device ; rdfs:label "SystemDevice"@en ; rdfs:comment "An identifiable computing system."@en . :elapsedTime a rdf:Property , owl:DatatypeProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "elapsed time"@en ; rdfs:comment "A period of time in which the policy action can be exercised."@en ; rdfs:range rdfs:Literal . :event a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "event"@en ; rdfs:comment "Specification of a defined event applicable to the asset usage."@en . :policyUsage a owl:NamedIndividual; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Policy usage time"@en ; rdfs:comment "When used as an event in constraints, indicates that the event occurs at the time when the policy is executed."@en . :fileFormat a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "file format"@en ; rdfs:comment "The file format applicable to the Asset."@en . :industry a rdf:Property , owl:DatatypeProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "industry"@en ; rdfs:comment "The defined industry sector applicable to the asset usage"@en . :language a rdf:Property , owl:DatatypeProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "language"@en ; rdfs:comment "The natural language applicable to the asset usage"@en . :media a rdf:Property ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "media"@en ; rdfs:comment "The media type in which the asset may be used."@en . :meteredTime a rdf:Property , owl:DatatypeProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "metered time"@en ; rdfs:comment "The maximum period of metered usage time."@en ; rdfs:range rdfs:Literal . :payAmount a rdf:Property, owl:DatatypeProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "payment amount"@en ; rdfs:range xsd:decimal . :percentage a rdf:Property , owl:DatatypeProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "percentage"@en ; rdfs:comment "The amount (as a percentage) of the action applicable to the asset."@en ; rdfs:range xsd:decimal . :product a rdf:Property , owl:DatatypeProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "product"@en ; rdfs:comment "The specified Product or Service name."@en ; rdfs:range xsd:string . :purpose a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "purpose"@en ; rdfs:comment "Specification of a defined purpose applicable to the asset usage."@en . :recipient a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "recipient"@en ; rdfs:comment "The party that receives the result of the Action on the Asset."@en . :relativePosition a rdf:Property , owl:DatatypeProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "relative position"@en ; rdfs:comment "A point defined with reference to another position."@en . :relativeSize a rdf:Property , owl:DatatypeProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "relative size"@en ; rdfs:comment "The relative dimension that the Asset may be resized."@en . :resolution a rdf:Property ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "resolution"@en ; rdfs:comment "The resolution at which the asset may be used."@en . :spatial a rdf:Property ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "spatial"@en ; rdfs:comment "A code representing a geospatial area."@en . :system a rdf:Property ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "deprecated" ; ont:deprecatedBy :systemDevice ; owl:equivalentProperty :device ; rdfs:label "system"@en ; rdfs:comment "An identifiable computing system."@en . :timeInterval a rdf:Property , owl:DatatypeProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "time interval"@en ; rdfs:comment "Recurring period of time in which the usage may be exercised."@en ; rdfs:range rdfs:Literal . :version a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "version"@en ; rdfs:comment "The scope of versions for the asset."@en . :virtualLocation a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :rightOperand ; vs:term_status "testing" ; rdfs:label "virtual location"@en ; rdfs:comment "Specification of a digital locale."@en . ## Functions :assignee a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :function ; vs:term_status "testing" ; rdfs:label "assignee"@en ; rdfs:comment "The Party is the recipient of the policy statement."@en ; rdfs:range :Party . :assigner a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :function ; vs:term_status "testing" ; rdfs:label "assigner"@en ; rdfs:comment "The Party is the issuer of the policy statement."@en ; rdfs:range :Party . :attributedParty a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :function ; vs:term_status "testing" ; rdfs:label "attributed party"@en ; rdfs:comment "The Party to be attributed."@en . :consentingParty a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :function ; vs:term_status "testing" ; rdfs:label "consenting party"@en ; rdfs:comment "The Party to obtain consent from."@en . :informedParty a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :function ; vs:term_status "testing" ; rdfs:label "informed party"@en ; rdfs:comment "The Party to be informed of all uses."@en . :payeeParty a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :function ; vs:term_status "deprecated" ; ont:deprecatedBy :compensatedParty ; rdfs:label "payee party"@en ; rdfs:comment "The Party is the recipient of the payment."@en . :compensatedParty a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :function ; vs:term_status "testing" ; rdfs:label "payee party"@en ; rdfs:comment "The Party is the recipient of the compensation."@en . :trackingParty a rdf:Property , owl:ObjectProperty ; rdfs:isDefinedBy odrl: ; rdfs:subPropertyOf :function ; vs:term_status "testing" ; rdfs:label "tracking party"@en ; rdfs:comment "The Party is the usage tracker."@en . ## Policies :Agreement a rdfs:Class , owl:Class ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:subClassOf :Policy ; owl:disjointWith :Offer, :Privacy, :Request, :Set, :Ticket ; rdfs:label "Agreement"@en ; rdfs:comment "Policy expressions that are formal contracts (or licenses) stipulating all the terms of usage and all the parties involved."@en . :Offer a rdfs:Class , owl:Class ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:subClassOf :Policy ; owl:disjointWith :Agreement, :Privacy, :Request, :Set, :Ticket ; rdfs:label "Offer"@en ; rdfs:comment "An instance of Offer is a Policy expression that proposes terms of usage from an Asset owner."@en . :Privacy a rdfs:Class , owl:Class ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:subClassOf :Policy ; owl:disjointWith :Agreement, :Offer, :Request, :Set, :Ticket ; rdfs:label "Privacy"@en ; rdfs:comment "An instance of Privacy is a Policy expression that stipulates the terms of usage over personal information."@en . :Request a rdfs:Class , owl:Class ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:subClassOf :Policy ; owl:disjointWith :Agreement, :Offer, :Privacy, :Set, :Ticket ; rdfs:label "Request"@en ; rdfs:comment "An instance of Request is a Policy expression that proposes terms of usage to an Asset owner."@en . :Set a rdfs:Class , owl:Class ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:subClassOf :Policy ; owl:disjointWith :Agreement, :Offer, :Privacy, :Request, :Ticket ; rdfs:label "Set"@en ; rdfs:comment "An instance of Set is a Policy expression that consists of entities from the complete model."@en . :Ticket a rdfs:Class , owl:Class ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:subClassOf :Policy ; owl:disjointWith :Agreement, :Offer, :Privacy, :Request, :Set ; rdfs:label "Ticket"@en ; rdfs:comment "An instance of Ticket is a Policy expression that stipulates the terms of usage and is redeemable by any Party who currently holds the Ticket in their possession."@en . ## Scopes :All a rdfs:Class, owl:Class ; rdfs:subClassOf :Party ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "All"@en ; rdfs:comment "Specifies that the scope of the relationship is all of the collective individuals within a context."@en . :All2ndConnections a rdfs:Class, owl:Class ; rdfs:subClassOf :Party ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "All second-level connections"@en ; rdfs:comment "Specifies that the scope of the relationship is all of the second-level connections to the Party."@en . :AllConnections a rdfs:Class, owl:Class ; rdfs:subClassOf :Party ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "All connections"@en ; rdfs:comment "Specifies that the scope of the relationship is all of the first-level connections of the Party."@en . :AllGroups a rdfs:Class, owl:Class ; rdfs:subClassOf :Party ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "All groups"@en ; rdfs:comment "Specifies that the scope of the relationship is all of the group connections of the Party."@en . :Group a rdfs:Class, owl:Class ; rdfs:subClassOf :Party ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Group"@en ; rdfs:comment "Specifies that the scope of the relationship is the defined group with multiple individual members."@en . :Individual a rdfs:Class, owl:Class ; rdfs:subClassOf :Party ; rdfs:isDefinedBy odrl: ; vs:term_status "testing" ; rdfs:label "Individual"@en ; rdfs:comment "Specifies that the scope of the relationship is the single Party individual."@en . ## Deprecated terms :adHocShare a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "deprecated" ; ont:deprecatedBy ; rdfs:label "Ad-hoc sharing"@en ; rdfs:comment "The act of sharing the asset to parties in close proximity to the owner. This action may be used to express [OMA] Sharing semantics."@en . :extractChar a :Action, skos:Concept ; skos:broader :extract ; rdfs:isDefinedBy odrl: ; vs:term_status "deprecated" ; ont:deprecatedBy ; rdfs:label "Extract character"@en ; rdfs:comment "The act of extracting (replicating) unchanged characters from the asset."@en . :extractPage a :Action, skos:Concept ; skos:broader :extract ; rdfs:isDefinedBy odrl: ; vs:term_status "deprecated" ; ont:deprecatedBy ; rdfs:label "Extract page"@en ; rdfs:comment "The act of extracting (replicating) unchanged pages from the asset."@en . :extractWord a :Action, skos:Concept ; skos:broader :extract ; rdfs:isDefinedBy odrl: ; vs:term_status "deprecated" ; ont:deprecatedBy ; rdfs:label "Extract word"@en ; rdfs:comment "The act of extracting (replicating) unchanged words from the asset."@en . :attachPolicy a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "deprecated" ; ont:deprecatedBy ; rdfs:label "Attach policy"@en ; rdfs:comment "The act of keeping the policy notice with the asset."@en . :attachSource a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "deprecated" ; ont:deprecatedBy ; rdfs:label "Attach source"@en ; rdfs:comment "The act of attaching the source of the asset and its derivatives."@en . :shareAlike a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "deprecated" ; ont:deprecatedBy ; rdfs:label "Share-alike"@en ; rdfs:comment "The act of distributing any derivative asset under the same terms as the original asset."@en . :commercialize a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "deprecated" ; ont:deprecatedBy ; rdfs:label "Commercialize"@en ; rdfs:comment "The act of using the asset in a business environment."@en . :share a :Action, skos:Concept ; rdfs:isDefinedBy odrl: ; vs:term_status "deprecated" ; ont:deprecatedBy ; rdfs:label "Share"@en ; rdfs:comment "The act of the non-commercial reproduction and distribution of the asset to third-parties."@en . :proximity a rdf:Property , owl:DatatypeProperty ; rdfs:subPropertyOf :rightOperand ; rdfs:isDefinedBy odrl: ; vs:term_status "deprecated" ; ont:deprecatedBy ; rdfs:label "proximity"@en ; rdfs:comment "An value indicating the closeness or nearness."@en . :timedCount a rdf:Property , owl:DatatypeProperty ; rdfs:subPropertyOf :rightOperand ; rdfs:isDefinedBy odrl: ; vs:term_status "deprecated" ; ont:deprecatedBy ; rdfs:label "timed count"@en ; rdfs:comment "The number of seconds after which timed metering use of the asset begins."@en ; rdfs:range rdfs:Literal .