@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/foops/metric/VOC1> a dqv:Metric ;
	dcterms:identifier "https://w3id.org/foops/metric/VOC1" ;
	dcterms:title "Ontology reuses existing vocabularies for metadata annotations"@en ;
	dcterms:description """ 
This metric evaluates the extent to which the ontology reuses established vocabularies for metadata declaration.

**What is being measured?**

The reuse of standard vocabularies (e.g., Dublin Core, FOAF, or SKOS) in the ontology’s metadata declarations.

**Why should we measure it?**

Reusing well-known vocabularies enhances interoperability and ensures compatibility with tools and datasets that rely on these standards.

**What must be provided for the measurement?**

An ontology URI or file

**What are considered valid results?**

An ontology reusing established vocabularies for metadata annotations.
	"""@en ;
	rdfs:label "VOC1 metric: Ontology reuses existing vocabularies for metadata annotations"^^xsd:string ;
	vivo:abbreviation "VOC1-M"^^xsd:string ;
	dcat:contactPoint <https://orcid.org/0000-0003-0454-7145> ;
	dcterms:creator <https://orcid.org/0000-0003-0454-7145> ;
	dcterms:creator <https://orcid.org/0000-0003-3587-0367> ;
	dqv:inDimension <https://w3id.org/fair/principles/terms/I2> ;
	dcterms:publisher <https://oeg.fi.upm.es>, <https://ror.org/03n6nwv02> ;
	dcat:version "0.0.1"^^xsd:string ;
	dcterms:license <http://creativecommons.org/licenses/by/4.0/> ;
	dcat:keyword "Vocabulary reuse"@en , "Metric"@en , "Interoperable"@en ;
	dpv:isApplicableFor <https://schema.org/DefinedTermSet> ;
    ftr:supportedBy <https://w3id.org/foops/> ;
	<http://semanticscience.org/resource/SIO_000234> <https://w3id.org/foops/test/VOC1> ;
	dcat:landingPage <https://w3id.org/foops/metric/VOC1> ; 
	ftr:hasBenchmark <https://w3id.org/foops/benchmark/ALL> , <https://w3id.org/foops/benchmark/PRE>  ; 
	ftr:status "Active"@en ;
	owl:sameAs <https://doi.org/10.25504/FAIRsharing.7b9fe7> .
<https://orcid.org/0000-0003-0454-7145> a vcard:Individual;
	vcard:fn "Daniel Garijo"^^xsd:string ;
	vcard:hasEmail <mailto:dgarijo@upm.es> .
<https://orcid.org/0000-0003-3587-0367> a vcard:Individual;
	vcard:fn "Maria Poveda"^^xsd:string ;
	vcard:hasEmail <mailto:m.poveda@upm.es> .
<https://w3id.org/fair/principles/terms/I2> a <https://w3id.org/fair/principles/terms/FAIR-SubPrinciple> ;
	rdfs:label "I2"^^xsd:string ;
	vivo:abbreviation "I2"^^xsd:string ;
	dcterms:description "(meta)data use vocabularies that follow FAIR principles"@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/03n6nwv02>" ;
    rdfs:label "Universidad Politécnica de Madrid" ;
	vcard:url <https://www.upm.es/> .
<https://w3id.org/foops/test/VOC1> a ftr:Test .
<https://w3id.org/foops/benchmark/ALL> a ftr:Benchmark;
    dcterms:title "General Benchmark ALL for FAIR Principles"@en ;
    dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to all metrics."@en .
<https://w3id.org/foops/benchmark/PRE> a ftr:Benchmark;
    dcterms:title "General Benchmark PRE for FAIR Principles"@en ;
    dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle. Apply to some metrics."@en .


