Skip to content

Commit

Permalink
attribute values in XML does not support the RDF prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Apr 29, 2013
1 parent 9d7e983 commit a020ae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions participation.rdf
Expand Up @@ -120,15 +120,15 @@
<rdfs:label xml:lang="en">startDate</rdfs:label>
<rdfs:comment>The date on which this agent started performing this role</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/vocab/participation/schema#Role"/>
<rdfs:range rdf:resource="xsd:Date"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#Date"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/participation/schema#"/>
</rdf:Property>

<rdf:Property rdf:about="http://purl.org/vocab/participation/schema#endDate">
<rdfs:label xml:lang="en">endDate</rdfs:label>
<rdfs:comment>The date on which this agent stopped performing this role</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/vocab/participation/schema#Role"/>
<rdfs:range rdf:resource="xsd:Date"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#Date"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/participation/schema#"/>
</rdf:Property>

Expand Down

0 comments on commit a020ae4

Please sign in to comment.