MOAP "Metric Of A Project"
MOAP is a RDF schema issued by EDOS representing a set of indicators pertaining to an open-source project. See also See following article by Edd Dumbill on the use of RDF/XML: http://times.usefulinc.com/2005/02/18-xml-or-rdf Links- http://fr.wikipedia.org/wiki/M%C3%A9trique_%28logiciel%29
- http://fr.wikipedia.org/wiki/Mesure_%28math%C3%A9matique%29
- Source monitor http://www.campwoodsw.com/
- http://xmlns.com/wordnet/1.6/Indicator
- http://xmlns.com/wordnet/1.6/Metric
<?xml version="1.0"?> <rdf:RDF xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:doap="http://usefulinc.com/ns/doap" xmlns:p2="http://xmlns.com/wordnet/1.6/" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns="http://www.edos-project.org/ns/moap.rdf#" xmlns:wot="http://xmlns.com/wot/0.1/" xmlns:p1="http://usefulinc.com/ns/doap#" xmlns:p4="http://www.w3.org/2000/10/swap/pim/contact#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:daml="http://www.daml.org/2001/03/daml+oil#" xmlns:p3="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:base="http://www.edos-project.org/ns/moap.rdf"> <owl:Ontology rdf:about=""> <owl:imports rdf:resource="file:/home/sebastocha/Sebasto/Mandriva/Edos/MOAP/doap.rdf"/> </owl:Ontology> <rdfs:Class rdf:ID="Indicator"> <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" >An indicator is a set of quantitative measures computed at a given date and time. An indicator has a maintainer. An indicator maintainer is the person in charge of the scripts that compute the indicator.</rdfs:comment> </rdfs:Class> <rdfs:Class rdf:ID="DownloadsIndicator"> <rdfs:subClassOf rdf:resource="#Indicator"/> </rdfs:Class> <rdfs:Class rdf:ID="CodeActivity"> <rdfs:subClassOf rdf:resource="#Indicator"/> </rdfs:Class> <rdfs:Class rdf:ID="License"/> <rdfs:Class rdf:ID="ProjectWebVisitActivity"> <rdfs:subClassOf rdf:resource="#Indicator"/> </rdfs:Class> <rdfs:Class rdf:ID="LicenseIndicator"> <rdfs:subClassOf rdf:resource="#Indicator"/> </rdfs:Class> <rdfs:Class rdf:ID="ForumActivity"> <rdfs:subClassOf rdf:resource="#Indicator"/> </rdfs:Class> <rdfs:Class rdf:ID="ProjectMetrics"> <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string" >An instance of the class "Project metrics" contains a set of indicators related to a given project, for which a DOAP file description may or may not be available. A project metrics instance can contain other project metrics instances related to modules of the main project.</rdfs:comment> </rdfs:Class> <rdfs:Class rdf:ID="SlocLanguageIndicator"> <rdfs:subClassOf rdf:resource="#Indicator"/> </rdfs:Class> <rdfs:Class rdf:ID="TestingActivity"> <rdfs:subClassOf rdf:resource="#Indicator"/> </rdfs:Class> <rdfs:Class rdf:ID="WikiIndicator"> <rdfs:subClassOf rdf:resource="#Indicator"/> </rdfs:Class> <rdfs:Class rdf:ID="BugReportingActivity"> <rdfs:subClassOf rdf:resource="#Indicator"/> </rdfs:Class> <rdfs:Class rdf:ID="ContributorsIndicator"> <rdfs:subClassOf rdf:resource="#Indicator"/> </rdfs:Class> <rdf:Property rdf:ID="dailyAnswerMessages"> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/> <rdfs:domain rdf:resource="#ForumActivity"/> </rdf:Property> <rdf:Property rdf:ID="dailyCommits"> <rdfs:domain rdf:resource="#CodeActivity"/> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/> </rdf:Property> <rdf:Property rdf:ID="numberOfTranslators"> <rdfs:domain rdf:resource="#ContributorsIndicator"/> </rdf:Property> <rdf:Property rdf:ID="programmingLanguage"> <rdfs:domain rdf:resource="#SlocLanguageIndicator"/> </rdf:Property> <rdf:Property rdf:ID="subProjectMetrics"> <rdfs:range rdf:resource="#ProjectMetrics"/> <rdfs:domain rdf:resource="#ProjectMetrics"/> </rdf:Property> <rdf:Property rdf:ID="dailyNewBugs"> <rdfs:domain rdf:resource="#BugReportingActivity"/> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/> </rdf:Property> <rdf:Property rdf:ID="dailyNewPages"> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/> <rdfs:domain rdf:resource="#WikiIndicator"/> </rdf:Property> <rdf:Property rdf:ID="dailyFixedBugs"> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#long"/> <rdfs:domain rdf:resource="#BugReportingActivity"/> </rdf:Property> <rdf:Property rdf:ID="numberOfFiles"> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/> <rdfs:domain rdf:resource="#LicenseIndicator"/> </rdf:Property> <rdf:Property rdf:ID="numberOfLanguages"> <rdfs:domain rdf:resource="#WikiIndicator"/> </rdf:Property> <rdf:Property rdf:ID="numberOfAccounts"> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/> <rdfs:domain> <owl:Class> <owl:unionOf rdf:parseType="Collection"> <rdfs:Class rdf:about="#ForumActivity"/> <rdfs:Class rdf:about="#WikiIndicator"/> </owl:unionOf> </owl:Class> </rdfs:domain> </rdf:Property> <rdf:Property rdf:ID="SLOC"> <rdfs:domain rdf:resource="#SlocLanguageIndicator"/> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/> </rdf:Property> <rdf:Property rdf:ID="maintainer"> <rdfs:domain rdf:resource="#Indicator"/> <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Person"/> </rdf:Property> <rdf:Property rdf:ID="numberOfTests"> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/> <rdfs:domain rdf:resource="#TestingActivity"/> </rdf:Property> <rdf:Property rdf:ID="indicators"> <rdfs:domain rdf:resource="#ProjectMetrics"/> <rdfs:range rdf:resource="#Indicator"/> </rdf:Property> <rdf:Property rdf:ID="numberOfTesters"> <rdfs:domain rdf:resource="#ContributorsIndicator"/> </rdf:Property> <rdf:Property rdf:ID="project"> <rdfs:domain rdf:resource="#ProjectMetrics"/> <rdfs:range rdf:resource="http://usefulinc.com/ns/doap#Project"/> </rdf:Property> <rdf:Property rdf:ID="numberOfContributors"> <rdfs:domain rdf:resource="#ContributorsIndicator"/> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/> </rdf:Property> <rdf:Property rdf:ID="dailyPageViews"> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/> <rdfs:domain rdf:resource="#ProjectWebVisitActivity"/> </rdf:Property> <rdf:Property rdf:ID="dailyDownloads"> <rdfs:domain rdf:resource="#DownloadsIndicator"/> </rdf:Property> <rdf:Property rdf:ID="license"> <rdfs:range rdf:resource="#License"/> <rdfs:domain rdf:resource="#LicenseIndicator"/> </rdf:Property> <rdf:Property rdf:ID="forumType"> <rdfs:domain rdf:resource="#ForumActivity"/> </rdf:Property> <rdf:Property rdf:ID="activeBugs"> <rdfs:domain rdf:resource="#BugReportingActivity"/> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#long"/> </rdf:Property> <rdf:Property rdf:ID="numberOfDevelopers"> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/> <rdfs:domain rdf:resource="#ContributorsIndicator"/> </rdf:Property> <rdf:Property rdf:ID="numberOfDocumenters"> <rdfs:domain rdf:resource="#ContributorsIndicator"/> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/> </rdf:Property> <rdf:Property rdf:ID="dailyUpdates"> <rdfs:domain rdf:resource="#WikiIndicator"/> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/> </rdf:Property> <rdf:Property rdf:ID="computationDate"> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/> <rdfs:domain rdf:resource="#Indicator"/> </rdf:Property> <rdf:Property rdf:ID="dailyNewMessages"> <rdfs:domain rdf:resource="#ForumActivity"/> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/> </rdf:Property> </rdf:RDF>
Version 1.8 last modified by StephaneLauriere on 25/09/2006 at 14:16
Document data
Attachments:
No attachments for this document
Comments: 0