LV2 Extensions
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
641B

  1. @prefix doap: <http://usefulinc.com/ns/doap#> .
  2. @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  3. @prefix owl: <http://www.w3.org/2002/07/owl#> .
  4. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  5. <http://kxstudio.sf.net>
  6. a owl:Ontology ;
  7. doap:license "Public Domain" ;
  8. doap:name "KXStudio Meta" ;
  9. doap:shortdesc "KXStudio project metadata" ;
  10. doap:created "2015-07-03" ;
  11. doap:maintainer <https://falktx.com> ;
  12. rdfs:comment "This document describes metadata relevant to the KXStudio project." .
  13. <https://falktx.com>
  14. a foaf:Person ;
  15. foaf:name "Filipe Coelho" ;
  16. foaf:mbox <mailto:falktx@falktx.com> .