-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathURI1.ttl
More file actions
55 lines (54 loc) · 3.14 KB
/
Copy pathURI1.ttl
File metadata and controls
55 lines (54 loc) · 3.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
@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/URI1> 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 URI is resolvable"@en ;
rdfs:label "URI1 test: Ontology URI is resolvable"^^xsd:string ;
vivo:abbreviation "URI1-T"^^xsd:string ;
dcterms:license <http://creativecommons.org/licenses/by/4.0/> ;
dqv:inDimension <https://w3id.org/fair/principles/terms/F1> ;
dcterms:description """
This test verifies if the ontology URI that was found within the ontology document is resolvable.
Note that the ontology URI found in the ontology may be different from the URI used in the assessment.
The test will pass if the vocabulary is resolvable in any of the following RDF serializations: RDF/XML, TTL, N-Triples, JSON-LD. The test will fail if no known RDF serialization is returned, or the serialization returned is not among one of the aforementioned. """@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/URI1" ;
dcat:keyword "URI resolvable"@en , "Test"@en , "Resolvable"@en;
dcat:endpointDescription <https://w3id.org/foops/api> ;
dcat:endpointURL <https://foops.linkeddata.es/assess/test/URI1> ;
dpv:isApplicableFor <https://schema.org/DefinedTermSet> ;
ftr:supportedBy <https://w3id.org/foops/> ;
<http://semanticscience.org/resource/SIO_000233> <https://w3id.org/foops/metric/URI1> ;
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/F1> a dqv:Dimension, <https://w3id.org/fair/principles/terms/FAIR-SubPrinciple> ;
rdfs:label "F1"^^xsd:string ;
vivo:abbreviation "F1"^^xsd:string ;
dcterms:description "(meta)data are assigned a globally unique and persistent identifier."@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/URI1> a dqv:Metric .