Skip to content

Commit

Permalink
Changed schema prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
agbeltran committed Feb 18, 2019
1 parent 7af9305 commit 037984d
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions dcat/examples/csiro-stratchart-schema.jsonld
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
{
"@graph" : [ {
"@id" : "_:b0",
"@type" : "s:EntryPoint",
"@type" : "sdo::EntryPoint",
"actionApplication" : "_:b1",
"comment" : "Service that supports queries to obtain RDF representations of subsets of the data",
"name" : "International Chronostratigraphic Chart hosted at Research Vocabularies Australia",
"url" : "https://vocabs.ands.org.au/viewById/196"
}, {
"@id" : "_:b1",
"@type" : "s:SoftwareApplication",
"@type" : "sdo::SoftwareApplication",
"conformsTo" : "https://www.w3.org/TR/sparql11-query/",
"url" : "http://vocabs.ands.org.au/repository/api/sparql/csiro_international-chronostratigraphic-chart_2017"
}, {
"@id" : "_:b10",
"@type" : "s:DataDownload",
"@type" : "sdo::DataDownload",
"comment" : "Webpage describing the ontology used for the data",
"contentUrl" : "http://resource.geosciml.org/ontology/timescale/gts.html",
"encodingFormat" : "mime:text/html"
}, {
"@id" : "_:b2",
"@type" : "s:DataDownload",
"@type" : "sdo::DataDownload",
"comment" : "TTL serialization of the RDF representation of the entire dataset",
"encodingFormat" : "mime:text/turtle",
"identifier" : "isc2017.ttl"
}, {
"@id" : "_:b3",
"@type" : "s:DataDownload",
"@type" : "sdo::DataDownload",
"comment" : "RDF/XML serialization of the RDF representation of the entire dataset",
"encodingFormat" : "mime:application/rdf+xml",
"identifier" : "isc2017.rdf"
}, {
"@id" : "_:b4",
"@type" : "s:DataDownload",
"@type" : "sdo::DataDownload",
"conformsTo" : "https://www.w3.org/TR/rdf-schema/",
"comment" : "RDF representation of the data",
"accessService" : "_:b0"
}, {
"@id" : "_:b5",
"@type" : "s:DataDownload",
"@type" : "sdo::DataDownload",
"comment" : "JSON-LD serialization of the RDF representation of the entire dataset",
"encodingFormat" : "mime:application/ld+json",
"identifier" : "isc2017.jsonld"
}, {
"@id" : "_:b6",
"@type" : "s:DataDownload",
"@type" : "sdo:DataDownload",
"comment" : "N-Triples serialization of the RDF representation of the entire dataset",
"encodingFormat" : "mime:application/n-triples",
"identifier" : "isc2017.nt"
Expand All @@ -61,35 +61,35 @@
"url" : "http://resource.geosciml.org/ontology/timescale/gts"
}, {
"@id" : "_:b8",
"@type" : "s:DataDownload",
"@type" : "sdo:DataDownload",
"comment" : "RDF/XML representation of the ontology used for the data",
"contentUrl" : "http://resource.geosciml.org/ontology/timescale/gts.rdf",
"encodingFormat" : "mime:application/rdf+xml"
}, {
"@id" : "_:b9",
"@type" : "s:DataDownload",
"@type" : "sdo:DataDownload",
"comment" : "TTL representation of the ontology used for the data",
"contentUrl" : "http://resource.geosciml.org/ontology/timescale/gts.ttl",
"encodingFormat" : "mime:text/turtle"
}, {
"@id" : "http://stratigraphy.org/ICSchart/ChronostratChart2017-02.jpg",
"@type" : "s:ImageObject",
"@type" : "sdo:ImageObject",
"additionalType" : "dctype:Image",
"datePublished" : "2017-02-01",
"description" : "Coloured image representation of the International Chronostratigraphic Chart",
"encodingFormat" : "mime:img/jpeg",
"name" : "International Chronostratigraphic Chart"
}, {
"@id" : "http://stratigraphy.org/ICSchart/ChronostratChart2017-02.pdf",
"@type" : "s:ImageObject",
"@type" : "sdo:ImageObject",
"additionalType" : "dctype:Image",
"datePublished" : "2017-02-01",
"description" : "Coloured image representation of the International Chronostratigraphic Chart",
"encodingFormat" : "mime:application/pdf",
"name" : "International Chronostratigraphic Chart"
}, {
"@id" : "dap:d33937",
"@type" : "s:Dataset",
"@type" : "sdo:Dataset",
"conformsTo" : "http://resource.geosciml.org/ontology/timescale/gts",
"comment" : "The data",
"datePublished" : "2018-07-07",
Expand Down Expand Up @@ -177,7 +177,7 @@
"@type" : "@id"
},
"dap" : "https://data.csiro.au/dataset/",
"s" : "http://schema.org/",
"sdo" : "http://schema.org/",
"dct" : "http://purl.org/dc/terms/",
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
Expand All @@ -187,4 +187,4 @@
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#",
"dcat" : "http://www.w3.org/ns/dcat#"
}
}
}

0 comments on commit 037984d

Please sign in to comment.