@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 sio: <http://semanticscience.org/resource/> .
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix schema: <http://schema.org/> .






<https://ostrails.github.io/assessment-component-metadata-records/test/SARA-TEST.ttl> a ftr:Test, dcat:DataService ;
    dcterms:identifier "https://ostrails.github.io/assessment-component-metadata-records/test/SARA-TEST.ttl"^^xsd:string ;
    rdfs:definedBy "https://ostrails.github.io/assessment-component-metadata-records/test/SARA-TEST.ttl" ;
    dcat:landingPage "https://ostrails.github.io/assessment-component-metadata-records/test/SARA-TEST.ttl"^^xsd:anyURI ;
    dcterms:title "TITLE"^^xsd:string ;
    rdfs:label "SARA-TEST"^^xsd:string ;
    vivo:abbreviation "SARA-TEST"^^xsd:string ;
    dcterms:description """DESCRIPTION"""^^xsd:string ;
    
    schema:about "Homo sapiens"^^xsd:string, "Homo sapiens"^^xsd:string ;
    
    
    dcat:version "1.0.0"^^xsd:string ;
    
    dcterms:license <http://creativecommons.org/licenses/by/4.0/> ;
    ftr:status "Active"@en ;
     
    
    
    
    
    
    ftr:supportedBy <https://w3id.org/FAIR-Champion> ;
    
    
    
    
    
    
    
    
    dcterms:publisher  <https://orcid.org/0009-0007-1059-8578>  ; 
    dcat:contactPoint  <https://orcid.org/0009-0007-1059-8578>  . 





<https://orcid.org/0009-0007-1059-8578> a vcard:Individual, foaf:Agent ;
    vcard:fn "Sara Curiel Manzanas"^^xsd:string ;
    vcard:hasEmail <mailto:s@gmail.com> .
    








