Sha256: eb3a22263cb68a6ba602ddd91bd32a91639c5a071a77d16f98249e930ff0b455

Contents?: true

Size: 878 Bytes

Versions: 68

Compression:

Stored size: 878 Bytes

Contents

@prefix xsd:          <http://www.w3.org/2001/XMLSchema#>
@prefix dcat:         <http://www.w3.org/ns/dcat#> .
@prefix dcterms:      <http://purl.org/dc/terms/> .
@prefix foaf:         <http://xmlns.com/foaf/0.1/> .
@base                 <http://base.of.relative.iris> .

PREFIX  test:         <http://example.org>
PrEfIx  insensitive:  <http://insensitive.example.org>

GRAPH <https://trig.testing.graph> {
    <https://example.org/resource/dataset> a dcat:Dataset ; 

#-----Mandatory-----#

    dcterms:title 'Test title'@cs, "Test title"@en ;
    dcterms:description """Multiline
        string"""@cs, '''Another
        multiline string '''@en ;

#-----Recommended-----#
    dcat:contactPoint [ a foaf:Person ] ;
    test:list ( <http://ex.org> 1 1.1 +1 -1 1.2E+4 "Test" "\"Quote\"" ) ;
    test:datatype "2016-07-20"^^xsd:date ;
    test:text """next multiline""";
    .
}

Version data entries

68 entries across 66 versions & 8 rubygems

Version Path
rouge-3.8.0 lib/rouge/demos/turtle
rouge-3.7.0 lib/rouge/demos/turtle
rouge-3.6.0 lib/rouge/demos/turtle
rouge-3.5.1 lib/rouge/demos/turtle
rouge-3.5.0 lib/rouge/demos/turtle
rouge-3.4.1 lib/rouge/demos/turtle
rouge-3.4.0 lib/rouge/demos/turtle
rouge-alda-3.3.0 lib/rouge/demos/turtle
rouge-3.3.0 lib/rouge/demos/turtle
rouge-3.2.1 lib/rouge/demos/turtle
rouge-3.2.0 lib/rouge/demos/turtle
rouge-lines-3.2.3 lib/rouge-lines/demos/turtle
rouge_ecl-1.0.0 lib/rouge/demos/turtle
rouge_ecl-0.0.1 lib/rouge/demos/turtle
rouge-3.1.1 lib/rouge/demos/turtle
rouge-3.1.0 lib/rouge/demos/turtle
rouge-3.0.0 lib/rouge/demos/turtle
rouge-2.2.1 lib/rouge/demos/turtle
rouge-2.2.0 lib/rouge/demos/turtle
rougegal-2.1.2 lib/rouge/demos/turtle