Skip to content

Commit

Permalink
Minor updates for #165
Browse files Browse the repository at this point in the history
  • Loading branch information
riannella committed May 5, 2017
1 parent 28791d6 commit ff2958e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions vocab/ODRL22.ttl
Expand Up @@ -396,7 +396,7 @@ odrl:
rdfs:isDefinedBy odrl: ;
skos:definition "Used to establish strategies to resolve conflicts that arise from the merging of Policies or conflicts between Permissions and Prohibitions in the same Policy."@en ;
skos:note "Instances of ConflictTerm describe strategies for resolving conflicts."@en ;
rdfs:label "Conflict Preference"@en ;
rdfs:label "Conflict Stratey Preference"@en ;
skos:scopeNote "Non-Normative"@en .

:perm
Expand Down Expand Up @@ -451,8 +451,8 @@ odrl:
a rdf:Property , owl:ObjectProperty ;
rdfs:isDefinedBy odrl: ;
rdfs:label "Handle Policy Conflicts"@en ;
skos:definition "Relates a conflict-resolution mechansim to a Policy."@en ;
skos:note "If no mechanism is specified, the default is invalid."@en ;
skos:definition "The conflict-resolution strategy for a Policy."@en ;
skos:note "If no strategy is specified, the default is invalid."@en ;
rdfs:domain :Policy ;
rdfs:range :ConflictTerm ;
skos:scopeNote "Non-Normative"@en .
Expand All @@ -461,8 +461,8 @@ odrl:
a rdf:Property , owl:ObjectProperty ;
rdfs:isDefinedBy odrl: ;
rdfs:label "Handle Undefined Term"@en ;
skos:definition "Relates the mechanism used for handling undefined actions to a Policy."@en ;
skos:note "If no mechanism is specified, the default is invalid."@en ;
skos:definition "Relates the strategy used for handling undefined actions to a Policy."@en ;
skos:note "If no strategy is specified, the default is invalid."@en ;
rdfs:domain :Policy ;
rdfs:range :UndefinedTerm ;
skos:scopeNote "Non-Normative"@en .
Expand Down Expand Up @@ -1817,15 +1817,15 @@ odrl:
:AllConnections
a :PartyScope, owl:NamedIndividual ;
rdfs:isDefinedBy odrl: ;
rdfs:label "All Connections"@en ;
rdfs:label "All First-Level Connections"@en ;
skos:definition "Specifies that the scope of the relationship is all of the first-level connections of the Party."@en ;
skos:note "For example, may be used to indicate all “friends” of the Party. Note that “group” scope is also assumed."@en ;
skos:scopeNote "Non-Normative"@en .

:AllGroups
a :PartyScope, owl:NamedIndividual ;
rdfs:isDefinedBy odrl: ;
rdfs:label "All Groups"@en ;
rdfs:label "All Group Connections"@en ;
skos:definition "Specifies that the scope of the relationship is all of the group connections of the Party."@en ;
skos:note "For example, may be used to indicate all groups that the Party is a member of. Note that “group” scope is also assumed."@en ;
skos:scopeNote "Non-Normative"@en .
Expand Down

0 comments on commit ff2958e

Please sign in to comment.