Skip to content

Commit

Permalink
Merge branch 'gh-pages' of https://github.com/w3c/poe into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
riannella committed Sep 2, 2017
2 parents a20259a + 843c473 commit 8d6e5c4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions vocab/ODRL22.ttl
Expand Up @@ -1799,10 +1799,11 @@ odrl:
rdfs:subPropertyOf :function ;
rdfs:label "Assignee"@en ;
skos:definition "The Party is the recipient of the Rule."@en ;
rdfs:domain [
a owl:Class ;
owl:unionOf ( :Rule :Policy ) ;
] ;
rdfs:domain :Rule ;
# rdfs:domain [
# a owl:Class ;
# owl:unionOf ( :Rule :Policy ) ;
# ] ;
rdfs:range :Party .

:assigner
Expand All @@ -1811,10 +1812,11 @@ odrl:
rdfs:subPropertyOf :function ;
rdfs:label "Assigner"@en ;
skos:definition "The Party is the issuer of the Rule."@en ;
rdfs:domain [
a owl:Class ;
owl:unionOf ( :Rule :Policy ) ;
] ;
rdfs:domain :Rule ;
# rdfs:domain [
# a owl:Class ;
# owl:unionOf ( :Rule :Policy ) ;
# ] ;
rdfs:range :Party .

:assigneeOf
Expand Down
2 changes: 1 addition & 1 deletion w3c.json
@@ -1,5 +1,5 @@
{
"group": 87755,
"contacts": ["philarcher1"],
"contacts": ["iherman"],
"policy" : "open"
}

0 comments on commit 8d6e5c4

Please sign in to comment.