SemanticSearchImplementation
Static Public Attributes | List of all members
SemanticSearchImplementation.Uris Class Reference

Contains only constants for URIs and CURIEs. More...

Static Public Attributes

const string RDFS = "http://www.w3.org/2000/01/rdf-schema#"
 
const string DCTERMS = "http://purl.org/dc/terms/"
 
const string SHACL = "http://www.w3.org/ns/shacl#"
 
const string RDF = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 
const string OWL = "http://www.w3.org/2002/07/owl#"
 
const string QUDT = "http://qudt.org/schema/qudt/"
 
const string FOAF = "http://xmlns.com/foaf/0.1/"
 
const string COSCINE_PROJECTSTRUCTURE = "https://purl.org/coscine/terms/projectstructure#"
 
const string COSCINE_SEARCH = "https://purl.org/coscine/terms/search#"
 
const string SH_NODE_SHAPE = "sh:NodeShape"
 
const string SH_PATH = "sh:path"
 
const string SH_PROPERTY = "sh:property"
 
const string SH_CLASS = "sh:class"
 
const string SH_NAME = "sh:name"
 
const string SH_DATATYPE = "sh:datatype"
 
const string SH_RULE = "sh:rule"
 
const string SH_PREFIX = "sh:prefix"
 
const string SH_PREFIXES = "sh:prefixes"
 
const string SH_SPARQL_RULE = "sh:SPARQLRule"
 
const string SH_SELECT = "sh:select"
 
const string SH_TARGET = "sh:target"
 
const string SH_CONSTRUCT = "sh:construct"
 
const string SH_DECLARE = "sh:declare"
 
const string SH_NAMESPACE = "sh:namespace"
 
const string SH_ORDER = "sh:order"
 
const string DCTERMS_TITLE = "dcterms:title"
 
const string RDF_TYPE_LONG = "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
 
const string FOAF_PERSON = "foaf:Person"
 
const string FOAF_NAME = "foaf:name"
 
const string FOAF_GIVEN_NAME = "foaf:givenName"
 
const string FOAF_FAMILY_NAME = "foaf:familyName"
 
const string ORG_MEMBERSHIP = "org:Membership"
 
const string ORG_ORGANIZATION = "org:organization"
 
const string ORG_MEMBER = "org:member"
 
const string ORG_HAS_UNIT = "org:hasUnit"
 
const string RDFS_SUBCLASS_OF = "rdfs:subClassOf"
 
const string RDFS_LABEL = "rdfs:label"
 
const string OWL_ONTOLOGY = "owl:Ontology"
 
const string QUDT_VALUE = "qudt:value"
 
const string QUDT_UNIT = "qudt:unit"
 
const string COSCINE_LITERAL_RULES = "https://purl.org/coscine/literalRules/"
 
const string COSCINE_ADDITIONAL_RULES = "https://purl.org/coscine/generalRules/"
 
const string COSCINE_PROJECTSTRUCTURE_IS_PUBLIC_LONG = "https://purl.org/coscine/terms/projectstructure#isPublic"
 
const string COSCINE_PROJECTSTRUCTURE_IS_PUBLIC = "coscineprojectstructure:isPublic"
 
const string COSCINE_PROJECTSTRUCTURE_IS_MEMBER_OF = "coscineprojectstructure:isMemberOf"
 
const string COSCINE_PROJECTSTRUCTURE_IS_FILE_OF = "coscineprojectstructure:isFileOf"
 
const string COSCINE_PROJECTSTRUCTURE_IS_RESOURCE_OF = "coscineprojectstructure:isResourceOf"
 
const string COSCINE_SEARCH_ROOT_CLASS = "https://purl.org/coscine/terms/search#rootClass"
 
const string COSCINE_SEARCH_GRAPHNAME = "https://purl.org/coscine/terms/search#graphName"
 
const string COSCINE_SEARCH_BELONGS_TO_PROJECT = "https://purl.org/coscine/terms/search#belongsToProject"
 
const string COSCINE_SEARCH_APPLICATION_PROFILE = "https://purl.org/coscine/terms/search#applicationProfile"
 
const string COSCINE_SEARCH_CURRENT_INDEX = "https://purl.org/coscine/terms/search#currentIndex"
 
const string COSCINE_SEARCH_HAS_INDEX_VERSION = "https://purl.org/coscine/terms/search#hasIndexVersion"
 
const string COSCINE_SEARCH_IS_DELETED = "coscinesearch:isDeleted"
 
const string DFG = "http://www.dfg.de/dfg_profil/gremien/fachkollegien/faecher/"
 
const string ORG = "http://www.w3.org/ns/org#"
 

