@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix ftr: <https://w3id.org/ftr#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dqv: <http://www.w3.org/ns/dqv#> .
@prefix vivo: <http://vivoweb.org/ontology/core#> .
@prefix dpv: <https://w3id.org/dpv#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .


<https://w3id.org/rsfc/test/RSFC-03-3> a ftr:Test, dcat:DataService ;
    dcat:contactPoint <https://orcid.org/0000-0003-0454-7145> ;
    dcterms:creator <https://orcid.org/0000-0003-0454-7145> ,
                    <https://github.com/andriumon> ;
    dcterms:title "Release versions follow a community established naming convention"@en ;
    rdfs:label "RSFC-03-3"^^xsd:string ;
    vivo:abbreviation "RSFC-03-3"^^xsd:string ;
    dcterms:license <http://creativecommons.org/licenses/by/4.0/> ;
    dcterms:description """TThis test checks if a 80% of all version identifiers follow either SemVer or CalVer conventions. This is achieved by checking if there’s any releases created in the repository and that their version numbers (or tags) follow Semantic Versioning (SemVer) or Calendar Versioning (CalVer)."""@en ;
    dcterms:publisher <https://oeg.fi.upm.es> ,
                      <https://ror.org/03n6nwv02> ;
    dqv:inDimension  <https://doi.org/10.25504/FAIRsharing.99299d>, <https://doi.org/10.25504/FAIRsharing.656e6c>;
    dcat:version "0.0.1"^^xsd:string ;
    dcterms:identifier "https://w3id.org/rsfc/test/RSFC-03-3" ;
    dcat:keyword "Convention"@en ,
                 "Test"@en ;
    dcat:endpointDescription <https://w3id.org/rsfc/api> ;
    dcat:endpointURL <https://api.rsfc.linkeddata.es/assess/test/RSFC-03-3> ;
    dpv:isApplicableFor <https://schema.org/SoftwareSourceCode> ;
    ftr:supportedBy <https://w3id.org/rsfc/> ;
    <http://semanticscience.org/resource/SIO_000233> <https://w3id.org/everse/i/indicators/versioning_standards_use> ; 
    doap:repository <https://w3id.org/rsfc/repository> .
<https://orcid.org/0000-0003-0454-7145> a vcard:Individual ;
    vcard:fn "Daniel Garijo"^^xsd:string ;
    vcard:hasEmail <mailto:dgarijo@upm.es> .
<https://github.com/andriumon> a vcard:Individual ;
    vcard:fn "Andres Montero"^^xsd:string ;
    vcard:hasEmail <mailto:andres.montero.martin@upm.es> .
<https://doi.org/10.25504/FAIRsharing.99299d> 
	rdfs:label "F1"^^xsd:string ;
	vivo:abbreviation "F1"^^xsd:string ;
	dcterms:description "Software is assigned a globally unique and persistent identifier."@en .
<https://doi.org/10.25504/FAIRsharing.656e6c> 
	rdfs:label "F1.2"^^xsd:string ;
	vivo:abbreviation "F1.2"^^xsd:string ;
	dcterms:description "Different versions of the software are assigned distinct identifiers."@en .
<https://oeg.fi.upm.es> a vcard:Organization ;
    rdfs:label "Ontology Engineering Group" ;
    vcard:url <https://oeg.fi.upm.es/> .
<https://ror.org/03n6nwv02> a vcard:Organization ;
    dcterms:identifier "https://ror.org/02h3v0f81" ;
    rdfs:label "Universidad Politécnica de Madrid" ;
    vcard:url <https://www.upm.es/> .
<https://w3id.org/rsfc/repository>
    foaf:homePage <https://github.com/oeg-upm/rsfc> ;
    dcterms:description "Main repository for Research Software Quality Checks (RSFC) code and documentation"@en .
<https://w3id.org/everse/i/indicators/versioning_standards_use> a dqv:Metric ;
 owl:sameAs <https://doi.org/10.25504/FAIRsharing.c34a82> .