From b0e9ca541d0030e2d453d688a088f46855c80046 Mon Sep 17 00:00:00 2001 From: Hanna Fuehr <fuehr@itc.rwth-aachen.de> Date: Thu, 4 Aug 2022 13:19:00 +0200 Subject: [PATCH] WIP:Fixes --- src/SQL2Linked/Implementations/ResourceTypeStructuralData.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/SQL2Linked/Implementations/ResourceTypeStructuralData.cs b/src/SQL2Linked/Implementations/ResourceTypeStructuralData.cs index c9aa457..d5fc3b2 100644 --- a/src/SQL2Linked/Implementations/ResourceTypeStructuralData.cs +++ b/src/SQL2Linked/Implementations/ResourceTypeStructuralData.cs @@ -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/"); -- GitLab