Detailed Description

Contains only constants for URIs and CURIEs.

Member Data Documentation

◆ COSCINE_ADDITIONAL_RULES

const string SemanticSearchImplementation.Uris.COSCINE_ADDITIONAL_RULES = "https://purl.org/coscine/generalRules/"
static

◆ COSCINE_LITERAL_RULES

const string SemanticSearchImplementation.Uris.COSCINE_LITERAL_RULES = "https://purl.org/coscine/literalRules/"
static

◆ COSCINE_PROJECTSTRUCTURE

const string SemanticSearchImplementation.Uris.COSCINE_PROJECTSTRUCTURE = "https://purl.org/coscine/terms/projectstructure#"
static

◆ COSCINE_PROJECTSTRUCTURE_IS_FILE_OF

const string SemanticSearchImplementation.Uris.COSCINE_PROJECTSTRUCTURE_IS_FILE_OF = "coscineprojectstructure:isFileOf"
static

◆ COSCINE_PROJECTSTRUCTURE_IS_MEMBER_OF

const string SemanticSearchImplementation.Uris.COSCINE_PROJECTSTRUCTURE_IS_MEMBER_OF = "coscineprojectstructure:isMemberOf"
static

◆ COSCINE_PROJECTSTRUCTURE_IS_PUBLIC

const string SemanticSearchImplementation.Uris.COSCINE_PROJECTSTRUCTURE_IS_PUBLIC = "coscineprojectstructure:isPublic"
static

◆ COSCINE_PROJECTSTRUCTURE_IS_PUBLIC_LONG

const string SemanticSearchImplementation.Uris.COSCINE_PROJECTSTRUCTURE_IS_PUBLIC_LONG = "https://purl.org/coscine/terms/projectstructure#isPublic"
static

◆ COSCINE_PROJECTSTRUCTURE_IS_RESOURCE_OF

const string SemanticSearchImplementation.Uris.COSCINE_PROJECTSTRUCTURE_IS_RESOURCE_OF = "coscineprojectstructure:isResourceOf"
static

◆ COSCINE_SEARCH

const string SemanticSearchImplementation.Uris.COSCINE_SEARCH = "https://purl.org/coscine/terms/search#"
static

◆ COSCINE_SEARCH_APPLICATION_PROFILE

const string SemanticSearchImplementation.Uris.COSCINE_SEARCH_APPLICATION_PROFILE = "https://purl.org/coscine/terms/search#applicationProfile"
static

◆ COSCINE_SEARCH_BELONGS_TO_PROJECT

const string SemanticSearchImplementation.Uris.COSCINE_SEARCH_BELONGS_TO_PROJECT = "https://purl.org/coscine/terms/search#belongsToProject"
static

◆ COSCINE_SEARCH_CURRENT_INDEX

const string SemanticSearchImplementation.Uris.COSCINE_SEARCH_CURRENT_INDEX = "https://purl.org/coscine/terms/search#currentIndex"
static

◆ COSCINE_SEARCH_GRAPHNAME

const string SemanticSearchImplementation.Uris.COSCINE_SEARCH_GRAPHNAME = "https://purl.org/coscine/terms/search#graphName"
static

◆ COSCINE_SEARCH_HAS_INDEX_VERSION

const string SemanticSearchImplementation.Uris.COSCINE_SEARCH_HAS_INDEX_VERSION = "https://purl.org/coscine/terms/search#hasIndexVersion"
static

◆ COSCINE_SEARCH_IS_DELETED

const string SemanticSearchImplementation.Uris.COSCINE_SEARCH_IS_DELETED = "coscinesearch:isDeleted"
static

◆ COSCINE_SEARCH_ROOT_CLASS

const string SemanticSearchImplementation.Uris.COSCINE_SEARCH_ROOT_CLASS = "https://purl.org/coscine/terms/search#rootClass"
static

◆ DCTERMS

const string SemanticSearchImplementation.Uris.DCTERMS = "http://purl.org/dc/terms/"
static

◆ DCTERMS_TITLE

const string SemanticSearchImplementation.Uris.DCTERMS_TITLE = "dcterms:title"
static

◆ DFG

const string SemanticSearchImplementation.Uris.DFG = "http://www.dfg.de/dfg_profil/gremien/fachkollegien/faecher/"
static

◆ FOAF

const string SemanticSearchImplementation.Uris.FOAF = "http://xmlns.com/foaf/0.1/"
static

◆ FOAF_FAMILY_NAME

const string SemanticSearchImplementation.Uris.FOAF_FAMILY_NAME = "foaf:familyName"
static

