-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmockbenchmark1.ttl
36 lines (36 loc) · 2.22 KB
/
mockbenchmark1.ttl
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
@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#> .
<https://www.this.com/benchmark/998518b7-da8a-47fe-8416-ad1065761643/FAIRChampionBenchmark> a ftr:Benchmark ;
dcterms:identifier <https://www.this.com/benchmark/998518b7-da8a-47fe-8416-ad1065761643/FAIRChampionBenchmarkID> ;
dcterms:title "FAIR Champion Benchmark"^^xsd:string ;
rdfs:label "FAIR Champion Benchmark"^^xsd:string ;
vivo:abbreviation "BenchmarkChampion"^^xsd:string ;
dcterms:description """This is the first Benchmark created with FAIR Metrics for FAIR Champion in OSTrials"""^^xsd:string ;
dcat:keyword "FAIR"@en, "Benchmark"@en, "OSTrials"@en;
dcat:theme <http://purl.obolibrary.org/obo/NCIT_C142491>;
dcat:version "0.1.1"^^xsd:string ;
dcterms:license <http://creativecommons.org/licenses/by/4.0/> ;
ftr:status "Active"@en ;
dcat:landingPage <https://ostrails.github.io/sandbox/mockbenchmark1.html> ;
dcterms:creator <https://ror.org/03n6nwv02> ;
dcat:contactPoint <https://orcid.org/0000-0001-6960-357X> ;
ftr:hasAssociatedMetric <https://doi.org/10.25504/FAIRsharing.VrP6sm>, <https://doi.org/10.25504/FAIRsharing.fsB7NK>.
<https://ror.org/03n6nwv02> a vcard:Organization ;
vcard:organization-name "Universidad Politécnica de Madrid"^^xsd:string .
<https://orcid.org/0000-0001-6960-357X> a vcard:Individual ;
vcard:fn "Mark Wilkinson"^^xsd:string ;
vcard:hasEmail <mailto:[email protected]> .
<https://doi.org/10.25504/FAIRsharing.VrP6sm> a dqv:Metric ;
rdfs:label "FAIR Maturity Indicator Gen2-MI-A1.2"^^xsd:string ;
dcterms:identifier <https://doi.org/10.25504/FAIRsharing.VrP6sm> .
<https://purl.org/fair-metrics/FM_R1.1> a dqv:Metric ;
rdfs:label "FAIR Metrics - Accessible Usage License"^^xsd:string ;
dcterms:identifier <https://doi.org/10.25504/FAIRsharing.fsB7NK> .