@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#> .

<https://w3id.org/foops/test/FIND2> a ftr:Test , dcat:DataService ;
	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> ;
	dcterms:title "Ontology prefix is found in prefix.cc or LOV"@en ;
	rdfs:label "FIND2 test: Ontology prefix is found in prefix.cc or LOV"^^xsd:string ;
	vivo:abbreviation "FIND2-T"^^xsd:string ;
	dcterms:license <http://creativecommons.org/licenses/by/4.0/> ;
	dqv:inDimension <https://w3id.org/fair/principles/terms/F4> ;
	dcterms:description """
This test verifies whether the ontology prefix is available in [prefix.cc]((https://prefix.cc/)) or the [Linked Open Vocabularies (LOV)]((https://lov.linkeddata.es/)) registries. 
The test will pass if: 

 1. there is a prefix declared in the assessed ontology, 
 2. the prefix is found in [LOV](https://lov.linkeddata.es/) or [prefix.cc](https://prefix.cc/) 
 3. if found in [LOV](https://lov.linkeddata.es/) or [prefix.cc](https://prefix.cc/) , the namespace URI associated with the prefix is the same as the assessed ontology URI (or preferred namespace URI)

Otherwise, the test will fail. 
	"""@en ; 
	dcterms:publisher <https://oeg.fi.upm.es>, <https://ror.org/03n6nwv02> ;
	dcat:version "0.0.1"^^xsd:string ;
	dcterms:identifier "https://w3id.org/foops/test/FIND2" ;
    dcat:keyword "Prefix"@en ,"LOV"@en ,"prefix.cc"@en , "Test"@en , "Findable"@en ;
	dcat:endpointDescription <https://w3id.org/foops/api> ;
    dcat:endpointURL <https://foops.linkeddata.es/assess/test/FIND2> ;
    dpv:isApplicableFor <https://schema.org/DefinedTermSet> ;
    ftr:supportedBy <https://w3id.org/foops/> ;
	<http://semanticscience.org/resource/SIO_000233> <https://w3id.org/foops/metric/FIND2> ;
	doap:repository <https://w3id.org/foops/repository> .
<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/F4> a dqv:Dimension, <https://w3id.org/fair/principles/terms/FAIR-SubPrinciple> ;
	rdfs:label "F4"^^xsd:string ;
	vivo:abbreviation "F4"^^xsd:string ;
	dcterms:description "(meta)data are registered or indexed in a searchable resource"@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/foops/repository>
foaf:homePage <https://github.com/oeg-upm/fair_ontologies> .
<https://w3id.org/foops/metric/FIND2> a dqv:Metric .

