All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.graphity.processor.vocabulary.g.ttl Maven / Gradle / Ivy

@base            .

# @prefix :	<#> .
@prefix gp:      .
@prefix rdf:	 .
@prefix rdfs:	 .
@prefix xsd:	 .
@prefix owl:	 .
@prefix http:    .
@prefix sp:	 .
@prefix spin:	 .
@prefix foaf:	 .

<#> a owl:Ontology ;
    owl:imports gp:, sp: ;
    rdfs:label "Graphity Core vocabulary" ;
    owl:versionInfo "1.1.1" .

# RESOURCE TEMPLATES

<#Resource> a owl:Class, gp:Template ;
    rdfs:subClassOf foaf:Document ;
    gp:uriTemplate "/{path: .*}" ;
    gp:query <#Describe> ;
    rdfs:label "Resource" ;
    rdfs:comment "Linked Data resource backed by DESCRIBE query" ;
    rdfs:isDefinedBy <#> .

# QUERIES

<#Describe>    a       sp:Describe, sp:Query ;
    sp:resultNodes (spin:_this) ;
    sp:text """DESCRIBE ?this"""^^xsd:string ;
    rdfs:isDefinedBy <#> .




© 2015 - 2025 Weber Informatics LLC | Privacy Policy