@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<http://ontologi.es/doap-changeset>
    <http://ontologi.es/status#status> <http://ontologi.es/status#Draft> ;
    a <http://xmlns.com/foaf/0.1/Document> ;
    <http://xmlns.com/foaf/0.1/primaryTopic> <http://ontologi.es/doap-changeset#> .

<http://ontologi.es/doap-changeset#>
    <http://purl.org/dc/terms/created> "2010-01-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    <http://purl.org/dc/terms/creator> <http://tobyinkster.co.uk/#i> ;
    <http://purl.org/dc/terms/description> "An ontology that extends DOAP to describe changesets."@en ;
    <http://purl.org/dc/terms/issued> "2010-01-08"^^<http://www.w3.org/2001/XMLSchema#date> ;
    <http://purl.org/dc/terms/modified> "2010-01-08"^^<http://www.w3.org/2001/XMLSchema#date>, "2010-01-27"^^<http://www.w3.org/2001/XMLSchema#date>, "2011-02-15"^^<http://www.w3.org/2001/XMLSchema#date>, "2012-04-25"^^<http://www.w3.org/2001/XMLSchema#date>, "2012-06-20"^^<http://www.w3.org/2001/XMLSchema#date>, "2013-09-03"^^<http://www.w3.org/2001/XMLSchema#date>, "2015-01-15"^^<http://www.w3.org/2001/XMLSchema#date> ;
    <http://purl.org/vocab/vann/preferredNamespacePrefix> "dcs" ;
    <http://purl.org/vocab/vann/preferredNamespaceUri> "http://ontologi.es/doap-changeset#" ;
    a <http://www.w3.org/2002/07/owl#Ontology> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "DOAP Change Sets"@en .

<http://ontologi.es/doap-changeset#Change>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A change to something. Use rdfs:label to briefly describe the change. Use rdfs:comment for additional information."@en ;
    <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://ontologi.es/doap-changeset#> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Change"@en ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" .

<http://ontologi.es/doap-changeset#ChangeSet>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of changes. Not necessarily disjoint with foaf:Document!"@en ;
    <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://ontologi.es/doap-changeset#> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Change Set"@en ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> rdf:Bag ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "stable" .

<http://ontologi.es/doap-changeset#ToDoList>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of planned changes."@en ;
    <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://ontologi.es/doap-changeset#> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "To-Do List"@en ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:FutureChangeSet ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .

<http://ontologi.es/doap-changeset#WishList>
    a <http://www.w3.org/2002/07/owl#Class> ;
    <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of desired changes."@en ;
    <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://ontologi.es/doap-changeset#> ;
    <http://www.w3.org/2000/01/rdf-schema#label> "Wish List"@en ;
    <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:FutureChangeSet ;
    <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> "testing" .

