Data model and vocabulary

I would like to use http://ontologi.es/doap-changeset# to represent a patch / commit and looking for:

  • a python package that I could use to wrap this into an ActivityPub payload, similar to RDF::DOAP
  • a description explaining what it means

I suppose this is where the patch / commit should be included but…

dcs:Change
	a owl:Class ;
	vs:term_status "stable" ;
	rdfs:isDefinedBy dcs: ;
	rdfs:label "Change"@en ;
	rdfs:comment "A change to something. Use rdfs:label to briefly describe the change. Use rdfs:comment for additional information."@en .
2 Likes