Skip to content
Snippets Groups Projects
Commit b0e9ca54 authored by Hanna Führ's avatar Hanna Führ
Browse files

WIP:Fixes

parent 22d4fdeb
No related branches found
No related tags found
1 merge request!9New: Migrate resource structured data to linked data
Pipeline #774513 skipped
......@@ -7,9 +7,6 @@ namespace SQL2Linked.Implementations
public class ResourceTypeStructuralData : StructuralData<ResourceType, ResourceTypeModel>
{
public readonly string ResourceTypeUrlPrefix = "https://purl.org/coscine/resourcetype";
public readonly Uri RdfType = new("http://www.w3.org/1999/02/22-rdf-syntax-ns#type");
public readonly Uri DcatDataService = new ("http://www.w3.org/ns/dcat#DataService");
public readonly Uri dctermsTitle = new("http://purl.org/dc/terms/title");
public readonly Uri rdf = new("http://www.w3.org/1999/02/22-rdf-syntax-ns#");
public readonly Uri dcat = new("http://www.w3.org/ns/dcat#");
public readonly Uri dcterms = new("http://purl.org/dc/terms/");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment