-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #116 from juanjemdIos/Fair_Ontologies_New_Test
turtle test
- Loading branch information
Showing
22 changed files
with
857 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
@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://www.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#> . | ||
|
||
<https://w3id.org/foops/test/DOC1> a ftr:Test ; | ||
<http://www.w3.org/ns/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 "HTML availability"@en ; | ||
rdfs:label "DOC1"; | ||
dcterms:license <http://creativecommons.org/licenses/by/2.0/> ; | ||
ftr:indicator <https://w3id.org/fair/principles/terms/R1> ; | ||
dcterms:description """ This check verifies if the ontology has an HTML documentation """^^xsd:string ; # Falta explicar PASS y FAIL | ||
dcterms:publisher <https://oeg.fi.upm.es> ; | ||
dcat:version "0.0.1"^^xsd:string ; | ||
dcterms:identifier <https://w3id.org/foops/test/DOC1> ; | ||
dcat:keyword "HTML availability"@en , "Test"@en , "Reusable"@en ; | ||
<http://semanticscience.org/resource/SIO_000233> <https://w3id.org/foops/metric/DOC1> ; | ||
doap:repository <https://w3id.org/foops/repository> . | ||
<https://orcid.org/0000-0003-0454-7145> a vcard:Kind; | ||
vcard:fn "Daniel Garijo" ; | ||
vcard:hasEmail <mailto:[email protected]> . | ||
<https://orcid.org/0000-0003-3587-0367> a vcard:Kind; | ||
vcard:fn "Maria Poveda" ; | ||
vcard:hasEmail <mailto:[email protected]> . | ||
<https://w3id.org/fair/principles/terms/R1> a <https://w3id.org/fair/principles/terms/FAIR-SubPrinciple> ; | ||
rdfs:label "R1"@en ; | ||
dcterms:description "meta(data) are richly described with a plurality of accurate and relevant attributes."@en . | ||
<https://oeg.fi.upm.es> a foaf:Organization . | ||
<https://w3id.org/foops/repository> | ||
foaf:homePage <https://github.com/oeg-upm/fair_ontologies> . | ||
<https://w3id.org/foops/metric/DOC1> a dqv:Metric . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
@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://www.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#> . | ||
|
||
<https://w3id.org/foops/test/FIND1> a ftr:Test ; | ||
<http://www.w3.org/ns/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"@en ; | ||
rdfs:label "FIND1"; | ||
dcterms:license <http://creativecommons.org/licenses/by/2.0/> ; | ||
ftr:indicator <https://w3id.org/fair/principles/terms/F3> ; | ||
dcterms:description """ This check verifies if an ontology prefix is available"""^^xsd:string ; # Falta explicar PASS y FAIL | ||
dcterms:publisher <https://oeg.fi.upm.es> ; | ||
dcat:version "0.0.1"^^xsd:string ; | ||
dcterms:identifier <https://w3id.org/foops/test/FIND1> ; | ||
dcat:keyword "Ontology prefix"@en , "Test"@en , "Findable"@en ; | ||
<http://semanticscience.org/resource/SIO_000233> <https://w3id.org/foops/metric/FIND1> ; | ||
doap:repository <https://w3id.org/foops/repository> . | ||
<https://orcid.org/0000-0003-0454-7145> a vcard:Kind; | ||
vcard:fn "Daniel Garijo" ; | ||
vcard:hasEmail <mailto:[email protected]> . | ||
<https://orcid.org/0000-0003-3587-0367> a vcard:Kind; | ||
vcard:fn "Maria Poveda" ; | ||
vcard:hasEmail <mailto:[email protected]> . | ||
<https://w3id.org/fair/principles/terms/F3> a <https://w3id.org/fair/principles/terms/FAIR-SubPrinciple> ; | ||
rdfs:label "F3"@en ; | ||
dcterms:description "metadata clearly and explicitly include the identifier of the data it describes"@en . | ||
<https://oeg.fi.upm.es> a foaf:Organization . | ||
<https://w3id.org/foops/repository> | ||
foaf:homePage <https://github.com/oeg-upm/fair_ontologies> . | ||
<https://w3id.org/foops/metric/FIND1> a dqv:Metric . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
@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://www.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#> . | ||
|
||
<https://w3id.org/foops/test/FIND2> a ftr:Test ; | ||
<http://www.w3.org/ns/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 "Prefix is in registry"@en ; | ||
rdfs:label "FIND2"; | ||
dcterms:license <http://creativecommons.org/licenses/by/2.0/> ; | ||
ftr:indicator <https://w3id.org/fair/principles/terms/F4> ; | ||
dcterms:description """ This check verifies if the ontology prefix can be found in prefix.cc or LOV registries. This check also verifies if the prefix resolves to the same namespaceprefix found in the ontology. """^^xsd:string ; # Falta explicar PASS y FAIL | ||
dcterms:publisher <https://oeg.fi.upm.es> ; | ||
dcat:version "0.0.1"^^xsd:string ; | ||
dcterms:identifier <https://w3id.org/foops/test/FIND2> ; | ||
dcat:keyword "Prefix registry"@en , "Test"@en , "Findable"@en ; | ||
<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:Kind | ||
vcard:fn "Daniel Garijo" ; | ||
vcard:hasEmail <mailto:[email protected]> . | ||
<https://orcid.org/0000-0003-3587-0367> a vcard:Kind; | ||
vcard:fn "Maria Poveda" ; | ||
vcard:hasEmail <mailto:[email protected]> . | ||
<https://w3id.org/fair/principles/terms/F4> a <https://w3id.org/fair/principles/terms/FAIR-SubPrinciple> ; | ||
rdfs:label "F4"@en ; | ||
dcterms:description "(meta)data are registered or indexed in a searchable resource"@en . | ||
<https://oeg.fi.upm.es> a foaf:Organization . | ||
<https://w3id.org/foops/repository> | ||
foaf:homePage <https://github.com/oeg-upm/fair_ontologies> . | ||
<https://w3id.org/foops/metric/FIND2> a dqv:Metric . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
@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://www.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#> . | ||
|
||
<https://w3id.org/foops/test/FIND3> a ftr:Test ; | ||
<http://www.w3.org/ns/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 in metadata registry"@en ; | ||
rdfs:label "FIND3"; | ||
dcterms:license <http://creativecommons.org/licenses/by/2.0/> ; | ||
ftr:indicator <https://w3id.org/fair/principles/terms/F4> ; | ||
dcterms:description """ This check verifies if the ontology can be found in a public registry (LOV) """^^xsd:string ; # Falta explicar PASS y FAIL | ||
dcterms:publisher <https://oeg.fi.upm.es> ; | ||
dcat:version "0.0.1"^^xsd:string ; | ||
dcterms:identifier <https://w3id.org/foops/test/FIND3> ; | ||
dcat:keyword "Ontology in metadata registry"@en , "Test"@en , "Findable"@en ; | ||
<http://semanticscience.org/resource/SIO_000233> <https://w3id.org/foops/metric/FIND3> ; | ||
doap:repository <https://w3id.org/foops/repository> . | ||
<https://orcid.org/0000-0003-0454-7145> a vcard:Kind; | ||
vcard:fn "Daniel Garijo" ; | ||
vcard:hasEmail <mailto:[email protected]> . | ||
<https://orcid.org/0000-0003-3587-0367> a vcard:Kind; | ||
vcard:fn "Maria Poveda" ; | ||
vcard:hasEmail <mailto:[email protected]> . | ||
<https://w3id.org/fair/principles/terms/F4> a <https://w3id.org/fair/principles/terms/FAIR-SubPrinciple> ; | ||
rdfs:label "F4"@en ; | ||
dcterms:description "(meta)data are registered or indexed in a searchable resource"@en . | ||
<https://oeg.fi.upm.es> a foaf:Organization . | ||
<https://w3id.org/foops/repository> | ||
foaf:homePage <https://github.com/oeg-upm/fair_ontologies> . | ||
<https://w3id.org/foops/metric/FIND3> a dqv:Metric . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
@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://www.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#> . | ||
|
||
<https://w3id.org/foops/test/FIND_3_BIS> a ftr:Test ; | ||
<http://www.w3.org/ns/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 "Metadata are accessible, even when ontology is not"@en ; | ||
rdfs:label "FIND_3_BIS"; | ||
dcterms:license <http://creativecommons.org/licenses/by/2.0/> ; | ||
ftr:indicator <https://w3id.org/fair/principles/terms/A2> ; | ||
dcterms:description """ Metadata are accessible even when the ontology is no longer available. Since the metadata is usually included in the ontology, this check verifies whether the ontology is registered in a public metadata registry (LOV) """^^xsd:string ; # Falta explicar PASS y FAIL | ||
dcterms:publisher <https://oeg.fi.upm.es> ; | ||
dcat:version "0.0.1"^^xsd:string ; | ||
dcterms:identifier <https://w3id.org/foops/test/FIND_3_BIS> ; | ||
dcat:keyword "Metadata accesible"@en , "Test"@en , "Accesible"@en ; | ||
<http://semanticscience.org/resource/SIO_000233> <https://w3id.org/foops/metric/FIND_3_BIS> ; | ||
doap:repository <https://w3id.org/foops/repository> . | ||
<https://orcid.org/0000-0003-0454-7145> a vcard:Kind; | ||
vcard:fn "Daniel Garijo" ; | ||
vcard:hasEmail <mailto:[email protected]> . | ||
<https://orcid.org/0000-0003-3587-0367> a vcard:Kind; | ||
vcard:fn "Maria Poveda" ; | ||
vcard:hasEmail <mailto:[email protected]> . | ||
<https://w3id.org/fair/principles/terms/A2> a <https://w3id.org/fair/principles/terms/FAIR-SubPrinciple> ; | ||
rdfs:label "A2"@en ; | ||
dcterms:description "metadata are accessible, even when the data are no longer available"@en . | ||
<https://oeg.fi.upm.es> a foaf:Organization . | ||
<https://w3id.org/foops/repository> | ||
foaf:homePage <https://github.com/oeg-upm/fair_ontologies> . | ||
<https://w3id.org/foops/metric/FIND_3_BIS> a dqv:Metric . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
@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://www.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#> . | ||
|
||
<https://w3id.org/foops/test/HTTP1> a ftr:Test ; | ||
<http://www.w3.org/ns/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 "Open protocol"@en ; | ||
rdfs:label "HTTP1"; | ||
dcterms:license <http://creativecommons.org/licenses/by/2.0/> ; | ||
ftr:indicator <https://w3id.org/fair/principles/terms/A1.1> ; | ||
dcterms:description """ This check verifies if the ontology uses an open protocol (HTTP or HTTPS)"""^^xsd:string ; # Falta explicar PASS y FAIL | ||
dcterms:publisher <https://oeg.fi.upm.es> ; | ||
dcat:version "0.0.1"^^xsd:string ; | ||
dcterms:identifier <https://w3id.org/foops/test/HTTP1> ; | ||
dcat:keyword "Open protocol"@en , "Test"@en , "Accesible"@en ; | ||
<http://semanticscience.org/resource/SIO_000233> <https://w3id.org/foops/metric/HTTP1> ; | ||
doap:repository <https://w3id.org/foops/repository> . | ||
<https://orcid.org/0000-0003-0454-7145> a vcard:Kind; | ||
vcard:fn "Daniel Garijo" ; | ||
vcard:hasEmail <mailto:[email protected]> . | ||
<https://orcid.org/0000-0003-3587-0367> a vcard:Kind; | ||
vcard:fn "Maria Poveda" ; | ||
vcard:hasEmail <mailto:[email protected]> . | ||
<https://w3id.org/fair/principles/terms/A1.1> a <https://w3id.org/fair/principles/terms/FAIR-SubPrinciple> ; | ||
rdfs:label "A1.1"@en ; | ||
dcterms:description "the protocol is open, free, and universally implementable"@en . | ||
<https://oeg.fi.upm.es> a foaf:Organization . | ||
<https://w3id.org/foops/repository> | ||
foaf:homePage <https://github.com/oeg-upm/fair_ontologies> . | ||
<https://w3id.org/foops/metric/HTTP1> a dqv:Metric . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
@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://www.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#> . | ||
|
||
<https://w3id.org/foops/test/OM1> a ftr:Test ; | ||
<http://www.w3.org/ns/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 "Minimum metadata"@en ; | ||
rdfs:label "OM1"; | ||
dcterms:license <http://creativecommons.org/licenses/by/2.0/> ; | ||
ftr:indicator <https://w3id.org/fair/principles/terms/F2> ; | ||
dcterms:description """ This check verifies if the The following minimum metadata [title, description, license, version iri, creator, creationDate, namespace URI] are present in the ontology """^^xsd:string ; # Falta explicar PASS y FAIL | ||
dcterms:publisher <https://oeg.fi.upm.es> ; | ||
dcat:version "0.0.1"^^xsd:string ; | ||
dcterms:identifier <https://w3id.org/foops/test/OM1> ; | ||
dcat:keyword "Minimum metadata"@en , "Test"@en , "Findable"@en ; | ||
<http://semanticscience.org/resource/SIO_000233> <https://w3id.org/foops/metric/OM1> ; | ||
doap:repository <https://w3id.org/foops/repository> . | ||
<https://orcid.org/0000-0003-0454-7145> a vcard:Kind; | ||
vcard:fn "Daniel Garijo" ; | ||
vcard:hasEmail <mailto:[email protected]> . | ||
<https://orcid.org/0000-0003-3587-0367> a vcard:Kind; | ||
vcard:fn "Maria Poveda" ; | ||
vcard:hasEmail <mailto:[email protected]> . | ||
<https://w3id.org/fair/principles/terms/F2> a <https://w3id.org/fair/principles/terms/FAIR-SubPrinciple> ; | ||
rdfs:label "F2"@en ; | ||
dcterms:description "data are described with rich metadata (defined by R1 below)"@en . | ||
<https://oeg.fi.upm.es> a foaf:Organization . | ||
<https://w3id.org/foops/repository> | ||
foaf:homePage <https://github.com/oeg-upm/fair_ontologies> . | ||
<https://w3id.org/foops/metric/OM1> a dqv:Metric . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
@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://www.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#> . | ||
|
||
<https://w3id.org/foops/test/OM2> a ftr:Test ; | ||
<http://www.w3.org/ns/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 "Recommended metadata"@en ; | ||
rdfs:label "OM2"; | ||
dcterms:license <http://creativecommons.org/licenses/by/2.0/> ; | ||
ftr:indicator <https://w3id.org/fair/principles/terms/R1> ; | ||
dcterms:description """ This check verifies if the following recommended metadata [NS Prefix, version info, creation date, citation] are present in the ontology. It also checks if [contributor] is present, but with no penalty (as no all ontologies may have a contributor) """^^xsd:string ; # Falta explicar PASS y FAIL | ||
dcterms:publisher <https://oeg.fi.upm.es> ; | ||
dcat:version "0.0.1"^^xsd:string ; | ||
dcterms:identifier <https://w3id.org/foops/test/OM2> ; | ||
dcat:keyword "Recommended metadata"@en , "Test"@en , "Reusable"@en ; | ||
<http://semanticscience.org/resource/SIO_000233> <https://w3id.org/foops/metric/OM2> ; | ||
doap:repository <https://w3id.org/foops/repository> . | ||
<https://orcid.org/0000-0003-0454-7145> a vcard:Kind; | ||
vcard:fn "Daniel Garijo" ; | ||
vcard:hasEmail <mailto:[email protected]> . | ||
<https://orcid.org/0000-0003-3587-0367> a vcard:Kind; | ||
vcard:fn "Maria Poveda" ; | ||
vcard:hasEmail <mailto:[email protected]> . | ||
<https://w3id.org/fair/principles/terms/R1> a <https://w3id.org/fair/principles/terms/FAIR-SubPrinciple> ; | ||
rdfs:label "R1"@en ; | ||
dcterms:description "meta(data) are richly described with a plurality of accurate and relevant attributes"@en . | ||
<https://oeg.fi.upm.es> a foaf:Organization . | ||
<https://w3id.org/foops/repository> | ||
foaf:homePage <https://github.com/oeg-upm/fair_ontologies> . | ||
<https://w3id.org/foops/metric/OM2> a dqv:Metric . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
@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://www.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#> . | ||
|
||
<https://w3id.org/foops/test/OM3> a ftr:Test ; | ||
<http://www.w3.org/ns/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 "Detailed metadata"@en ; | ||
rdfs:label "OM3"; | ||
dcterms:license <http://creativecommons.org/licenses/by/2.0/> ; | ||
ftr:indicator <https://w3id.org/fair/principles/terms/R1> ; | ||
dcterms:description """ This check verifies if the following detailed metadata [doi, publisher, logo, status, source, issued date] are present in the ontology. It also checks if [previous version, backward compatibility, modified] are present, but with no penalty (as no all ontologies may have, e.g., a previous version) """^^xsd:string ; # Falta explicar PASS y FAIL | ||
dcterms:publisher <https://oeg.fi.upm.es> ; | ||
dcat:version "0.0.1"^^xsd:string ; | ||
dcterms:identifier <https://w3id.org/foops/test/OM3> ; | ||
dcat:keyword "Detailed metadata"@en , "Test"@en , "Reusable"@en ; | ||
<http://semanticscience.org/resource/SIO_000233> <https://w3id.org/foops/metric/OM3> ; | ||
doap:repository <https://w3id.org/foops/repository> . | ||
<https://orcid.org/0000-0003-0454-7145> a vcard:Kind; | ||
vcard:fn "Daniel Garijo" ; | ||
vcard:hasEmail <mailto:[email protected]> . | ||
<https://orcid.org/0000-0003-3587-0367> a vcard:Kind; | ||
vcard:fn "Maria Poveda" ; | ||
vcard:hasEmail <mailto:[email protected]> . | ||
<https://w3id.org/fair/principles/terms/R1> a <https://w3id.org/fair/principles/terms/FAIR-SubPrinciple> ; | ||
rdfs:label "R1"@en ; | ||
dcterms:description "meta(data) are richly described with a plurality of accurate and relevant attributes"@en . | ||
<https://oeg.fi.upm.es> a foaf:Organization . | ||
<https://w3id.org/foops/repository> | ||
foaf:homePage <https://github.com/oeg-upm/fair_ontologies> . | ||
<https://w3id.org/foops/metric/OM3> a dqv:Metric . | ||
|
Oops, something went wrong.