<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://purl.org/vocab/lifecycle/schema#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:dct="http://purl.org/dc/terms/" xmlns:xsd="http://www.w3.org/2001/XMLSchema#"> <owl:DatatypeProperty rdf:about="http://purl.org/vocab/lifecycle/schema#completed"> <rdfs:comment>This uses a boolean to represent if an action has been completed. This is a simple alternative to the taskProgress property.</rdfs:comment> <rdfs:label xml:lang="en">completed</rdfs:label> <dct:issued>2008-06-03</dct:issued> <rdfs:domain rdf:resource="http://purl.org/vocab/lifecycle/schema#Action"/> <rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/lifecycle/schema#"/> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/> </owl:DatatypeProperty> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://purl.org/vocab/lifecycle/schema#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:dct="http://purl.org/dc/terms/" xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
  <owl:DatatypeProperty rdf:about="http://purl.org/vocab/lifecycle/schema#completed">
    <rdfs:comment>This uses a boolean to represent if an action has been completed. This is a simple alternative to the taskProgress property.</rdfs:comment>
    <rdfs:label xml:lang="en">completed</rdfs:label>
    <dct:issued>2008-06-03</dct:issued>
    <rdfs:domain rdf:resource="http://purl.org/vocab/lifecycle/schema#Action"/>
    <rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/lifecycle/schema#"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
  </owl:DatatypeProperty>
</rdf:RDF>