◆ FOAF_GIVEN_NAME

const string SemanticSearchImplementation.Uris.FOAF_GIVEN_NAME = "foaf:givenName"
static

◆ FOAF_NAME

const string SemanticSearchImplementation.Uris.FOAF_NAME = "foaf:name"
static

◆ FOAF_PERSON

const string SemanticSearchImplementation.Uris.FOAF_PERSON = "foaf:Person"
static

◆ ORG

const string SemanticSearchImplementation.Uris.ORG = "http://www.w3.org/ns/org#"
static

◆ ORG_HAS_UNIT

const string SemanticSearchImplementation.Uris.ORG_HAS_UNIT = "org:hasUnit"
static

◆ ORG_MEMBER

const string SemanticSearchImplementation.Uris.ORG_MEMBER = "org:member"
static

◆ ORG_MEMBERSHIP

const string SemanticSearchImplementation.Uris.ORG_MEMBERSHIP = "org:Membership"
static

◆ ORG_ORGANIZATION

const string SemanticSearchImplementation.Uris.ORG_ORGANIZATION = "org:organization"
static

◆ OWL

const string SemanticSearchImplementation.Uris.OWL = "http://www.w3.org/2002/07/owl#"
static

◆ OWL_ONTOLOGY

const string SemanticSearchImplementation.Uris.OWL_ONTOLOGY = "owl:Ontology"
static

◆ QUDT

const string SemanticSearchImplementation.Uris.QUDT = "http://qudt.org/schema/qudt/"
static

◆ QUDT_UNIT

const string SemanticSearchImplementation.Uris.QUDT_UNIT = "qudt:unit"
static

◆ QUDT_VALUE

const string SemanticSearchImplementation.Uris.QUDT_VALUE = "qudt:value"
static

◆ RDF

const string SemanticSearchImplementation.Uris.RDF = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
static

◆ RDF_TYPE_LONG

const string SemanticSearchImplementation.Uris.RDF_TYPE_LONG = "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
static

◆ RDFS

const string SemanticSearchImplementation.Uris.RDFS = "http://www.w3.org/2000/01/rdf-schema#"
static

◆ RDFS_LABEL

const string SemanticSearchImplementation.Uris.RDFS_LABEL = "rdfs:label"
static

◆ RDFS_SUBCLASS_OF

const string SemanticSearchImplementation.Uris.RDFS_SUBCLASS_OF = "rdfs:subClassOf"
static

◆ SH_CLASS

const string SemanticSearchImplementation.Uris.SH_CLASS = "sh:class"
static

◆ SH_CONSTRUCT

const string SemanticSearchImplementation.Uris.SH_CONSTRUCT = "sh:construct"
static

◆ SH_DATATYPE

const string SemanticSearchImplementation.Uris.SH_DATATYPE = "sh:datatype"
static

◆ SH_DECLARE

const string SemanticSearchImplementation.Uris.SH_DECLARE = "sh:declare"
static

◆ SH_NAME

const string SemanticSearchImplementation.Uris.SH_NAME = "sh:name"
static

◆ SH_NAMESPACE

const string SemanticSearchImplementation.Uris.SH_NAMESPACE = "sh:namespace"
static

◆ SH_NODE_SHAPE

const string SemanticSearchImplementation.Uris.SH_NODE_SHAPE = "sh:NodeShape"
static

◆ SH_ORDER

const string SemanticSearchImplementation.Uris.SH_ORDER = "sh:order"
static

◆ SH_PATH

const string SemanticSearchImplementation.Uris.SH_PATH = "sh:path"
static

◆ SH_PREFIX

const string SemanticSearchImplementation.Uris.SH_PREFIX = "sh:prefix"
static

◆ SH_PREFIXES

const string SemanticSearchImplementation.Uris.SH_PREFIXES = "sh:prefixes"
static

◆ SH_PROPERTY

const string SemanticSearchImplementation.Uris.SH_PROPERTY = "sh:property"
static

◆ SH_RULE

const string SemanticSearchImplementation.Uris.SH_RULE = "sh:rule"
static

◆ SH_SELECT

const string SemanticSearchImplementation.Uris.SH_SELECT = "sh:select"
static

◆ SH_SPARQL_RULE

const string SemanticSearchImplementation.Uris.SH_SPARQL_RULE = "sh:SPARQLRule"
static

◆ SH_TARGET

const string SemanticSearchImplementation.Uris.SH_TARGET = "sh:target"
static

◆ SHACL

const string SemanticSearchImplementation.Uris.SHACL = "http://www.w3.org/ns/shacl#"
static

The documentation for this class was generated from the following file: